body,
html{
    overflow-x: hidden;
}
body {
    color: #252627;
    background: url("images/body-bg.jpg") repeat;
    font-family: Calibri, Arial;
}
* {
    max-height: 1000000px;
}
a {
    text-decoration: none;
    color: #247ec3;
    outline: none !important;
}
input{
    outline: none;
}
h1, h2, h3, h4, h5, h6 {

}
.site-wrap{
    background: url("images/header-bg.png") no-repeat 50% 0;
}
.b-header{
    padding: 30px 0;
}
.b-header .b-logo .b-up{
    font-size: 27px;
    color: #fff;
    font-weight: bold;
}
.b-header .b-logo .b-up span{
    color: #ffba2b;
}
.b-header .b-logo .b-down{
    color: #cae5ff;
    font-size: 18px;
    font-weight: 300;
}
.b-header .b-right{
    text-align: right;
    font-size: 20px;
    color: #fff;
    padding-top: 15px;
}
.b-header .b-right .b-phone,
.b-header .b-right .b-work-time{
    display: inline-block;
    vertical-align: middle;
}
.b-header .b-right .b-phone a{
    color: #fff;
    position: relative;
}
.b-header .b-right .b-phone a:before{
    content: "";
    display: inline-block;
    background: url("images/phone-icon.png") no-repeat;
    width: 23px;
    height: 23px;
    margin-right: 10px;
    position: relative;
    top: 5px;
}
.b-header .b-right .b-work-time > div:before{
    content: "";
    display: inline-block;
    background: url("images/time-work.png") no-repeat;
    width: 23px;
    height: 23px;
    margin-right: 10px;
    position: relative;
    top: 5px;
}
.b-header .b-right .b-work-time{
    margin-left: 100px;
}
.b-header .b-right .b-work-time span{
    color: #000;
}
.b-footer{
    background: url("images/body-bg.jpg") repeat;
    padding: 30px 0;
    margin-top: 30px;
    border-top: 1px solid #e2e2e2;
}
.b-footer .b-logo .b-up{
    font-size: 27px;
    color: #000;
    font-weight: bold;
}
.b-footer .b-logo .b-up span {
    color: #ffba2b;
}
.b-footer .b-logo .b-down {
    color: #333;
    font-size: 18px;
    font-weight: 300;
}
.b-footer .b-right{
    text-align: right;
    font-size: 20px;
    color: #000;
    padding-top: 15px;
}
.b-footer .b-right .b-phone, .b-footer .b-right .b-work-time {
    display: inline-block;
    vertical-align: middle;
}
.b-footer .b-right .b-phone a {
    color: #000;
    position: relative;
}
.b-footer .b-right .b-phone a::before {
    content: "";
    display: inline-block;
    background: url("images/phone-icon.png") no-repeat;
    width: 23px;
    height: 23px;
    margin-right: 10px;
    position: relative;
    top: 5px;
}
.b-footer .b-right .b-work-time {
    margin-left: 100px;
}
.b-footer .b-right .b-work-time > div::before {
    content: "";
    display: inline-block;
    background: url("images/time-work.png") no-repeat;
    width: 23px;
    height: 23px;
    margin-right: 10px;
    position: relative;
    top: 5px;
}
.b-footer .b-right .b-work-time span {
    color:#9e9e9e;
}
.b-lombards-calculator-wrap .b-item .b-main-slider-wrap{
    background: #fff;
    position: relative;
    height: 100%;
    -webkit-box-shadow: 0px 30px 30px 0px rgba(113, 108, 108, 0.2);
    -moz-box-shadow: 0px 30px 30px 0px rgba(113, 108, 108, 0.2);
    box-shadow: 0px 30px 30px 0px rgba(113, 108, 108, 0.2);
}
.b-lombards-calculator-wrap .b-calculator .b-calculator-inside-wrap{
    background: url('images/calcuralor-bg.jpg') no-repeat;
    background-size: cover;
    height: 100%;
    -webkit-box-shadow: 0px 30px 30px 0px rgba(113, 108, 108, 0.2);
    -moz-box-shadow: 0px 30px 30px 0px rgba(113, 108, 108, 0.2);
    box-shadow: 0px 30px 30px 0px rgba(113, 108, 108, 0.2);
    color: #fff;
    font-size: 17px;
    padding: 40px 30px;
}
.b-calc-heading{
    text-align: center;
    margin-bottom: 30px;
}
.b-calc-heading span{
    font-size: 23px;
    border-bottom: 1px solid #ffb326;
    padding: 0 15px;
}
.b-calc-check{
    margin-bottom: 30px;
}
.b-calc-check ul{
    list-style-type: none;
    padding: 0;
    text-align: center;
}
.b-calc-check ul li{
    display: inline-block;
    cursor: pointer;
    padding: 0 10px;
    border-radius: 15px;
}
.b-calc-check ul li:hover,
.b-calc-check ul li.active{
    background: #ffb326;
    color: #000;
}
.b-calc-check ul li.active{
    -webkit-box-shadow: 0px 15px 15px 0px rgba(255, 179, 38, 0.2);
    -moz-box-shadow: 0px 15px 15px 0px rgba(255, 179, 38, 0.2);
    box-shadow: 0px 15px 15px 0px rgba(255, 179, 38, 0.2);
}
.b-calc-check ul li + li{
    margin-left: 2.5%
}
.b-calc-results{
    text-align: center;
}
.b-calc-results thead th{
    font-weight: normal;
    text-align: center;
    line-height: 1.2;
}
.b-calc-results thead th span{
    position: relative;
}
.b-calc-results thead th span:after{
    content: "";
    display: block;
    width: 80%;
    height: 1px;
    background: #3a546c;
    margin: 10px auto 0;
}
.b-calc-results tbody td{
    font-weight: bold;
    font-size: 18px;
}
.b-price-slider{
    margin-top: -18px;
    margin-bottom: 25px;
    text-align: center;
    position: relative;
}
.b-price-slider .irs-slider{
    background: url("images/price-slider-arrow.png") no-repeat;
    width: 25px;
    height: 33px;
    top: 29px;
    cursor: pointer;
}
.b-price-slider .irs-line{
    height: 2px;
    position: relative;
}
.b-price-slider .irs-line-left,
.b-price-slider .irs-line-right{
    display: none;
}
.b-price-slider .irs-line-mid{
    left: 2.45098%;
    width: 95.098%;
}
.b-price-slider .irs-bar{
    background: #ffb326;
    height: 4px;
}
.b-price-slider .irs-bar-edge{
    display: none;
}
.b-price-slider input.js-input{
    background: none;
    border: none;
    text-align: center;
    margin: 0 auto;
    width: 40px;
    position: relative;
    top: 18px;
    z-index: 5;
}
.b-price-slider-descr{
    position: absolute;
    width: 100%;
    top: 20px;
}
.b-price-slider-descr .b-prefix{
    position: absolute;
    left: 10px;
}
.b-price-slider-descr .b-postfix{
    position: absolute;
    right: 10px;
}
.b-block-heading{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 35px;
    text-align: center;
    color: #42515d;
    margin: 0 0 35px;
}
.b-ocenochnaya-inner{
    border: 1px solid #d2d2d1;
    padding: 35px 25px;
    height: 100%;
}
.b-ocenochnaya-inner ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.b-ocenochnaya-inner ul li{
    background: url("images/ocenochnaya-icon.png") no-repeat 0 50%;
    min-height: 17px;
    padding-left: 35px;
    margin-bottom: 15px;
    font-size: 19px;
}
.b-ocenochnaya-inner ul li span{
    color: #496d8d;
    font-weight: 300;
    font-style: italic;
}
.b-ocenochnaya-descr{
    padding-top: 40px;
    padding-bottom: 40px;
}
.b-pravila-vidachi .b-text{
    color: #000000;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    padding: 0 25px;
    max-width: 1050px;
    margin: 0 auto;
}
.b-nepodlegat .b-inner{
    background: #fff url("images/ne-podlegat-bg.png") no-repeat right -30% top -20%;
    margin: 40px 0;
    padding: 30px 40px;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(153, 153, 153, 0.15);
    -moz-box-shadow: 0px 0px 40px 0px rgba(153, 153, 153, 0.15);
    box-shadow: 0px 0px 40px 0px rgba(153, 153, 153, 0.15);
}
.b-nepodlegat ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.b-nepodlegat ul li{
    background: url("images/rules_icons.png") no-repeat 0 5px;
    min-height: 21px;
    margin-bottom: 10px;
    padding-left: 30px;
    font-size: 19px;
    font-weight: 300;
}
.b-podrobnee-wrap{
    font-size: 18px;
    font-weight: 300;
}
.b-podrobnee-wrap .b-inner{
    max-height: 370px;
    overflow: hidden;
    position: relative;
}
.b-podrobnee-wrap .b-inner:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,0.75+100 */
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.65) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#bfffffff',GradientType=0 ); /* IE6-9 */
}
.b-podrobnee-wrap .b-inner.hide-bg:after{
    display: none;
}
.b-show-more{
    text-align: center;
    position: relative;
    top: 15px;
}
.b-show-more span{
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    background: #ffb326;
    padding: 10px 35px;
    position: relative;
    z-index: 10;
    border-radius: 30px;
    cursor: pointer;
    -webkit-box-shadow: 0px 15px 15px 0px rgba(255, 179, 38, 0.2);
    -moz-box-shadow: 0px 15px 15px 0px rgba(255, 179, 38, 0.2);
    box-shadow: 0px 15px 15px 0px rgba(255, 179, 38, 0.2);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.b-show-more span:hover{
    color: #fff;
}
.b-last-block .b-inner{
    background: #fff;
    padding: 30px 70px 30px 25px;
    margin: 35px 0;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(153, 153, 153, 0.15);
    -moz-box-shadow: 0px 0px 40px 0px rgba(153, 153, 153, 0.15);
    box-shadow: 0px 0px 40px 0px rgba(153, 153, 153, 0.15);
    text-align: center;
    font-size: 20px;
}
.b-lombards-address{
    margin-top: 20px;
}
.b-lombards-address .b-block-heading{
    text-align: left;
    font-size: 35px;
    position: relative;
}
.b-lombards-address .b-block-heading:after{
    content: "";
    width: 100px;
    height: 1px;
    display: block;
    background: #ffb326;
    position: absolute;
    bottom: -10px;
    left: 0;
}
@media (max-width: 1200px){

}
@media (max-width: 1023px) {

}
@media (max-width: 991px) {
    .b-calc-results thead th{
        padding: 0 5px;
        font-size: 14px;
    }
    .b-calc-results tbody td{
        font-size: 16px;
    }
    .b-calc-check ul li{
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .b-header .b-logo .b-up,
    .b-header .b-logo .b-down,
    .b-header .b-right,
    .b-footer .b-logo .b-up,
    .b-footer .b-logo .b-down,
    .b-footer .b-right{
        text-align: center;
    }
    .b-header .b-right .b-work-time,
    .b-footer .b-right .b-work-time{
        margin-left: 0;
    }
    .b-lombards-address .b-block-heading{
        text-align: center;
    }
    .b-lombards-address .b-block-heading:after{
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .b-preim .b-icon{
        margin-bottom: 0;
    }
    .b-preim{
        padding: 30px 0;
    }
    .b-lombards-preim-wrap .b-item{
        margin-bottom: 20px;
    }
    .b-block-heading{
        font-size: 22px;
    }
    .b-last-block .b-inner{
        padding: 10px;
        text-align: left;
    }
    .b-main-slider-wrap .b-slider-title{
        font-size: 22px;
    }
    .b-main-slider-wrap .b-slider-description{
        font-size: 18px;
    }
    .b-lombards-calculator-wrap .b-calculator .b-calculator-inside-wrap{
        padding: 20px 0;
    }
    .b-calc-results tbody td{
        font-size: 14px;
    }
    .b-calc-results thead th{
        font-size: 12px;
    }
    .b-calc-check ul li{
        width: 28%;
    }
    .b-calc-check ul li + li{
        margin-left: 0;
    }
}