.slider__top {
    justify-content: flex-end;
}


.modal__textarea-wrap {

    width: 100%;
    min-width: 100%;
}
.form_col {
    width: calc(50% - 20px);
}

.form_col .modal__form-input {
    padding-left: 15px;
    max-height: 47px;
}

.form_col .modal__input-wrap {
    width: 100%;
    margin-bottom: 30px;
}

.form_col .modal__form-submit {
    width: 100%;
}

.form_col .modal__form-input.modal__form-textarea {
    width: 100%;
    min-width: 100%;
    height: 274px;
    max-height: 274px;
}

.form_tabs_buttons {
    display: flex;
    width: 100%;
}

.form_tabs_buttons .form_tabs_buttons-btn {
    width: 50%;
    padding: 30px 20px;
    background: #fff;
    border: 1px solid #00323d;
    color: #00323d;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}


.form_tabs_buttons .form_tabs_buttons-btn > span {
    display: block;
    margin-top: 10px;
    font-size: 13px;
    line-height: 14px;
    font-weight: normal;
    width: 100%;
}

.form_tabs_buttons .form_tabs_buttons-btn.active {
    background: #e0d8cb;
    border: 1px solid #e0d8cb;
    color: #00323d;
}

.container.form_tabs {
    padding-bottom: 200px;
}

.form_tabs-content .block5-info__success {
    background: #e0d8cb !important;
    margin-top: 120px;
}

.form_tabs-content-warn {
    width: 50%;
    float: right;
    z-index: 44;
    position: relative;
    padding: 20px;
}

.block5__form > .block5__info{
    margin-top: 30px;
}

.header__wrap1 .header__link1 {
    margin-right: 13px;
}

.specialField{
    position: absolute !important;
    overflow: hidden !important;
    width: 0 !important;
    height: 0 !important;
}

@media (max-width: 767px) {
    .form_col {
        width: 100%;
    }

    .form_tabs-content-warn {
        width: 100%;
        float: right;
    }
}