.form-investor.popup-block{
    width: 100%;
    max-width: 657px;
    padding: 48px 115px 32px;
    margin: 90px auto 40px;
}
.form-investor.popup-block h3{
    padding: 0px;
    margin: 0 0 18px;
}
.form-investor.popup-block .popup__form{
    padding: 0;
}
.form-investor.popup-block button.mfp-close{
    color: #13353F;
    width: 32px;
    height: 33px;
    line-height: 33px;
    font-size: 45px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
}
@media only screen and (max-width: 1023px){
    .form-investor.popup-block button.mfp-close{
        width: 23px;
        height: 24px;
        line-height: 24px;
        font-size: 35px;
    }
}
.form-investor .ds_input.ds_input_radio{
    margin: 19px 0px 11px;
}
.ds_input.common_label label,
.ds_input.common_label label.ds_filled{
    position: static;
    font-size: 16px;
    line-height: 20px;
    white-space: normal;
}
.form-investor .form__field{
    padding: 23px 0 10px;
    margin-bottom: 16px;
}
.form-investor .form__field.radio_group{
    padding-top: 21px;
    margin-bottom: 13px;
}
.form-investor .form__field.radio_group.radio_group_legal{
    padding-top: 11px;
}
.form-investor .form__field.radio_group .ds_radio_1x{
    margin-top: 9px;
    width: 100%;
    margin-bottom: 0px;
}
.form-investor .form__field.radio_group .ds_radio_1x:first-child{
    margin-top: 8px;
}
.form-investor .form__field.radio_group .ds_radio_1x label{
    display: flex;
    width: 100%;
    line-height: 26px;
    justify-content: space-between;
    align-items: center;
}
.form-investor .form__field.form__field-select{
    padding: 10px 0;
}
.form-investor .ds_input,
.form-investor .ds_select,
.form-investor .ds_checkbox_2x{
    margin-bottom: 0px;
}

.form-investor .ds_input input::-webkit-outer-spin-button,
.form-investor .ds_input input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.form-investor .form__field.form__field-switch{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    margin-bottom: 12px;
}
.form-investor .form__field.form__field-switch .ds_switch_multy{
    height: 32px;
    width: 52px;
    margin: 0;
    display: block;
    position: relative;
    cursor: pointer;
}
.form-investor .form__field.form__field-switch label{
    cursor: pointer;
}
.form-investor .form__field.form__field-switch .ds_switch_multy label{
    height: 28px;
    padding: 0px;
    width: 28px;
    background: #fff;
    position: absolute;
    top: 2px;
    left: 2px;
}
.form-investor .form__field.form__field-switch .ds_switch_multy input:checked + label{
    left: unset;
    right: 2px;
}
.form-investor .form__field.form__field-switch .ds_switch_multy.checked{
    background: #00A9BF;
}
.form-investor .ds_button_submit{
    margin-right: 48px;
}
.link-inline{
    display: inline;
}
.agree-field label{
    align-items: center;
}

@media only screen and (max-width: 1023px) {
    .form-investor.popup-block{
        max-width: 560px;
        padding: 44px 96px 36px;
    }
    .ds_input label{
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 100%;
    }
}
@media only screen and (max-width: 599px) {
    .form-investor.popup-block{
        max-width: 296px;
        padding: 44px 16px 36px;
    }
    .form-investor .captcha_field{
        transform: scale(0.85);
        margin-left: -20px;
    }
    .form-investor .ds_button_submit{
        margin-right: 0px;
    }
}
