#twelve {
    position: relative;
    overflow: hidden;
    padding: 336px 0 224px;
    z-index: 1;
}

#twelve::after {
    content: '';
    position: absolute;
    top: -80px;
    left: 0;
    width: 100%;
    height: 524px;
    background: url(../assets/cloud.webp) top / cover no-repeat;
    z-index: 2;
    pointer-events: none;
    transform: scaleY(-1);
}

.parallax_second {
    position: absolute;
    bottom: -15%;
    left: 0;
    width: 100%;
    height: 150%;
    background: url(../assets/last.webp) center / cover no-repeat;
    z-index: -1;
    will-change: transform;
}

.left_rega,
.files_block {
    display: flex;
    max-width: 576px;
    width: 100%;
    padding: 36px;
    flex-direction: column;
    gap: 32px;
    border-radius: 24px;
    border: 4px solid #FFF;
    background: #F2F6F9;
    box-shadow: 0 0 84px 0 #ffffffa3;
    margin: 0 auto;
}

.left_rega {
    opacity: 0;
    transform: translateX(-40px);
    transition: transform 0.6s ease, opacity 0.6s ease;
    will-change: transform, opacity;
}

.files_block {
    opacity: 0;
    transform: translateX(40px);
    transition: transform 0.6s ease, opacity 0.6s ease;
    will-change: transform, opacity;
}

#twelve.show .left_rega,
#twelve.show .files_block {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.35s;
}

.rega_files_wrapper {
    display: flex;
    flex-direction: row;
    gap: 32px;
    max-width: 1184px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.rega_title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
}

#signup-form {
    display: flex;
    flex-direction: column;
    gap: 32px;
    height: 100%;
    position: relative;
}

