.center-popup .content {
    max-width: 720px;
    padding-bottom: 30px;
}

.popup .close {
    right: 4px;
}

.form-section .tx {
    margin-bottom: 38px;
}

.form-section .h2 {
    font: 600 30px/40px "Montserrat", sans-serif;
}

.form-wrapper .ln {
    margin-bottom: 29px;
}

.form-wrapper .input-wrapper {
    margin-right: 23px;
    margin-left: 2px;
}

.form-wrapper .input-wrapper .placeholder {
    top: 11px;
    color: rgba(64, 64, 64, 0.7);
}

.form-section .btn-wrapper {
    margin: 40px 0 30px;
}

.btn-wrapper .button {
    padding: 12px 40px;
    margin-left: -22px;
    letter-spacing: 0.17em;
}

.form-wrapper .attention {
    font: 14px/21px "IBM Plex Sans", sans-serif;
    margin-left: -20px;
}

.attention .red {
    font-weight: 600;
}

@media (max-width: 999px) {
    .center-popup .content {
        padding-top: 120px;
    }

    .form-section .h2 {
        font: 600 20px/26px "Montserrat", sans-serif;
    }

    .form-wrapper .input-wrapper {
        margin: 0 5px;
    }

    .form-section .tx {
        margin-bottom: 26px;
    }

    .form-wrapper .input-wrapper .placeholder {
        /* font: 400 14px/21px "IBM Plex Sans", sans-serif;
    top: 15px; */
    }

    .form-wrapper .ln {
        margin-bottom: 18px;
    }

    .btn-wrapper .button {
        margin-left: 0;
    }

    .form-wrapper .attention {
        font: 13px/19px "IBM Plex Sans", sans-serif;
        margin-left: 10px;
        padding: 0 30px;
    }
}

@media (max-width: 336px) {
    .center-popup .content {
        padding-top: 140px;
    }
}

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.form-template.form-section .button {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    height: 36px;
    font: 500 12px var(--text-font);
    letter-spacing: .08em;
    text-transform: uppercase;
    border-radius: 4px;
    border: 1px solid var(--main-color);
    padding: 0;
    margin: 0;
    outline: none;
}

.your-project-gazoblock.form-template.form-section .button:hover {
    background-color: #fff;
    color: var(--main-color);
}


/* .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 .h3 {
    font-size: 18px;
    max-width: 290px;
    margin: 0 0 20px;
}

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

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

.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: 40px;
    max-width: unset;
    width: 100%;
}

.form-template.form-section.your-project-gazoblock .form-wrapper {
    max-width: 344px;
    padding-bottom: 100px;
    margin: 0;
}

.form-template.form-section.your-project-gazoblock .ln.policy .policy-placeholder {
    padding-left: 26px;
    padding-top: 0;
}

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

.form-template.form-section.your-project-gazoblock .content {
    padding-top: 73px;
    padding-left: 0;
}

.form-template .upload-file .file-list .delete-btn .b {
    position: absolute;
    height: 1px;
    width: 12px;
    background-color: var(--tab-color);
    left: -1px;
    right: 0;
    top: 2px;
    bottom: 0;
    margin: auto;
    transition: all .3s;
}

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

}

@media (min-width: 768px) {

    .form-template.form-section.your-project-gazoblock .h3 {
        font-size: 18px;
        margin: 0 0 20px;
        max-width: 400px;
    }

    .form-template.form-section.your-project-gazoblock .ln-wrapper-inline {
        display: flex;
        flex-direction: column;
        gap: 0;
        margin-bottom: 8px;
    }

    .form-template.form-section.your-project-gazoblock .form-wrapper .btn-wrapper {
        margin: 39px 0 0;
        max-width: 300px;
    }

    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: 18px;
    } */
}

@media (min-width: 1000px) {
    .form-template.form-section.your-project-gazoblock .content {
        padding: 70px 0 0;
    }

    .form-popup .form-section {
        max-width: 644px;
        margin: 0 auto;
    }

    .form-template.form-section.your-project-gazoblock .ln-wrapper-inline {
        display: flex;
        flex-direction: row;
        gap: 30px;
        margin-bottom: 8px;
    }

    .form-template.form-section.your-project-gazoblock .content {
        width: calc(100% - 30px);
        max-width: 870px;
        padding: 70px 50px 71px 50px;
    }

    .your-project-gazoblock.form-template.form-section .button {
        max-width: unset;
    }

    .form-template.form-section.your-project-gazoblock .h3 {
        font-size: 30px;
        text-align: left;
        margin: 0 0 20px;
        max-width: 644px;
    }

    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 .form-wrapper .ln-wrapper-inline {

        margin-bottom: 0px;
    }

    .form-template.form-section.your-project-gazoblock .form-wrapper {
        padding-bottom: 70px;
    }

    .form-template.form-section.your-project-gazoblock .upload-file {
        width: 100%;
        margin-top: 30px;
    }

    .form-template.form-section.your-project-gazoblock .ln.policy .policy-placeholder {
        padding-left: 30px;
        padding-top: 0;
    }

    .form-template .upload-file .file-list .delete-btn .b {
        position: absolute;
        height: 1px;
        width: 12px;
        background-color: var(--tab-color);
        left: -6px;
        right: 0;
        top: 2px;
        bottom: 0;
        margin: auto;
        transition: all .3s;
    }

    .your-project-gazoblock .ln.policy {
        margin-top: 30px;
    }

    .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: 40px 0 0;
        max-width: 250px;
    }

    .form-template.form-section.your-project-gazoblock .form-wrapper .ln:not(:last-child) {
        margin-bottom: 8px;
        margin-top: 0;
    }

    .form-template.form-section.your-project-gazoblock .content {

        padding: 73px 0 0;
    }

    .form-template.form-section.your-project-gazoblock .tx {
        margin-bottom: 30px;
    }
    .form-popup.form-template.form-section.your-project-gazoblock .ln.policy {
    margin-top: 30px;
}
}

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 .description {
    font: 400 14px/150% var(--text-font);
    text-align: start;
}

.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%;
    margin: 0;
}

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


.form-template .upload-file {
    width: 100%;
    margin-top: 40px;
}

.form-template.form-section.your-project-gazoblock .upload-file .file-list .file .name,
.form-template .upload-file .file-list span {
    text-align: start;
}

.form-template.form-section.your-project-gazoblock .ln.policy .policy-wrapper .ico {
    top: -1px;
}

@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;
    }



}

@media (min-width: 1000px) {



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



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

}