.helptip2 {
    background-image: url(./img/inf_5.png);
    display: block;
    margin-top: 5px;
    margin-left: 10px;
    width: 20px;
    height: 20px;
    position: relative;
}
a:not([href]) {
    color: inherit;
    text-decoration: none;
}
.hid {
    color: white;
    padding: 8px;
    margin: 5px;
    background: #027BD8;
    border-radius: 5px;
    border: 1px solid #ddd;
    position: absolute;
    display: none;
    left: 5px;
    bottom: 5px;
    z-index: 99;
    min-width: 400px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    cursor: default;
}
.sv {
    width: 19px;
    height: 19px;
    border: 1px solid #D3D3D3;
    border-radius: 5px 0px 0px 5px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 5px 1px 5px 1px;
    vertical-align: middle;
}
.bas_input {
    width: 50px;
    height: 26px;
    text-align: center;
    color: green;
    font-size: 16px;
    border-radius: 0px 5px 5px 0px;
    border: 1px solid #D3D3D3;
    padding-top: 2px;
    outline: none;
    margin-left: 0px;
}
.boiler_calc input {
    width: 60px;
    height: 26px;
    text-align: center;
    color: green;
    font-size: 16px;
    border-radius: 0px 5px 5px 0px;
    border: 1px solid #D3D3D3;
    padding-top: 2px;
    outline: none;
    margin-left: 0px;
}
#hf_calc {
    margin-left: 5px;
    text-align: left;
}

.hftable tr {
    color: #586e75;
    margin-left: 9px;
    margin-top: 9px;
}

.hftable input {
    width: 60px;
    height: 26px;
    text-align: center;
    color: green;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #D3D3D3;
    padding-top: 2px;
    outline: none;
    margin-left: 0px;
}

.hftable input[type=number]::-webkit-inner-spin-button, .hftable input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
    margin-top: -6px;
    margin-bottom: -5px;
}

.hftable input:focus {
    border: 1px solid #66afe9;
    box-shadow: 0 0 5px #66afe9;
}

.hftable select {
    width: 250px;
    height: 25px;
    text-align: center;
    font-size: 12px;
    border-radius: 5px;
    border: 1px solid #D3D3D3;
    padding-top: 2px;
    outline: none;
    margin-left: 3px;
}

.hfcol1 {
    width: 230px;
}

.hfcol2 {
    width: 70px;
}

.hfcol4 {
    width: 280px;
    padding-left: 30px;
}

.buttHFcalc {
    cursor: pointer;
    width: 140px;
    height: 32px;
    font-size: 19px;
    color: white;
    text-decoration: none;
    user-select: none;
    border-radius: 3px;
    border-top: 1px solid rgba(255,255,255,.1);
    border: 1px solid rgba(0,0,0,.1);
    outline: none;
    background: #69a0ff;
    transition: .2s ease-in-out;
    margin-top: 30px;
    margin-left: 290px;
    margin-bottom: 30px;
}

.buttHFcalc:hover {
    background-color: hsla(26, 100%, 62%, 1);
    color: rgb(254,255,255);
    font-weight: bold;
}

.buttHFcalc:active {
    background-color: hsla(26, 100%, 62%, 1);
    color: rgb(254,255,255);
    box-shadow: inset rgba(255,255,255,.6) 0 0.3em 0.3em;
    box-shadow: inset 2px 2px 7px -1px grey;
}

.hrHFcalc1 {
    size: 5px;
    width: 450px;
    margin-left: 0px;
    color: #027BD8;
}

.hrHFcalc2 {
    width: 410px;
    margin-left: 20px;
}

.hftableSpan1 {
    color: #027BD8;
    font-size: 16px;
    font-family: Arial;
    font-weight: bold;
}

.hftableSpan2 {
    color: #027BD8;
    font-size: 16px;
    font-family: Arial;
    font-weight: bold;
    margin-left: 20px;
}

.f_scheme {
    width: 750px;
    height: auto;
    z-index: 18;
    position: relative;
}

.f_coat {
    width: 750px;
    height: 10px;
    background-color: burlywood;
}

.f_top {
    width: 750px;
    height: 72.5px;
    background-color: darkgray;
    position: relative;
    overflow: hidden;
}

