div.cvu-input {
    min-height: 72px;
    height: 72px;
    overflow: hidden;
    width: 100%;
    padding: 0;
    position: relative;
    box-sizing: border-box;
}

div.cvu-input > * {
    display: block;
    float: left;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}

.cvu-input > i {
    width: 24px;
    height: 24px;
    margin: 16px 8px 24px 0;
    padding: 4px;
    overflow: hidden;
    color: rgba(21, 101, 192, 0.5);
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 22px;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    float: left;
}

.cvu-input > label {
    color: #000;
    width: 100%;
    height: 16px;
    font-size: 12px;
    vertical-align: top;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
}

.cvu-input > input, .cvu-input > textarea {
    width: 100%;
    height: 32px;
    line-height: 32px;
    box-sizing: border-box;
    font-size: 16px;
    border: none;
    border-top: 1px solid transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    background: transparent;
    color: rgba(0, 0, 0, 1);
    vertical-align: top;
    outline: none;
    box-shadow: none;
}

.cvu-input > textarea {
    line-height: 1;
}

.cvu-input > span {
    width: 100%;
    height: 24px;
    font-size: 12px;
    line-height: 18px;
    color: rgba(244, 67, 54, 1);
    display: none;
}

div.cvu-input.cvu-input__textarea {
    min-height: 112px;
    padding: 0 5px;
    display: inline-block;
    height: auto;
    margin-bottom: 10px;
}

div.cvu-input.cvu-input__textarea textarea {
    min-height: 72px;
    max-width: calc(100% - 40px);
    min-width: calc(100% - 40px);
}

div.cvu-input.cvu-input__textarea span {
    margin-left: 40px;
}

/* --------------------------------------------------------- ICON-LEFT --------------------------------------------------------- */

.cvu-input__icon-left > label {
    width: calc(100% - 40px);
}

.cvu-input__icon-left > span {
    width: calc(100% - 40px);
}

.cvu-input__icon-left > input, .cvu-input__icon-left > textarea {
    width: calc(100% - 40px);
}

/* --------------------------------------------------------- EMPTY --------------------------------------------------------- */
.cvu-input__empty > label {
    color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    margin-top: 24px;
    margin-bottom: -24px;
}

/* --------------------------------------------------------- NOT-EMPTY --------------------------------------------------------- */
.cvu-input__not-empty > label {
    color: rgba(0, 0, 0, 0.5);
}

/* --------------------------------------------------------- INVALID --------------------------------------------------------- */
.cvu-input__invalid > i {
    color: rgba(244, 67, 54, 1);
}

.cvu-input__invalid > label {
    color: rgba(21, 101, 192, 1);
}

.cvu-input__invalid > input, .cvu-input__invalid > textarea {
    border-bottom: 1px solid rgba(244, 67, 54, 1);
}

.cvu-input__invalid > span {
    display: block;
}

/* --------------------------------------------------------- FOCUSED --------------------------------------------------------- */
.cvu-input__focused > i {
    color: rgba(21, 101, 192, 1);
}

.cvu-input__focused > label {
    color: rgb(21, 101, 192);
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.cvu-input__focused > input, .cvu-input__focused > textarea {
    border-bottom: 2px solid rgb(21, 101, 192);
}




/* --------------------------------------------------------- EXTEND --------------------------------------------------------- */
.form {
    padding-top: 20px;
}

.cvu-form {
    width: 100%;
    padding: 5px 15px 50px 0;
    flex-wrap: wrap;
    justify-content: center;
    margin: 40px 0 50px;
    box-sizing: border-box;
}

.cvu-form .cvu-input label {
/*
    color: #fff;
*/
}

.cvu-form .cvu-input > input, .cvu-form .cvu-input > textarea {
/*
    border-bottom-color: rgba(255, 255, 255, 0.15);
    color: #fff;
*/
}

.cvu-form .cvu-input__focused > input, .cvu-form .cvu-input__focused > textarea {
    border-bottom-color: rgb(21, 101, 192);
}

.cvu-form .cvu-input__invalid > i {
    color: rgba(21, 101, 192, 0.5);
}

.cvu-input.cvu-input__width {
    width: 33%;
}

.cvu-form .button {
    min-width: 300px;
    padding: 8px 0;
    max-width: 100%;
    outline: none;
    line-height: 60px;
    margin: 0;
    border-radius: 3px;
    background-color: #1565c0;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    transition: .3s;
    cursor: pointer;
}
.cvu-form .button:hover {
    background-color: #229fff;
}

.cvu-form .g-recaptcha {
    margin-right: 20px;
}






.custom-text {
    padding: 30px 0;
}
.custom-text i.material-icons {
    margin: 10px auto;
    font-size: 60px;
    display: block;
    text-align: center;
    color: #1565c0;
}
.custom-text h2 {
    background: none;
    color: #1565c0 !important;
    font-size: 19px;
    line-height: 1;
    font-weight: 600;
    border: none;
    display: block;
    text-align: center;
    margin: 0;
    padding: 0;
}
.custom-text h5, .custom-text h4, .custom-text h3 {
    font-weight: 600;
    color: #455a64;
    font-size: 17px;
    line-height: 1;
    display: block;
    text-align: center;
    border: none;
}
.custom-text h5 {
    font-size: 14px;
}
.custom-text h4 {
    color: #3b8f28;
    margin: 7px 0;
}
.captcha-error {
    color: #f44336;
    font-size: 12px;
    position: absolute;
}

.loader {
    width: 100%;
    text-align: center;
    display: block;
    background: url("../d/loader.svg") no-repeat;
    height: 90px;
    background-size: contain;
    background-position: 50%;
    margin: 80px auto;
}
.cvu-input.cvu-input__width {
    width: 33%;
}

.cvu-form .button {
    min-width: 304px;
    padding: 8px 0;
    max-width: 100%;
    outline: none;
    border: none;
    line-height: 60px;
    margin: 0;
}


.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 750px) {
    .cvu-input.cvu-input__width {
        width: 100%;
    }
    .cvu-form div.cvu-input.cvu-input__textarea {
        padding: 0;
    }
    .cvu-form .button{
        width: 280px;
        min-width: auto;
    }
}
@media (max-width: 670px) {
    .cvu-form .g-recaptcha {
        margin: 0 auto 28px auto;
    }
    .cvu-form .button{
        width: 304px;
        min-width: 304px;
        margin: 0 auto;
    }
}