.access-denied .inner-page-title {
  display: inline-block; }

@media screen and (max-width: 1023px) {
  .access-denied .inner-page-title__wrap {
    display: block; }
  .access-denied .inner-page-title {
    font-size: 18px; } }

.access-denied .service-block ul {
  text-align: center;
  margin-bottom: 50px; }
  .access-denied .service-block ul li {
    display: block;
    margin-bottom: 30px; }
    @media screen and (min-width: 768px) {
      .access-denied .service-block ul li {
        display: inline-block;
        margin-bottom: 0; } }
    .access-denied .service-block ul li a {
      text-align: center;
      display: inline-block;
      background: #83bb13;
      min-width: 280px;
      padding: 15px 20px;
      color: #ffffff;
      font-size: 16px;
      font-weight: 700;
      border-radius: 5px;
      margin: 0 10px;
      border: #83bb13 1px solid; }
      .access-denied .service-block ul li a:hover {
        text-decoration: none;
        background: none;
        color: #83bb13; }
      @media screen and (min-width: 768px) {
        .access-denied .service-block ul li a {
          min-width: 144px;
          padding: 6px 20px; } }

/*# sourceMappingURL=403-page.css.map */