.simple_button,
.gold_button {
    display: flex;
    height: 52px;
    padding: 2px;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    border-radius: 100px;
    background: linear-gradient(0deg, #BD9C49 0%, #E6B843 63.5%, #EECE7F 100%);
}

.simple_button::before,
.gold_button::before {
    content: '';
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 2px;
    width: 69px;
    height: 100%;
    border-radius: 52px;
    background: url(../assets/left.webp) center / cover no-repeat;
    transition: all 0.3s ease;
    z-index: 3;
    opacity: 0.5;
}

.simple_button::after,
.gold_button::after {
    content: '';
    pointer-events: none;
    position: absolute;
    top: 0;
    right: 2px;
    width: 69px;
    height: 100%;
    border-radius: 52px;
    background: url(../assets/right.webp) center / cover no-repeat;
    transition: all 0.3s ease;
    z-index: 3;
    opacity: 0.5;
}

.simple_inbutton,
.gold_button_in {
    width: 100%;
    padding: 14px 48px;
    text-shadow: 0 0 12px #B28E33;
    text-align: center;
    font-family: 'HelveticaNeue-Medium';
    font-size: 16px;
    line-height: 130%;
    background: linear-gradient(180deg, #BD9C49 0%, #E6B843 63.5%, #EECE7F 100%);
    border-radius: 100px;
    z-index: 2;
    cursor: pointer;
    height: 100%;
    color: #1C1C1C;
}

.simple_inbutton::before,
.gold_button_in::before {
    content: '';
    pointer-events: none;
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border-radius: 52px;
    background: linear-gradient(0deg, #BD9C49 0%, #E6B843 63.5%, #EECE7F 100%);
    opacity: 0;
    transition: all 0.3s ease;
    z-index: -1;
}

.simple_inbutton:hover::before,
.gold_button_in:hover::before {
    opacity: 1;
}

.form_titlereg,
.block_files_h3 {
    color: #D9B437;
    font-family: 'Colus';
    font-size: 32px;
    line-height: 110%;
    font-weight: 400;
    text-transform: uppercase;
    text-align: left;
}

.form-group input {
    color: #191919;
    font-size: 14px;
    line-height: 24px;
    width: 100%;
    height: 56px;
    padding: 16px 32px;
    border-radius: 100px;
    background: #FFF;
}

.g-recaptcha {
    transform: scale(0.8);
    transform-origin: 0;
}

input::placeholder {
    color: #9E9E9E;
}

.checkbox label {
    color: #191919;
    font-family: 'HelveticaNeue-Roman';
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0.014px;
    text-align: left;
    display: flex;
    gap: 8px;
    position: static;
    width: 100%;
    height: auto;
    cursor: pointer;
}

.form-group {
    position: relative;
    width: 100%;
}

input[type="checkbox"]:checked::before,
input[type="radio"]:checked::before {
    position: absolute;
    top: 3px;
    left: 3px;
    display: inline-block;
    content: "";
    width: 12px;
    height: 12px;
    border: #D9B437 solid 2px;
    background: #D9B437;
    border-radius: 100%;
}

input[type="checkbox"]::after,
input[type="radio"]::after {
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    background: #fff;
    transition: .2s linear;
    border-radius: 100%;
}

input[type="checkbox"]:checked::after,
input[type="radio"]:checked::after {
    background: #fff;
    border: 1px solid #fff;
}

input[type="checkbox"] {
    width: 20px;
    height: 20px;
    min-width: 20px;
    border: none;
    background: none;
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 0;
}

#form-signup {
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 100%;
}

.help-block {
    font-size: 14px;
    line-height: 16px;
}

.has-error .help-block {
    color: #D01919;
    font-family: 'HelveticaNeue-Bold';
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0.014px;
    padding-top: 9px;
}

.alert.alert-success {
    position: fixed;
    top: 32px;
    left: 32px;
    z-index: 10000;
    padding: 14px;
    border: 2px solid transparent;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(180deg, #FFEFCD, #E8DECB) border-box;
    border-radius: 12px;
    max-width: 300px;
    color: #191919;
    font-size: 16px;
    font-style: normal;
    line-height: 22px;
    letter-spacing: 0;
}

.alert.alert-success::before {
    content: '';
    position: absolute;
    right: 6px;
    top: 6px;
    background: url(../assets/close.svg) center / cover no-repeat;
    width: 20px;
    height: 20px;
}

.block_files {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
    height: 100%;
    position: relative;
}

.files_name {
    color: #191919;
    font-family: 'HelveticaNeue-Bold';
    font-size: 24px;
    line-height: 130%;
    letter-spacing: -0.24px;
}

.files_text {
    color: #080808;
    font-family: 'HelveticaNeue-Roman';
    font-size: 16px;
    line-height: 130%;
}

.block_files_download {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.files_title {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.files_download_part {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.block_files_content {
    display: flex;
    flex-direction: column;
    gap: 32px;
    height: 100%;
    justify-content: space-between;
}

.video_tutorial {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.video_tutorial iframe {
    height: 100%;
    align-self: stretch;
    aspect-ratio: 16/9;
    border-radius: 12px;
}

.video_text {
    color: #191919;
    font-family: 'HelveticaNeue-Bold';
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -0.16px;
}

#form-signup .gold_button {
    width: 100%;
    margin-top: auto;
}

.mb-16 a {
    color: #D9B437;
}

.mt-16 {
    margin-top: 16px !important;
}

.input-group {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.prefiks_block {
    height: 56px;
    border-radius: 100px 0 0 100px;
    color: #191919 !important;
    font-size: 14px;
    line-height: 24px;
    background: #e8f0fe !important;
    font-family: 'HelveticaNeue-Medium';
    max-width: 80px;
}

#signupform-account {
    border-radius: 0 100px 100px 0;
}

@media (min-width: 2360px) {
    #twelve::after {
        top: -205px;
        height: 100%;
    }
}

@media (max-width: 1600px) {
    #twelve {
        padding: 270px 0 224px;
    }
}

@media (max-width: 1400px) {
    .prefiks_block {
        height: 52px;
    }

    .left_rega,
    .files_block {
        max-width: 576px;
        padding: 28px;
        border-radius: 12px;
    }

    .form_titlereg,
    .block_files_h3 {
        font-size: 24px;
        line-height: 110%;
    }

    .files_name {
        font-size: 16px;
        line-height: 130%;
        letter-spacing: -0.16px;
    }

    .files_text {
        font-size: 14px;
        line-height: 130%;
    }

    .simple_button,
    .gold_button {
        height: 48px;
    }

    .simple_inbutton,
    .gold_button_in {
        padding: 12px 48px;
    }

    .video_text {
        font-size: 14px;
        line-height: 130%;
        letter-spacing: -0.14px;
    }

    .form-group input {
        height: 52px;
        padding: 14px 32px;
    }

    input[type="checkbox"] {
        height: 20px;
        padding: 0;
    }

    #twelve {
        padding: 270px 24px 224px;
    }

}

@media (max-width: 950px) {

    .rega_files_wrapper {
        display: flex;
        flex-direction: column;
    }
}