@font-face {
  font-family: Raleway;
  font-weight: 700;
  src: url(../fonts/Raleway-Bold.ttf);
}
@font-face {
  font-family: Raleway;
  font-weight: 500;
  src: url(../fonts/Raleway-Regular.ttf);
}
@font-face {
  font-family: Abril;
  font-weight: 500;
  src: url(../fonts/AbrilFatface-Regular.ttf);
}
*{
  margin:0;
  padding:0}
:focus{
  outline:0}
img{
  border:none}
html{
  font-size:62.5%;
  background: #d9145f0a;
  min-height:100%;
  ‑webkit‑text‑size‑adjust:100%}
ol,ul{
  list-style:none}
body{
  font-family:'Open Sans', Arial, Sans-Serif;
  color:#3b3b3b;
  font-size:14px;
  line-height:1.1}
.header{
  height: 25vh;
  background: #876842;
  text-align: center;
  color: #fff;
}
/* .header:before{
  content:'';
  display:inline-block;
  vertical-align:middle;
  height:100%} */
.header h1{
  font-size:2.4rem;
  display:inline-block;
  vertical-align:middle;
font-family: Abril;
margin-top: 5vh;}
.header h1 span{
  color: #48e85d;
}
.header .decoration{
  position: absolute;
  width: 100%;
  left: 0%;
  top: 15%;
}
.question h2{
  display:none;
  padding:0 3rem;
  text-align:center;
  color:#a17c4f;
  font-size: 26px;
  padding:1.5rem 0;
  white-space:nowrap;
  font-family: Raleway;
  font-weight: 500;
}
.question h2 span{
  display:inline-block;
  overflow:hidden;
  animation:type 4s steps(80, end);
  -webkit-animation:type 4s steps(80, end)}
.container{
  text-align:center;
  padding-top:2rem;
  position: absolute;
  top: 15vh;
  left: 10%;
  width: 90%;
  right: 25%;}
.center{
  max-width:800px;
  width:100%;
  margin:0 auto}
.buttons_block{
  text-align:center;
  margin-top:5px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:start;
  -ms-flex-align:start;
  align-items:flex-start;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap}
.btn, .btn-submit{
  border: none;
  box-sizing:border-box;
  height:50px;
  line-height:1;
  margin:5px;
  font-size:1.7rem;
  padding:0 10px;
  width:48%;
  text-align:center;
  text-decoration:none;
  color:#fff;
  font-weight:600;
  background:#39b54a;
  display:-webkit-inline-box;
  display:-ms-inline-flexbox;
  display:inline-flex;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  -ms-flex-line-pack:start;
  align-content:flex-start;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  border-radius: 10px;
  cursor: pointer;
  font-family: Raleway;
}
.btn-no {
  background-color: #ffffff;
  border-radius: 10px;
  border: 1px solid #39b54a;
  color: #39b54a;
}
.btn span{
  display:inline-block;
  max-width:100%}
.step2 .btn{
  width:22rem}
.step7 .btn{
  font-size:1.4rem;
  line-height:1}
.step5 .btn{
  width:22rem}
.step_block{
  background:#fff;
  position:relative;

  padding-bottom:5px;
  }
