/***  NIGES.CALC - CUSTOM CSS  ***/
.disp_none{display:none;}
.disp_block{display:block;}

#nsf-el-1700142069083{zoom:2.6;}
.svaz_sect{line-height:90%; margin-top:32px;}


#big_txt_black{font-size:24px;}

#blue_bckg{
 background:#1A4686; color:#fff;
border-radius:7px;
padding:15px;
}
#sum_calc{font-size:38px;font-weight:bold;}

#sostav {width:800px;max-width:100%;}
#sostav tr td {padding:15px; border-bottom:1px solid #ddd;line-height: 1;}
#sostav thead tr td {background:#1A4686; color:#fff;}


#sostav2 {width:900px;max-width:100%;}
#sostav2 tr td {padding:15px; border-bottom:1px solid #ddd;line-height: 1;font-size:16px;}
#sostav2 thead tr td {background:#1A4686; color:#fff;}

#sostav3 {width:100%;}
#sostav3 tr td {padding:15px; border-bottom:1px solid #ddd;line-height: 1;font-size:16px;}
#sostav3 thead tr td {background:#1A4686; color:#fff;}

#warn_txt{font-size:16px;font-style:  italic;}

#calc_h2 { font-size:24px;margin-top:40px;}
#width_120 {width:120px;}
#width_160 {width:200px;}

#nsf-el-1698652145826-btn-m, #nsf-el-1698652145826-btn-p {
    transition: all ease .3s;
    background: #1A4686;
    height: 38px;
    border: #1A4686;
    width: 40px;
    margin: 0 2px;
    border-radius: 3px;
color:#fff;
}

@media screen and (max-width: 990px) {
.svaz_sect{margin-top:10px;padding-top:10px;margin-bottom:20px;}
#nsf-el-1700142069083{zoom:3.0;}
}

@media screen and (max-width: 600px) {
#sostav tr td {padding:5px; font-size:12px;}
#sostav2 tr td {padding:5px; font-size:12px;}
#sostav3 tr td {padding:3px; font-size:12px;}
#calc_h2 { font-size:16px;}
#width_120 {width:80px;}
#width_160 {width:130px;}
}

.nsf-fe-form-frame-container * {
    box-sizing: border-box;
    outline: none;
}
 
.nsf-fe-form-frame-container > div {
    padding: 25px;
}

.nsf-fe-form-frame-container > div > div > div > div {
    display:flex;
}

.nsf-fe-form-frame-container label {
    display:block;
}

.nsf-fe-form-frame-container .nsf-fe-step-btn {
    display:block;
}

.nsf-fe-form-frame-container button {
    transition: all ease .3s;
}

.nsf-fe-form-frame-container button:hover {
    box-shadow: 1px 1px 7px rgba(0,0,0,.5);
}