body{
 font-family: Arial;
}

.navbar-fixed-top, .navbar-fixed-bottom{
	z-index:100 !important;
}
.navbar-brand._logo{
    display: block;
    width: 166px;
    height: 90px;
    background-image: url("/images/logo_03.png");
    margin:5px 0 5px 5px;
}
.textup{
	margin-top:10px;
}
p,li{
	font-size:20px;
}

.navbar-default.navbar-aliance{
    background-color: #53619d;
    border-color: #53619d;
}

.navbar-aliance.navbar{
    border-radius: 0px;
    margin-bottom: 0px;
}

.nav-right-block{
    text-align: right;
    position: relative;
}

.navbar-default.navbar-aliance .navbar-nav>li>a{
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding-top: 50px;

}

.navbar-default.navbar-aliance .navbar-nav>li>a:hover{
    background-color: transparent;
    text-decoration: underline;
    color: #fff;
}


.head-phone{
    display: block;
    font-size: 31px;
    color: #000;
    font-weight: bold;
    text-align: right;
    position: relative;
    line-height: 31px;
}
.head-phone:nth-child(3){
    font-size: 28px;

}


.phone-icon{
    display: inline-block;
    background-image: url("/images/phone_i.png");
    position: absolute;
    width: 46px;
    height: 53px;
    left: -50px;
    top: -25px;
}


._callback{
    display: block;
    font-size: 18px;
    color: #fff!important;
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 10px;

}

._content{

}

.floor{

}

.first-floor{
    background: url("/images/section-1.jpg") no-repeat center;
}

.first-floor h1{
    font-size: 40px;
    text-align: center;
    font-weight: bold;
    text-shadow: 0px 0px 25px rgb(255,255,255);
}

._application-wrapper{
    background: rgba(190,200,219,0.5);
    max-width: 390px;
    border-radius: 25px;
    padding: 25px;
}

._app-field{
    border-radius: 10px;
    background-color: #e6e6e6;
    border: solid 4px #818181;
    line-height: 39px;
    height: 47px;
    outline: none;
    text-align: center;
    width: 100%;
    margin-bottom: 5px;
    font-size: 25px;
    font-style: italic;
    color: #6f7072;
}

._application-form h3{
    font-size: 20px;
    font-weight: bold;
    text-align: justify;
    margin-bottom: 30px;
}

.btn.btn-red{
    background-color: #ff0000;
    display: block;
    color: #fff!important;
    font-size: 22px;
    font-weight: bold;
    width: 100%;
    border-radius: 10px;
}

._fields-wrapper{
    padding: 0 15px;
}

._application-form ._app-text{
    height: 96px;
    line-height: 20px;
    resize: none;
    text-align: justify;
    padding: 10px;
}

._application-form ._app-text{

}

._space{
    height: 270px;
    width: 100%;
}

._begin-text{
    font-size: 28px;
    text-align: center;
    font-weight: bold;
    text-shadow: 0px 0px 25px rgb(255,255,255);
}

._begin-text._hours{
    text-align: center;
    padding-bottom: 20px;
}


.second-floor{

}

._fitch{
    width: 165px;
    font-size: 24px;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin: 0 auto;
    padding:30px 0;
	display:block;
	
}

._fitch-img{
	display:table;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 165px;

}
._fitch span{
	text-align: center;
}
.third-floor{
    background-color: #e6f3fb;
}

