.row.display-flex {
    display: flex;
    flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
    display: flex;
    flex-direction: column;
}
#sber_mortgage_calc {
    padding: 40px 30px;
	background: url(../images/domclick-calc-bg.png) no-repeat #f9f9f9 95% 90%;
}
.calc-call-block {
    text-align: center;
    padding: 60px 0;
    width: 100%;
	background: url(../images/calc-call-block-bg.png) no-repeat #fff top right;
}
.mt-30-children > div {
	margin-top: 30px;
}