/*
    Name: form styles;
    by CRYCODE
*/

::-webkit-input-placeholder {
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    color: inherit;
    opacity: .8!important;
}

::-moz-placeholder {
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    color: inherit;
    opacity: .8!important;
}

::-ms-input-placeholder {
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    color: inherit;
    opacity: .8!important;
}

:focus::-webkit-input-placeholder {
    opacity: .2;
}

:focus::-moz-placeholder {
    opacity: .2;
}

:focus::-ms-input-placeholder {
    opacity: .2;
}

:disabled,.disabled {
    cursor: no-drop!important
}

button,input,optgroup,select,textarea,.btn {
    color: inherit;
    font-family: inherit;
    margin: 0;
    padding: 0;
    background: 0;
    border: 0;
    border-radius: 0;
    /*-webkit-appearance: none*/
}

input[type="text"],input[type="email"],input[type="tel"],textarea {
    background-color: #fff;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border: 1px solid #ccc;
    padding: 0 10px;
    display: block;
    height: 35px;
    line-height: 35px;
    width: 100%;
    color: #666;
    font-size: 15px;
}

input[type="text"]:not(.has-error):focus,input[type="email"]:not(.has-error):focus,input[type="tel"]:not(.has-error):focus,textarea:not(.has-error):focus {
    background-color: #fff;
    border-color: #c2c2c2;
    -webkit-box-shadow: 0 0 0 1px #c2c2c2;
    -moz-box-shadow: 0 0 0 1px #c2c2c2;
    box-shadow: 0 0 0 1px #c2c2c2;
}

