.cl-button, .cl-button:visited {
    display: inline-block;
    padding: 2px 10px 2px;
    color: #fff !important;
    text-decoration: none;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    border-bottom: 1px solid rgba(0,0,0,0.25);
    position: relative;
    cursor: pointer
}
.cl-green.cl-button, .cl-green.cl-button:visited { background-color: #91bd09; }
.cl-green.cl-button:hover { background-color: #749a02; }

.reveal-modal-bg {
    position: absolute;
    height: 100% auto;
    width: 100%;
    background: #000;
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.4;
    z-index: 1000;
    display: block;
    top: 0px;
    left: 0px;
}
.reveal-modal * {
    font-family: Lato!important;
}
.reveal-modal {
    font-family: Lato!important;
    top: 0px;
    left: -10000px;
    margin-left: -233px;
    width: 472px;
    height: 0px;
    padding: 22px 33px;
    background: #fff;
    position: fixed !important;
    z-index: 1001;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0 0 50px rgba(0,0,0,.4);
    -webkit-box-shadow: 0 0 50px rgba(0,0,0,.4);
    -box-shadow: 0 0 50px rgba(0,0,0,.4);
}
.reveal-modal.prw {
    width: 472px;
    height: 408px !important;
    text-align: left;
}
.reveal-modal.wgt  {
    width: 502px;
    margin-left: -251px;
    margin-top: -245px;
    background: #fff;
    top: 50%!important;
    height: 435px !important;
    text-align: left;
}
.reveal-modal.bigger {
    height: 505px !important;
}
.reveal-modal .close-reveal-modal {
    display: block;
    position: absolute;
    top: 14px;
    right: 14px;
    text-indent: -9000px;
    cursor: pointer;
    background: url('../images/close.png');
    width: 12px;
    height:12px;
    z-index: 999;
}
.reveal-modal .cl_logo {
    padding-top: 20px;
    text-align: center;
}

.reveal-modal .cl_logo img {
    border: none;
}
.reveal-modal .cl_basket {
    background: url('../images/basket.jpg') left no-repeat;
    padding: 15px 0px 15px 45px;
    margin-left: 40px;
}
.reveal-modal  .cl_basket .cl_goods {
    font-size: 18px;
    font-weight: bold;
    width: 280px;
    overflow: hidden;
    height: 20px;
}
.reveal-modal .cl_basket .cl_inf {
    font-size: 12px;
    color: #717171;
}
.reveal-modal .cl_inf {
    font-weight: 100;
}
.reveal-modal .cl_basket .cl_price {
    position: absolute;
    top: 66px;
    left: 356px;
    background: #9fce45;
    padding: 2px 8px;
    font-size: 16px;
    color: #fff;
    height: 20px;
    width: 100px;
    text-align: right;
}
.reveal-modal .cl_credit {
    font-size: 18px;
    font-weight: 400;
    padding: 10px 0px 0px 40px;
}
.reveal-modal .cl_sum {
    background: #efefef;
    padding: 5px;
}
.reveal-modal .cl_descr {
    color: #666;
    font-size: 13px;
    padding: 0px 10px 0px 40px;
    line-height: 20px;
    font-weight: 100;
}
.reveal-modal .cl_btn_basket {
    background: url('../images/button.png');
    width: 130px;
    height: 35px;
    cursor: pointer;
}
.reveal-modal .cl_btn_basket:hover {
    background: url("../images/button.png") 0px 36px transparent;
    width: 130px;
    height: 35px;
    cursor: pointer;
}
.reveal-modal .cl_btn_continue {
    background: url("../images/button.png") -130px 0px transparent;
    cursor: pointer;
    height: 35px;
    width: 150px;
}
.reveal-modal .cl_btn_continue:hover {
    background: url("../images/button.png") -130px 36px transparent;
    cursor: pointer;
    height: 35px;
    width: 150px;
}
.reveal-modal .cl_pre_button {
    float: left;
    margin-left: 35px;
}
.reveal-modal .cl_buttons {
    padding-left: 45px;
    margin-top: -10px;
}
.reveal-modal .cl_buttons_wgt {
    padding-top: 0px;
}
.reveal-modal .cl_buttons_wgt .closing  {
    background: url("../images/submit4.gif") 50% 0 no-repeat transparent;
    display: none;
    width: 250px;
    height: 15px;
    margin: 0 auto;
    z-index: 2;
    text-align: center;
}
.reveal-modal .cl_buttons_wgt .closing_click{
    display: block;
}
.reveal-modal .cl_buttons_wgt .submit {
    display: block;
    width: 160px;
    height: 32px;
    outline: none;
    margin: 20px auto 0;
    line-height: 35px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
    font-weight: 600;
    background: #f57028;
    background: -moz-linear-gradient(top, #f57028 0%, #f35601 100%);
    background: -webkit-linear-gradient(top, #f57028 0%,#f35601 100%);
    background: linear-gradient(to bottom, #f57028 0%,#f35601 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f57028', endColorstr='#f35601',GradientType=0 );
}
.reveal-modal .cl_buttons_wgt .submit_click {

}
.reveal-modal .cl_btn_request {
    background: red url('../images/request.png');
    width: 250px;
    height: 76px;
}
.reveal-modal .cl_logopartners {
    overflow: hidden;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #d6d6d6;
}
.reveal-modal .cl_logopartners .oferta {
    float: right;
    font-size: 12px;
    color: #838383;
    line-height: 16px;
    margin-top: -1px;
}
.reveal-modal .cl_logopartners a {
    float: left;
    display: block;
    width: 47px;
    height: 28px;
    outline: none;
    margin-right: 12px;
}
#CLcalc .cl_logopartners {
    padding: 10px 20px 10px 20px;
}

/* .cl_logopartners .logo_partner_3 {
	float: left;
	width: 150px;
	height: 35px;
	background: url('../images/logo_partners.png') 0px -35px no-repeat;
	margin-right: 40px;
} */
.cl_logopartners .logo_partner_4 {
    width: 47px;
    height: 28px;
    background: url('../images/logo_home_credit.png') 0 0 no-repeat;
}
.partner_text {
    font-size: 12px;
    color: #838383;
    line-height: 16px;
    margin-top: -1px;
}
.reveal-modal .cl_header {
    font-size: 34px;
    padding: 5px 0px 0px 25px;
    font-weight: normal;
}
.cl_label {
    font-size: 13px;
    text-transform: uppercase;
    line-height: 33px;
    padding: 0px 20px 0 0;
    font-weight: 700;
    color: #585858;
    text-align: left;
    float: left;
}
.cl_label.no_float {
    float: none;
}
.cl_label.no_trans {
    text-transform: none;
}
.reveal-modal .cl_credit_sum {
    height: 33px;
    min-width: 105px;
    line-height: 34px;
    font-size: 20px;
    padding: 0 8px;
    font-weight: 800;
    background: #fbfbfb;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    color: #414141;
    float: left;
}
.reveal-modal .cl_rub {
    float: left;
    font-size: 14px;
    padding-left: 5px;
    padding-top: 10px;
    color: #848484;
}
.reveal-modal .cl_rub.mnt {
    color: #414141;
    font-weight: 700;
}
#CLcalc .cl_credit_sum {
    font-size: 20px;
    padding: 5px 10px;
    font-weight: normal;
    background: #efefef;
    position: absolute;
    top: 5px;
    left: 270px;
}
.reveal-modal .cl_label.mnt {
    font-size: 18px;
    padding: 0px 0px 0px 25px;
    font-weight: normal;
    color: #585858;
}
.reveal-modal .cl_credit_sum.mnt {
    background: none;
    border: none;
    padding: 0;
    min-width: inherit;
}
#CLcalc .cl_credit_sum.mnt {
    top: 275px;
    left: 250px;
    background: #E0E0E0;
}
.cl_ldelimiter {
    padding: 15px 0px 0px;
}
.reveal-modal .cl_premx {
    padding: 15px;
}
.reveal-modal #cl_form_request {
    display: none;
    padding: 0px 0px 15px 0px;
}

.placeholder {
    color: #eee;
    font-size:14px;
}
noindex:-o-prefocus,.reveal-modal .cl_header {
    /* padding-top: 25px;*/
}
@-moz-document url-prefix() {
    .reveal-modal .cl_buttons_wgt {margin-top: -15px;}
    .reveal-modal .cl_premx { padding: 7px; }
}
.reveal-modal input {
    background: #fff;
    border: 1px solid #c0cad5;
    color: #6c6b6b;
    font-size: 16px;
}
.reveal-modal input[type=text], .reveal-modal textarea {
    outline: none;
    padding: 8px;
    margin: 5px;
    background: url('../images/bg_input_top.gif') top repeat-x;
    border: none;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #f0f0f0;
}
.reveal-modal .field-over {
    border-color:#56b4ef;
    box-shadow:inset 0 1px 3px rgba(0,0,0,.05),0 0 8px rgba(82,168,236,.6);
    -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.05),0 0 8px rgba(82,168,236,.6);
    -moz-box-shadow:inset 0 1px 3px rgba(0,0,0,.05),0 0 8px rgba(82,168,236,.6);
}
.reveal-modal .field-over-error {
    border-color:#FF9B9B;
    box-shadow:inset 0 1px 3px rgba(0,0,0,.05),0 0 8px rgba(255,0,0,.6);
    -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.05),0 0 8px rgba(255,0,0,.6);
    -moz-box-shadow:inset 0 1px 3px rgba(0,0,0,.05),0 0 8px rgba(255,0,0,.6);
}
.reveal-modal .checkbox {
    vertical-align: middle;
    width: 16px;
    height: 12px;
    background: url(../images/checkbox_orange.png) no-repeat;
    cursor: pointer;
}
.reveal-modal .checkbox.checked {
    background-position: -16px 0;
}
.reveal-modal label {
    cursor: pointer;
}
.reveal-modal #cl_sl, .reveal-modal #cl_sl2 {
    width: 436px;
    height: auto;
    margin: 25px auto 0;
    position: relative;
    padding-bottom: 40px;
}
#CLcalc   #cl_sl3, #CLcalc   #cl_sl4 {
    width: 436px;
    height: auto;
    margin: 25px auto 0;
    position: relative;
    padding-bottom: 60px;
}
.reveal-modal #slider, .reveal-modal #slider2, #CLcalc  #slider3, #CLcalc  #slider4 {
    border-radius: 25px;
    width: 436px;
    position: absolute;
    height: 4px;
    padding: 0px;
    margin: 0px;
    background: #dbdbdb;
    box-shadow: inset 0 1px 5px 0px rgba(0, 0, 0, .5),
    0 1px 0 0px rgba(250, 250, 250, .5);
}
.reveal-modal .tooltip, .reveal-modal .tooltip2, #CLcalc  .tooltip3, #CLcalc  .tooltip4 {
    position: absolute;
    display: block;
    z-index: 999;
    top: 11px;
    width: 109px;
    height: 37px;
    color: #fff;
    text-align: center;
    background: url('../images/tooltip.png') top no-repeat;
    padding-top:15px;
    text-shadow: 1px 1px 2px #247168, 0 0 1em #247168;
}
#CLcalc {
    width: 500px;
    position: relative;
    padding: 10px 5px 10px 5px;
    text-align: left;
}
.reveal-modal .ui-slider-handle, #CLcalc  .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 13px;
    height: 13px;
    cursor: pointer;
    background: #ff8c3f;
    border-radius: 10px;
    box-shadow: 0 0 8px rgba(255,140,63,.6);
    -webkit-box-shadow: 0 0 8px rgba(255,140,63,.6);
    -moz-box-shadow: 0 0 8px rgba(255,140,63,.6);
    font-weight: bold;
    outline: none;
    top: -4px;
    margin-left: -6px;
    border: none;
}
.reveal-modal .ui-slider-range, #CLcalc .ui-slider-range {
    background: url('../images/range_orange.png');
    position: absolute;
    border: 0;
    top: -2px;
    left: -2px;
    height: 8px;
    border-radius: 25px;
    border-color:#56b4ef;
}
.reveal-modal .values, .reveal-modal .values2, #CLcalc .values, #CLcalc .values2 {
    position: absolute;
    top: -20px;
    width: 100%;
    color: #999;
    font-size: 11px;
    font-weight: 100;
}
.reveal-modal .val_slider, #CLcalc .val_slider {
    height: 15px;
    position: absolute;
    width: 50px;
}
.reveal-modal .val_slider:first-child {
    left: 0!important;
}
.reveal-modal .val_slider:last-child {
    right: 0!important;
    left: auto!important;
    text-align: right;
}
.reveal-modal .delimiters, .reveal-modal .delimiters2, #CLcalc .delimiters, #CLcalc .delimiters2 {
    position: absolute;
    top: 8px;
}
.reveal-modal .val_slider_grm, #CLcalc .val_slider_grm {
    position:absolute;
    background: url('../images/delimiter.png') -1px;
    width: 1px;
    height: 10px;
}
.reveal-modal .val_slider_grm_min, #CLcalc .val_slider_grm_min {
    position:absolute;
    background: url('../images/delimiter.png');
    width: 1px;
    height: 5px;
}
.reveal-modal .sogl {
    color: #585858;
    font-size: 13px;
    font-weight: 500;
}
.reveal-modal .sogl:hover {
    border-bottom: 1px dotted #b9b9b9;
}

