/* stubborn.fun */

@import url(https://fonts.googleapis.com/css?family=DM+Sans:400,500,700);

@font-face {
    font-family: 'ObjectSans_Regular';
    src: url("fonts/ObjectSans-Regular.eot");
    src: url("fonts/ObjectSans-Regular.eot?#iefix")format("embedded-opentype"),
    url("fonts/ObjectSans-Regular.woff") format("woff"),
    url("fonts/ObjectSans-Regular.woff2") format("woff2"),   
    url("fonts/ObjectSans-Regular.otf") format("opentype"),
    url("fonts/ObjectSans-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
body {
    background-color: #F2F6FB;
    font-family: 'ObjectSans_Regular', Helvetica, Arial, sans-serif;
    font-weight: normal;
    padding-right: 0 !important;
    -webkit-transition: background-color 250ms ease-out !important;
    -moz-transition: background-color 250ms ease-out !important;
    -ms-transition: background-color 250ms ease-out !important;
    -o-transition: background-color 250ms ease-out !important;
    transition: background-color 250ms ease-out !important;
}
h1 {
    font-size: 70px;
    line-height: 80px;
    margin-bottom: 40px;
    letter-spacing: -1px;
    z-index: 1;
}
h2 {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 87px;
    letter-spacing: -1px;
}
h3 {
    font-size: 36px;
    line-height: 43px;
    margin-bottom: 40px;
}
h5 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 18px;
}
p {
    color: rgba(0,0,0,.6);
    font-size: 34px;
    line-height: 44px;
}
strong {
    font-weight: normal;
}
a {
    color: rgba(0,0,0,.5);
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
button {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
a:hover {
    text-decoration: none;
    color: #000;
}
a:active,
a:focus {
    outline: none;
}
.transition-all {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.text-black {
    color: #000 !important;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-100 {
    margin-bottom: 100px;
}
.mb-120 {
    margin-bottom: 120px;
}
img {
    pointer-events: none;
}
.hidden-box {
     opacity: 0;
}
.visible-box {
     opacity: 1;
}

/* --- header --- */
header {
    padding-top: 60px;
    padding-bottom: 45px;
}
.navbar-light .navbar-brand {
    position: relative;
    top: -3px;
}
.nav-item a {
    font-size: 18px;
    line-height: 25px;
}
.navbar-nav li.active a {
    color: #000;
}
.scenes-link-wrap a {
    color: #4069FB;
}
.scenes-link-wrap a:hover {
    color: #000;
}
/* --- /header --- */

/* --- home page --- */
.home-page header {
    padding-bottom: 35px;
}
.section-first {
    padding-bottom: 360px;
}
.home-page .section-first {
    padding-top: 128px;
}
.section-top strong {
    font-size: 158px;
    line-height: 170px;
    letter-spacing: -1px;
    display: block;
    margin-top: 40px;
    margin-bottom: 5px;
    padding-left: 95px;
    position: relative;
    z-index: 2;
}
.circle {
    width: 470px;
    height: 470px;
    position: absolute;
    top: -127px;
    left: 33px;
    z-index: 1;
    background-color: rgba(255, 255, 255, 1.0);
    border-radius: 50%;
}
.get-for-free {
    font-size: 22px;
    height: 70px;
    line-height: 72px;
    background-color: #E576C6;
    border-radius: 10px;
    color: #fff;
    padding: 0 44px;
    margin-bottom: 64px;
    position: relative;
    z-index: 1;
}
.get-for-free:hover {
    background-color: #eda1d8;
    color: #fff;
}
.get-for-free:focus {
    background-color: #dd4bb4;
    color: #fff;
}
.section-first-link {
    color: #E576C6;
    display: inline-block;
    margin-bottom: 50px;
    font-size: 20px;
    min-width: 300px;
}
.section-first-link:hover {
    color: #eda1d8;
}
.home-page .compatible {
    margin-bottom: 185px;
}
.section-image span {
    width: 220px;
    height: 220px;
    position: absolute;
    border-radius: 20px;
}
.section-image img {
    position: absolute;
    width: auto;
}
.image-first {
    background-color: rgba(255, 252, 253, .6);
    right: -152px;
    top: -261px;
}
.image-first-next {
    background-color: rgba(227, 235, 243, .6);
    right: -392px;
    top: -261px;
}
.image-second {
    right: 398px;
    top: -21px;
}
.image-third {
    right: 158px;
    top: -21px;
}
.image-fourth {
    right: -82px;
    top: -21px;
    background-color: rgba(255, 227, 218, .6);
}
.image-fifth {
    background-color: rgba(218, 237, 255, .6);
    top: -21px;
    right: -322px;
}
.image-sixth {
    top: 219px;
    right: 535px;
}
.image-seventh {
    top: 219px;
    right: 295px;
}
.image-eighth {
    top: 219px;
    right: 55px;
}
.section-image span.image-ninth {
    top: 219px;
    right: -185px;
    height: 240px;
    background-color: rgba(239, 218, 255, .6);
}
.section-image span.image-tenth {
    top: 219px;
    right: -425px;
    height: 240px;
    background-color: rgba(255, 218, 218, .6);
}
.image-eleventh {
    top: 479px;
    right: 465px;
}
.image-twelfth {
    top: 479px;
    right: 225px;
}
.section-image span.image-thirteenth {
    top: 479px;
    right: -15px;
    height: 360px;
    background-color: rgba(218, 237, 255, .6);
}
.section-image span.image-fourteenth {
    top: 479px;
    right: -255px;
    height: 360px;
    background-color: rgba(255, 218, 231, .6);
}
.section-image span.image-fifteenth {
    top: 859px;
    right: -115px;
    height: 240px;
    background-color: rgba(216, 224, 244, .6);
}
.section-image span.image-sixteenth {
    top: 859px;
    right: -355px;
    height: 240px;
    background-color: rgba(255, 227, 218, .6);
}
.section-second {
    padding-top: 20px;
    padding-bottom: 91px;
}
.home-page .section-second {
    padding-bottom: 150px;
    height: 1045px;
}
.image-block-2 {
    top: -228px;
    right: -55px;
}
.section-second span {
    font-size: 28px;
    line-height: 38px;
    letter-spacing: -0.5px;
    right: -55px;
    top: -84px;
    color: rgba(0, 0, 0, .6);
}
.section-second-circle {
    width: 552px;
    height: 552px;
    left: 50%;
    top: -94px;
    border-radius: 50%;
    background-color: #FFD5D5;
    margin-left: -276px;
    z-index: -1;
    text-align: center;
}
.section-second-girl {
    width: auto;
    top: -219px;
    right: -25px;
}
.section-third {
    padding-top: 20px;
    padding-bottom: 80px;
}
.section-third .section-title {
    font-size: 124px;
    line-height: 131px;
    margin-bottom: 20px;
    color: #000;
}
.section-subtitle {
    margin-bottom: 109px;
    font-size: 28px;
    line-height: 38px;
    letter-spacing: -0.5px;
    color: rgba(0, 0, 0, .6);
}
.image-s-third-1 {
    margin-bottom: 61px;
}
.section-third strong {
    font-size: 106px;
    line-height: 125px;
    letter-spacing: -1px;
    color: #000;
    padding-top: 139px;
    padding-bottom: 153px;
}
.section-third img {
    width: auto;
}
.section-fourth {
    padding-top: 20px;
    padding-bottom: 100px;
}
.section-fourth .col-lg-8 {
    margin-bottom: 30px;
}
.section-fourth img {
    width: auto;
}
.section-fifth {
    padding-bottom: 100px;
}
.section-fifth img {
    width: 100%;
}
.section-sixth .col-lg-12 img {
    margin-bottom: 30px;
}
.section-sixth .col-lg-12 img:last-child {
    margin-bottom: 100px;
}
.section-payment {
    padding-bottom: 81px;
}
.ill-gener {
    padding: 40px 47px;
    border-radius: 20px;
    position: relative;
}
.ill-gener-block-first .ill-gener {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.ill-gener-block-second .ill-gener {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.ill-gener h4 {
    font-size: 20px;
    letter-spacing: -0.3px;
    color: #4069FB;
    margin-bottom: 33px;
}
.ill-gener p {
    font-size: 50px;
    color: #000;
    font-weight: bold;
    margin-bottom: 30px;
}
.ill-gener ul li {
    font-size: 20px;
    letter-spacing: -0.3px;
    color: #4069FB;
    margin-bottom: 13px;
    list-style-type: none;
    display: flex;
}
.ill-gener ul li:before {
    content: '';
    background-image: url(../images/check.png);
    background-repeat: no-repeat;
    background-size: contain;
    min-width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 4px;
}
.ill-gener ul li:last-child {
    margin-bottom: 78px;
}
.ill-gener-block-first .ill-gener ul li:last-child {
    margin-bottom: 34px;
}
.scenes-page .ill-gener-block-first .ill-gener ul li:last-child {
    margin-bottom: 78px;
}
.ill-gener-block-third .ill-gener ul li:last-child {
    margin-bottom: 36px;
}
.ill-gener-block-third .ill-gener ul li:last-child:before {
    background-size: cover;
    min-width: 20px;
}
.ill-gener a {
    background: #FFFFFF;
    border: 1px solid #4069FB;
    border-radius: 10px;
    line-height: 50px;
    height: 50px;
    font-size: 20px;
    color: #4069FB;
    text-align: center;
    display: block;
}
.ill-gener-block-first .ill-gener a:hover {
    background-color: #4069FB;
    color: #fff;
}
.ill-gener-block-first .ill-gener a:focus {
    background-color: #0e42fa;
    color: #fff;
}
.ill-gener-hover {
    position: absolute;
    background: rgba(64, 105, 251, 0.7);
    height: 85%;
    width: 305px;
    top: 40px;
    border-radius: 10px;
    padding: 147px 0;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
.ill-gener-block-second .ill-gener .ill-gener-hover:hover {
    opacity: 1;
}
.ill-gener-hover a {
    border: 0;
    padding: 0 24px;
    display: inline-block;
}
.ill-gener-hover a:hover,
.ill-gener-block-third .ill-gener a:hover {
    background-color: #eda1d8;
    color: #fff;
}
.ill-gener-hover a:focus,
.ill-gener-block-third .ill-gener a:focus{
    background-color: #dd4bb4;
    color: #fff;
}
.line-p {
    height: 462px;
    right: 0;
    top: 40px;
    border-right: 1px dashed #486BF0;
}
.ill-gener-block-third .ill-gener {
    background-color: #4069FB;
}
.ill-gener-block-third .ill-gener h4 {
    color: #fff;
    float: left;
}
.ill-gener-block-third .ill-gener p {
    color: #fff;
}
.ill-gener-block-third .ill-gener ul li {
    color: #fff;
}
.ill-gener-block-third .ill-gener ul li:before {
    background-image: url(../images/check-white.png);
}
.ill-gener span {
    font-size: 20px;
}
.purchase-bottom {
    padding: 65px 0 0;
}
a.purchase-link {
    color: #000;
    font-size: 18px;
    line-height: 19px;
    padding: 0 45px;
}
a.purchase-link:hover {
    color: rgba(0,0,0,.4);
}
a.purchase-link:active,
a.purchase-link:focus {
    color: rgba(0,0,0,.6);
}
a.purchase-link.scenes-link,
body.tight a.purchase-link.scenes-link {
    color: #4069FB;
}
a.purchase-link.scenes-link:hover,
body.tight a.purchase-link.scenes-link:hover {
    color: #7290fc;
}
/* --- /home pagee --- */

/* --- full preview page --- */
.full-preview-page header {
    padding-bottom: 0;
}
.full-preview-page .section-first {
    padding-top: 21px;
    padding-bottom: 87px;
}
.full-preview-page .section-top img {
    position: absolute;
    width: auto;
}
.section-top-img-1 {
    top: -115px;
    right: -409px;
}
.section-top-img-2 {
    top: -38px;
    right: -79px;
}
.section-top-img-3 {
    top: 306px;
    right: -303px;
}
.full-preview-page .get-for-free {
    margin-bottom: 111px;
}
.section-text {
    font-size: 40px;
    letter-spacing: -1px;
    line-height: 50px;
    color: #000;
}
.section-first p {
    margin-bottom: 74px;
}
.full-preview-page .section-first .section-image img {
    margin-bottom: 120px;
    position: static;
    width: 100%;
}
.full-preview-page .section-second {
    padding-bottom: 70px;
}
.home-page .full-preview-page .section-second {
    height: auto;
}
.full-preview-page .section-second p {
    margin-bottom: 56px;
}
.full-preview-page .section-second img {
    margin-bottom: 30px;
}
/* --- /full preview page --- */

/* --- scenes page --- */
.scenes-page header {
    padding-bottom: 110px;
}
.scenes-page .section-first {
    padding-top: 20px;
    padding-bottom: 152px;
}
.compatible {
    margin-top: 14px;
}
.compatible span {
    font-size: 20px;
    line-height: 20px;
    color: #000;
    margin-bottom: 15px;
    letter-spacing: 0.4px;
}
.compatible img {
    display: inline-block;
}
.scenes-page h1 {
    font-size: 80px;
    line-height: 90px;
    margin-bottom: 19px;
}
.scenes-page .section-text {
    font-size: 28px;
    line-height: 38px;
    letter-spacing: -0.5px;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 35px;
}
.scenes-page .get-for-free {
    margin-bottom: 40px;
    font-size: 20px;
    height: 60px;
    padding: 0 32px;
    line-height: 65px;
}
.scenes-page .section-first .section-image {
    height: 709.25px;
}
.scene-one {
    top: -163px;
}
.section-scenes-one {
    padding-bottom: 76px;
}
.section-scenes-one p,
.section-scenes-two p {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -1px;
    margin-bottom: 100px;
}
.image-subtitle {
    font-size: 28px;
    line-height: 40px;
    color: rgba(0, 0, 0, 0.6);
}
.scene-two-text {
    width: 600px;
    position: absolute;
    text-align: center;
    right: 15px;
    bottom: -469px;
}
.scene-two {
    right: 15px;
}
.scene-three {
    margin-bottom: 34px;
}
.scene-four {
    top: -56px;
    left: -76px;
}
.section-scenes-two {
    padding-top: 20px;
}
.section-scenes-two .section-image {
    height: 1200px;
}
.scene-five {
    top: -315px;
    right: -66px;
    z-index: 1;
}
.scene-six {
    right: -230px;
    top: -138px;
}
.scene-seven {
    left: -431px;
    top: -32px;
}
.scene-eight {
    right: -625px;
    top: -89px;
}
.scene-nine {
    left: -314px;
    top: 4px;
    z-index: 1;
}
.scene-ten {
    left: 386px;
    top: 141px;
}
.section-scenes-three {
    top: -114px;
    height: 1202px;
}
.scene-eleven-text {
    width: 412px;
    margin-top: 34px;
}
.scene-twelve-wrapper {
    top: -184px;
    left: 23px;
}
.scene-twelve-text {
    margin-top: 34px;
    width: 238px;
}
.scene-thirteen-wrapper {
    top: 50px;
    left: -5px;
}
.scene-thirteen-text {
    margin-top: 34px;
}
.scene-fourteen-wrapper {
    top: -451px;
}
.scene-fourteen-text {
    width: 315px;
    margin-top: 34px;
}
.section-scenes-four {
    padding-top: 93px;
    height: 1522px;
}
.scene-fifteen {
    right: -423px;
    top: -242px;
}
.scene-sixteen {
    left: -631px;
    top: 99px;
}
.scene-seventeen {
    z-index: 1;
    top: 34px;
    left: -178px;
}
.scene-eighteen {
    right: -552px;
    top: 234px;
}
.scene-nineteen {
    top: 576px;
    left: -504px;
}
.scene-twenty {
    left: 247px;
    top: 510px;
}
.section-scenes-five {
    padding-bottom: 77px;
}
.section-scenes-five p {
    margin-bottom: 116px;
}
.section-scenes-five img {
    margin-bottom: 30px;
}
/* --- /scenes page --- */

/* --- footer --- */
body.tight {
    background-color: #1A1B32;
}
body.tight a.purchase-link {
    color: #fff;
}
body.tight a.purchase-link:hover {
    color: rgba(255,255,255,.4);
}
body.tight a.purchase-link:focus,
body.tight a.purchase-link:active {
    color: rgba(255,255,255,.4);
}
body.tight .footer-top strong {
    color: #fff;
}
footer {
    padding-bottom: 52px;
}
.footer-top {
    padding-bottom: 20px;
}
.footer-top strong {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 80px;
}
.product-image {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 17px;
}
.product-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.product-image img:hover {
    opacity: .6;
}
.product-title {
    font-size: 22px;
    line-height: 32px;
    color: #fff;
    margin-bottom: 40px;
}
.footer-top a:hover {
    opacity: .6;
}
.footer-top:before,
.footer-bottom:before {
    content: '';
    display: block;
    border-top: 1px dashed rgba(255, 255, 255, .4);
    width: 100%;
    margin-bottom: 77px;
}
.footer-logo {
    margin-bottom: 25px;
}
.footer-text {
    font-size: 16px;
    line-height: 26px;
}
.copyright {
    font-size: 14px;
    color: rgba(255, 255, 255, .7);
}
.footer-title {
    font-size: 18px;
    line-height: 19px;
    margin-bottom: 28px;
    margin-top: 11px;
}
.footer-list {
    margin: 0 0 40px 0;
    padding: 0;
    list-style-type: none;
}
.footer-list li {
    margin-bottom: 10px;
}
.footer-list li:last-child {
    margin-bottom: 0;
}
.footer-list li a {
    color: rgba(255,255,255,.5);
    font-size: 16px;
    line-height: 14px;
    display: inline-block;
}
.footer-list li.active a {
    color: #fff;
}
.footer-list li a:hover {
    color: #fff;
}

.grecaptcha-badge {
    display: none;
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-120%, 0, 0);
    transform: translate3d(-120%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-120%, 0, 0);
    transform: translate3d(-120%, 0, 0);
  }
}
/* --- /footer --- */

/* --- animation --- */
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.animated.delay-0-1s,
.magictime.delay-0-1s {
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
} 
.animated.delay-0-2s,
.magictime.delay-0-2s {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
} 
.animated.delay-0-3s,
.magictime.delay-0-3s {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
} 
.animated.delay-0-4s,
.magictime.delay-0-4s {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
} 
.animated.delay-0-5s,
.magictime.delay-0-5s {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}
.animated.delay-0-6s,
.magictime.delay-0-6s {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}
.animated.delay-0-7s,
.magictime.delay-0-7s {
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
}
.animated.delay-0-8s,
.magictime.delay-0-8s {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}
.animated.delay-0-9s,
.magictime.delay-0-9s {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
}
.animated.delay-1s,
.magictime.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.animated.delay-1-1s,
.magictime.delay-1-1s {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.animated.delay-1-2s,
.magictime.delay-1-2s {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}
.animated.delay-1-3s,
.magictime.delay-1-3s {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
}
.animated.delay-1-4s,
.magictime.delay-1-4s {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}
.animated.delay-1-5s,
.magictime.delay-1-5s {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}
.animated.delay-1-6s,
.magictime.delay-1-6s {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
}
.animated.delay-1-7s,
.magictime.delay-1-7s {
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.7s;
}
.animated.delay-1-8s,
.magictime.delay-1-8s {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
}
.animated.delay-1-9s,
.magictime.delay-1-9s {
    -webkit-animation-delay: 1.9s;
    animation-delay: 1.9s;
}
.animated.delay-2s,
.magictime.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.animated.delay-2-1s,
.magictime.delay-2-1s {
    -webkit-animation-delay: 2.1s;
    animation-delay: 2.1s;
}
.animated.delay-2-2s,
.magictime.delay-2-2s {
    -webkit-animation-delay: 2.2s;
    animation-delay: 2.2s;
}
.upanddownsmalls {
    -webkit-animation-name: animation_13;
    -webkit-animation-direction: normal;
    -webkit-animation-fill-mode: both;
    -webkit-animation-play-state: running;
    animation-name: animation_13;
    animation-direction: normal;
    animation-fill-mode: both;
    animation-play-state: running;
}
.upanddownsmall {
    -webkit-animation-name: animation_12;
    -webkit-animation-direction: normal;
    -webkit-animation-fill-mode: both;
    -webkit-animation-play-state: running;
    animation-name: animation_12;
    animation-direction: normal;
    animation-fill-mode: both;
    animation-play-state: running;
}
.upanddown {
    -webkit-animation-name: animation_8;
    -webkit-animation-direction: normal;
    -webkit-animation-fill-mode: both;
    -webkit-animation-play-state: running;
    animation-name: animation_8;
    animation-direction: normal;
    animation-fill-mode: both;
    animation-play-state: running;
}
.upanddowninvers {
    -webkit-animation-name: animation_9;
    -webkit-animation-direction: normal;
    -webkit-animation-fill-mode: both;
    -webkit-animation-play-state: running;
    animation-name: animation_9;
    animation-direction: normal;
    animation-fill-mode: both;
    animation-play-state: running;
}
.animated.duration-1s {    
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}
.animated.duration-2s {    
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
.animated.duration-3s {    
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}
.fadeInDownCustom {
    -webkit-animation-name: fadeInDownSmall;
    animation-name: fadeInDownSmall;
}
.fadeInLeftCustom {
    -webkit-animation-name: fadeInLeftSmall;
    animation-name: fadeInLeftSmall;
}
.fadeInRightCustom {
    -webkit-animation-name: fadeInRightSmall;
    animation-name: fadeInRightSmall;
}
@-webkit-keyframes animation_8 {
	0% {transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1); opacity: 1; animation-timing-function: ease-in-out}
	50% {transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,25,0,1); opacity: 1; animation-timing-function: ease-in-out}
	100% {transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1); opacity: 1; }
}
@keyframes animation_8 {
	0% {transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1); opacity: 1; animation-timing-function: ease-in-out}
	50% {transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,25,0,1); opacity: 1; animation-timing-function: ease-in-out}
	100% {transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1); opacity: 1; }
}
@-webkit-keyframes animation_9 {
	0% {transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1); opacity: 1; animation-timing-function: ease-in-out}
	50% {transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,20,0,1); opacity: 1; animation-timing-function: ease-in-out}
	100% {transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1); opacity: 1; }
}
@keyframes animation_9 {
	0% {transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1); opacity: 1; animation-timing-function: ease-in-out}
	50% {transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,20,0,1); opacity: 1; animation-timing-function: ease-in-out}
	100% {transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1); opacity: 1; }
}
@-webkit-keyframes animation_12 {
	0% {transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1); opacity: 1; animation-timing-function: ease-in-out}
	50% {transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,20,0,1); opacity: 1; animation-timing-function: ease-in-out}
	100% {transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1); opacity: 1; }
}
@keyframes animation_12 {
	0% {transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1); opacity: 1; animation-timing-function: ease-in-out}
	50% {transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,20,0,1); opacity: 1; animation-timing-function: ease-in-out}
	100% {transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1); opacity: 1; }
}
@-webkit-keyframes animation_13 {
	0% {transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1); opacity: 1; animation-timing-function: ease-in-out}
	50% {transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,10,0,1); opacity: 1; animation-timing-function: ease-in-out}
	100% {transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1); opacity: 1; }
}
@keyframes animation_13 {
	0% {transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1); opacity: 1; animation-timing-function: ease-in-out}
	50% {transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,10,0,1); opacity: 1; animation-timing-function: ease-in-out}
	100% {transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1); opacity: 1; }
}
@-webkit-keyframes fadeInDownSmall {
	0% {opacity: 0;-webkit-transform: translateY(-20px);}
	100% {opacity: 1;-webkit-transform: translateY(0);}
}
@-moz-keyframes fadeInDownSmall {
	0% {opacity: 0;-moz-transform: translateY(-20px);}
	100% {opacity: 1;-moz-transform: translateY(0);}
}
@-o-keyframes fadeInDownSmall {
	0% {opacity: 0;-o-transform: translateY(-20px);}
	100% {opacity: 1;-o-transform: translateY(0);}
}
@keyframes fadeInDownSmall {
	0% {opacity: 0;transform: translateY(-20px);}
	100% {opacity: 1;transform: translateY(0);}
}
@-webkit-keyframes fadeInLeftSmall {
	0% {opacity: 0;-webkit-transform: translateX(-30px);}
	100% {opacity: 1;-webkit-transform: translateY(0);}
}
@-moz-keyframes fadeInLeftSmall {
	0% {opacity: 0;-moz-transform: translateX(-30px);}
	100% {opacity: 1;-moz-transform: translateY(0);}
}
@-o-keyframes fadeInLeftSmall {
	0% {opacity: 0;-o-transform: translateX(-30px);}
	100% {opacity: 1;-o-transform: translateY(0);}
}
@keyframes fadeInLeftSmall {
	0% {opacity: 0;transform: translateX(-30px);}
	100% {opacity: 1;transform: translateY(0);}
}