.heading-floor{
    font-size: 26px;
    padding-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.white-block {
    background-color: #fff;
}

.bank-logo{
    height: 82px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.list-heading{
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
}

.lists-plus{
    font-size: 20px;
    margin-top: 20px;
}

.four-floor{
    padding-bottom: 40px;
}

.four-floor header,.four-floor h2,.four-floor h1{
 text-align: center;
    font-size: 32px;
    font-weight: bolder;
    color: #000;
    margin: 40px 0;
	
}

.four-floor header span{
    display: block;
    font-size: 23px;
    font-weight: normal;
    margin-top: 20px;
}

.calc-form{
    max-width: 1024px;
    background-color: #f0f0f0;
    border-radius: 15px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
    margin: 0 auto 40px auto;
    padding: 25px;
}
.calc-form .result{
	text-align:right;
	font-size:24px;
	color:red;
}
	.calc-form .result .summ{
		margin-left:10px;
	}

.calc-label{
    font-size: 22px;
    font-weight: normal;
}

.calc-field{
    border: solid 2px #dadada;
    border-radius: 10px;
    height: 38px;
    line-height: 34px;
    font-size: 22px;
    text-align: right;
    padding:0 10px;
    margin-left: 10px;
    max-width: 220px;
}

.btn.btn-calc{
    background-color: #747170;
    border: solid 2px #dadada;
    border-radius: 10px;
    font-size: 22px;
    padding: 0 10px;
    height: 38px;
    color: #fff!important;

}

.btn.btn-calc.btn-denied{
    background-color: #651c36;
}

.four-floor .btn.btn-red{
    max-width: 433px;
    color: #fff!important;
    margin: 0 auto;
    font-size: 29px;
    text-transform:uppercase;
}

.four-floor .container {
    text-align: center;
}

.calc-form .step{
    position: relative;
    margin-bottom: 20px;
}

.calc-form .step:after{
    content: " ";
    position: absolute;
    height: 2px;
    width: 100%;
    top: 0;bottom: 0;
    left: 0; right: 0;
    margin: auto;
    z-index: 0;
    background-color: #4673cc;
}

.calc-form .step .num-step{
    display: inline-block;
    width: 30px;
    border: solid 2px #4c75cc;
    color: #4c75cc;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 27px;
    font-weight: bold;
    height: 30px;
    font-style: normal;
    position: relative;
    z-index: 2;
}

.f-date{
    max-width: 125px;
    border: solid 2px #989898;
    box-shadow: inset -3px 3px 5px #d6d6d6;
    text-align: center;
    margin-left: 2px;
    padding: 0 5px;
}
.dates-row div[class*="col-"]{

    padding: 0;

}

.shadow{
    box-shadow: -1px 2px 3px #AAA7A7;
}

.docs-link{
    font-size: 21px;
    color: #950639!important;
    text-decoration: underline!important;
}
.note-form{
    font-size: 18px;
    margin: 40px 0;
    text-align: center;
}



.five-floor .container{
    background-image: url('/images/02-1_126.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding-bottom: 30px;
}

.five-floor .container header,.five-floor .container h2,.five-floor .container h1{
    font-size: 27px;
    font-weight: bolder;
    text-align: center;
    color: #000;

    text-transform: uppercase;
}

.services{
    list-style: none;
    padding: 0;
    margin: 0;
}

.services li{
    font-size: 24px;
    color: #000;
    padding-left: 40px;
    background: url("/images/icon_30.png") no-repeat left center;
}

.six-floor header,.six-floor h2,.six-floor h1{
    font-size: 32px;
    font-weight: bolder;
    text-align: center;
    color: #000;
    margin: 30px 0 20px 0;
}

.condition{
    text-align: center;
    font-size: 22px;
    color: #000;
    margin-bottom: 40px;
    position: relative;
}

.condition.bank-con .condition-img{
    width: 180px;
    height: 160px;
}

.condition-img{
    width: 115px;
    height: 115px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.line-top-left:after{
    content: " ";
    position: absolute;
    width: 150px;
    height: 1px;
    background-color: #a0a0a0;
    transform: rotate(45deg);
    left: 350px;
    top: 200px;
}

.line-top-right:after{
    content: " ";
    position: absolute;
    width: 150px;
    height: 1px;
    background-color: #a0a0a0;
    transform: rotate(-45deg);
    left: -25px;
    top: 200px;
}

.line-bottom-left:after{
    content: " ";
    position: absolute;
    width: 150px;
    height: 1px;
    background-color: #a0a0a0;
    transform: rotate(135deg);
    left: 350px;
    top: 0px;
}

.line-bottom-right:after{
    content: " ";
    position: absolute;
    width: 150px;
    height: 1px;
    background-color: #a0a0a0;
    transform: rotate(225deg);
    left: -5px;
    top: 0;
}

.callback-form{
    margin: 0 0 0px 0;

}

.callback-form .container{
    background-color: #7ad2f5;
    border-radius: 15px;
    padding-bottom: 30px;
    padding-top: 20px;
}

.callback-form .container div[class*="col-"]{
    padding: 0px 15px 20px 15px;
    text-align: center;
}

.callback-form .container div[class*="col-"].field{

    text-align: right;

}

.callback-form input, .callback-form button{
    max-width: 330px;
    height: 50px;
}

.callback-form button{
    text-transform: uppercase;
    font-size: 28px!important;
    padding: 0;
}

.cf-title{
    font-size: 29px;
    color: #000;
}

.seven-floor{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dae8e9+0,ffffff+50,dae8e9+100 */
    background: rgb(218,232,233); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(218,232,233,1) 0%, rgba(255,255,255,1) 50%, rgba(218,232,233,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(218,232,233,1) 0%,rgba(255,255,255,1) 50%,rgba(218,232,233,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(218,232,233,1) 0%,rgba(255,255,255,1) 50%,rgba(218,232,233,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dae8e9', endColorstr='#dae8e9',GradientType=0 ); /* IE6-9 */
}

.seven-floor header,.seven-floor h2,.seven-floor h1{
    padding: 40px 0;
    text-align: center;
    font-size: 28px;
    color: #000;
    font-weight: bold;
}

.block-adventage{
    font-size: 21px;
    color: #000;
    text-align: center;
    margin-bottom: 40px;
	display:block;
}

.block-adventage .adv-img{
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 auto;
	display:block;
}


.gray-blocks{
    background-color: #ecf0f2;
    border-radius: 20px;
    font-size: 24px;
    text-align: center;
    margin: 40px auto;
    max-width: 520px;
    padding: 0 30px;
    min-height: 429px;
}

.gray-blocks .head-block{
    font-weight: bold;
    padding: 30px 0;

}

.gray-blocks .gray-text{

}


.gray-blocks .gray-text strong{
    font-size: 25px;
    margin: 30px 0 0 0;
    padding-bottom: 30px;
    display: block;
}

.floor header,.floor h1,.floor h2{
    font-weight: bold;
    text-align: center;
    color: #000;

    padding: 40px 0;
    font-size: 32px;
}

.nine-floor header,.floor h1,.floor h2{
    font-size: 32px;

}
.nine-floor .btn-red,
.eleven-floor .btn-red{
    max-width: 320px;
    text-transform: uppercase;
    margin: 0 auto;
}

.ten-lists{
    margin-top: 50px;
    font-size: 20px;
}

.ten-lists p{
    margin-top: 20px;
}


.eleven-floor header{
    font-size: 32px;

}

.work-for{
    font-size: 20px;
    padding-left: 40px;
    background-image: url("/images/icons_96.png");
    background-position: 5px 5px;
    background-repeat: no-repeat;
    margin-bottom: 30px;
}

.work-for strong{
    display: block;
}


.grey-hr-line{
    height: 82px;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url("/images/border_100.png");
    margin: 30px auto;
}

.screamer{
 width: 50px;
    height: 172px;
    background-image: url("/images/icons_100.png");
    background-repeat: no-repeat;
    background-position: top center;
}


.twelve-floor .t-text{

}

.twelve-floor .t-text p{
    font-size: 20px;
}

.twelve-floor .t-text p strong{
    display: block;
    font-size: 20px;
    margin-bottom: 20px;
}


.thirteenth-floor .block-adventage{
    font-size: 20px;
}

.thirteenth-floor .block-adventage strong{
    display: block;
}

.fourteen-floor{
    padding: 70px 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cadcec+0,ffffff+50,cadcec+100 */
    background: rgb(202,220,236); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(202,220,236,1) 0%, rgba(255,255,255,1) 50%, rgba(202,220,236,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(202,220,236,1) 0%,rgba(255,255,255,1) 50%,rgba(202,220,236,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(202,220,236,1) 0%,rgba(255,255,255,1) 50%,rgba(202,220,236,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cadcec', endColorstr='#cadcec',GradientType=0 ); /* IE6-9 */

}

.about-company{
    font-size: 20px;
}

.about-work p{
    font-size: 20px;
    margin-bottom: 25px;
}

.about-work p strong{
    font-size: 22px;
}

.fifteen-floor{
    padding: 0 0 60px 0;
}

.sixteen-floor{
    background-image: url("/images/02-1_126.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    padding-bottom: 40px;
}

.sixteen-floor ._application-wrapper{
    width: 100%;
    max-width: 100%;
}

.sixteen-floor ._application-wrapper ._application-form h3{
    text-shadow: 0px 0px 5px #fff;
    font-size: 15px;
    text-align: center;
}

.sixteen-floor ._application-wrapper ._application-form p{
    font-size: 18px;
    text-align: center;
}
.sixteen-floor ._application-wrapper ._application-form ._app-field{
    border-radius: 22px;
}
.sixteen-floor ._application-wrapper ._application-form .btn.btn-red{
    border-radius: 22px;
    text-transform: uppercase;

}



.about-work .last-p{
    font-size: 25px;
    font-weight: bolder;
    text-align: center;
}


.eighteen-floor{
    background:  url("/images/backgrounds_131.jpg") top center no-repeat;
}


.eighteen-floor header{
    padding: 20px 0;
}

.work-with-us{
    font-size: 20px;
    margin-bottom: 23px;
}
.work-with-us h2{
	padding: 40px 0px 20px;
}

.work-with-us .btn.btn-red{
    height: 65px;
    max-width: 320px;
    border-radius: 35px;
    line-height: 65px;
    padding: 0;
    margin:  30px auto;
}

.work-with-us{
    padding: 0 30px 10px 30px;
    background-color: rgba(255,255,255,0.5);
}
.work-with-us p{
    font-size: 20px;
}


.call-us-{
    text-align: center;
}

.footer{
    background-color: #5a6076;
    padding: 20px 0;
}

.first-row{
    font-size: 33px;
    color: #fff;
    text-align: center;
    font-weight: bolder;
}

.second-row, .four-row{
    font-size: 21px;
    text-align: center;
    color: #fff;
}

.third-row{
    font-size: 42px;
    text-align: center;
    color: #fff;
    font-weight: bolder;
}

.four-row{

}


@media all and (max-width:990px){


    .condition[class*="line"]:after{
        display: none!important;
    }

}


@media all and (max-width:768px){

    .first-floor h1{
        font-size: 20px;
    }

    ._begin-text{
        font-size: 20px;
    }

    .floor header,.floor h2,.floor h1{

        font-size: 24px;
    }

}
#genblock{
	height:108px;
}
#ok{
	
	background: rgba(0, 0, 0, 0) linear-gradient(#17b555, #009d3d) repeat scroll 0 0;
	 padding: 10px;
	
}
	#ok p{
		font-size: 24px;
		color:#fff;
		text-align:center;
	}
#calc label{
	position:relative;
	z-index:0;
	left:0px;top:0px;
}	
#calc .calendar-icon	{
	position:absolute;
	z-index:1;
	right:-20px;top:5px;
}
#calc .lab1{
	z-index:2;
}
#calc .lab2{
	padding-left:20px !important;
	z-index:1;
}

.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
 
.col-xs-1-5 {
  width: 20%;
  float: left;
}
 
@media (min-width: 768px) {
  .col-sm-1-5 {
    width: 20%;
    float: left;
  }
}
 
@media (min-width: 992px) {
  .col-md-1-5 {
    width: 20%;
    float: left;
  }
}
 
@media (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%;
    float: left;
  }
}


h1,h2{
	margin:0px;
	padding:0px;
	text-align:center;
}