.modal_okno_position {
    position: fixed;
    bottom: 0;
    background: #f8f8ff;
    width: 100%;
    text-align: center;
	z-index: 999999;
}
.close_modal {
	position: absolute;
    right: 100px;
    top: 25%;
    padding: 0px 5px;
}
.dialogTitlePosition {
	font-size: 26px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 0;	
}