html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  font: 20px/28px 'TTNorms-Regular', sans-serif;
  color: #fff;
  background: url("../image/bgr_scheme.png") no-repeat;
  background-size: cover; }

.rootWrap {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .rootWrap header,
  .rootWrap main,
  .rootWrap footer {
    display: table-row;
    height: 1px; }
  .rootWrap main {
    height: 100%; }

.centerWrap {
  max-width: 1180px;
  margin: 0 auto;
  height: 100%; }

.attention-art {
  margin: 40px 0 30px; }

.footer {
  padding: 15px 0 25px; }
  .footer .centerWrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-between;
    align-items: center; }
    .footer .centerWrap .all-rights {
      text-align: right;
      color: #ffffff;
      font-size: 14px;
      line-height: 20px; }
      .footer .centerWrap .all-rights a {
        color: #ffffff;
        display: inline-block;
        vertical-align: middle;
        text-decoration:underline;
        margin-top: 2px; }
      .footer .centerWrap .all-rights a:hover{
          text-decoration:none;
      }
        .footer .centerWrap .all-rights a + a {
          margin-left: 10px; }
    .footer .centerWrap .powered {
      text-align: right;
      color: #ffffff;
      font-size: 14px;
      line-height: 20px; }
      .footer .centerWrap .powered span {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px; }

h2 {
  text-transform: uppercase;
  color: #7c7c7c;
  font-size: 45px;
  line-height: 55px;
  margin: 18px 0;
  font-weight: bold; }

.content {
  padding: 30px 0 50px;
  display: flex;
  flex-direction: column;
  align-content: space-between;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center; }
  .content p {
    font-family: 'TTNorms-Bold', sans-serif;
    font-size: 26px; }

img {
  vertical-align: middle;
  max-width: 100%; }

.center {
  text-align: center; }

/*# sourceMappingURL=style.css.map */
