    html,
    body,
    div,
    span,
    h3,
    p,
    a,
    img,
    ul,
    li {
      margin: 0;
      padding: 0;
      border: 0;
      font-size: 100%;
      font: inherit;
      vertical-align: baseline
    }

    body {
      line-height: 1
    }

    ul {
      list-style: none
    }

    html,
    body {
      min-height: 100%;
      height: 100%
    }

    .wrapper {
      min-height: 100%;
      max-height: 1564px;
      padding-bottom: 25px;
      background-position: 50% 50%;
      background-color: #000;
      background-repeat: no-repeat;
      -webkit-background-size: cover;
      background-size: cover;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding-top: 55px
    }

    .wrapper_mountains {
      background-image: url("../img/bg_win.jpg")
    }

    .mk-popup {
      max-width: 100%;
      width: 860px;
      padding-bottom: 32px;
      background: #f8fafb;
      -webkit-border-radius: 8px;
      border-radius: 8px;
      margin: 0 auto;
      overflow: hidden
    }

    .header {
      height: 61px;
      background: #fff;
      -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .18);
      box-shadow: 0 1px 6px rgba(0, 0, 0, .18);
      position: relative
    }

    .info {
      background: #e9eef2;
      padding: 22px 0 30px;
      text-align: center;
      -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .18);
      box-shadow: 0 1px 6px rgba(0, 0, 0, .18)
    }

    .info__title {
      color: #000;
      font-size: 25px;
      font-family: "ProximaNova-bold", sans-serif;
      font-weight: 700;
      margin-bottom: 34px;
      letter-spacing: 1px
    }

    .info__attention {
      max-width: 100%;
      width: 590px;
      margin: 0 auto;
      position: relative;
      font-size: 16px;
      line-height: 28px;
      color: #44484f;
      font-family: "ProximaNova-regular", sans-serif
    }

    .info__attention_out {
      position: absolute;
      font-family: "ProximaNova-bold", sans-serif;
      font-weight: 700;
      color: #1db4f9
    }

    .hint {
      padding-top: 28px;
      position: relative;
      text-align: center
    }

    .hint__title {
      font-family: "ProximaNova-bold", sans-serif;
      font-size: 16px;
      line-height: 28px;
      color: #44484f;
      padding-bottom: 5px
    }

    .hint__title_txt-blue {
      color: #1db4f9;
      font-weight: 700;
      padding-right: 10px
    }

    .hint__list {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      margin: 0 auto;
      list-style-type: disc
    }

    .hint__step {
      font-family: "ProximaNova-regular", sans-serif;
      font-size: 16px;
      line-height: 28px;
      color: #44484f;
      text-align: left;
      padding: 3px 0 0 15px
    }

    .btn {
      display: block;
      width: 288px;
      height: 60px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      font-family: "ProximaNova-semibold", sans-serif;
      font-weight: 600;
      color: #fff;
      text-decoration: none;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 18px;
      line-height: 22px;
      text-align: center;
      margin: 125px auto 5px;
      cursor: pointer;
      position: relative
    }

    .btn.blue {
      background: #00acff;
      -webkit-box-shadow: 0 4px #0d93f0;
      box-shadow: 0 4px #0d93f0
    }

    .btn.blue:hover {
      background: #00b4f7
    }

    .btn__cta {
      width: 210px;
      display: inline-block;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      padding-top: 2px;
      position: absolute;
      top: 50%;
      left: 18px;
      text-align: center;
      font-weight: 500
    }

    .btn:after {
      display: block;
      content: '';
      width: 34px;
      height: 34px;
      background-image: url("../img/btn-icon.png");
      background-position: center top;
      background-repeat: no-repeat;
      position: absolute;
      top: 14px;
      right: 15px
    }