.photo_block{
  position:relative;
  background: url(../images/main_pic.png);
  height: 65vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: bottom;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.photo_block img{
  position:initial;
  z-index: -1;
  top:0;
  left:0;
  max-width:100%;
  max-height:100%;
  box-shadow:0 0 37px rgba(0, 0, 0, 0.65);
  filter: drop-shadow(5px 5px 5px #222);}
.user_info{
  bottom:0;
  color:#fff;
  text-align:center;
  font-size:16px;
  left:0;
  right:0;
  border-bottom: 1px solid #57422a;
  padding: 10px;}
.user_info .name{
  font-weight:bold;
  font-size:24px;
  color:#e5d3a0;
  font-family: Abril;
}
.user_info span{
  display:block;
  color: #39b54a;
}
.step{
  display:none;
  position:relative;
  z-index:100}
.step1{
  display:block}
.final_step .step_inner{
  text-align:left;
  padding:2rem;
  color:#876842;}
.final_step h3{
  font-size: 40px;
line-height: 66px;
  text-align:center;
  color:#876842;
  margin-bottom:1.5rem;
  font-family: Abril;}
.final_step h6{
  font-size: 40px;
line-height: 66px;
  text-align:center;
  margin-bottom:1.5rem;
  font-family: Abril;}
.final_step li{
  margin-bottom:0rem;
  color: #876842;
  text-align: center;
  font-weight: 800;
  font-family: Raleway;
  font-size: 16px;
  line-height: 26px;}
.progress{
  height:5px;
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  background: #58442a;
}
.progress span{
  -webkit-transition:all 0.5s linear;
  transition:all 0.5s linear;
  position:absolute;
  top:0;
  left:0;
  bottom:0;
  background: #65c49c;
}
ul.smaller{
  font-size: smaller;
}
.emailAddress{
  width: 50%;
  height: 40px;
  border-radius: 7px;
  border: 3px solid #000000;
  padding-left: 10px;
  margin: 20px 25% 10px;
  font-size: 15px;
  background: #000000;
  color: #ffffff;
}
.emailAddress::placeholder{
  color: #64c49b;
  text-align: center;
}
#submit{
  display: none;
  line-height: 3 !important;
}
.pic{
  display: none;
}
@keyframes type {
  from{
    width:0;
  }
  to{
    width:100%;
  }
}
@-webkit-keyframes type {
  from{
    width:0;
  }
  to{
    width:100%;
  }
}
@media (max-width: 1030px){
  .container{
    padding-top:2rem}
}
@media (max-height: 800px){
  .container{
    padding-top:2rem}
}
@media (max-width: 800px){
  html{
    font-size:45%}
  .btn, .btn-submit{
    width:auto;
    min-width:100px}
    #submit{
      line-height: 4 !important;
      font-size: 13px;
    }
    .emailAddress{
      font-size: 13px;
      width: 85%;
      margin: 20px 10% 10px;
    }
    .container {
      top: 15vh;
      left: 5%;
      width: 90%;
      right: 0;
  }
  .final_step h3, .final_step h6{
    font-size: 25px;
    line-height: 1;
  }
    ul.smaller {
      font-size: 12px;
    }
  .question h2{
    word-wrap:break-word;
    white-space:normal;
    font-size: 20px;
  padding: 10px;}
  .question h2 span{
    animation:none;
    -webkit-animation:none}
  .header h1{
    font-size:3rem}
}
@media (max-width: 600px){
  html{
    font-size:38%}
  .container{
    padding-top:0}
  .step2 .btn{
    width:auto;
    min-width:50px}
  .step5 .btn{
    width:auto;
    min-width:50px}
}
.instant-message {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #fff;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 5px;
  max-width: 390px;
  color: #525d67;
}
.instant-message img {
  float: left;
  margin: 0 15px 0 0;
}
.instant-message .info {
  float: right;
  width: calc(100% - 80px);
}
.instant-message .message {
  background-color: #e7eaee;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 13px;
}
.instant-message .name {
  font-size: 13px;
  padding-bottom: 8px;
}
.clearfix {
  clear: both;
  overflow: hidden;
}
@media screen and (max-width: 400px) {
  .instant-message {
    bottom: 10px;
    left: 10px;
    right: 10px;
    max-width: 100%;
  }
}
#ppialog-popover-container {
  font-size: 14px;
  position: fixed;
  z-index: 2258594000;
  -webkit-font-smoothing: initial;
  width: 500px;
  left: 50%;
  transform: translateX(-50%)
}

@media screen and (max-width: 500px) {
  #ppialog-popover-container {
      width: 100%
  }
}

#ppialog-popover-container.slide-down {
  top: 0
}

#ppialog-popover-container.slide-down.close-popover #ppialog-popover-dialog {
  -webkit-animation-name: slideDownExit;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-duration: 400ms;
  -webkit-animation-fill-mode: forwards;
  animation-name: slideDownExit;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
  animation-duration: 400ms;
  animation-fill-mode: forwards
}

#ppialog-popover-container.slide-down #ppialog-popover-dialog {
  width: 100%;
  -webkit-animation-name: slideDownEnter;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-duration: 400ms;
  -webkit-animation-fill-mode: forwards;
  animation-name: slideDownEnter;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
  animation-duration: 400ms;
  animation-fill-mode: forwards
}

#ppialog-popover-container.slide-down #ppialog-popover-dialog.blocked-dialog {
  padding: 1.714em;
  width: 612px;
  margin-bottom: 18px
}

#ppialog-popover-container.slide-down #ppialog-popover-dialog.blocked-dialog #blocked-popover {
  display: block
}

#ppialog-popover-container.slide-down #ppialog-popover-dialog.blocked-dialog #normal-popover {
  display: none
}

#ppialog-popover-container.slide-down #ppialog-popover-dialog.blocked-dialog .popover-body-message {
  padding: 0 0.2em 0 0.2em;
  text-align: center;
  width: 100%
}

#ppialog-popover-container.slide-down #ppialog-popover-dialog.blocked-dialog .popover-body-message img {
  width: 100%
}

#ppialog-popover-container.slide-down #ppialog-popover-dialog.blocked-dialog .popover-body-message .unblock-image {
  margin: 2em 0 0.5em 0
}

#ppialog-popover-container.slide-down #ppialog-popover-dialog.blocked-dialog .popover-button.secondary {
  padding: 0.714em 2em
}

#ppialog-popover-container #blocked-popover {
  display: none
}

#ppialog-popover-container.slide-up {
  bottom: 0
}

#ppialog-popover-container.slide-up.close-popover #ppialog-popover-dialog {
  -webkit-animation-name: slideUpExit;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-duration: 400ms;
  -webkit-animation-fill-mode: forwards;
  animation-name: slideUpExit;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
  animation-duration: 400ms;
  animation-fill-mode: forwards
}

