html,body, .footer , .go-to-main button {
    background: #f2f4f7 !Important;
}
.pay-logo {
  text-align: right;
}
div.warning {
    padding: 40px;
    text-align: left;
}
div.warning p {
    display: inline-block;
    line-height: 20px;
}
.pay-logo img {
    display: inline-block;
}
.main {
    margin-top: 50px;
}
div.center-btn {
    text-align: center;
}
.error-logo {
  margin-top: 20px;
  margin-bottom: 20px;
  height: 70px;
  line-height: 70px;
}

.error-logo p {
  font-size: 24px;
  color: #00649b;
  text-align: center;
  display: inline-block;
  line-height: 75px;
}

.error-text h1 {
  text-align: right;
  font-size: 250px;
    color: #00649b;
}
.error-type {
  padding-top: 70px;
  padding-left: 40px;
  margin-bottom: 50px;
}
.error-type p {
  font-size: 72.5px;
  color: black;
}
.error-type span {
  font-size: 30px;
  color: #868787;
}
.back-to {
  text-align: right;
}
.back-to button{
  font-size: 16px;
  color: white;
  text-transform: uppercase;
  background: #83c10a;
  height: 64px;
  width: 315px
}
.back-to a.like-button{
    padding: 20px;
  font-size: 16px;
  color: white;
  text-transform: uppercase;
  background: #83c10a;
  height: 64px;
  width: 315px
}
button {
  outline: none !Important;
    line-height: 18px;
  box-shadow: none;
  border: none;
  border-radius: 15px;
}

.back-to button:hover, .back-to a.like-button:hover {
  color: white;
}
.go-to-main {
  line-height: 64px;
  height: 64px;
}
.go-to-main button {
  font-size: 16px;
  color: #006eaa;
  background: #fff;
}
.navigation {
  margin-top: 70px;
}
.footer {
    /*margin-top: 30px;*/
}
div.ok-center {
    background: #ffffff;
    padding: 30px;
    /*min-height: 720px;*/
    border-right: 1px solid #f2f2f2;
}