#form {
    background: url(../assets/third.jpg) top / cover no-repeat;
    overflow: hidden;
    position: relative;
    max-height: 1331px;
}

.form_block {
    background: #0d111ad4;
    width: 100%;
    height: 100%;
    padding: 210px 0 167px;
}

.form_inblock {
    position: relative;
    width: 100%;
    max-width: 1184px;
    height: 100%;
    display: flex;
    align-items: center;
    margin: 0 auto;
    flex-direction: column;
    padding: 0;
    gap: 85px;
}

.form_p {
    max-width: 530px;
    margin: 0 auto;
}

.block_files_h3,
.form_titlereg {
    color: #FFF;
    text-align: center;
    font-family: 'Albertusnova';
    font-size: 31px;
    font-style: normal;
    line-height: 110%;
}

button[name="signup-button"] {
    border-radius: 48px;
    border: 2px solid #00A070;
    background: #25382F;
    box-shadow: 0px 0px 32px 0px #00ff991a;
    display: flex;
    height: 56px;
    padding: 15px 64px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    color: #56FFAE;
    font-family: 'OpenSans-Bold';
    font-size: 18px;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
    transition: all 0.6s ease;
    cursor: pointer;
}

button[name="signup-button"]:hover {
    transform: scale(1.05);
    box-shadow: 0px 0px 50.4px 0px #00ff9933;
}

