.application-form-container {
    display: flex;	
    padding-top: 30px;
}

.application-form-body {
    flex-grow: 1;
    background: url(/images/bg-orderform-inline.png);
    background-color: #607d8b;
    padding: 30px 100px;
    min-height: 400px;
    background-position: 174% -94%;
}

.application-form_decor {
    /*background-image: url(/images/feedback-form-decor.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;*/
    background-color: #607d8b;
}

.form-decor {
    width: 575px;
}

.ds-form .wForm {
    padding: 0;
    margin-bottom: 0;
    font-family: 'Roboto', sans-serif;
}

.ds-form .wForm label {
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color: #ffffff;
    display: block;
    margin-bottom: 5px;
}

.ds-form .wForm label .required {
    color: #b21a41;
}

.ds-form .wForm input:not([type]),
.ds-form .wForm input[type="text"],
.ds-form .wForm input[type="password"],
.ds-form .wForm input[type="date"],
.ds-form .wForm input[type="datetime"],
.ds-form .wForm input[type="datetime-local"],
.ds-form .wForm input[type="month"],
.ds-form .wForm input[type="week"],
.ds-form .wForm input[type="email"],
.ds-form .wForm input[type="number"],
.ds-form .wForm input[type="search"],
.ds-form .wForm input[type="tel"],
.ds-form .wForm input[type="time"],
.ds-form .wForm input[type="url"],
.ds-form .wForm input[type="color"],
.ds-form .wForm select,
.ds-form .wForm textarea {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    width: 100%;
    display: block;
    background: #fff;
    border: 1px solid #e7e7e7;
    padding: 13.5px 15px;
    width: 100%;
    box-sizing: border-box;
}

.ds-form .wForm input:not([type]):focus,
.ds-form .wForm input[type="text"]:focus,
.ds-form .wForm input[type="password"]:focus,
.ds-form .wForm input[type="date"]:focus,
.ds-form .wForm input[type="datetime"]:focus,
.ds-form .wForm input[type="datetime-local"]:focus,
.ds-form .wForm input[type="month"]:focus,
.ds-form .wForm input[type="week"]:focus,
.ds-form .wForm input[type="email"]:focus,
.ds-form .wForm input[type="number"]:focus,
.ds-form .wForm input[type="search"]:focus,
.ds-form .wForm input[type="tel"]:focus,
.ds-form .wForm input[type="time"]:focus,
.ds-form .wForm input[type="url"]:focus,
.ds-form .wForm input[type="color"]:focus,
.ds-form .wForm select:focus,
.ds-form .wForm textarea:focus {
    background-color: #fff;
    border-color: #999999;
    outline: none;
}

.ds-form .wForm input:not([type]).improper-value,
.ds-form .wForm input[type="text"].improper-value,
.ds-form .wForm input[type="password"].improper-value,
.ds-form .wForm input[type="date"].improper-value,
.ds-form .wForm input[type="datetime"].improper-value,
.ds-form .wForm input[type="datetime-local"].improper-value,
.ds-form .wForm input[type="month"].improper-value,
.ds-form .wForm input[type="week"].improper-value,
.ds-form .wForm input[type="email"].improper-value,
.ds-form .wForm input[type="number"].improper-value,
.ds-form .wForm input[type="search"].improper-value,
.ds-form .wForm input[type="tel"].improper-value,
.ds-form .wForm input[type="time"].improper-value,
.ds-form .wForm input[type="url"].improper-value,
.ds-form .wForm input[type="color"].improper-value,
.ds-form .wForm select.improper-value,
.ds-form .wForm textarea.improper-value {
    border-color: #b21a41;
}

.ds-form .wForm input[type="checkbox"] {
    vertical-align: middle;
    visibility: visible;
    opacity: 1;
    position: static;
}

.ds-form .wForm input[type="radio"] {
    vertical-align: middle;
}

.ds-form .wForm input[readonly],
.ds-form .wForm input[readonly='readonly'],
.ds-form .wForm textarea[readonly],
.ds-form .wForm textarea[readonly='readonly'] {
    background-color: #eee;
    opacity: 1;
}

.ds-form .wForm input[readonly]:hover,
.ds-form .wForm input[readonly]:active,
.ds-form .wForm input[readonly]:focus,
.ds-form .wForm input[readonly='readonly']:hover,
.ds-form .wForm input[readonly='readonly']:active,
.ds-form .wForm input[readonly='readonly']:focus,
.ds-form .wForm textarea[readonly]:hover,
.ds-form .wForm textarea[readonly]:active,
.ds-form .wForm textarea[readonly]:focus,
.ds-form .wForm textarea[readonly='readonly']:hover,
.ds-form .wForm textarea[readonly='readonly']:active,
.ds-form .wForm textarea[readonly='readonly']:focus {
    background-color: #eee;
    opacity: 1;
}