@-webkit-keyframes fadeInRightSmall {
	0% {opacity: 0;-webkit-transform: translateX(50px);}
	100% {opacity: 1;-webkit-transform: translateY(0);}
}
@-moz-keyframes fadeInRightSmall {
	0% {opacity: 0;-moz-transform: translateX(50px);}
	100% {opacity: 1;-moz-transform: translateY(0);}
}
@-o-keyframes fadeInRightSmall {
	0% {opacity: 0;-o-transform: translateX(50px);}
	100% {opacity: 1;-o-transform: translateY(0);}
}
@keyframes fadeInRightSmall {
	0% {opacity: 0;transform: translateX(50px);}
	100% {opacity: 1;transform: translateY(0);}
}
@-webkit-keyframes slideOutLeft {
	from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translateX(-110%);
        transform: translateX(-110%);
    }
}
@-moz-keyframes slideOutLeft {
	from {
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        visibility: hidden;
        -moz-transform: translateX(-110%);
        transform: translateX(-110%);
    }
}
@-o-keyframes slideOutLeft {
	from {
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        visibility: hidden;
        -o-transform: translateX(-110%);
        transform: translateX(-110%);
    }
}
@keyframes slideOutLeft {
	from {
        transform: translateX(0);
    }
    to {
        visibility: hidden;
        transform: translateX(-110%);
    }
}
/* --- /animation --- */

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 
    .ill-gener ul li:before {
        background-image: url(../images/check@2x.png);
    }
    .ill-gener-block-third .ill-gener ul li:before {
        background-image: url(../images/check-white@2x.png);
    }
}
@media only screen and (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        margin: 0 -15px;
    }
}
@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
    .ill-gener {
        height: 540px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    h2 {
        font-size: 54px;
    }
    .section-first {
        padding-bottom: 450px;
    }
    .section-first .section-image {
        position: relative;
        left: 75px;
    }
    .section-second {
        height: 1000px;
    }
    .section-scenes-one {
        padding-bottom: 0;
    }
    .section-payment .col-lg-8 {
        margin-bottom: 30px;
    }
    .section-payment .col-lg-8,
    .section-payment .col-lg-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .ill-gener-block-first .ill-gener,
    .ill-gener-block-second .ill-gener {
        height: 540px;
    }
    .ill-gener-block-second .ill-gener {
        text-align: right;
    }
    .ill-gener-hover {
        right: 47px;
    }
    .ill-gener-block-second .ill-gener img {
        width: auto;
    }
    .line-p {
        right: -47px;
        z-index: 2;
    }
    .footer-top .col-lg-4,
    .footer-top .col-lg-3,
    .footer-top .col-lg-2 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .footer-list li a {
        line-height: 21px;
    }
}
@media only screen and (max-width: 1200px) {
    h1 br {
        display: none;
    }
    p br {
        display: none;
    }
    img {
        width: 100%;
    }
    .full-preview-page .section-first .section-image {
        left: auto;
    }
    .full-preview-page .section-first .section-image img {
        width: 100%;
    }
    .full-preview-page .section-second {
        height: auto;
    }
    .section-fourth img {
        width: 100%;
    }
    .section-third img {
        width: 100%;
    }
    .section-third strong {
        font-size: 86px;
    }
    .ill-gener-block-third .ill-gener ul li:last-child:before {
        width: 20px;
    }
    .ill-gener-block-third .ill-gener ul li:last-child {
        margin-bottom: 40px;
        display: flex;
    }
    .compatible img {
        width: auto;
    }
    .scenes-page .section-first .section-image {
        height: auto;
        left: auto;
    }
    .section-image img {
        position: static !important;
        width: 100%;
    }
    .section-first .section-image img {
        position: absolute !important;
        width: auto;
    }
    .full-preview-page .section-first .section-image img {
        position: static !important;
        width: 100%;
    }
    .scene-four {
        width: auto;
    }
    .scene-two-text {
        width: 100%;
        bottom: -380px;
    }
    .section-scenes-two {
        padding-top: 65px;
    }
    .section-scenes-two p {
        margin-bottom: 0;
    }
    .section-scenes-two .section-image {
        top: 130px;
        height: 1300px;
    }
    .scenes-page .section-image img {
        position: absolute !important;
        width: auto;
    }
    .scenes-page .section-image img.scene-one {
        width: 100%;
        position: static !important;
    }
    .scene-eleven-text,
    .scene-twelve-text {
        width: 100%;
    }
    .scene-twelve-wrapper {
        top: -300px;
    }
}
@media only screen and (max-width: 1024px) {
    [class*=eff] {
        opacity: 1 !important;
    }
}
@media only screen and (max-width: 991px) {
    h1 {
        font-size: 54px;
    }
    h2 {
        font-size: 56px;
    }
    h2 br {
        display: none;
    }
    header {
        padding-bottom: 55px;
    }
    .navbar-nav {
        margin: 20px -15px 0;
    }
    .nav-item a {
        display: inline-block;
    }
    .mb-120,
    .mb-100 {
        margin-bottom: 30px;
    }
    .section-text {
        font-size: 30px;
    }
    .full-preview-page .section-top {
        display: none;
    }
    .full-preview-page .section-second {
        padding-top: 20px;
    }
    .section-payment .col-lg-8 {
        padding: 0 15px !important;
    }
    .section-payment .col-md-12 {
        padding-right: 0;
        padding-left: 0;
        margin-bottom: 30px;
    }
    .line-p {
        display: none;
    }
    .ill-gener-block-second {
        display: none;
    }
    .ill-gener-block-first .ill-gener ul li,
    .ill-gener-block-second .ill-gener ul li {
        display: inline-block;
        width: 49%;
    }
    .ill-gener-block-first .ill-gener {
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    .ill-gener-block-second .ill-gener {
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
    }
    .ill-gener-block-third .ill-gener ul li:last-child:before {
        width: 20.01px;
    }
    .compatible {
        text-align: left !important;
    }
    .section-scenes-three p {
        margin-bottom: 40px;
    }
    .section-scenes-one img,
    .section-scenes-three img {
        width: 100%;
        position: static !important;
        display: block;
        margin: 0 auto 50px;
    }
    .image-subtitle {
        display: block;
        margin-bottom: 50px;
    }
    .section-scenes-two .section-image {
        top: 330px;
        height: 1450px;
    }
    .scene-two-text {
        position: static !important;
    }
    .scene-twelve-wrapper,
    .scene-thirteen-wrapper,
    .scene-fourteen-wrapper {
        position: static !important;
    }
    .section-scenes-three {
        height: auto;
        top: auto;
    }
    .scene-fourteen-text {
        width: 100%;
    }
    .section-scenes-four .section-image {
        top: 200px;
    }
    .section-scenes-four {
        height: 1615px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-first {
        padding-bottom: 400px;
    }
    .section-first .section-image {
        position: relative;
        left: 300px;
    }
    .image-man {
        position: relative;
        top: 150px;
    }
    .section-second {
        padding-top: 150px;
        height: 1117px;
    }
    .section-second h2 {
        position: relative;
        top: -150px;
    }
    .section-second-girl {
        right: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .section-first {
        padding-bottom: 555px;
    }
    .section-first .section-image {
        position: relative;
        left: 425px;
    }
    .home-page .section-second {
        height: auto;
    }
    .section-second .col-lg-4 {
        padding: 0 15px !important; 
    }
    .section-second-circle {
        top: 170px;
    }
    .section-second-girl {
        top: auto;
        margin: 30px auto;
        display: block;
    }
    .image-block-2 {
        top: auto;
        right: auto;
    }
    .section-second span {
        top: auto;
        right: auto;
        margin-top: 60px;
    }
    .section-third strong {
        padding: 70px 0;
    }
    .section-third .section-title {
        font-size: 56px;
        line-height: 78px;
    }
    .section-fourth .col-lg-8,
    .section-fourth .col-lg-4 {
        margin-bottom: 30px;
    }
    .section-payment .col-md-12 {
        padding: 0 15px !important;
    }
    .ill-gener-block-first .ill-gener ul li, .ill-gener-block-second .ill-gener ul li {
        display: block;
        width: auto;
    }
    .footer-top .footer-text {
        margin-bottom: 40px !important;
    }
    a.purchase-link {
        display: block !important;
        margin-bottom: 30px;
        font-size: 24px;
    }
    .footer-bottom .row > .col-md-3 {
        margin-bottom: 60px;
    }
    .footer-bottom .row .col-md-8 .col-lg-3 {
        padding: 0 15px !important
    }
}
@media only screen and (max-width: 575px) {
    h1 {
        font-size: 38px;
        line-height: 50px;
    }
    .scenes-page h1 {
        font-size: 38px;
        line-height: 70px;
    }
    h2 {
        font-size: 36px;
    }
    .home-page .compatible {
        margin-bottom: 60px;
    }
    .compatible a {
        display: block !important;
        margin-top: 20px;
    }
    .section-scenes-one p, .section-scenes-two p {
        font-size: 30px;
    }
    .section-first p br {
        display: none;
    }
    .section-first {
        padding-bottom: 915px;
        margin-bottom: 60px;
    }
    .section-first .col-sm-3 {
        padding: 0 15px !important;
    }
    .get-for-free {
        font-size: 14px;
        margin-bottom: 60px;
    }
    .image-man {
        width: 40%;
        display: block;
        margin: 0 auto;
    }
    .section-first .section-image {
        left: auto;
        top: 60px;
    }
    .full-preview-page .section-first {
        padding-top: 60px;
        padding-bottom: 20px;
    }
    .full-preview-page .section-first .section-image {
        top: auto;
    }
    .section-third .row > div {
        padding: 0 15px !important;
    }
    .footer-bottom .row > .col-md-3,
    .footer-bottom .row .col-sm-6,
    .copyright {
        text-align: center;
    }
}
@media only screen and (max-width: 420px) {
    h1 {
        line-height: 60px;
    }
    .navbar-light .navbar-brand {
        display: block;
        margin-bottom: 30px;
        top: auto;
        width: 100%;
    }
    .section-third .section-title {
        line-height: 78px;
    }
    .ill-gener {
        padding: 30px;
    }
     .ill-gener a {
        font-size: 18px;
    }
    .ill-gener-block-third .ill-gener ul li:last-child:before {
        width: 26px;
    }
    .scenes-page header {
        padding-bottom: 60px;
    }
    .section-scenes-one {
        padding-bottom: 0;
    }
    .section-scenes-four {
        height: 1720px;
    }
    a.purchase-link {
        font-size: 20px;
    }
}
@media only screen and (max-width: 320px) {
    
}