.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.body {
  background-color: #e9e9e9;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.container {
  margin-top: 30px;
  padding: 60px;
  border-radius: 4px;
  background-color: #fff;
}

.text-filed {
  height: 60px;
  margin-bottom: 30px;
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #dadada;
  border-radius: 4px;
  font-size: 18px;
}

.submit-button {
  width: 100%;
  height: 60px;
  border-radius: 4px;
  background-color: #174ec0;
  font-size: 22px;
  text-transform: uppercase;
}

.text-block {
  display: inline;
  padding-right: 10px;
  padding-left: 10px;
}

.privacy {
  text-align: center;
}

.heading {
  font-weight: 400;
}

.field-name {
  font-weight: 400;
}

.header {
  padding-top: 40px;
  text-align: center;
}

.google {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 15px 30px 15px 65px;
  border-style: solid;
  border-width: 1px;
  border-color: #dadada;
  border-radius: 4px;
  background-color: #fff;
  background-image: url('../images/google.png');
  background-position: 30px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  color: #363636;
}

.facebook {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 15px 30px 15px 65px;
  border-style: solid;
  border-width: 1px;
  border-color: #dadada;
  border-radius: 4px;
  background-color: #fff;
  background-image: url('../images/facebook.png');
  background-position: 30px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  color: #363636;
}

.uns {
  display: inline-block;
  height: 120px;
  margin-top: 10px;
  padding-right: 144px;
  padding-left: 90px;
  border-style: solid;
  border-width: 1px;
  border-color: #dadada;
  border-radius: 4px;
  background-color: #fff;
  background-image: url('../images/UNS.png');
  background-position: 30px 50%;
  background-repeat: no-repeat;
  color: #363636;
}

.scanner-window {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 500px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/phone-cam.png');
  background-position: 50% 50%;
  background-size: cover;
}

.center {
  text-align: center;
}

.plain-button {
  margin-right: 30px;
  padding: 15px 30px;
  border-radius: 4px;
  background-color: #174ec0;
}

.plain-button.right {
  margin-right: 0px;
  float: right;
}

.button {
  padding: 15px 30px;
  border-style: none;
  border-width: 1px;
  border-color: #dadada;
  border-radius: 4px;
  background-color: #fff;
  color: #363636;
}

.div-block {
  text-align: center;
}

.logo-block {
  padding-top: 40px;
  text-align: center;
}

.target {
  width: 200px;
  height: 200px;
  border-style: solid;
  border-width: 4px;
  border-color: #00fff7;
  border-radius: 20px;
  opacity: 0.76;
}

.footer-link {
  padding-right: 20px;
}

.footer-wrapper {
  padding: 39px;
  text-align: center;
}

.small-text {
  border-bottom: 1px solid #dadada;
  font-size: 13px;
}

.quad {
  padding: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #dadada;
  border-radius: 4px;
  background-color: #fff;
}

.quad.current {
  border-color: #174ec0;
  background-color: #ecffe4;
}

.number {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  float: right;
}

.text-block-2 {
  position: static;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.number-wrapper {
  position: relative;
  left: auto;
  top: -5%;
  right: -6%;
  bottom: auto;
  padding: 5px 10px;
  float: right;
  border-radius: 20px;
  background-color: #363636;
}

.number-wrapper.current {
  background-color: #19af14;
}

.quad-icon {
  margin-top: 12px;
  margin-right: 10px;
  float: left;
}

.device-wrap {
  margin-right: 10px;
  padding: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: #dadada;
  border-radius: 4px;
  background-color: #fff;
}

.device-wrap.last {
  margin-right: 0px;
}

.button-2 {
  margin-top: 13px;
  float: right;
}

.heading-2 {
  float: left;
}

.heading-3 {
  padding-top: 15px;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: #f3f3f3;
}

.heading-wrapper {
  padding-top: 30px;
  padding-bottom: 10px;
}

.small-button {
  border-style: solid;
  border-width: 1px;
  border-color: #dadada;
  border-radius: 4px;
  background-color: transparent;
  color: #363636;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.row {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dadada;
}

.row.last {
  border-bottom-style: none;
}

.image {
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
}

.col-wrap {
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #dadada;
  border-radius: 10px;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  border-radius: 6px;
  background-color: #f3f3f3;
}

.col-w {
  margin-right: 10px;
  padding: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: #dadada;
  border-radius: 4px;
  background-color: #fff;
}

.col-w.last {
  margin-right: 0px;
}

.div-block-6 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.remove {
  display: inline;
  color: #c75353;
  text-decoration: none;
}

.device {
  margin-bottom: 5px;
}

.device-icon {
  margin-right: 20px;
  padding-top: 8px;
  padding-right: 0px;
  float: left;
}

.grid {
  padding: 10px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 6px;
  background-color: #f3f3f3;
}

@media (max-width: 991px) {
  .div-block-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .col-w {
    margin-right: 0px;
    margin-bottom: 19px;
  }
}

@media (max-width: 767px) {
  .container {
    padding: 20px;
  }
  .google {
    width: 100%;
  }
  .facebook {
    width: 100%;
  }
  .uns {
    width: 100%;
  }
  .scanner-window {
    width: 100%;
  }
  .quad-icon {
    float: none;
  }
}

@media (max-width: 479px) {
  .plain-button.right {
    float: none;
  }
  .device-wrap {
    margin-bottom: 20px;
  }
  .div-block-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