#ppialog-popover-container.slide-up #ppialog-popover-dialog {
  width: 100%;
  -webkit-animation-name: slideUpEnter;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-duration: 400ms;
  -webkit-animation-fill-mode: backwards;
  animation-name: slideUpEnter;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
  animation-duration: 400ms;
  animation-fill-mode: backwards
}

#ppialog-popover-container #ppialog-popover-dialog {
  box-sizing: border-box;
  max-width: 100%;
  margin: 0 auto;
  box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.22) !important;
  background: white !important;
  padding: 1.286em;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  font-family: 'Roboto', 'Noto', Helvetica Neue, Helvetica, Arial, sans-serif
}

#ppialog-popover-container #ppialog-popover-dialog .popover-body {
  box-sizing: border-box;
  margin: 0
}

#ppialog-popover-container #ppialog-popover-dialog .popover-body-icon {
  box-sizing: border-box;
  float: left;
  width: 80px;
  height: 80px;
  position: relative
}

#ppialog-popover-container #ppialog-popover-dialog .popover-body-icon img {
  width: 100%;
  height: 100%
}

#ppialog-popover-container #ppialog-popover-dialog .popover-body-icon img.default-icon {
  width: 45px;
  top: 3px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  height: 45px
}

#ppialog-popover-container #ppialog-popover-dialog .popover-body-message {
  box-sizing: border-box;
  padding: 0 0.2em 0 1.286em;
  float: left;
  width: calc(100% - 80px);
  font-size: 1.143em;
  line-height: 1.45em;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  color: #666 !important
}

#ppialog-popover-container #ppialog-popover-dialog button {
  box-sizing: border-box;
  display: inline-block;
  padding: .375rem 1rem;
  font-size: 0.9625em;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  border-radius: .25rem;
  font-family: inherit;
  letter-spacing: 0.05em;
  -webkit-transition: background-color 75ms ease;
  transition: background-color 75ms ease;
  margin: 0
}

#ppialog-popover-container #ppialog-popover-dialog .popover-button {
  padding: 0.714em 2em;
  font-size: 1em;
  text-transform: uppercase;
  border-radius: 2px;
  font-weight: 400
}

#ppialog-popover-container #ppialog-popover-dialog .popover-button.primary {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 6px 0 rgba(0, 0, 0, 0.12);
  background: #1165f1 !important;
  color: white !important
}

#ppialog-popover-container #ppialog-popover-dialog .popover-button.primary:hover {
  background: #0c55d0
}

#ppialog-popover-container #ppialog-popover-dialog .popover-button.primary:active {
  background: #0a47ab
}

#ppialog-popover-container #ppialog-popover-dialog .popover-button.secondary {
  box-shadow: none;
  background: white !important;
  color: #1165f1 !important
}

#ppialog-popover-container #ppialog-popover-dialog .popover-button.secondary:hover {
  color: #0b4cb7
}

#ppialog-popover-container #ppialog-popover-dialog .popover-button.secondary:active {
  color: #062861
}

#ppialog-popover-container #ppialog-popover-dialog .primary.popover-button+.secondary.popover-button {
  margin-right: 0.714em
}

#ppialog-popover-container #ppialog-popover-dialog .popover-footer {
  position: relative;
  margin: 0.25em 0.25em 0 0
}

#ppialog-popover-container #ppialog-popover-dialog .align-right {
  float: right
}

#ppialog-popover-container #ppialog-popover-dialog .clearfix {
  display: block;
  backface-visibility: initial !important
}

#ppialog-popover-container #ppialog-popover-dialog .clearfix:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}

@-webkit-keyframes slideDownEnter {
  0% {
      -webkit-transform: translateY(-150%)
  }

  100% {
      -webkit-transform: translateY(0)
  }
}

@keyframes slideDownEnter {
  0% {
      transform: translateY(-150%)
  }

  100% {
      transform: translateY(0)
  }
}

@-webkit-keyframes slideDownExit {
  0% {
      -webkit-transform: translateY(0%)
  }

  100% {
      -webkit-transform: translateY(-150%)
  }
}

@keyframes slideDownExit {
  0% {
      transform: translateY(0%)
  }

  100% {
      transform: translateY(-150%)
  }
}

@-webkit-keyframes slideUpEnter {
  0% {
      -webkit-transform: translateY(150%)
  }

  100% {
      -webkit-transform: translateY(0)
  }
}

@keyframes slideUpEnter {
  0% {
      transform: translateY(150%)
  }

  100% {
      transform: translateY(0)
  }
}

@-webkit-keyframes slideUpExit {
  0% {
      -webkit-transform: translateY(0%)
  }

  100% {
      -webkit-transform: translateY(150%)
  }
}

@keyframes slideUpExit {
  0% {
      transform: translateY(0%)
  }

  100% {
      transform: translateY(150%)
  }
}
