section.your-project.form-section {
    padding: 0;
    margin: 60px auto;
}

section.your-project.form-section .wrapper {
    width: calc(100% - 30px);
}

section.your-project .helper-text {
    font: 400 12px/130% var(--text-font);
    color: rgba(0, 0, 0, 0.60);
    text-align: left;
    margin-top: 4px;
}


.your-project-gazoblock .button.submit {
    position: relative;
    background-color: var(--main-color);
    color: var(--background);
    outline: 1px solid var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    text-align: center;
    white-space: nowrap;
    border-radius: 30px;
    outline-offset: 10px;
    font: 500 14px/130% var(--text-font);
    letter-spacing: .1em;
    padding: 15px 125px;
    text-transform: uppercase;
    margin: 10px;
    height: auto;
    border: none;
}

.your-project-gazoblock .button.submit:hover {
    outline: 1px solid transparent;
}

.form-template.form-section.your-project-gazoblock .btn-wrapper {
    display: flex;
    justify-content: center;
}

.form-template.form-section.your-project-gazoblock .form-wrapper .btn-wrapper {
    margin-top: 40px;
}

.form-template.form-section.your-project-gazoblock .h3 {
    font-size: 26px;
    margin: 0 auto 32px;
}

.form-template.form-section.your-project-gazoblock .tx {
    max-width: 645px;
}

.form-template.form-section.your-project-gazoblock .form-wrapper .input-wrapper {
    max-width: 100%;
}

.form-template .ln-wrapper-inline {
    margin-bottom: 8px;
}

.form-template.form-section.your-project-gazoblock .form-wrapper .btn-wrapper {
    margin-top: 32px;
}

@media (max-width: 767px) {
    .your-project-gazoblock .button.submit {
        width: calc(100% - 20px);
    }

}

@media (min-width: 768px) {
    section.your-project.form-section {
        padding: 0;
        margin: 80px auto;
    }

    .form-template .ln-wrapper-inline {
        display: flex;
        flex-direction: row;
        gap: 30px;
        margin-bottom: 0;
    }

    .form-template.upload-form.form-section .form-wrapper {
        max-width: 645px;
    }

    .form-template.form-section.your-project-gazoblock .tx {
        margin-bottom: 29px;
    }
}

@media (min-width: 1000px) {

    section.your-project.form-section {
        padding: 0;
        margin: 118px auto 120px;
    }

    section.your-project .helper-text {
        text-align: center;
    }

    .form-template.form-section.your-project-gazoblock .h3 {
        font-size: 36px;
        text-align: center;
        margin: 0 auto 32px;
        max-width: 407px;
    }

    .form-template.form-section.your-project-gazoblock .form-wrapper .ln-wrapper-inline .ln {
        margin-bottom: 8px;
    }

    .form-template.form-section.your-project-gazoblock .form-wrapper .btn-wrapper {
        margin-top: 40px;
    }

}