123

123



<head>

  <meta charset="UTF-8">

  <title>Домен не прилинкован ни к одной из директорий на сервере!</title>

  <!-- b0a8e2d8ccb04b24683d347076e80d29e451a385:3e6fb410018eac605cd88a63abcb1c147c858d33 -->

  <style>

    html {

      height: 100%;

    }

    body {

      display: -webkit-box;

      display: -ms-flexbox;

      display: flex;

      -webkit-box-orient: vertical;

      -webkit-box-direction: normal;

      -ms-flex-direction: column;

      flex-direction: column;

      font-family: 'PT Sans',Arial,sans-serif;

      font-size: 16px;

      height: 100%;

      min-height: 768px;

      margin: 0;

    }

    a {

      color: #2fa3e7;

      text-decoration: none

    }

    a:focus,a:hover {

      color: #157ab5;

      text-decoration: none

    }

    .top {

      background-color: #f7f9fa;

      display: -webkit-box;

      display: -ms-flexbox;

      display: flex;

      -webkit-box-orient: vertical;

      -webkit-box-direction: normal;

      -ms-flex-direction: column;

      flex-direction: column;

      -webkit-box-flex: 1;

      -ms-flex-positive: 1;

      flex-grow: 1;

    }

    .bottom {

      display: -webkit-box;

      display: -ms-flexbox;

      display: flex;

    }

    header, footer, .hint{

      width: 690px;

      margin: 0 auto;

    }

    header {

      display: -webkit-inline-box;

      display: -ms-inline-flexbox;

      display: inline-flex;

      -webkit-box-orient: horizontal;

      -webkit-box-direction: normal;

      -ms-flex-direction: row;

      flex-direction: row;

      -webkit-box-pack: justify;

      -ms-flex-pack: justify;

      justify-content: space-between;

    }

    main {

      display: -webkit-box;

      display: -ms-flexbox;

      display: flex;

      -webkit-box-pack: start;

      -ms-flex-pack: start;

      justify-content: flex-start;

      -webkit-box-orient: vertical;

      -webkit-box-direction: normal;

      -ms-flex-direction: column;

      flex-direction: column;

      width: 740px;

      margin: 0 auto;

    }

    footer {

      display: -webkit-inline-box;

      display: -ms-inline-flexbox;

      display: inline-flex;

      -webkit-box-orient: horizontal;

      -webkit-box-direction: normal;

      -ms-flex-direction: row;

      flex-direction: row;

      -webkit-box-pack: justify;

      -ms-flex-pack: justify;

      justify-content: space-between;

      width: 690px;

    }

    .logo img{

      max-width: 100%;

      max-height: 75px;

      position: relative;

      top: 15px;

    }

    nav {

      display: -webkit-inline-box;

      display: -ms-inline-flexbox;

      display: inline-flex;

      -webkit-box-pack: end;

      -ms-flex-pack: end;

      justify-content: flex-end;

      -webkit-box-align: center;

      -ms-flex-align: center;

      align-items: center;

      padding-right: 10px;

    }

    nav a {

      padding: 0 15px

    }

    .octo {

      display: -webkit-box;

      display: -ms-flexbox;

      display: flex;

      -webkit-box-pack: center;

      -ms-flex-pack: center;

      justify-content: center;

    }

    .octo img {

      height: 230px;

    }

    .alert {

      display: -webkit-inline-box;

      display: -ms-inline-flexbox;

      display: inline-flex;

      -webkit-box-align: center;

      -ms-flex-align: center;

      align-items: center;

      font-family: 'PT Sans',Arial,sans-serif;

      line-height: 24px;

      border: none;

      border-radius: 0;

      border-bottom: 2px solid;

      box-shadow: rgba(77, 80, 94, 0.4) 0px 0px 3px 0px;

      padding: 25px 25px 25px 0;

      background-color: white;

    }

    .alert .icon {

      margin: 0 25px;

    }

    .alert.alert-success {

      border-bottom-color: #70a123;

    }

    .alert.alert-danger {

      border-bottom-color: #ca3e3e;

    }

    .hint {

      padding-top: 30px;

    }

    h1,h2 {

      font-family: 'PT Sans Caption',Arial,sans-serif;

      font-weight: normal;

      margin: 0;

    }

    h1 {

      font-size: 21px;

      line-height: 30px;

    }

    h2 {

      font-size: 18px;

    }

    .footer-col {

      display: -webkit-box;

      display: -ms-flexbox;

      display: flex;

      -webkit-box-orient: vertical;

      -webkit-box-direction: normal;

      -ms-flex-direction: column;

      flex-direction: column;

      padding: 15px 0;

    }

    .footer-col > * {

      padding: 2px;

    }

    hr {

      height: 2px;

      border: 0;

      box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);

      margin: 0;

    }

  </style>

</head>

Report Page