@import url(https://fonts.googleapis.com/css?family=Montserrat&subset=latin-ext);
body {
    overflow-x: hidden;
    font-family: Montserrat,Arial,Helvetica,sans-serif;
    font-size: 16px;
    line-height: 1.4;
    color: #333;

}
 h1,h2,h3,h4,h5,h6 {
    text-transform: uppercase
}
 h1 {
    font-size: 2rem
}
 h2 {
    font-size: 2rem
}
 h3 {
    font-size: 2.2rem
}
 h4 {
    font-size: 1.8rem
}
 h5 {
    font-size: 1.6rem
}
 h6 {
    font-size: 1.2rem
}
 p {
    font-size: 1.6rem
}
 * {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}
 html {
    font-size: 10px
}
 body,html {
    width: 100%;
    height: 100%
}
 body {
    min-width: 320px;
    background: #fff;

}
 ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}
 .clearfix:after {
    content: "";
    display: block;
    clear: both
}
 .btn,.transition {
    transition: all .25s ease
}
 img {
    max-width: 100%;
    height: auto;
    display: block
}
 .main {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1
}
 .heartsbox {
    width: 6.2rem;
    bottom: 0;
    left: 0
}
 .heart,.heartsbox {
    display: inline-block;
    position: absolute
}
 .heart {
    color: #fdf5e6;
    bottom: .5rem;
    right: 2.8rem;
    animation-name: a;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}
 .anim1 {
    animation-delay: 1s;
    font-size: 2rem
}
 .anim2 {
    animation-delay: 1.5s;
    font-size: 1rem
}
 .anim3 {
    animation-delay: .5s;
    font-size: 3rem
}
 .anim4 {
    animation-delay: 1.9s;
    font-size: 2.5rem
}
 @keyframes a {
    0% {
    right: 2.8rem
}
 20% {
    color: #ff69b4;
    right: 1rem
}
 40% {
    right: 5rem
}
 50% {
    right: 3rem
}
 60% {
    right: 4rem
}
 70% {
    right: 2rem
}
 80% {
    right: 4.5rem
}
 90% {
    right: 5rem
}
 to {
    bottom: 40rem;
    opacity: 0
}
 
}
 .videobox {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}
 .videobox-m {
    display: block
}
 .videobox-d {
    display: none
}
 .videobox:after {
    content: "";
    display: block;
    position: fixed;
    background: rgba(0,0,0,.4);
    z-index: 0;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}
 .videobox:after,.videobox>div {
    width: 100%;
    height: 100%
}
 .btnbox {
    display: -ms-flexbox;
    display: flex;
     flex-direction: column;
}
 .last_btn {
     flex-direction: row;
 }

 .last_btn .btn {
     margin: 0;
 }
 .btn,.btnbox {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}
 .btn {
    width: 100%;
    max-width: 300px;
    height: 70px;
    padding: 0 20px;
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #fff;
    font-size: 22px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-align: center;
    border-radius: 35px;
    box-shadow: 0 2px 6px rgba(0,0,0,.4),inset 0 2px 2px hsla(0,0%,100%,.2);
    cursor: pointer;
     margin: 0 auto 20px auto;
}
 .btn--primary {
    background: #4467ff;
    background: linear-gradient(45deg, #50abff, #6d0582);

}
 .btn--primary:hover {
    background: #6a86fd;
    background: linear-gradient(45deg, #89c6ff, #6d0582);

}
 .btn--primary:active {
    background: #6a86fd;
    box-shadow: none
}
 .btn--accent {
     background: #18c658;
     background-image: linear-gradient(#118f40,#18c658)
}
 .btn--accent:hover {
     background: #18c658;
     box-shadow: 0 2px 6px rgba(0,0,0,.3)
}
.btn--warning {
    background: #e01f62;
    background-image: linear-gradient(#e01f62,#aa184a);
}
.btn--warning:hover {
    background: #e01f62;
    box-shadow: 0 2px 6px rgba(0,0,0,.3)
}
 .btn--round {
    box-shadow: none;
    width: 70px;
    height: 70px;
    background-image: linear-gradient(90deg,#9ec7ffa3,#8c63bf);
    font-size: 3rem;
    text-align: center;
    padding: 3px 0 0 0;
}
 .btn-wide .btn {
     max-width: 450px;
     font-size: 18px;
     text-transform: none;
     padding: 0 10px;
 }
.back {
    position: absolute;
    left: 10px;
    top: 10px;
    background: #4467ff;
    background: linear-gradient(45deg, #50abff, #6d0582);
    border-radius: 12px;
    color: #fff;
    cursor: pointer;
    font-size: 22px;
    padding: 5px 10px 6px 10px;
    box-shadow: 0 2px 6px rgba(0,0,0,.4),inset 0 2px 2px hsla(0,0%,100%,.2);
    text-decoration: none;
    z-index: 1;
}

.back:hover {
    background: #6a86fd;
    background: linear-gradient(45deg, #89c6ff, #6d0582);
    transition: all 0.3s ease-in-out 0s;
}
 .stepbox {
    max-width: 700px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%)
}
 .step,.stepbox {
    width: 100%;
    height: 100%
}
 .step {
    color: #fff;
    display: none;
    padding: 2rem 1.5rem 4rem
}
.step.visible {
    display: block
}

 .step .step__body p {
    text-align: center
}
 .step .step__footer p {
    position: relative;
    margin-left: 1rem
}
 .step__inner {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end
}

 .step__body {
    margin-bottom: 20px;
}
 .step__body h1,.step__body h2,.step__body h6,.step__body li,.step__body p {
    text-shadow: 0 -1px 0 rgba(0,0,0,.75),0 1px 0 rgba(0,0,0,.75),-1px 0 0 rgba(0,0,0,.75),1px 0 0 rgba(0,0,0,.75)
}
 .step__body h1,.step__body h2,.step__body h6 {
    margin-bottom: 10px;
}
 .step__body h1,.step__body h2 {
    text-align: center
}
 .step__body p {
    text-align: justify;
    text-indent: 1rem
}
 .step__body ul {
    list-style-type: circle;
    margin-left: 2rem
}
 .step__body ul li {
    margin-bottom: 1rem;
    font-size: 1.8rem
}
 .bg {
    position: fixed!important
}
 .bg,.bg:after {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0
}
 .bg:after {
    content: "";
    display: block;
    position: fixed;
    background: rgba(0,0,0,.4)
}
 .bg__item {
    display: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}
 .bg__item.active {
    display: block
}
 @media (max-width: 360px) {
    .step__body ul li {
        font-size: 1.6rem
    }
     body {
        background: url(../img/1.gif);
        background-size: cover;
    }

     .btn-wide .btn {
         font-size: 14px;
         letter-spacing: 0;
     }
 
}
 @media (min-width: 360px) {
    html {
    font-size: 11px 
}
 body {
    background: url(../img/1.gif);
    background-size: cover;

}
 
}
 @media (min-width: 768px) {
    html {
    font-size: 15px
}
}
 @media (min-width: 1024px) {
    .videobox-m {
    display: none
}
 .videobox-d {
    display: block
}
 body {
    background: url(../img/2.gif);
    background-size: cover;
    background-position-x: 40%;

}
 
}