.block_files_download {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.block_files_content {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.files_link {
    display: flex;
    height: 42px;
    padding: 8px 64px;
    border-radius: 48px;
    border: 2px solid #00A070;
    background: #25382F;
    box-shadow: 0px 0px 32px 0px #00ff991a;
    color: #56FFAE;
    font-family: 'OpenSans-Bold';
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
    width: fit-content;
    transition: all 0.6s ease;
    will-change: transform;
    transform: translateZ(0);
}

.files_link:hover {
    transform: scale(1.05) translateZ(0);
    box-shadow: 0px 0px 50.4px 0px #00ff9933;
}

.video_tutorial {
    display: flex;
    padding: 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    border: 1px solid #3e556852;
    background: #3e55680f;
    color: #4F94CE;
    font-family: 'OpenSans-Regular';
    font-size: 14px;
    font-style: normal;
    line-height: 120%;
    transition: all 0.6s ease;
    cursor: pointer;
}

.video_tutorial:hover {
    transform: scale(1.03);
    border: 1.03px solid #63b8ff52;
    background: #63b8ff0f;
}

.prefiks_block {
    display: flex;
    width: 80px;
    padding: 18px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    height: 47px;
    align-self: stretch;
    border-radius: 4px 0px 0px 4px;
    background: #1A1E2B !important;
    color: #ffffff52 !important;
    font-family: 'OpenSans-Regular';
    font-size: 16px !important;
    font-style: normal;
    line-height: 110%;
    max-width: 80px !important;
}

.form_border {
    position: relative;
    width: 100%;
    height: 100%;
}

.form_text_block {
    width: fit-content;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;
    gap: 25px;
    padding: 0 64px;
    text-align: center;
    opacity: 0;
    transform: translateY(-100px);
    transition: opacity 1s ease, transform 1s ease;
}

/* .registration {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    margin: 0 auto;
    padding: 0;
    width: 100%;
} */

.registration {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 600px;
}

.files_between {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    color: #FFF;
    font-family: 'Albertusnova';
    font-size: 14px;
    font-style: normal;
    line-height: 110%;
    text-transform: uppercase;
}

.files_title {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.files_romb {
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    border-radius: 6px;
    border: 3px solid #56ffae3d;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -50px;
    top: 2px;
}

.files_inromb {
    width: 7px;
    height: 7px;
    border-radius: 1px;
    background: #56FFAE;
}

.files_text {
    color: #D1D1D1;
    font-family: 'OpenSans-Regular';
    font-size: 14px;
    font-style: normal;
    line-height: 120%;
    max-width: 404px;
}

.files_name {
    position: relative;
    color: #FDFEFF;
    font-family: 'Albertusnova';
    font-size: 20px;
    font-style: normal;
    line-height: 110%;
}

.files_between_line {
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #3E5568 0%, #3e556800 100%);
}

.files_between .files_between_line:nth-child(1) {
    transform: rotate(180deg);
}

.form_title {
    text-align: center;
}

#signup-form {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

#signup-form #form-signup .input-group .form-group input {
    border-radius: 0px 4px 4px 0px;
}

.left_rega {
    border-radius: 12px;
    border: 2px solid #3E5568;
    background: linear-gradient(180deg, #25283A 0%, #13151E 100%);
    padding: 40px;
    opacity: 0;
    transform: translateX(-100px);
    transition: opacity 1s ease, transform 1s ease;
}

.block_files {
    border-radius: 12px;
    border: 2px solid #3E5568;
    background: linear-gradient(180deg, #25283A 0%, #13151E 100%);
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    overflow: hidden;
    opacity: 0;
    transform: translateX(100px);
    transition: opacity 1s ease, transform 1s ease;
}

.left_discribe {
    opacity: 0;
    transform: translateX(-100px);
    transition: opacity 1s ease, transform 1s ease;
}

.right_discribe {
    opacity: 0;
    transform: translateX(100px);
    transition: opacity 1s ease, transform 1s ease;
}

small {
    color: #D1D1D1;
    font-family: 'OpenSans-Regular';
    font-size: 14px;
    font-style: normal;
    line-height: 120%;
}

.files_download_part {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.form-group {
    position: relative;
    width: 100%;
}

.form-group input {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    width: 100%;
    height: 47px;
    color: #fff;
    display: flex;
    padding: 18px 20px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 4px;
    background: #141721;
}

.input-group {
    display: flex;
    flex-direction: row;
    width: 100%;
}

#form-signup {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

input[type="checkbox"]:checked::before,
input[type="radio"]:checked::before {
    position: absolute;
    top: 3px;
    left: 3px;
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    border: #56FFAE solid 0px;
    background: #56FFAE;
    border-radius: 1px;
}

input[type="checkbox"]::after,
input[type="radio"]::after {
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    background: #141721;
    transition: .2s linear;
}

input[type="checkbox"]:checked::after,
input[type="radio"]:checked::after {
    background: #141721;
}

.help-block {
    font-size: 14px;
    line-height: 16px;
}

.has-error .help-block {
    color: var(--red-70);
}

.checkbox {
    display: flex;
    flex-direction: column;
}

.checkbox label {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.001em;
    text-align: left;
    display: flex;
    gap: 5px;
    position: static;
    width: 100%;
    height: auto;
    cursor: pointer;
}

input[type="checkbox"] {
    width: 16px;
    height: 16px;
    min-width: 16px;
    border: none;
    background: none;
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 0;
    position: relative;
}

.form_discribe {
    display: flex;
    padding: 32px 40px;
    border-radius: 12px;
    border: 2px solid #3e556852;
    background: #13151E;
    color: #D1D1D1;
    font-family: 'OpenSans-Regular';
    font-size: 16px;
    font-style: normal;
    line-height: 130%;
}

.video_popup_wrapper {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    background: #0d111ae6;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.6s ease;
}

.video_popup_body {
    display: flex;
    width: 100%;
    max-width: fit-content;
    padding: 8px;
    flex-direction: column;
    border-radius: 12px;
    border: 2px solid #3E5568;
    background: linear-gradient(180deg, #25283A 0%, #13151E 100%);
    position: relative;
    gap: 24px;
    margin: 0 16px;
}

.video_popup_body iframe {
    border-radius: 8px;
}

.video_popup_close_wrapper {
    width: 24px;
    height: 24px;
    position: absolute;
    right: -40px;
    top: -40px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.video_popup_close {
    width: 24px;
    height: 24px;
    background: url(../assets/close.svg) center / cover no-repeat;
    transition: all 0.3s ease;
}

.video_popup_close_wrapper:hover .video_popup_close {
    transform: scale(1.05);
}

@media (max-width: 1285px) {

    #form {
        max-height: 1215px;
    }

    .form_block {
        padding: 170px 0 150px;
    }

    .form_p {
        font-size: 18px;
        font-style: normal;
        line-height: 130%;
        max-width: 400px;
    }

    .form_text_block {
        gap: 16px;
    }

    .form_inblock {
        max-width: 895px;
        gap: 65px;
    }

    .left_rega {
        padding: 32px;
    }

    .block_files {
        padding: 32px;
    }

    .form_discribe {
        padding: 32px;
    }
}

@media (max-width: 935px) {
    #form {
        max-height: fit-content;
    }

    .video_popup_close_wrapper {
        width: 100%;
        height: 44px;
        right: 0;
        top: auto;
        bottom: -60px;
        border-radius: 8px;
        border: 2px solid #3e556852;
        background: #13151E;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .form_block {
        padding: 105px 0 117px;
    }

    .registration {
        display: flex;
        flex-direction: column;
        gap: 16px;
        padding: 0 16px;
    }

    .left_rega {
        order: 1;
    }

    .left_discribe {
        order: 2;
    }

    .right_discribe {
        order: 3;
    }

    .block_files {
        order: 4;
    }

    .form_p {
        font-size: 14px;
        line-height: 130%;
    }

    .form_text_block {
        padding: 0 16px;
    }

    .form_inblock {
        max-width: 895px;
        gap: 40px;
    }

    .left_rega {
        padding: 32px 24px;
    }

    .block_files {
        padding: 32px 24px;
    }
}

@media (max-width: 610px) {
    .video_popup_body iframe {
        max-width: 100%;
        aspect-ratio: 16/9;
        height: auto;
    }
}