.f_ins {
    width: 750px;
    height: 30px;
    background-color: coral;
    z-index: 16;
    position: relative;
}

.f_base {
    width: 750px;
    height: 20px;
    background-color: dimgrey;
    z-index: 16;
    position: relative;
}

.f_pipe_1 {
    width: 14px;
    height: 14px;
    background-color: red;
    border: solid gray 3px;
    border-radius: 10px;
    margin-left: 50px;
    position: absolute;
    z-index: 11;
    bottom: 0px;
}

.f_heat_1 {
    position: absolute;
    bottom: -90px;
    left: -40px;
    width: 200px;
    height: 200px;
    border-radius: 100px;
    z-index: 10;
    background: -moz-radial-gradient(center, ellipse cover, rgba(255,106,0,1) 0%, rgba(252,248,2,0.52) 48%, rgba(252,248,2,0) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,106,0,1)), color-stop(48%,rgba(252,248,2,0.52)), color-stop(100%,rgba(252,248,2,0)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255,106,0,1) 0%,rgba(252,248,2,0.52) 48%,rgba(252,248,2,0) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(255,106,0,1) 0%,rgba(252,248,2,0.52) 48%,rgba(252,248,2,0) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(255,106,0,1) 0%,rgba(252,248,2,0.52) 48%,rgba(252,248,2,0) 100%);
    background: radial-gradient(ellipse at center, rgba(255,106,0,1) 0%,rgba(252,248,2,0.52) 48%,rgba(252,248,2,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6a00', endColorstr='#00fcf802',GradientType=1 );
}

.f_pipe_2 {
    width: 14px;
    height: 14px;
    background-color: orange;
    border-radius: 10px;
    border: solid gray 3px;
    margin-left: 220px;
    position: absolute;
    bottom: 0px;
    z-index: 11;
}

.f_heat_2 {
    position: absolute;
    bottom: -90px;
    left: 130px;
    width: 200px;
    height: 200px;
    border-radius: 100px;
    z-index: 10;
    opacity: 0.7;
    background: -moz-radial-gradient(center, ellipse cover, rgba(255,106,0,1) 0%, rgba(252,248,2,0.52) 48%, rgba(252,248,2,0) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,106,0,1)), color-stop(48%,rgba(252,248,2,0.52)), color-stop(100%,rgba(252,248,2,0)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255,106,0,1) 0%,rgba(252,248,2,0.52) 48%,rgba(252,248,2,0) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(255,106,0,1) 0%,rgba(252,248,2,0.52) 48%,rgba(252,248,2,0) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(255,106,0,1) 0%,rgba(252,248,2,0.52) 48%,rgba(252,248,2,0) 100%);
    background: radial-gradient(ellipse at center, rgba(255,106,0,1) 0%,rgba(252,248,2,0.52) 48%,rgba(252,248,2,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6a00', endColorstr='#00fcf802',GradientType=1 );
}

.f_pipe_3 {
    width: 14px;
    height: 14px;
    background-color: red;
    border-radius: 10px;
    border: solid gray 3px;
    margin-left: 390px;
    position: absolute;
    bottom: 0px;
    z-index: 11;
}

.f_heat_3 {
    position: absolute;
    bottom: -90px;
    left: 300px;
    width: 200px;
    height: 200px;
    border-radius: 100px;
    z-index: 10;
    background: -moz-radial-gradient(center, ellipse cover, rgba(255,106,0,1) 0%, rgba(252,248,2,0.52) 48%, rgba(252,248,2,0) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,106,0,1)), color-stop(48%,rgba(252,248,2,0.52)), color-stop(100%,rgba(252,248,2,0)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255,106,0,1) 0%,rgba(252,248,2,0.52) 48%,rgba(252,248,2,0) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(255,106,0,1) 0%,rgba(252,248,2,0.52) 48%,rgba(252,248,2,0) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(255,106,0,1) 0%,rgba(252,248,2,0.52) 48%,rgba(252,248,2,0) 100%);
    background: radial-gradient(ellipse at center, rgba(255,106,0,1) 0%,rgba(252,248,2,0.52) 48%,rgba(252,248,2,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6a00', endColorstr='#00fcf802',GradientType=1 );
}

.boiler_calc {
    width: 750px;
    text-align: left;
    font-size: 16px;
    color: #333333;
}

.boilercol1 {
    width: 375px;
    text-align: right;
    padding-right: 10px;
}

.boilercol4 {
    width: 220px;
    text-align: left;
}

.boiler_calc input {
    width: 60px;
    height: 26px;
    text-align: center;
    color: green;
    font-size: 16px;
    border-radius: 0px 5px 5px 0px;
    border: 1px solid #D3D3D3;
    padding-top: 2px;
    outline: none;
    margin-left: 0px;
}

.boiler_calc input:focus {
    border: 1px solid #66afe9;
    box-shadow: 0 0 5px #66afe9;
}

.boiler_calc_2 input {
    width: 60px;
    height: 25px;
    text-align: center;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #D3D3D3;
    padding-top: 2px;
    outline: none;
    margin-left: 3px;
}

.big_sel {
    width: 344px;
    height: 31px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #D3D3D3;
    border-radius: 0px 5px 5px 0px;
    padding-top: 2px;
    outline: none;
    margin-left: 0px;
}

.small_sel {
    width: 64px;
    height: 31px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #D3D3D3;
    border-radius: 0px 5px 5px 0px;
    outline: none;
    margin-left: 0px;
}

.boiler_calc_line {
    width: 750px;
}

.boiler_calc_2 {
    width: 750px;
    text-align: left;
    font-size: 16px;
}

.big_td {
    width: 375px;
    text-align: center;
    font-size: 48px;
    color: red;
}

.boiler_result {
    font-size: 36px;
}

.butt_boiler_calc {
    cursor: pointer;
    width: 140px;
    height: 32px;
    font-size: 19px;
    color: white;
    text-decoration: none;
    user-select: none;
    border-radius: 3px;
    border-top: 1px solid rgba(255,255,255,.1);
    border: 1px solid rgba(0,0,0,.1);
    outline: none;
    background: #69a0ff;
    transition: .2s ease-in-out;
    margin-top: 30px;
    margin-left: 305px;
    margin-bottom: 30px;
}

.butt_boiler_calc:hover {
    background-color: hsla(26, 100%, 62%, 1);
    color: rgb(254,255,255);
    font-weight: bold;
}

.butt_boiler_calc:active {
    background-color: hsla(26, 100%, 62%, 1);
    color: rgb(254,255,255);
    box-shadow: inset rgba(255,255,255,.6) 0 0.3em 0.3em;
    box-shadow: inset 2px 2px 7px -1px grey;
}

#boiler {
    width: 150px;
    height: auto;
    text-align: right;
    font-size: 90px;
    color: red;
    border: none;
    box-shadow: inset 0px 0px 0px 0px grey;
    padding-top: 2px;
    outline: none;
    margin-left: 3px;
}

