@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;
    box-sizing: border-box;
    font-family: Raleway;
    color: #250404;
}

a {
    text-decoration: none;
    cursor: pointer !important
}

ul li {
    list-style: none
}

html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%
}

img {
    border: none;
    vertical-align: middle;
    max-width: 100%
}

body {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    width: 100%;
    height: 110vh;
    min-height: 100vh;
    line-height: 1.1;
    color: #000;
    padding: 5rem 2rem 2rem;
    background: url(../images/bg.png) #54549e;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

:focus {
  outline: 0
}

.bold {
  font-weight: 700
}
.intern{
  padding: 0 !important;
}
.newline{
  display: block;
  padding: 0 !important;
}
.red {
  color: #9e2828;
}
.green{
  color:#39b54a;
}
.wrapper {
  margin: 0 auto;
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: 10vh auto 0;
  z-index: 8;
}
img.main-girl{
  position: absolute;
  bottom: -10%;
  left: 20%;
  z-index: 10;
  width: 35vh;
  max-width: 300px;
}
.wrapper:after {
    clear: both;
    content: "";
    display: block
}

.left {
    float: left;
    width: 38%;
    text-align: center;
    font-size: 2rem
}

.left .girl {
    position: relative
}

.left .girl:after {
    content: '';
    clear: both
}

.left .girl .visible {
    display: block
}

.left .girl img {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    border: 8px solid #fff;
    opacity: 1
}

.right {
    width: 70%;
    margin: auto;
    text-align: center;
    background-color: #fffaf8;
    border-radius: 1.2rem;
    overflow: hidden
}

.content {
    text-align: center;
}

.content .header {
    background: #fdf7f5;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: center;
    width: 100%;
    font-size: 2.8rem;
    text-align: center;
    padding: 1.5rem 2rem;
    color: #fff;
    text-align: left;
    font-weight: 700;
}
.content .header .slogan{
  color: #250404;
  text-transform: uppercase;
  width: 57%;
  min-width: 450px;
  text-align: right;
  font-size: 24px;
}
.content .header .slogan span{
  color: #9e2828;
}

.content .rows {
    margin-bottom: 2rem;
    padding: 0 1rem
}

.content .row1 {
    color: #3D589D;
    font-size: 7.6rem;
    font-weight: 700;
    margin-top: 2rem
}

.content .row2 {
    font-size: 18px;
    width: 100%;
    text-align: center;
    padding: 20px 0 20px 30%;
    background: #ffffff;
    font-weight: 700;
}

.content .row3 {
    font-size: 1.8rem;
    text-align: center;
    width: 60%;
    margin-left: 30%;
}

.step-box {
    margin: 1.5rem auto 0 30%;
}
.step1{
  padding-bottom: 76px !important;
}
.step2, .step3{
  padding-bottom: 0px !important;
}
.step {
    display: none;
    padding: 0 2rem 2rem;
}

.step.visible,
.loading-block .visible {
    display: block
}

.step .title {
    margin-bottom: 2rem;
    font-size: 32px;
    font-weight: 700;
    color:#9e2828;
}

.step .title span {
    color: #39b54a;
    padding-bottom: 1rem
}

.btn-block {
    text-align: center;
    width: 100%;
    margin: auto;
}

.step .next-btn, .final-btn {
    border: none;
    display: inline-block;
    padding: 1rem 0rem;
    border-radius: 12px;
    /* box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.6); */
    color: #fff;
    font-size: 26px;
    margin: 0 auto 1.5rem;
    text-align: center;
    width: 65%;
    background: #2f993e;
    cursor: pointer;

}
.btn-img{
  height: 227px;
  width: 33% !important;
}
.btn-img.fir{
  background: url(../images/girl-1.png) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.btn-img.sec{
  background: url(../images/girl-2.png) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.btn-img.third{
  background: url(../images/girl-3.png) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.btn-img.fourth{
  background: url(../images/girl-4.png) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.btn-img:hover{
  border: 5px solid #2f993e;
}
.step .next-btn:hover, .final-btn:hover{
    background: linear-gradient(to bottom, #67AE55 0%, #578843 100%)
}

.next-btn.btn-no {
    background: #ffffff;
    color: #9e2828;
    border: 1px solid #9e2828;
    /* margin-left: 4% */
}
.present{
  position: absolute;
  right: 10%;
  width: 19%;
  top: -10%;
}
.dec_top{
  position: absolute;
  top: -2%;
  width: 72%;
  left: 15%;
  right: 25%;
}
.dec_bottom{
  position: relative;
  bottom: 68px;
  width: 51%;
  left: 26%;
  right: 25%;
}
.mistletoe{
  position: absolute;
  width: 8%;
  left: 48%;
  z-index: 10;
}
.mistletoe_bott{
  position: relative;
  bottom: 78px;
  width: 4%;
  z-index: 10;
}
.loading-block {
    text-align: center;
    padding: 1rem
}

.loading-item {
    display: none
}

.loading-item {
    padding-bottom: 1rem
}

.loading-block img {
    padding-bottom: 1.5rem
}

.loading-block li {
    display: none;
    padding-left: 2.2rem;
    text-align: left;
    margin-bottom: 1rem
}

.final-step {
    color: #000;
    font-size: 1.8rem;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: left
}

.step4 .red {
    padding-top: 30px;
    padding-bottom: 20px;
}
.step4 p{
  padding-top: 20px;
  line-height: 1.5;
}
.final-step .title {
  color: #385a90;
  margin: 1rem auto;
  text-transform: uppercase;
  text-align: center;
  width: 60%;
  font-size: 2rem
}

 .text {
  counter-reset: num
}

 .text li {
    position: relative
}

 .text li:before {
    counter-increment: num;
    content: counter(num)".";
    color: #9e2828;
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    vertical-align: middle;
    padding: 0.1rem 0.5rem;
}

.info {
    padding: 0.5rem 0 1.5rem;
    color: #545454;
    display: block;
    font-size: 1.4rem;
    text-align: center
}

.final-step .info {
    font-size: 10px
}
.emailAddress{
    width: 70%;
    height: 50px;
    border-radius: 13px;
    border: 2px solid #9e2828;
    padding-left: 10px;
    margin: 20px 10% 10px;
    font-size: 15px;
    background: #ffffff;
    color: #9e2828;
}
input.emailAddress::-webkit-input-placeholder{
    color:#260404;
    text-align: center;
}

@media (max-width:1200px) {
    html {
        font-size: 45%
    }
}
@media (min-width:1200px) {
  .dec_top{
    left: 25%;
    width: 50%;
  }
}
@media (max-width:900px) {
    html {
        font-size: 50%
    }
    body{
        background-size: cover;
        height: auto;
        overflow: auto !important;
    }
    .left,
    .right {
        width: 100%;
        margin: 0 auto 3rem
    }

    .left .girl {
        max-width: 320px;
        min-height: 500px;
        display: block;
        margin: 0 auto
    }

    .step-box .step .next-btn, .final-btn {

        margin-bottom: 2rem
    }
    .btn-img{
      width: 46% !important;

    }
    .btn-img.fir, .btn-img.sec, .btn-img.third, .btn-img.fourth{
      background-position: 34% !important;
    }
    .dec_top{
      width: 100%;
      z-index: 1;
      top: 9%;
      left: 0%;
    }
    .emailAddress{
      width: 85%;
      margin: 20px auto 0px;
    }
    .content .header {
        font-size: 1.8rem
    }
    .bold{
      font-size: 17px;
    }
    .content .row1 {
        font-size: 4.6rem
    }

    .content .row2 {
        font-size: 2.4rem
    }

    .final-step .title {
        width: 100%
    }

    .final-step .next-btn, .final-btn {
        width: 85% !important
    }
    img.main-girl {
      bottom: unset;
      top: -9px;
      left: 30%;
      z-index: 6;
      width: 17vh;
  }
  .wrapper {
    margin: 14vh auto 0;
  }
  .content .row2{
    padding: 20px 0;
  }
  .content .row3{
    margin: auto !important;
    width: 90%;
  }
  .step-box{
    margin: 1.5rem auto 0;
  }
  .content .header{
    justify-content: left;
  }
  .content .header .slogan{
    text-align: left;
    width: 70%;
    min-width: unset;
  }
  .present {
    position: absolute;
    right: -5%;
    width: 40%;
    top: 0;
  }
  .mistletoe{
    display: none;
  }
  .mistletoe_bott {
    position: relative;
    bottom: 60px;
    width: 12%;
    z-index: 10;
    right: 39%;
  }
  .dec_bottom {
    position: relative;
    bottom: 65px;
    width: 85%;
    left: 9%;
  }
}

@media (max-width:360px) {
    .left .girl {
        min-height: 440px
    }
}

#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%)
    }
  }
