.newcalc{
	border: 1px solid #000;
	display: table;	
	/*width: 100%;*/
	border: none;
	border-collapse: separate;
	border-spacing: 5px;
}.newcalc>DIV{
	display: table-row;
}.newcalc>DIV>SPAN{
	display: table-cell;	
	/*width: 33.3%;*/
	vertical-align: top;
	padding: 0;
}.newcalc>DIV>SPAN>SELECT{
	
}

.postmess{
	max-width: 300px;
}.postmess>INPUT{
	margin-bottom: 14px;
}.postmess>INPUT[lang="err"]{
	border: 2px solid red;
}

.read_politic{
	position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2147482999 !important;
    width: 100%;
    box-shadow: 0 1px 8px #0000001f, 0 0 2px #00000014;
	
	/*min-height: 80px;*/
	background: rgba(255, 255, 255, 7);
   
}.read_politic>DIV{
	display: flex;
    justify-content: center;
    align-items: center;
	width: 100%;
	padding: 14px 20px;
	font-size: 13.7px;
	line-height: 1.5;
    -webkit-font-smoothing: antialiased;
	
	max-width: 1120px;
	margin: 0 auto;
}.read_politic>DIV>DIV>A{
	color: #444;
	font-weight: bold;
}.read_politic>DIV>BUTTON{
	white-space: nowrap;
	background-color: #5c5cd6;
	background-color: #641f41;
    color: #FFF;
	
	display: flex;
    align-items: center;
    margin: 5px 3px;
    border: none;
    border-radius: 20px;
    padding: 10px 12px;
    /*background: #f2f2f2;*/
    /*color: #333;*/
    text-decoration: none;
    line-height: 20px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}