.sv {
    width: 19px;
    height: 19px;
    border: 1px solid #D3D3D3;
    border-radius: 5px 0px 0px 5px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 5px 1px 5px 1px;
}

.empt {
    color: red;
    font-style: italic;
    font-size: 14px;
}

.t_losses {
    width: 750px;
    text-align: left;
    font-size: 16px;
    color: #333333;
}

.big_sel_l {
    width: 344px;
    height: 31px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #D3D3D3;
    border-radius: 5px;
    padding-top: 2px;
    outline: none;
    margin-left: 0px;
}

.t_losses input {
    width: 60px;
    height: 26px;
    text-align: center;
    color: green;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #D3D3D3;
    padding-top: 2px;
    outline: none;
    margin-left: 0px;
}

.t_losses input:focus {
    border: 1px solid #66afe9;
    box-shadow: 0 0 5px #66afe9;
}

.a_t_losses {
    font-size: 18px;
    text-decoration: none;
    float: left;
    margin-top: 10px;
}

.a_t_l {
    font-size: 18px;
    margin-right: 374px;
    text-decoration: none;
    float: right;
}

.butt_t_l {
    cursor: pointer;
    width: 140px;
    height: 32px;
    font-size: 19px;
    color: white;
    text-decoration: none;
    user-select: none;
    border-radius: 3px;
    border-top: 1px solid rgba(255,255,255,.1);
    border: 1px solid rgba(0,0,0,.1);
    outline: none;
    background: #69a0ff;
    transition: .2s ease-in-out;
    margin: 30px auto;
    display: block;
}

