.fixed-lg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

@media screen and (min-width:1440px) {
    .adress {
    }
}
@media screen and (min-width:992px) and (max-width:1199px) {
    .error-logo p {
        text-align: right;
    }
    .main {
        margin-top: 50px;
    }
}

@media screen and (min-width:0px) and (max-width:991px) {
    .main {
        margin-top: 40px;
    }
    .navigation {
        margin-top: 5px;
    }
    .error-text h1 {
        margin-top: 60px;
        text-align: center;
        font-size: 200px;
    }
    .error-logo p {
        font-size: 18px;
        margin-top: 30px;
        line-height: 27px;
    }
    .pay-logo {
        text-align: center;
        font-size: 18px;
    }
    .error-type {
        text-align: center;
        padding-top: 10px;
    }
    .go-to-main,
    .back-to {
        text-align: center;
        margin-top: 30px;
    }
}

@media screen and (min-width:0px) and (max-width:767px) {
    div.ok-center {
        padding: 0px !Important;
    }
    .ok-center h2 {
        font-size: 24px;
    }
    .main {
        margin-top: 35px;
    }
    .error-text h1 {
        margin-top: 90px;
        text-align: center;
        font-size: 130px;
    }
    .error-type p {
        padding: 0;
    }
    .error-type p {
        font-size: 45px;
    }
    .back-to {
        margin-top: 10px;
    }
    .back-to button, .back-to a.like-button {
        width: 100%;
    }
    div.ok-center {
        padding: 10px;
    }
}