* {
  margin: 0;
  padding: 0;
  font: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

html {
  font-family: Arial, Helvetica, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-focus-ring-color: rgba(255, 255, 255, 0);
  cursor: default; }

body {
  font-size: 100%;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

a {
  background: transparent; }

*:focus,
*:active,
*:hover {
  outline: none; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

ol,
ul {
  list-style: none; }

pre {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  white-space: pre-wrap; }

q {
  quotes: '\201C' '\201D' '\2018' '\2019'; }

img {
  border: none; }

svg:not(:root) {
  overflow: hidden; }

button,
input {
  line-height: normal; }

button,
select {
  text-transform: none; }

button {
  overflow: visible; }

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

input[type='checkbox'],
input[type='radio'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto; }

input[type='search'] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: none;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

button,
input,
select[multiple],
textarea {
  background-image: none; }

input,
select,
textarea {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none; }

input,
textarea {
  resize: none;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text; }

[placeholder]:focus::-webkit-input-placeholder {
  color: transparent; }

[placeholder]:focus:-ms-input-placeholder {
  color: transparent; }

[placeholder]:focus::-ms-input-placeholder {
  color: transparent; }

[placeholder]:focus::placeholder {
  color: transparent; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.page {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
  min-height: 100%;
  min-width: 320px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px; }

.header {
  display: block;
  padding-bottom: 25px;
  position: relative;
  margin-bottom: 30px; }
  .header:after {
    content: '';
    display: block;
    width: 240px;
    height: 4px;
    background-color: #F7931A;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .header_theme_error:after {
    background-color: #F74249; }

.icon {
  display: block;
  width: 70px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px; }
  .icon_success {
    margin-bottom: 20px; }

.top-text {
  display: block;
  font-size: 24px;
  line-height: 44px;
  color: #000;
  text-align: center; }
  .top-text b {
    font-weight: bold; }

.text {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 26px; }
  .text b, .text strong {
    font-weight: bold; }

.card {
  display: block;
  width: 100%;
  max-width: 360px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
  border: 1px solid #D6D6D6; }
  .card .text {
    margin-bottom: 30px; }
  .card img {
    display: block;
    margin-left: auto;
    margin-right: auto; }

.content {
  display: block; }
  .content_variant_2 .text {
    margin-bottom: 30px; }
  .content_variant_2 img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px; }

.title {
  display: block;
  color: #000;
  font-size: 32px;
  font-weight: bold;
  line-height: 44px;
  text-align: center; }

.steps {
  display: block;
  counter-reset: steps; }
  .steps__item {
    margin-bottom: 40px; }
  .steps__text {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    padding-left: 41px;
    position: relative;
    counter-increment: steps;
    margin-bottom: 20px; }
    .steps__text:before {
      content: counter(steps);
      display: block;
      width: 22px;
      height: 22px;
      border-radius: 13px;
      color: #F7931A;
      font-size: 14px;
      line-height: 22px;
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      font-weight: bold;
      text-align: center;
      border: 2px solid #F7931A; }
  .steps__img img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }

.screen {
  display: none;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto; }

.footer {
  display: block;
  padding-bottom: 40px; }

.btns-container {
  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-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .btns-container .btn:not(:last-child) {
    margin-bottom: 40px; }

.btn {
  display: inline-block;
  font-size: 16px;
  line-height: 17px;
  text-transform: uppercase;
  border: none;
  font-weight: bold;
  text-align: center;
  text-decoration: none; }
  .btn_primary {
    width: 100%;
    color: #fff;
    max-width: 320px;
    padding-top: 22px;
    padding-bottom: 21px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #4285F4;
    border-radius: 3px; }
    .btn_primary:hover {
      background-color: #F7931A; }
    .btn_primary:active {
      background-color: #D6D6D6; }
  .btn_secondary {
    color: #757575; }
    .btn_secondary:hover {
      color: #000; }

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