@font-face {
  font-family: "Montserrat", sans-serif;
  src: url(../css/fonts/Montserrat-Bold.ttf);
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat", sans-serif;
  src: url(../css/fonts/Montserrat-Regular.ttf);
  font-weight: normal;
  font-style: normal;
}
/*@import url(css.css);*/
* {
  margin: 0;
  padding: 0;
}
:focus {
  outline: 0;
}
img {
  border: 0;
}
html,
body {
  -webkit-text-size-adjust: none;
}
body {
 /* background: linear-gradient(#f3f3f3, #787778); */
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  color: #000;
  min-width: 320px;
}
ol,
ul {
  list-style: none;
}
a {
  color: #fff;
}
.wrap {
  position: relative;
  padding: 0 15px;
}
.slogan-box {
  padding: 20px 0;
  text-align: center;
  max-width: 452px;
  margin: 0 auto;
}
.slogan-box h3 {
  font-size: 24px;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
}
.slogan-box p {
  font-size: 18px;
  font-weight: normal;
  line-height: 26px;
  padding: 10px 0;
}
.pics {
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
  /*display: flex; */
  flex-wrap: wrap;
  text-align: center;
}
.pics img {
  width: 45%;
  margin: 10px;
  border-radius: 15px;
}
.pics .img {
  width: 50%;
  margin: auto;
  border-radius: 15px;
}
.step {
  display: none;
}
.step:first-child {
  display: block;
}
.question {
  text-align: center;
  padding: 10px 0 50px;
}
.question h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
}
.btn {
  width: 100%;
  max-width: 186px;
  min-width: 180px;
  display: inline-block;
  padding: 13px 0;
 /* margin: 0 15px;*/
  font-size: 24px;
  font-weight: bold;
  color: white;
  text-decoration: none;
  transition: all 0.1s ease 0s;
  /*background: linear-gradient(#fd644e, #f28b28);*/
  background: #DD4925;
  border-radius: 7px;
}
.btn-first {
  max-width: 410px;
}
.btn-no {
  background: linear-gradient(#f3f3f3, #787878);
  color: #000;
}
.btn-no:hover {
  background: #000 !important;
}
.btn:hover {
  background: #fd644e;
  color: #fff;
}
.btn-first,
.btn-last {
  min-width: 300px;
}
.final-step {
  max-width: 543px;
  margin: 36px auto;
  padding-bottom: 30px;
  text-align: center;
}
.final-step h3 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 22px;
  line-height: 1;
}
.final-step ul {
  margin-bottom: 22px;
  text-align: left;
}
.final-step ul li {
  font-size: 18px;
  margin-bottom: 5px;
  list-style-type: decimal;
  line-height: 26px;
  list-style-position: inside;
}
.terms {
  font-size: 14px;
  color: #000;
  margin-bottom: 15px;
}
@media (max-width: 770px) {
  body {
    font-size: 18px;
  }
  .pics img {
    width: 250px;
  }
  .question h3 {
    font-size: 24px;
  }
  .btn {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .btn-first,
  .btn-last {
    min-width: 250px;
  }
}
@media (max-width: 415px) {
  body {
    font-size: 12px;
  }
  .pics img {
    width: 130px;
    margin: auto;
    border-width: 2px;
  }
  .question h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .final-step h3 {
    font-size: 18px;
  }
  .final-step ul li {
    font-size: 12px;
  }
  .terms {
    font-size: 11px;
  }
}