button,input[type="button"],input[type="reset"],input[type="submit"],select {
    cursor: pointer
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration,input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {
    -webkit-appearance: none
}

textarea {
    resize: vertical;
    overflow-x: hidden;
    display: block;
    padding: 10px;
    line-height: normal;
}

input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button,textarea {
    height: auto
}

.field-form,.field-group {
    position: relative;
}

.field-group+.field-group {
    margin-top: 15px;
}

.field .btn.btn-primary {
    display: block;
    width: 100%;
}

input.has-error,textarea.has-error {
    background-color: #fff;
    border-color: #b11919;
    color: #b11919;
}

.field-error-text {
    margin-top: 5px;
    display: none;
    color: #b11919;
    font-size: 15px;
}

.has-error .field-error-text {
    display: block;
}

.field-title {
    margin-bottom: 5px;
}

.field-mark {
    display: inline-block;
    vertical-align: top;
    color: #b11919;
}

.field-description {
    color: #a09f9f;
    font-style: italic;
    margin-top: 5px;
}

.form-group+.form-group {
    margin-top: 15px;
}

.control-label {
    width: 20%;
    font-size: 15px;
    line-height: 1.2;
}

.form-control,.control-captcha,.control-label {
    display: table-cell;
    vertical-align: middle;
}

.form-group {
    display: table;
    width: 100%;
}

span.red {
    color: #d30202;
}

.form-inline {
    display: table-cell;
    font-size: 15px;
}

form.form {
    background-color: #f0f0f0;
    padding: 30px;
}

.control-captcha img, .control-captcha input {
    display: inline-block;
    vertical-align: middle;
}

.control-captcha img {
    margin-right: 15px;
    height: 35px;
    width: 160px;
}

.control-captcha input {
    width: calc(100% - 175px);
}

@media screen and (max-width: 1599px) {
    label.control-label {
        display: table;
        width: 100%;
        margin-bottom: 5px;
    }

    .form-control,.control-captcha {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .form-inline {
        display: block;
        width: 100%;
    }

    .form-inline+.form-inline {
        margin-top: 15px;
    }
}

@media screen and (max-width: 479px) {
    form.form {
        padding: 15px;
    }

    .control-captcha img, .control-captcha input {
        display: block;
    }

    .control-captcha input {
        margin-top: 15px;
        width: 100%;
    }
}


/*
    Name: form styles;
    by CRYCODE
*/

::-webkit-input-placeholder {
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    color: inherit;
    opacity: .8!important;
}

::-moz-placeholder {
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    color: inherit;
    opacity: .8!important;
}

::-ms-input-placeholder {
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    color: inherit;
    opacity: .8!important;
}

:focus::-webkit-input-placeholder {
    opacity: .2;
}

:focus::-moz-placeholder {
    opacity: .2;
}

:focus::-ms-input-placeholder {
    opacity: .2;
}

:disabled,.disabled {
    cursor: no-drop!important
}

button,input[type="text"],input[type="email"],input[type="tel"],optgroup,textarea,.btn {
    color: inherit;
    font-family: inherit;
    margin: 0;
    padding: 0;
    background: 0;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none
}

input[type="text"],input[type="email"],input[type="tel"],input[type="password"], select, textarea {
    background-color: #fff;
    -webkit-transition: all .3s-out;
    -moz-transition: all .3s-out;
    -ms-transition: all .3s-out;
    -o-transition: all .3s-out;
    transition: all .3s-out;
    border: 1px solid #aaa;
    padding: 7px 10px;
    display: block;
    height: 35px;
    width: 100%;
    color: #666;
    font-size: 15px;
}

input[type="text"]:not(.has-error):focus,input[type="email"]:not(.has-error):focus,input[type="tel"]:not(.has-error):focus, input[type="password"]:not(.has-error):focus, textarea:not(.has-error):focus {
    background-color: #fff;
    border-color: #c2c2c2;
    -webkit-box-shadow: 0 0 0 1px #c2c2c2;
    -moz-box-shadow: 0 0 0 1px #c2c2c2;
    box-shadow: 0 0 0 1px #c2c2c2;
}

button,input[type="button"],input[type="reset"],input[type="submit"],select {
    cursor: pointer
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration,input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {
    -webkit-appearance: none
}

textarea {
    resize: vertical;
    overflow-x: hidden;
    display: block;
    padding: 10px;
    height: auto;
}

input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button,textarea {
    height: auto
}
div.bx-auth{
    max-width: 600px;
    margin-top: 16px;
    margin-bottom: 24px;
}
.field-form,.field-group {
    position: relative;
}

.field-group+.field-group {
    margin-top: 15px;
}

.field .btn.btn-primary {
    display: block;
    width: 100%;
}

input.has-error,textarea.has-error {
    background-color: #fff;
    border-color: #b11919;
    color: #b11919;
}

.field-error-text {
    margin-top: 5px;
    display: none;
    color: #b11919;
    font-size: 15px;
}

.has-error .field-error-text {
    display: block;
}

.field-title {
    margin-bottom: 5px;
}

.field-mark {
    display: inline-block;
    vertical-align: top;
    color: #b11919;
}

.field-description {
    color: #a09f9f;
    font-style: italic;
    margin-top: 5px;
}



.form-volga .form-volga_fld{
    margin-bottom: 10px;
    overflow: hidden;
}
.form-volga_g-fld{
    margin-left: 30%;
}

.form-volga .form-volga_fld_name-f {
    float: left;
    width: 30%;
    padding-right: 10px;
    text-align: right;
}
.form-volga_fld_inp {
    float: left;
    width: 70%;
}
.form-volga.__question .tooltip-block{
    width: 70%;
    float: right;
}
.form-volga .b-form-button{
    clear: both;
    padding: 20px 0
}
.form-volga_fld_inp._with_date{}
    .form-volga_fld_inp._with_date input{
        display: inline-block;
        width: calc(100% - 22px);
    }
    .form-volga_fld_inp._with_date img{
        display: inline-block;
        width: 19px;
    }
    .form-volga_fld_inp._with_date img:hover{
        border: none;
        background-color: transparent;
        margin: 1px 1px 1px 2px;
    }
@media screen and (max-width: 767px) {
    .form-volga_g-fld{
        margin-left: 0;
    }
   .form-volga .form-volga_fld_name-f,
   .form-volga_fld_inp{
        float: none;
        width: 100%;
   }
   .form-volga .form-volga_fld_name-f{
        text-align: left;
   }
   .form-volga.__question .tooltip-block {
        width: 100%;
        float: none;
    }
    .form-volga.form_quiz_profile .b-form-button .btn-more{
        margin: 0 auto;
        display: block;
    }
}