body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background-color: #F5F9FF;
}

.section {
    min-height: 100vh;
}

.container-createacc {
    max-width: 575px;
    padding: 0 15px;
    position: relative;
}

.centered-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.two-columns {
    display: flex;
    align-items: center;
}

.padding-top-dynamic {
    padding-top: 0px;
}

@media (max-width: 600px) {
    .padding-top-dynamic {
        padding-top: 50px;
    }
}

@media (max-width: 450px) {
    .padding-top-dynamic {
        padding-top: 90px;
    }
}

.column1 {
    padding-top: 50px;
    flex: 65%;
}

.column2 {
    flex: 35%;
    position: relative;
    background: #010007;
}

.column2 img {
    width: 100%;
    /* Занимает всю доступную ширину колонки */
    height: 100vh;
    /* Занимает всю высоту видимой части экрана */
    object-fit: cover;
    pointer-events: none;
    /* Обрезает и расширяет изображение так, чтобы оно полностью заполнило контейнер */
}

.fullname {
    margin-bottom: 25px;
}

@media (max-width: 1000px) {
    .column2 {
        display: none;
    }

    .centered-content {
        justify-content: initial;
    }
}

.sct1-h1 {
    color: #101828;
    text-align: center;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;

    margin-bottom: 8px;
}

.success-notific {
    padding: 10px 15px;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;

    border-radius: 10px;
    background: #13C525;

    margin-bottom: 8px;
}

.danger-notific {
    padding: 10px 15px;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;

    border-radius: 10px;
    background: #F13D3D;;
}

.form {
    margin-top: 10px;
    margin-bottom: 10px;
}

.input-block {
    display: grid;
}

.form-hite {
    margin-left: 20px;
    color: #000;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 5px;
}

.input {
    padding: 19px 24px 15px 24px;
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    color: #5A5A5A;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 14.5px;
}

.input:focus {
    outline: none;
    border: 1.5px solid #b6b6b6;
}

.email {
    margin-bottom: 10px;
}

.confirmation-toggle {
    display: inline-flex;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 2px;
    top: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2655FF;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2655FF;
}

input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.sct1-h2 {
    color: #5A5A5A;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-left: 8px;
}

.btm {
    margin-top: 10px;
    margin-bottom: 15px;
    display: flex;
}

.forgot-passw {
    text-align: right;
    margin-left: auto;
}

.send-form-btn {
    width: 100%;
    color: #FFF;
    padding: 16px 28px;

    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    text-align: center;

    border-radius: 10px;
    border: 1px solid #2655FF;
    background: #2655FF;
    box-shadow: 0px 0px 0px 4px #DFE6FF, 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    cursor: pointer;
}

.dne {
    display: flex;
    margin-top: 9px;
    margin-bottom: 40px;
    justify-content: center;
}

.dne-txt1 {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.dne-txt2 {
    color: #2655FF;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;

    margin-left: 5px;
}

.link2 {
    text-decoration: none;
    display: flex;
    align-items: center;
}

.link2-txt {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 14.5px;
}

.link2-centered-content {
    display: flex;
    justify-content: center;
}

.column2 .overlay {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 100px;
    z-index: 1;
    /* Выше изображения */
    display: flex;
    justify-content: center;
    align-items: center;


    padding: 0px 5px;
}

.overlay-txt {
    padding: 20px 9px;

    color: #FFF;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    border-radius: 10px;
    background: rgba(210, 228, 255, 0.30);
    backdrop-filter: blur(50px);
}

.form-checker {
    display: flex;
    margin-top: 10px;
    margin-bottom: 17px;
}

.form-checker-text {
    margin-left: 5px;
    color: #5A5A5A;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.success-form-check {
    display: none;
}

.danger-form-check {
    display: none;
}

.send-form-btn:disabled {
    color: #FFF;
    border: 1px solid #5479ff;
    background: #5479ff;
    box-shadow: 0px 0px 0px 4px #DFE6FF, 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    cursor: default;
}

/* выпадающий список */
.custom-select-wrapper {
    position: relative;
    width: 230px;
    margin-bottom: 10px;
}

.custom-select-wrapper .custom-select {
    position: relative;
}

.selected-option {
    font-size: 16px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    padding: 16px 22px 14px 22px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.selected-option .arrow {
    transition: transform 0.2s ease-in-out;
    pointer-events: none;
}

.options {
    z-index: 2;
    margin-top: 5px;
    display: none;
    list-style: none;
    margin: 0;
    padding: 8px 0px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    background: #FFF;
}

.options li {
    padding: 9px 24px 9px 20px;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 14.5px;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
}

.options li:hover {
    background: #EFEFEF;
}

/* confirmation */

.confirm-block {
    display: flex;
    margin-bottom: 15px;
    align-items: center;
}

.confirm-text {
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14.5px;
}

.confirm-checkbox {
    width: 22px;
    height: 22px;
    cursor: pointer;
    margin-right: 5px;

    border: 2px solid #D9D9D9;
    font-weight: bold;
}

.confirm-checkbox:checked {
    background-color: #2655FF;
    border: 2px solid #2655FF;
}


/* file iploader */

.file-upload {
    display: none;

    width: 280px;
    border-radius: 22.332px;
    border: 2px dashed #4C535F;
    background: #FAFBFC;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    padding: 35px 21px;

    margin-bottom: 16px;
}


.file-upload-inner {
    text-align: center;
}

.file-upload-text {
    color: #4C535F;
    text-align: center;
    font-family: Nunito Sans;
    font-size: 14.888px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.file-upload-img {
    margin-bottom: 15px;
}

.file-input {
    display: none;
}

.passw-cntr {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

@media (max-width: 600px) {
    .sct1-h1 {
        font-size: 35px;
    }

    .input {
        padding: 14px 15px 12px 20px;
        font-size: 15px;
    }

    .send-form-btn {
        padding: 10px 20px;
    }

    .dne-txt1 {
        font-size: 15px;
    }

}

@media (max-width: 450px) {
    .container-login {
        width: 300px;
    }

    .sct1-h1 {
        font-size: 26px;
    }

    .input {
        padding: 12px 14px 10px 14px;
        font-size: 15px;
    }

    .send-form-btn {
        padding: 8px 16px;
        font-size: 16px;
    }

    .dne-txt1 {
        font-size: 14px;
    }

    .dne-txt2 {
        font-size: 14px;
    }

    .passw-cntr {
        display: grid;
        gap: 20px;
    }

}


@media (max-width: 400px) {
    .file-upload {
        display: none;
        width: 220px;
        padding: 20px 20px;
    }

    .file-upload-text {
        font-size: 14px;
    }

    .file-upload-inner img {
        width: 35px;
    }

    .confirm-text {
        font-size: 12px;
    }

    .selected-option {
        padding: 13px 20px 11px 20px;
    }

    .container-login {
        width: 100%;
    }

    .form {
        padding: 0px 5px;
    }
}