.butt_t_l:hover {
    background-color: hsla(26, 100%, 62%, 1);
    color: rgb(254,255,255);
    font-weight: bold;
}

.butt_t_l:active {
    background-color: hsla(26, 100%, 62%, 1);
    color: rgb(254,255,255);
    box-shadow: inset rgba(255,255,255,.6) 0 0.3em 0.3em;
    box-shadow: inset 2px 2px 7px -1px grey;
}

.helptip {
    background-image: url(/files/editors/image/0/svg/inf_5.png);
    display: block;
    width: 20px;
    height: 20px;
    position: relative;
}

.helptip:hover {
    background-position: 0 -20px;
    color: white;
}

.h_z {
    width: 280px;
}

.hid {
    color: white;
    padding: 8px;
    margin: 5px;
    background: #027BD8;
    border-radius: 5px;
    border: 1px solid #ddd;
    position: absolute;
    display: none;
    left: 5px;
    bottom: 5px;
    z-index: 99;
    min-width: 400px;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    cursor: default;
}

.fuel_cons {
    width: 750px;
    border-collapse: collapse;
}

.fuel_cons td {
    border: 1px solid #ddd;
    text-align: left;
}

.kpd {
    width: 30px;
}

.cons {
    width: 100px;
}

.f_prc {
    width: 100px;
}

.tank_pipe {
    width: 300px;
    border-collapse: collapse;
    margin-left: 240px;
}

.tank_pipe td {
    border: 1px solid #ddd;
    text-align: left;
    width: 150px;
}

.tank_pipe input {
    width: 50px;
}

.ac1 {
    width: 525px;
    text-align: right;
    padding-right: 10px;
}

.accum_sel {
    width: 62px;
    height: 31px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #D3D3D3;
    border-radius: 5px;
    outline: none;
    margin-left: 0px;
}

.heater_calc input[type=number]::-webkit-inner-spin-button, .heater_calc input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
    margin-top: -6px;
    margin-bottom: -5px;
}

.heater_calc {
    width: 750px;
    text-align: left;
    font-size: 16px;
    color: #333333;
}

.heater_calc input {
    width: 50px;
    height: 26px;
    text-align: center;
    color: green;
    font-size: 16px;
    border-radius: 0px 5px 5px 0px;
    border: 1px solid #D3D3D3;
    padding-top: 2px;
    outline: none;
    margin-left: 0px;
}

.heater_calc input:focus {
    border: 1px solid #66afe9;
    box-shadow: 0 0 5px #66afe9;
}

.h_res {
    width: 750px;
    text-align: left;
    font-size: 16px;
    color: #333333;
    border-collapse: collapse;
    background: #f9f9f9;
}

.h_res input {
    border: none;
    background: #f9f9f9;
    font-size: 16px;
    color: #333333;
    width: 150px;
    text-align: center;
}

.sl {
    width: 370px;
    height: 5px;
    background: #555;
    position: relative;
    margin-bottom: 50px;
    margin-left: 32px;
    z-index: 10;
}

.sl .sl_bar {
    position: absolute;
    left: 36px;
    width: 200px;
    background: #FFA500;
    height: 100%;
}

.sl .sl_bar .sl_lp span {
    position: relative;
    left: -30px;
}

.sl .sl_bar .sl_rp span {
    position: relative;
    left: 10px;
}

.sl .sl_bar .sl_lp, .sl .sl_bar .sl_rp {
    cursor: pointer;
    background: white;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    position: absolute;
    line-height: 400%;
    color: white;
    user-select: none;
}

.sl .sl_bar .sl_lp {
    left: -11px;
    top: -8px;
    border: 5px solid #69a0ff;
}

.sl .sl_bar .sl_rp {
    left: calc(100% - 11px);
    top: -8px;
    border: 5px solid red;
}

.tsl {
    width: 370px;
    height: 5px;
    background: #555;
    position: relative;
    margin-bottom: 50px;
    margin-left: 32px;
    z-index: 10;
}
.pmid-39261{
    max-width: 710px;
    margin: 0 auto;
}
@media (max-width: 750px) {
    .hftable{
        margin-left: 0px !important;
    }
    .boiler_calc{
        max-width: 100%;
    }
    .boilercol1{
        width: auto;
    }
}