.text-descr{
	margin-bottom: 40px;
}

.bank-item img{
	width: 200px!important;
	height: 200px!important;
}

.ipoteka2 .calc {
    overflow: hidden;
    border: 4px solid #42774b;
    position: relative;
    background-color: #fff;
    text-transform: uppercase;
    border-radius: 10px
}

.ipoteka2 .calc .title {
    background: #42774b;
    background-size: cover;
    min-height: 115px;
}

.ipoteka2 .calc .title.small {
    min-height: 63px;
    overflow: hidden;
}

.ipoteka2 .calc .title .monthly {
    font-size: 65px;
    color: #fff;
    padding-left: 40px;
    line-height: 125px;
    width: 300px;
}

.ipoteka2 .calc .title.small .monthly {
    font-size: 60px;
    line-height: 1;
    padding-top: 10px;
}

.ipoteka2 .calc .title .currency {
    font-size: 30px;
    color: #fff;
    padding-left: 0px;
    line-height: 39px;
    padding-top: 26px;
    font-weight: 500;
}

.ipoteka2 .calc .title.small .currency
{
    font-size: 30px;
    line-height: 25px;
    padding-top: 14px;
}


.ipoteka2 .calc .title .currency div {
    font-size: 24px;
}


.ipoteka2 .calc .title .comment {
    font-size: 14px;
    color: #fff;
    padding-left: 0px;
    padding-top: 5px;
    line-height: 20px;
    font-weight: 500;
    float: right;
    margin-right: 40px;
}

.ipoteka2 .calc .title .comment a {
    color: #fff;
}

.ipoteka2 .calc .title>div {
    float: left;
}

.ipoteka2 .calc .calc_body {
    padding: 25px 40px;
    display: none;
}

.ipoteka2 .calc .calc_body .row:first-child{
    border-bottom: 2px dotted #ccc;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.ipoteka2 .calc .calc_body .input-block {
    float: left;
    width: 50%
}

.ipoteka2 .calc .calc_body .input-block span {
    float: left;
    color: #D7D7D7;
    font-size: 30px;
    line-height: 80px;
    font-weight: 400;
    margin-right: 10px;
}

.ipoteka2 .calc .calc_body .input-block span.comment {
    color: #000;
    font-size: 18px;
    line-height: 20px;
    padding-top: 20px;
    font-weight: 500;
    text-align: right;
}

.ipoteka2 .calc .calc_body .input-block .buttons {
    margin-top: 20px;
}

.ipoteka2 .calc .calc_body .input-block .buttons ul li {
    float: left;
    font-size: 18px;
    border: 1px solid #f5962a;
    color: #9b9b9b;
    padding: 3px 6px;
    margin-right: 7px;
    font-weight: 500;
    cursor: pointer;
    min-width: 30px;
    text-align: center;
    border-radius: 5px;
}

.ipoteka2 .calc .calc_body .input-block .buttons ul li.active,
.ipoteka2 .calc .calc_body .input-block .buttons ul li:hover {
/*    border-color: #6bb622;
    color: #6bb622; */
    border-color: #fc6408;
    color: #fff;
    background-color: #fc6408;
}

.ipoteka2 .calc .calc_body .input-block .buttons ul li:last-child,
.ipoteka2 .calc .calc_body .input-block .buttons ul li:last-child:hover {
    color: #9b9b9b;
    background-color: transparent;
    cursor: default;
}

.ipoteka2 .calc .calc_body .input-block .buttons ul li:last-child {
    border: none;
	font-size: 14px;
	line-height: 16px;
	text-align: left;
}

.ipoteka2 .calc .calc_body input
{
    font-size: 30px;
    color: #000000;
    padding: 5px 15px;
    border: 1px solid #fc6408;
    border-radius: 7px;
    float: left;
    text-align: right;
    outline: none;
    margin-right: 10px;
}

.ipoteka2 .calc .calc_body .cost input,
.ipoteka2 .calc .calc_body .first-sum input {
    width: 230px;
}

.ipoteka2 .calc .calc_body .term input,
.ipoteka2 .calc .calc_body .rate input {
    width: 135px;
    text-align: center;
}

.ipoteka2 .calc #print {
    display: none;
}

.ipoteka2 .calc-btn {
    color: #ffffff !important;
    padding: 10px 15px;
    border-radius: 5px;
}

.ipoteka2 .calc ul{
	overflow: hidden;
	padding-left: 0;
}

.ipoteka2 .calc ul li{
	list-style: none
}

@media screen and (min-width: 768px) and (max-width: 1200px){
	.ipoteka2{display: none}
}

@media screen and (max-width: 767px){
    .ipoteka2{display: block}
    .ipoteka2 .calc .calc_body{padding: 0}
    .ipoteka2 .calc .calc_body .row{display: block;margin-left: 0}
    .ipoteka2 .calc .calc_body .input-block{float: none;width: 100%;margin-bottom: 20px}
    .ipoteka2 .calc .calc_body .input-block span.comment{float: none;}
    .ipoteka2 .calc .calc_body .term input, .ipoteka2 .calc .calc_body .rate input{width: 95%}
    .ipoteka2 .calc .calc_body .input-block .buttons ul li{font-size: 14px;padding:4px;min-width: 28px;}
    .ipoteka2 .calc .calc_body .input-block span{font-size: 20px;line-height: normal}
    .ipoteka2 .calc .title.small .currency{width: 100%;font-size: 20px;}
    .ipoteka2 .calc .title .currency div{font-size: 20px;float: left;margin-right: 10px;}
    .ipoteka2 .calc .title.small .monthly{font-size: 40px}
    .ipoteka2 .calc .title .monthly{font-size: 40px;line-height: normal}
    .ipoteka2 .calc .title .currency{font-size: 20px;padding-top: 0px}
    .ipoteka2 .calc .title .comment.no-mobile{display: none}
    .ipoteka2 .calc .title{min-height: 100px;margin-bottom: 20px;}
    .ipoteka2 .calc .title.small{margin-bottom: 0}
}

