.main_form {

}

.main_form_wrap {
    padding: 0 25px;
}

.main_form_footer {
    padding-top: 20px;
}

.main_form__title {
    font-size: 14px;
    line-height: 160%;
    color: #000;
    text-align: center;
    margin-bottom: 15px;
}

.file {
    display: none;
}

.application_new_file {
}

.form_main_file .icon {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.form_main_file .icon .btn_file {
    background: #FFFFFF;
    border: 1px solid #FF9C4A;
    box-sizing: border-box;
    border-radius: 38px;
    white-space: nowrap;
    line-height: 34px;
    display: inline-block;
    padding: 0 30px;
    font-weight: bold;
    font-size: 14px;
    color: #333;
}

.form_main_file:hover .icon,
.form_main_file.upload .icon {

}

.form_main_file .remove {
    position: absolute;
    padding: 0;
    right: 0;
    cursor: pointer;
    margin-right: -5px;
}

.form_main_file .remove:hover {
    opacity: 1;
    color: #0072C7;
}

.form_main_file .svg-icon {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    fill: #787f8b;
    max-width: 100%;
    height: auto;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.form_main_file .name_file {
    position: absolute;
    font-size: 14px;
    margin-left: 12px;
    left: 100%;
    line-height: 35px;
    padding-right: 10px;
}

.form_main_file .name_file span {
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 200px;
    line-height: 35px;
    text-decoration: underline;
}

@media (max-width: 767px) {
    .main_form__title{
        font-size: 13px;
        line-height: 110%;
    }
    .main_form_wrap {
        padding: 0;
    }

    .form_main_file .icon .btn_file {
        margin-right: 5px;
    }

    .form_main_file .name_file {
        position: relative;
        left: 0;
        margin: 0;
        display: inline-block;
    }
}

.main_form_wrap .btn_wrap {
    text-align: center;
    margin-bottom: 20px;
}

.main_form_wrap .privacy-policy {
    font-size: 13px;
    line-height: 120%;
    color: #777575;
    text-align: center;
}
.js-modal .modal__title,
.js-modal .modal-accept .modal__title {
    font-family: Cormorant;
    font-size: 36px;
    font-weight: 200;
    letter-spacing: 0em;
    text-align: center;
    color: #000000;
    text-transform: uppercase;
    width: fit-content;
    margin: auto;
    padding-bottom: 16px;
    border-bottom:  1px solid #000000;
}
.js-modal .modal-accept .modal-accept__icon {
    display: none;
}
.js-modal .main_form__title,
.js-modal .modal-accept .modal__body{
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    color: #000;
    max-width: 325px;
    margin: 28px auto 38px;
}
.js-modal .modal-form__grid .grid-item span {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: left;
    color: #000000;
    margin-bottom: 8px;
    display: block;
    line-height: normal;
    margin-bottom: 2px;
}
.js-modal .modal-form__grid .grid-item input {
    background: #D9D9D9;
    border: none;
    min-height: 30px;
    padding-left: 10px;
}

.js-modal .modal-form__grid {
    margin-bottom: 13px;
    justify-content: center;
}
.js-modal .modal__body .modal-form textarea {
    border-radius: unset;
    background: #D9D9D9;
    border: none;
    height: 60px;
    padding-left: 10px;
}
.modal.is-show {
    top: 5% !important;
    /*max-height: 400px;*/
    /*overflow: scroll;*/
    max-height: 100%;
    overflow: auto;
    border-radius: unset;
}
.form_buttons {
    display: flex;
    align-items: flex-start;
    margin-top: 18px;
    justify-content: center
}
.main_form_wrap .form_buttons .btn_wrap {
    margin-bottom: 0;
}
.js-modal .form_main_file .icon .btn_file {
    background: #343A2F;
    box-shadow: -2px 2px 2px 0px #00000040;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    border: none;
    border-radius: unset;
    padding: 18px 12px;
    width: 184px;
    margin: 0 6px;
    border-radius: 3px;
}
.js-modal .btn_wrap button {
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: center;
    color: #000;
    width: 184px;
    padding-top: 18px;
    padding-bottom: 18px;
    border: none;
    box-shadow: -2px 2px 2px 0px #00000040;
    margin: 0 6px;
    font-family: 'Exo', sans-serif;
    font-weight: normal !important;
    border-radius: 3px;
    cursor: pointer;
    background: #fff;
}
.js-modal .form_main_file .name_file {
    position: relative;
    left: 0;
    margin-top: 14px;
    margin-left: 6px;
    padding: 0;
    max-width: 180px;
}
.js-modal .form_main_file .name_file span {
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    color: #000000;
    max-width: 215px;
}
.js-modal .input_name {
    font-weight: normal;
}
 .js-modal .form_main_file .icon {
    display: flex;
    flex-direction: column;
}
.js-modal .form_main_file .remove {
    display: flex;
    top: 5px;
    width: 16px;
    height: 16px;
    box-shadow: -1px 1px 1px 0px #00000040;
    border-radius: 100%;
    margin-right: -45px;
}
.js-modal .form_main_file .remove svg * {
    stroke: #000;
}
.js-modal .form_main_file .remove svg {
    width: 15px;
    height: 15px;
}
.js-modal.form_info_text {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: center;
    color: #000000;
    margin-bottom: 12px;
}
.js-modal .main_form_footer .privacy-policy {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    color: #000000;
}
.js-modal .form_info_text {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: center;
    color: #000;
    width: 100%;
}
.modal.is-show {
    background: #F1EFE5;
    box-shadow: 0px 4px 4px 0px #00000040;
}
.js-modal .modal__header {
    background: none;
    padding-top: 58px;
}
.js-modal .modal__body {
    
}
@media(min-width: 768px) {
    .js-modal .btn_wrap button:hover {
        border: 1px solid #343A2F;
        padding: 17px 0;
    }
}
.js-modal .form_main_file .icon .btn_file {
    border: 1px solid #343A2F;
}
.js-modal .form_main_file .icon .btn_file:hover {
    background: white;
    color: #343A2F ;
}
.js-modal .btn_wrap button:active,
.js-modal .form_main_file .icon .btn_file:active {
    background: #B1B1B1 !important;
    color: white !important;
    border: 1px solid #B1B1B1 !important;
    box-shadow: unset !important;
}
.text_form {
    display: none;
}
/*.js-modal .modal-form__grid .grid-item input:valid {
    background: #D5D1A9;
}*/
.politics {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
}
.modal-form__grid .politics input {
    width: auto;
}