.ui-button-text {
    border-bottom: dotted 1px #278ec5;
    outline: none;
}

.ui-dialog-titlebar-close {
    color: #278ec5;
    font-size: 11px;
    float: right;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    outline: none;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active,
.ui-dialog-titlebar-close {
    color: #278ec5;
    font-size: 11px;
    float: right;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    outline: none;
}

.deposit_calc_form form div.ui-slider-range {
    height: 12px;
}
.deposit_calc_form.credit_calc_form form div {
    height: initial;
    padding: 0px;
}


.credit_calc_form form label {
    display: block;
    width: 205px;
    height: 35px;
    float: left;
    font-size: 19px;
    padding-top: 11px;
    margin-bottom: 20px;
}

.credit_calc_form form input {
    float: right;
    width: 222px;
    height: 32px;
    border-radius: 5px;
    margin-bottom: 25px;
    border: 1px solid #d6d6d6;
    box-shadow: inset 0px 2px 3px rgba(242, 242, 242, 0.8);
    font-size: 20px;
    padding: 3px;
}

.credit_calc_form p {
    font-size: 19px;
    margin-top: 20px;
}

.credit_calc_form button {
    width: 150px;
    height: 40px;
    margin: 5px 0 0 35px;
    color: #fff;
    background: #435081;
    border: 1px solid #344278;
    font-size: 17px;
    border-radius: 5px;
}

.credit_calc_form form input[type="submit"] {
    width: 150px;
    margin: 5px 45px 10px 0;
    color: #fff;
    background: #435081;
    box-shadow: none;
    height: 40px;
    border: 1px solid #344278;
    font-size: 17px;
}

.credit-forn-group {
    display: block;
    width: 100%;
    height: 50px;
    margin: 10px 0;
}

.b-polzunok .ui-state-default,
.b-polzunok  .ui-widget-content .ui-state-default {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
        height: 18px;
    top: -4px;
    width: 7px;
}


.credit-forn-group {
    display: block;
    height: auto;
    margin: 10px 0;
    min-height: 50px;
}

.credit_calc_form {
    margin: 0 auto;
	margin: -10px auto 0;
	padding: 10px 0 0;
    display: block;
    background: #f2f2f2;
    border-radius: 0 0 5px 5px;
    font-family: Arial;
}

.credit_calc_form form {
    margin: 0 auto;
    width: 89%;
    height: 420px;
    padding: 0 25px;
}
.credit_calc_form_info div.mf-name,
.credit_calc_form_info div.mf-email,
.credit_calc_form_info div.mf-captcha,
.credit_calc_form_info div.mf-message {
    width: 100%;
    padding-bottom: 0.4em;
}
.credit_calc_form .credit_calc_form_info form input{
    width: 100%;
    margin: 15px auto;
        float: none;
    text-align: center;
}
.credit_calc_form .credit_calc_form_info form input[type="submit"] {
    width: 150px;
    margin: 15px auto;
    color: #fff;
    background: #435081;
    box-shadow: none;
    height: 40px;
    border: 1px solid #344278;
    font-size: 17px;
}

.span-right{
    text-align: right;
    float: right;
}


.credit_calc_form .mfeedback form {
    height: auto;
}

.b-polzunok  .ui-slider .ui-slider-handle {
    position: absolute;
    margin-left: -16px;
    width: 15px;
    height: 15px;
    cursor: pointer;
    border-radius: 50%;
    border: 4px solid #BFE2FF;
    top: -7px;
    background: #FFF;
    z-index: 2;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2), 0 4px 6px rgba(0,0,0,0.2);
    transition: transform 0.2s, border 0.4s;
}

.b-polzunok  .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    height: 10px;
    border: 0;
    background: #2f3d73;
    border-radius: 10px;
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.3), 1px 1px 5px rgba(255, 255, 255, 1);
}



.agreement-checkbox{
    position: absolute;
    left: -9999px;
}
.agreement-checkbox-label{
    cursor: pointer;
    position: relative;
}
.agreement-checkbox-label:before{
    content: '';
    position: absolute;
    top: 1px;
    left: -29px;
    width: 20px;
    height: 20px;
    background: url(../img/checkbox.png) no-repeat 0 0;
}
.agreement-checkbox:checked + .agreement-checkbox-label:before {
    background-position: 0 -23px;
}

.btn.btn_disabled{
	background: gray;
    cursor: not-allowed;
	-webkit-transition: none;
}
.btn.btn_disabled:hover{
	box-shadow: none;
}
.clr{
    clear: both;
}
.agreement-checkbox-wrapper{
    display: block;
    width: 100%;
}

.agreement-checkbox-label:before {
    left: 0;
}
.credit_calc_form form label.agreement-checkbox-label {
    padding: 0 30px;
    width: 100%;
}

.credit_calc_form .credit_calc_form_info form input[type="submit"].btn_disabled {
    color: #fff;
    background: #747373;
    border: 1px solid #747373;
}

.ui-widget-content label.agreement-checkbox-label a {
    color: #2f3d73;
}

.credit_calc_form form input {
    float: right;
    width: 180px;
}
.credit_calc_form form label {
    width: 222px;
    font-size: 18px;
}

.b-polzunok .ui-slider {
    position: relative;
    background: #BFE2FF;
    background: rgba(39, 142, 197, 0.5);
    height: 10px;
    border-radius: 10px;
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.2), 1px 1px 5px rgba(255, 255, 255, 1);
}


.credit-forn-group {
    position: relative;
}
.credit-hint._error {
    position: absolute;
    bottom: 0;
    font-size: 11px;
    color: red;
}


@media (max-width: 500px){
    .credit_calc_form form{
        height: auto;
    }
    .credit_calc_form form input {
        float: none;
        width: 100%;
    }
    .ui-widget.ui-widget-content{
        max-width: 100%;
    }
}


._hidden{
    display: none;
}









