@charset "UTF-8";

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

@-ms-viewport {
  width: device-width; 
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; 
}

body {
      margin: 0;
    font-family: "rubik", "Helvetica Neue", Arial, sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #2a2a2a;
    text-align: left;
    background-color: #f0f2f7;
}


.section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 100vh;
    padding:20px;
    background: #fff;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section #maintenance {
  margin:auto;
  text-align: center
}


.section .error-page {
  margin:auto;
  text-align: center
}

.section #maintenance .maintenance-img {
    width: 40%;
    max-width: 100%;
    height: auto;
}




@media (max-width: 767px) {
  .section #maintenance .maintenance-img {
    width:75%;
  }
}

.error-page img {
    max-width:400px;
    height:auto;
}

.section .error-code {
    font-weight: bold;
    line-height: 1;
    font-size:18px ;
    margin: .75rem 0;
}

.error-page .error-code {
    margin-top:0;
    font-size:21px;
}

.section .error-description {
    line-height: 14px;
    margin:5px 0;
    color:#9a9a9a;
    line-height:1.5;
}

.link {
    margin-top:1.47rem;
    line-height:2.75;
    display: inline-block;
    height: 36px;
    padding: 0 2rem;
    vertical-align: middle;
    text-transform: uppercase;
    border: none;
    border-radius: 32px;
    -webkit-tap-highlight-color: transparent;
    text-decoration:none;
    outline:none;
    background-color: #c00;
    color:#fff;
}