.block-faq{
    background: linear-gradient(180deg, #001A5D 2.55%, #0037C3 57.69%, #011452 106.18%);
    /*min-height: 1037px;*/
    background-size: cover;
    padding-top: 180px;
}

.block-faq-inner{
    padding: 70px 5px 90px;
    display: flex;
    justify-content: center;
    gap: 65px;
}

.feedback{
    min-width: 560px;
    min-height: 400px;
    border-radius: 0;
    position: relative;
}

.feedback-title{
    padding-top: 20px;
    text-align: center;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    /*background: var(--gradient-1, linear-gradient(77deg, #E3C441 28.9%, #FCF4A4 56.02%, #E1C242 83.14%));*/
    /*background-clip: text;*/
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
    width: 400px;
    margin: auto;
}

.feedback-title-inner{
    color: rgba(255, 255, 255, 0.80);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    padding-bottom: 10px;
    width: 400px;
    margin: auto;
}

.feedback-form{
    width: 375px;
    margin: auto;
    position: relative;
}

#user-data-form{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
    gap: 15px;
}

.form-input-row{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.feedback-form .form-group{
    margin-bottom: 10px;
}

.feedback .modal-error-block{
    margin: 0 0 10px;
}

.feedback #phone-error{
    max-width: 280px;
    margin: auto;
    padding-bottom: 20px;
}

.form-control{
    display: flex;
    height: 37px;
    padding: 0 20px 0;
    align-items: center;
    border-radius: 21px;
    background: #FFF;
    color: #2859F6;
    text-align: left;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    max-width: 280px;
    border: none;
}

.form-control > option{
    display: flex;
    height: 37px;
    padding: 0 20px 0;
    align-items: center;
    border-radius: 21px;
    background: #FFF;
    color: #2859F6;
    text-align: left;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    max-width: 280px;
    border: none;
}

.form-control::placeholder{
    color: #2859F6;
    text-align: left;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    max-width: 280px;
}

textarea.form-control{
    color: #2859F6;
    text-align: left;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    display: flex;
    max-height: 78px;
    min-height: 78px;
    max-width: 280px;
    min-width: 280px;
    padding: 15px 20px 0;
    align-items: center;
    border-radius: 21px;
    border: none;
    background: #FFF;
}

.help-block{
    color: #ED2727!important;
    font-size: 13px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-align: center;
}

.has-error .form-control {
    border: 2px solid #ED2727;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ED2727;
    color: #ED2727;
}

.has-error label {
    color: #ED2727!important;
}


.feedback-form .checkbox-container{
    width: 420px;
}


.checkbox label{
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    padding-left: 31px;
}
.checkbox label >a{
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.checkbox input[type="checkbox"]{
    margin: -4px 0 0 -31px;
    width: 24px;
    height: 24px;
}

.block-faq .modal_main_button button{
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    width: 256px;
    height: 35px;
    border-radius: 0;
    border: 4px solid #FFF;
    background: #0029A3;
    transition: 0.2s;
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%)!important;
}
.modal_main_button button:hover{
    transition: 0.2s;
    transform: scale(1.05);
}
