Well...i just found a solution. Problem was not a widht parameter in
#gkMainbodyBottom .container {
width: 100%;
}
but code:
.remind-confirm {
width: 1152px;
margin: 0 auto;
max-width: 100%;
}
I just change 1152px into 90% and it works now
Thank you for support, I appreciate