body {
  margin: 0; }

@font-face {
  font-family: 'font700';
  src: url("../fonts/700.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/700.eot?#iefix") format("embedded-opentype"), url("../fonts/700.woff") format("woff"), url("../fonts/700.ttf") format("truetype"), url("../fonts/700.svg#svgFontName") format("svg");
  /* Legacy iOS */ }
#fixPage {
  width: 100%;
  min-height: 100vh;
  font-family: 'font700', sans-serif;
  display: flex;
  flex-direction: column;
  display: none; }
  #fixPage * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; }
  #fixPage .header .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
    font-family: 'font700', sans-serif;
    padding-top: 10px;
    padding-left: 0; }
    @media (max-width: 768px) {
      #fixPage .header .logo {
        display: block;
        width: 100%;
        text-align: center; } }
    @media (max-width: 550px) {
      #fixPage .header .logo {
        padding-left: 10px; } }
    #fixPage .header .logo span {
      padding-left: 5px; }
      @media (max-width: 768px) {
        #fixPage .header .logo span {
          display: block;
          width: 100%; } }
    #fixPage .header .logo img {
      max-height: 70px;
      max-width: 100%; }
  #fixPage .info {
    font-size: 24px;
    max-width: 900px;
    margin: 0 auto;
    margin-top: 100px; }
    @media (max-width: 768px) {
      #fixPage .info {
        padding-top: 30px; } }
    #fixPage .info p {
      margin: 0;
      text-align: center; }
  #fixPage .container {
    background-color: white;
    min-height: 500px;
    max-width: 900px; }
  #fixPage .wrapper {
    width: 100%;
    min-height: 200px; }
  #fixPage .form {
    font-size: 20px;
    padding: 0;
    margin-bottom: 30px;
    margin-top: -50px; }
    #fixPage .form .sticker {
      position: absolute;
      width: 200px;
      right: -40px;
      top: -60px;
      display: none;
      z-index: 10; }
      @media (max-width: 1024px) {
        #fixPage .form .sticker {
          right: 0; } }
      @media (max-width: 768px) {
        #fixPage .form .sticker {
          top: -20px;
          margin: 0 auto;
          width: 100%;
          text-align: center; } }
      #fixPage .form .sticker img {
        width: 100%;
        max-width: 200px; }
    #fixPage .form p {
      text-align: center; }
    #fixPage .form .button-block {
      margin-top: -25px; }
      @media (max-width: 768px) {
        #fixPage .form .button-block {
          margin-top: 5px; } }
    #fixPage .form .input-block input {
      border: 2px #E30613 solid;
      background-color: wheat;
      color: black;
      min-height: 40px;
      padding: 5px;
      width: 100%;
      font-size: 18px;
      border-radius: 10px;
      text-align: center; }
      #fixPage .form .input-block input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: gray; }
      #fixPage .form .input-block input::-moz-placeholder {
        /* Firefox 19+ */
        color: gray; }
      #fixPage .form .input-block input:-ms-input-placeholder {
        /* IE 10+ */
        color: gray; }
      #fixPage .form .input-block input:-moz-placeholder {
        /* Firefox 18- */
        color: gray; }
      #fixPage .form .input-block input:active, #fixPage .form .input-block input:focus {
        outline: none; }
      @media (max-width: 991px) {
        #fixPage .form .input-block input {
          font-size: 16px; } }
    #fixPage .form .input-block button {
      width: 90px;
      height: 90px;
      min-height: 40px;
      border: 2px #C59697 solid;
      color: #B98486;
      background-color: white;
      font-weight: bold;
      cursor: pointer;
      font-size: 18px;
      transition: all .5s linear;
      border-radius: 50%;
      border: 2px #E30613 solid;
      background-color: #E30613;
      color: white; }
      #fixPage .form .input-block button:hover {
        background-color: white;
        color: #E30613; }
      #fixPage .form .input-block button:active, #fixPage .form .input-block button:focus {
        outline: none; }
      @media (max-width: 768px) {
        #fixPage .form .input-block button {
          margin: 0 auto;
          display: block; } }
  #fixPage .footer {
    min-height: 200px;
    background-image: url("../img/wall2.png");
    bottom: 0;
    position: absolute;
    left: 0;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  #fixPage #mainBtn1 {
    display: flex;
    text-align: center;
    background-image: url("../img/button_sprite.png");
    position: absolute;
    width: 655px;
    height: 150px;
    background-repeat: no-repeat;
    background-position: -1px 30px;
    max-width: 100%;
    z-index: 2;
    background-size: 700px;
    left: calc(50% - 327px); }
  #fixPage #mainBtn2 {
    display: flex;
    text-align: center;
    background-image: url("../img/button_sprite.png");
    position: absolute;
    width: 655px;
    height: 150px;
    background-repeat: no-repeat;
    background-position: 1px -182px;
    max-width: 100%;
    z-index: 1;
    background-size: 700px;
    left: calc(50% - 327px); }
  #fixPage #mainBtn3 {
    display: flex;
    text-align: center;
    background-image: url("../img/button_sprite.png");
    position: absolute;
    width: 655px;
    height: 150px;
    background-repeat: no-repeat;
    background-position: 1px -368px;
    z-index: 3;
    background-size: 700px;
    display: none;
    max-width: 100%;
    left: calc(50% - 327px); }
  #fixPage #mainBtn4 {
    display: flex;
    text-align: center;
    background-image: url("../img/button_sprite.png");
    position: absolute;
    width: 655px;
    height: 150px;
    background-repeat: no-repeat;
    background-position: 4px -956px;
    z-index: 4;
    background-size: 700px;
    display: none;
    max-width: 100%;
    left: calc(50% - 327px); }
  #fixPage #mainBtn5 {
    display: flex;
    text-align: center;
    background-image: url("../img/button_sprite.png");
    position: absolute;
    width: 655px;
    height: 150px;
    background-repeat: no-repeat;
    background-position: 1px -1396px;
    z-index: 5;
    background-size: 700px;
    display: none;
    max-width: 100%;
    left: calc(50% - 327px); }
  @media (max-width: 768px) {
    #fixPage #mainBtn1, #fixPage #mainBtn2, #fixPage #mainBtn3, #fixPage #mainBtn4, #fixPage #mainBtn5 {
      height: 120px;
      width: 480px;
      background-size: 510px;
      left: calc(50% - 240px); }
    #fixPage #mainBtn2 {
      background-position: 0px -124px; }
    #fixPage #mainBtn3 {
      background-position: 0 -435px; }
    #fixPage #mainBtn4 {
      background-position: 2px -688px; }
    #fixPage #mainBtn5 {
      background-position: 0px -1009px; } }
  @media (max-width: 550px) {
    #fixPage .wrapper {
      min-height: 130px; }
    #fixPage #mainBtn1, #fixPage #mainBtn2, #fixPage #mainBtn3, #fixPage #mainBtn4, #fixPage #mainBtn5 {
      height: 100px;
      width: 290px;
      background-size: 310px;
      margin: 0 auto;
      left: calc(50% - 145px); }
    #fixPage #mainBtn2 {
      background-position: 0px -64px; }
    #fixPage #mainBtn3 {
      background-position: 0 -253px; }
    #fixPage #mainBtn4 {
      background-position: 1px -407px; }
    #fixPage #mainBtn5 {
      background-position: 0px -602px; }
    #fixPage .footer {
      min-height: 120px; } }
  @media (max-width: 319px) {
    #fixPage .wrapper {
      min-height: 120px;
      margin-top: 10px; }
    #fixPage #mainBtn1, #fixPage #mainBtn2, #fixPage #mainBtn3, #fixPage #mainBtn4, #fixPage #mainBtn5 {
      position: relative;
      width: 100%;
      background-size: 100%;
      background-position: top center;
      text-align: center;
      height: 80px;
      display: block;
      background-image: url("../img/1.png"); }
    #fixPage #mainBtn2, #fixPage #mainBtn3, #fixPage #mainBtn4, #fixPage #mainBtn5 {
      display: none; } }

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