.ds-form .wForm input.readonly[readonly],
.ds-form .wForm input.readonly[readonly='readonly'],
.ds-form .wForm textarea.readonly[readonly],
.ds-form .wForm textarea.readonly[readonly='readonly'] {
    border-color: transparent !important;
    background-color: transparent !important;
    padding-left: 0 !important;
    box-shadow: none;
}

.ds-form .wForm input.readonly[readonly]:hover,
.ds-form .wForm input.readonly[readonly]:active,
.ds-form .wForm input.readonly[readonly]:focus,
.ds-form .wForm input.readonly[readonly='readonly']:hover,
.ds-form .wForm input.readonly[readonly='readonly']:active,
.ds-form .wForm input.readonly[readonly='readonly']:focus,
.ds-form .wForm textarea.readonly[readonly]:hover,
.ds-form .wForm textarea.readonly[readonly]:active,
.ds-form .wForm textarea.readonly[readonly]:focus,
.ds-form .wForm textarea.readonly[readonly='readonly']:hover,
.ds-form .wForm textarea.readonly[readonly='readonly']:active,
.ds-form .wForm textarea.readonly[readonly='readonly']:focus {
    padding-left: 0 !important;
    border-color: transparent !important;
    background-color: transparent !important;
    opacity: 1;
    box-shadow: none;
}

.ds-form .wForm input[disabled],
.ds-form .wForm input[disabled='disabled'],
.ds-form .wForm input.disabled,
.ds-form .wForm textarea[disabled],
.ds-form .wForm textarea[disabled='disabled'],
.ds-form .wForm textarea.disabled {
    background-color: #eee;
    color: #808080;
    opacity: 1;
    cursor: not-allowed;
}

.ds-form .wForm input[disabled]:hover,
.ds-form .wForm input[disabled]:active,
.ds-form .wForm input[disabled]:focus,
.ds-form .wForm input[disabled='disabled']:hover,
.ds-form .wForm input[disabled='disabled']:active,
.ds-form .wForm input[disabled='disabled']:focus,
.ds-form .wForm input.disabled:hover,
.ds-form .wForm input.disabled:active,
.ds-form .wForm input.disabled:focus,
.ds-form .wForm textarea[disabled]:hover,
.ds-form .wForm textarea[disabled]:active,
.ds-form .wForm textarea[disabled]:focus,
.ds-form .wForm textarea[disabled='disabled']:hover,
.ds-form .wForm textarea[disabled='disabled']:active,
.ds-form .wForm textarea[disabled='disabled']:focus,
.ds-form .wForm textarea.disabled:hover,
.ds-form .wForm textarea.disabled:active,
.ds-form .wForm textarea.disabled:focus {
    background-color: #eee;
    opacity: 1;
    cursor: not-allowed;
}

.ds-form .wForm input[type="submit"]:hover,
.ds-form .wForm input[type="submit"]:focus,
.ds-form .wForm button[type="submit"]:hover,
.ds-form .wForm button[type="submit"]:focus {
    opacity: 1;
}

.ds-form .wForm select {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAICAMAAADUf89RAAAAXVBMVEXe3t7////e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t4c2GbBAAAAHnRSTlMAAAMGCQwPIScqMDM5P0Wfpau0usDDxuTn6u3w8/a+b40GAAAAS0lEQVQI123JRRKAQADEwODubvP/Z3KhYBfIMU00yaxyriCejV+7D5As929cDCBdr996WEC2SZI6jxeQ75J6nw9QHBoDfoByCLHgBAR/B7a3OfpzAAAAAElFTkSuQmCC);
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 1.75rem;
	color: #888;
}

.ds-form .wForm select option {
    padding: 0.22222rem 0.64rem;
    color: #78767a;
    font-family: inherit;
    font-size: 14px;
}

.ds-form .inline {
    font-size: 0;
}

.ds-form .inline.label-left label {
    width: 28%;
    display: inline-block;
    margin-right: 2%;
}

.ds-form .inline.label-left input {
    display: inline-block;
    width: 70%;
}

.ds-form .inline.label-right label {
    display: inline-block;
    float: right;
    width: 30%;
}

.ds-form .inline.label-right input {
    display: inline-block;
    float: left;
    width: 65%;
}

