.section__form-form_wrapper {
    max-width: 500px;
    width: 100%;
    margin: auto;
    padding: 40px 10px 80px;
}

/*.section__form-form_wrapper__contact_form {
    display: flex;
    flex-direction: column;
    background: linear-gradient(90deg, #616161 0%, #9BC5C3 100%);
    box-shadow: 0px 10px 5px 3px #E5E5E5;
    border-radius: 10px;
    padding: 40px 10px;
}*/

/*.section__form-form_wrapper__form-textarea,
.section__form-form_wrapper__form-input {
    border-radius: 15px;
    width: 100%;
    margin: 0 auto;
    border: none;
    padding: 0 13px;
}*/

/*.section__form-text_wrapper-h6,
.section__form-text_wrapper-p {
    font-family: Raleway, sans-serif;
    font-style: normal;
    color: #000;
}*/


/*.section__form-text_wrapper {
    max-width: 750px;
    width: 100%;
    margin: auto;
    padding: 40px 0 0;
    text-align: left;
}*/

/*.section__form-text_wrapper-h6 {
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 10px;
}*/

.section__form-text_wrapper-p {
    font-size: 20px;
    font-weight: 400;
}

/*.section__form-form_wrapper__form-textarea {
    padding: 13px 10px 0;
}*/

/*.section__form-form_wrapper__contact_form-p__style {
    width: 75%;
    margin: 10px auto 10px;
}*/

/*.section__form-form_wrapper__form-input {
    height: 40px;
}*/

/*.section__form-form_wrapper__form-btn {
    width: 150px;
    height: 40px;
    border: none;
    background-color: #fff;
    box-shadow: 10px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    margin: 20px auto;
    transition: .3s;
    font-family: Raleway, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
}*/

/*.section__form-form_wrapper__form-btn:hover {
   background-color: #0375c2;
    color: #fff;
}*/

.no_scroll {
    overflow: hidden;
}



/*   ---------------  POPUP WITH FORM INFO   -------------   */


.myModalFormInfo {
    max-width: 550px;
    width: 100%;
    height: 300px;
    margin: auto;
    padding: 18px 9px;
    border-radius: 15px;
    background-color: #272626;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    opacity: 0;
    z-index: 31;
    text-align: center;
    overflow-y: scroll;
    color: #fff;
}

.myModalFormInfo.fullSize{
    width: 900px;
    transition: 1.5s;
}

.myModalFormInfo h5{
    color: #fff;
    font-family: DM Sans, sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
}
.myModalFormInfo .myModalFormInfo__close {
    width: 21px; height: 21px;
    position: absolute;
    top: 1px; right: 11px;
    cursor: pointer;
    display: block;
    font-size: 29px;
    color: #fff;
}

.myOverlayFormInfo {
    z-index: 30;
    position: fixed;
    background-color: rgba(0,0,0,.7);
    width: 100%; height: 100%;
    top: 0; left: 0;
    cursor :pointer;
    display :none;
}

.myModalFormInfo__h6 {
    font-family: Raleway, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    color: #006400;
    text-transform: uppercase;
    margin-top: 15px;
}

.myModalFormInfo__p {
    font-family: Raleway, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    margin: 20px auto 0;
    width: 269px;
    line-height: 30px;
}

.myModalFormInfo__h6.failed {
    color: #b22222;
}

/*  --------------  MEDIA  ------------  */


@media (max-width: 768px) {

    /*.section__form-form_wrapper__form-textarea,
    .section__form-form_wrapper__form-input {
            width: 90%;
    }*/

    .section__form-form_wrapper {
        max-width: 400px;
    }

    .section__form-text_wrapper {
        max-width: 500px;
        text-align: center;
    }

    .section__form-text_wrapper-h6 {
        font-size: 25px;
    }

}