
/*   productCalculator short */
#inputBlock {
    display: table;
    position: relative;
    width: 100%;
    table-layout: fixed;
}
#inputBlock h1,#inputBlock div.inputLine,#inputCalc div.inputLine{display: table-cell; float: none; padding-right: 10px;}
#inputCalc div.inputLine:last-child{padding-right: 0;}
#inputBlock div#mediaBlock.inputLine {display: none;}
#inputCalc {
    background: #1E8FE1; float: left; color: #fff;
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    padding: 40px 15px;
    border-radius: 0;
}
#iFrameBody #inputCalc{margin-top: 0;}
h1 {color: #fff; text-align: right; min-width: 200px;
    font-size: 20px; font-weight: 400; width: 205px;
    line-height: 30px; font-family: "Open Sans", sans-serif;
}
#inputBlock h1 {
    width: 360px;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.3em;
    text-align: left;
}
h1 span{float: left;}
#main h1 {display: none;}
.inputLine{
    margin-bottom: 5px;
}
.form-input
{
    padding: 0 5px; margin: 0; width: 165px;
}
#main .form-input {width: auto;}
#selectCityName {margin-top: 0; margin-bottom: 0; position: absolute; top: 32px; }
#iFrameBody #selectCityName .form-input{margin-top: 0;}
#iFrameBody #selectCityName {
    left: 0;
    top: inherit;
    bottom: 19px;
    padding-right: 5px;
}
#main #selectCityName {left: 0;}
select.form-input { margin-top: 5px; width: 175px; height: 17px;}
#inputCalc textarea,#inputCalc input, #inputCalc select {background-color: #FFF;  }

div#buttonLine.inputLine label {
    padding: 0;
    font-size: 15px;
    line-height: 40px;
    background-position: 158px 5px;
    background-color: #004799;
    color: #FFF;
    border-radius: 20px;
    width: 250px;
    text-align: left;
    position: relative;
    display: block;
    border: 0;
    margin-top: 24px;
}
#content input.btnRight {
    background: transparent;
    border: none;
    color: #FFF;
    padding: 0 15px;
}
#content input.btnRight:hover{padding: 0 15px !important;}
#inputCalc div#buttonLine.inputLine{
    vertical-align: top;
    width: 250px;
    margin-top: 24px;
}
#inputCalc div#buttonLine.inputLine label:after{top: 0;}
#inputCalc div#buttonLine.inputLine:after{bottom: 10px;}
input.btnRight:hover {margin-right: 0!important; padding-right: 30px!important; background-position: 160px 5px!important;}

.inputLine label {display: block;}
input#cityInput {left: 5px;}


@media (max-width: 991px){
    #inputBlock h1 {
        width: 320px;
    }
    #inputCalc div#buttonLine.inputLine,#inputCalc input.btnRight{
        width: inherit;
    }
}