.modal_okno_position {
    position: fixed;
    bottom: 0;
    background: white;
    width: 100%;
    padding: 20px;
    border-top: 3px solid red;
    text-align: center;
	z-index: 999999;
}
.close_modal {
	position: absolute;
    right: 100px;
    top: -15px;
    border-radius: 50%;
    border: 3px solid red;
    padding: 0px 5px;
    background: white;
}
.dialogTitlePosition {
	font-size: 26px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 0;	
}