.reveal-modal .cl-link {
    font-size: 16px;
    text-decoration: none;
}
.reveal-modal .cl-link:hover {
    text-decoration: underline;
}
.reveal-modal .btn_request {
    background: url(../images/request.png) 0px -76px;
    width: 250px;
    height: 76px;
    position: relative;
}
.reveal-modal .btn_request.over {
    background: url(../images/request.png) 0px 0px;
}
.reveal-modal .btn_request.click {
    background: url(../images/request.png) 0px -152px;
}
:root .cl_buttons_wgt {
    margin-top: -10px;
}
@media \0screen {
    .cl_header {
        margin-top: 15px;
    }
    .cl_buttons_wgt {
        margin-top: -15px;
    }
}
*+html .cl_buttons_wgt {
    margin-top: -35px;
}
*+html  .cl_header {
    margin-top: 20px;
}
*+html  .cl_premx {
    padding: 3px !important;
}
#info_box_shadow {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    z-index: 50000;
}
#info_box {
    display: none;
    width: 600px;
    height: 190px;
    position: fixed;
    background: #fff;
    top: 50%;
    left: 50%;
    margin-left: -300px;
    margin-top: -80px;
    padding: 25px 35px;
    border-top: 3px solid #ff5a00;
    -webkit-box-shadow: 0px 0px 160px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0px 160px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 160px 0px rgba(0, 0, 0, 0.35);
    z-index: 55000;
    transition: all 0.3s ease 0s;
}
#info_box.done {
    height: 130px;
    margin-top: -65px;
}
#info_box.short {
    width: 500px;
}
#info_box .close_box {
    position: absolute;
    right: 35px;
    top: 25px;
    display: block;
    width: 15px;
    height: 17px;
    text-indent: -9000px;
    background: #fff url(../images/close.png) no-repeat 50% 50%;
    cursor: pointer;
}
#info_box .title {
    font-size: 18px;
    margin-bottom: 30px;
}
#info_box.short .title {
    margin-bottom: 15px;
}
#info_box .info_done {
    font-family: Lato;
    font-size: 16px;
    text-align: center;
}
#info_box .info_done span {
    font-size: 24px;
}
#info_box .info_done a {
    color: #ff5a00;
    border-bottom: 1px dotted;
}
#info_box .info_done a:hover {
    border-bottom: 1px solid;
}

/* preloader */
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}

@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}

@-o-keyframes spin {
    from { -o-transform: rotate(0deg); }
    to { -o-transform: rotate(360deg); }
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
.overspin {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    z-index: 150;
}
/* calc_uploader animation container */
.preload {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 44px;
    height: 44px;
    margin: -22px 0 0 -22px;
    border: 1px solid #ff5a00;
    border-radius: 30px;
    background: #fff;
    z-index: 10100;
}

/* Spinning circle (inner circle) */
.preload .maskedCircle {
    width: 38px;
    height: 38px;
    border-radius: 20px;
    border: 20px solid #ff5a00;
}

/* Spinning circle mask */
.preload .mask {
    width: 20px;
    height: 20px;
    overflow: hidden;
}

/* Spinner */
.preload .spinner {
    position: absolute;
    left: 2px;
    top: 2px;
    width: 38px;
    height: 38px;
    -webkit-animation: spin 1s infinite linear;
    -moz-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
}