.ds-form .clearfix:before,
.ds-form .clearfix:after {
    content: " ";
    display: table;
}

.ds-form .clearfix:after {
    clear: both;
}

.ds-form .form-head {
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
	line-height: 1.1;
}

.ds-form .note {
    font-size: 16px;
    margin-bottom: 25px;
    color: #fff;
    font-weight: 300;
}

.ds-form .field-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    position: relative;
}

.ds-form .is_checkbox,
.ds-form .is_radio {
    display: block;
    text-align: left;
}

.ds-form .is_checkbox label,
.ds-form .is_radio label {
    margin-left: 2.05556em;
}

.ds-form .is_checkbox input,
.ds-form .is_radio input {
    margin-top: -22px;
}

.ds-form .infoform {
    margin-bottom: 15px;
    font-size: 13px;
    color: #b7b7b7;
}

.ds-form .error-form {
    margin-top: 15px;
    padding-left: 15px;
    font-size: .875rem;
    color: #b21a41;
    list-style: none;
}

.ds-form .error-form li:before {
    content: "\00d7";
    float: left;
    margin-left: -15px;
    font-weight: 700;
}

.ds-form .buttonform {
    margin-top: 15px;
    text-align: center;
}

.ds-form .rating_selection {
    text-align: left;
    font-size: 0;
}

.ds-form .rating_selection label:first-of-type {
    display: none;
}

.ds-form .rating_selection input[type='radio'] {
    display: none;
}

.ds-form .rating_selection label {
    cursor: pointer;
    display: inline-block;
}

.ds-form .rating_selection label {
    display: inline-block;
    font-size: 30px;
    letter-spacing: 5px;
    color: #e9cd10;
    margin-right: 0;
}

.ds-form .rating_selection input:checked~label {
    color: #aaa;
}

.ds-form .rating_selection:hover label[for] {
    color: #e9cd10;
}

.ds-form .rating_selection:hover label:hover~label {
    color: #aaa;
}

.ds-form .field-row.half>div {
    margin: 0;
    position: relative;
    width: calc((100% - 20px) / 2);
}

.ds-form .field-row.full>div {
    margin: 0;
    position: relative;
    width: 100%;
}

.ds-form .submit_block {
    margin: 30px 0 0;
    align-items: center;
}

.ds-form .submit_block input[type='checkbox'] {
    display: none;
}

.ds-form .submit_block label {
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    cursor: pointer;
    margin: 0;
}

.ds-form .submit_block label:before {
    content: '';
    display: inline-block;
    margin-right: 10px;
    width: 12px;
    height: 12px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 60' style='enable-background:new 0 0 60 60; fill: %23fff;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M0,0v60h60V0H0z M58,58H2V2h56V58z'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.ds-form .submit_block input[type='checkbox']:checked + label:before {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 60' style='enable-background:new 0 0 60 60; fill: %23fff;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M26.375,39.781C26.559,39.928,26.78,40,27,40c0.276,0,0.551-0.114,0.748-0.336l16-18c0.367-0.412,0.33-1.045-0.083-1.411 c-0.414-0.368-1.045-0.33-1.412,0.083l-15.369,17.29l-9.259-7.407c-0.43-0.345-1.061-0.273-1.405,0.156 c-0.345,0.432-0.275,1.061,0.156,1.406L26.375,39.781z'/%3E%3Cpath d='M0,0v60h60V0H0z M58,58H2V2h56V58z'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.dsform-field-error {
    display: none;
    font-size: 12px;
    position: absolute;
    width: 100%;
    color: #b21a41;
    text-align: center;
    font-weight: 300;
}

.ds-form .submit_block {
    margin: 30px 0 0;
    align-items: center;
}

.typical_green {
    background: #9e9e9e;
    border-color: #9e9e9e;
}

.typical-btn {
    color: #fff;
    font-weight: 300;
	font-size:15px;
    padding: 12.5px 0;
    border-radius: 0px;
    text-align: center;
    border: 2px solid transparent;
    width: 324px;
    transition: all .3s ease;
	    margin-right: 14px;
}

.btn_icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 8px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.edit_icon {
    background-image: url('/images/download.svg');
}

.typical-btn>span {
    vertical-align: middle;
}

label.error {
    font-size: 14px !important;
    position: absolute;
    right: 15px;
    margin-top: -25px;
    color: #fff;
    background-color: #dc5d6b;
    border-radius: 2px;
    padding: 0px 9px;
}

@media only screen and (max-width: 1080px) {
    .get_invest {
        display:none;
    }
}