/*@import url(https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700&display=swap);*/

/* Small devices (phones) in portrait */
@media only screen and (max-width: 600px) and (orientation: portrait) {
    .text-bar {
        /*color: blue !important;*/
    }

    html {
        font-size: 62.5% !important;
    }

    .inner-container {
        display: block;
        width: 100%;
        height: 100%;
    }

    .page-container {
        max-width: 450px;
    }

    .page-header {
        height: 12%;
    }
    
    .page-body {
        height: 73%;
    }
    
    .page-footer {
        height: 15%
    }

    .page-header-final {
        height: 12%;
    }
    
    .page-body-final {
        height: 73%;
    }
    
    .page-footer-final {
        height: 15%
    }

    .page-lower-half {
        flex-direction: column;
    }
}

/* Small devices (phones) in landscape */
@media only screen and (min-width: 500px) and (max-width: 899px) and (max-height: 600px) and (orientation: landscape) {
    .text-bar {
        /*color: lime !important;*/
    }

    html {
        font-size: 62.5% !important;
    }

    .inner-container {
        display: block;
        width: 100%;
        height: 100%;
    }

    .page-container {
        max-width: 550px;
    }

    .page-header {
        height: 25%;
    }
    
    .page-body {
        height: 50%;
    }
    
    .page-footer {
        height: 25%
    }

    .page-header-final {
        height: 0%;
    }
    
    .page-body-final {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;

        .upper {
            width: 100%;
            height: 40% !important;
        }

        .lower {
            width: 100%;
            height: 40% !important;
        }
        
        .img-container {
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            img {
                object-fit: contain;
                height: 100%;
            }
        }
    }
    
    .page-footer-final {
        height: 0%
    }

    .page-lower-half {
        flex-direction: row;
    }
}

/* Medium devices (tablets) in portrait */
@media only screen and (min-width: 600px) and (max-width: 899px) and (orientation: portrait) {
    .text-bar {
        /*color: yellow !important;*/
    }

    html {
        font-size: 80% !important;
    }

    .inner-container {
        display: block;
        width: 100%;
        height: 100%;
    }

    .page-container {
        max-width: 600px;
    }

    .page-header {
        height: 12%;
    }
    
    .page-body {
        height: 73%;
    }
    
    .page-footer {
        height: 15%
    }

    .page-header-final {
        height: 12%;
    }
    
    .page-body-final {
        height: 73%;
    }
    
    .page-footer-final {
        height: 15%
    }

    .page-lower-half {
        flex-direction: column;
    }

    .img-container {
        padding: 0.5rem;
    }
}

/* Medium devices (tablets) in landscape */
@media only screen and (min-width: 900px) and (max-width: 1299px) and (max-height: 899px) and (orientation: landscape) {
    .text-bar {
        /*color: red !important;*/
    }

    html {
        font-size: 80% !important;
    }

    .inner-container {
        display: block;
        width: 100%;
        height: 100%;
    }

    .page-container {
        max-width: 700px;
    }

    .page-header {
        height: 25%;
    }
    
    .page-body {
        height: 50%;
    }
    
    .page-footer {
        height: 25%
    }

    .page-header-final {
        height: 0%;
    }
    
    .page-body-final {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;

        .upper {
            width: 100%;
            height: 40% !important;
        }

        .lower {
            width: 100%;
            height: 40% !important;
        }
        
        .img-container {
            padding: 1rem;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            img {
                object-fit: contain;
                height: 100%;
            }
        }
    }
    
    .page-footer-final {
        height: 0%
    }

    .page-lower-half {
        flex-direction: row;
    }
}

/* Large devices (laptops/desktops) */
/*@media only screen and (min-width: 1200px) and (max-device-pixel-ratio: 1), (-webkit-max-device-pixel-ratio: 1){*/
@media only screen and (min-width: 1300px) {
    .text-bar {
        /*color: purple !important;*/
    }

    html {
        font-size: 120% !important;
    }

    .inner-container {
        display: block;
        width: 100%;
        height: 100%;
    }

    .page-container {
        max-width: 1000px;
    }

    .bg-item {
        width: 1100px !important;
    }

    .page-header {
        height: 25%;
    }
    
    .page-body {
        height: 50%;
    }
    
    .page-footer {
        height: 25%
    }

    .page-header-final {
        height: 0%;
    }
    
    .page-body-final {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;

        .upper {
            width: 100%;
            height: 40% !important;
        }

        .lower {
            width: 100%;
            height: 40% !important;
        }
        
        .img-container {
            padding: 1rem;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            img {
                height: 100%;
            }
        }
    }
    
    .page-footer-final {
        height: 0%
    }

    .page-lower-half {
        flex-direction: row;
    }
}

/* High-resolution Phones in Landscape */
@media only screen and (min-device-pixel-ratio: 2),
(-webkit-min-device-pixel-ratio: 2) and (min-width: 901px) and (max-width: 1199px) and (max-height: 600px) and (orientation: landscape) {
    .text-bar {
        /*color: darkgreen !important;*/
    }

        html {
        font-size: 62.5% !important;
    }

    .inner-container {
        display: block;
        width: 100%;
        height: 100%;
    }

    .page-container {
        max-width: 550px;
    }

    .page-header {
        height: 25%;
    }
    
    .page-body {
        height: 50%;
    }
    
    .page-footer {
        height: 25%
    }

    .page-header-final {
        height: 0%;
    }
    
    .page-body-final {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;

        .upper {
            width: 100%;
            height: 40% !important;
        }

        .lower {
            width: 100%;
            height: 40% !important;
        }
        
        .img-container {
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            img {
                object-fit: contain;
                height: 100%;
            }
        }
    }
    
    .page-footer-final {
        height: 0%
    }

    .page-lower-half {
        flex-direction: row;
    }
}

/* High-resolution Tablets in Portrait */
@media only screen and (min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2) and (min-width: 900px) and (max-width: 1199px) and (orientation: portrait) {
    .text-bar {
        /*color: orange !important;*/
    }

    html {
        font-size: 100% !important;
    }

    .inner-container {
        display: block;
        width: 100%;
        height: 100%;
    }

    .page-container {
        max-width: 850px;
    }

    .page-header {
        height: 12%;
    }
    
    .page-body {
        height: 73%;
    }
    
    .page-footer {
        height: 15%
    }

    .page-header-final {
        height: 12%;
    }
    
    .page-body-final {
        height: 73%;
    }
    
    .page-footer-final {
        height: 15%
    }

    .page-lower-half {
        flex-direction: column;
    }

    .img-container {
        padding: 0.5rem;
    }
}

/* High-resolution Tablets in Landscape */
@media only screen and (min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2) and (min-width: 1199px) and (max-width: 1399px) and (max-height: 1199px) and (orientation: landscape) {
    .text-bar {
        /*color: darkred !important;*/
    }

    html {
        font-size: 120% !important;
    }

    .inner-container {
        display: block;
        width: 100%;
        height: 100%;
    }

    .page-container {
        max-width: 1000px;
    }

    .page-header {
        height: 25%;
    }
    
    .page-body {
        height: 50%;
    }
    
    .page-footer {
        height: 25%
    }

    .page-header-final {
        height: 0%;
    }
    
    .page-body-final {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;

        .upper {
            width: 100%;
            height: 40% !important;
        }

        .lower {
            width: 100%;
            height: 40% !important;
        }
        
        .img-container {
            padding: 1rem;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            img {
                object-fit: contain;
                height: 100%;
            }
        }
    }
    
    .page-footer-final {
        height: 0%
    }

    .page-lower-half {
        flex-direction: row;
    }
}





@-webkit-keyframes j {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 10rem, 0);
        transform: translate3d(0, 10rem, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes j {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 10rem, 0);
        transform: translate3d(0, 10rem, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes k {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -10rem, 0);
        transform: translate3d(0, -10rem, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes k {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -10rem, 0);
        transform: translate3d(0, -10rem, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

html {
    font-size: 62.5%;
    width: 100%;
    height: 100%
}

body {
    width: 100%;
    height: 100%;
    min-width: 320px;
    background: #fff;
    z-index: 0;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    overflow-x: hidden;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.4;
    color: #333;
    overflow: hidden;
}

.fadeInUp {
    -webkit-animation: j .4s;
    animation: j .4s
}

.fadeInDown {
    -webkit-animation: k .4s;
    animation: k .4s
}

.bg-item {
    /*height: 100%;*/

    width: 100vw;
    height: 100vh;
    background-size: cover;
    background-position: center, center;

    display: none;
}

.bg-item.active {
    display: block
}

.bg {
    position: fixed !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.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-image: radial-gradient(rgba(0, 0, 0, 0.2) 50%, transparent 0);
    background-size: 2px 2px
}

.blured-bg-img {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: url(../img/backgrounds/1.jpg);
    filter: blur(15px);
    background-size: cover;
    background-position-y: 29%
}

.page-bg05 {
    filter: blur(5px);
}

.text-bar {
    width: 100%;
    z-index: 20;
    padding: 1rem 2rem;
    position: relative;
    position: fixed;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    font-size: 1.8rem;
    display: none;
}

.text-bar.active {
    display: block;
}

.page {
    display: none;
    width: 100%;
    height: 100%;
}

.page.active {
    display: block;
}

.page-bg01 {
    background-image: url(../img/backgrounds/1.jpg);
}

.page-bg02 {
    background-image: url(../img/backgrounds/1.jpg);
}

.page-bg03 {
    background-image: url(../img/backgrounds/1.jpg);
}

.page-bg04 {
    background-image: url(../img/backgrounds/1.jpg);
}

.page-bg05 {
    background-image: url(../img/backgrounds/1.jpg);
}

.page-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: end;
    justify-content: space-between;
    padding: 1rem;
    margin: 0 auto;
}

.page-body {
    z-index: 10 !important;

    .upper {
        height: 55%;
        display: flex;
        justify-content: space-between;
        align-items: start;

        .img-container {
            width: 49%;

            img {
                border-radius: 50% !important;
                border: 3px solid #ff003b;
            }
        }
    }

    .lower {
        height: 45%;
        display: flex;
        justify-content: space-between;
        align-items: end;

        .img-container {
            width: 49%;

            img {
                border-radius: 50% !important;
                border: 3px solid #ff003b;
            }
        }
    }
}

.page-body-final {
    z-index: 10 !important;

    .upper {
        height: 55%;
        display: flex;
        justify-content: space-between;
        align-items: start;

        .img-container {
            width: 49%;

            img {
                border-radius: 50% !important;
                border: 3px solid #ff003b;
            }
        }
    }

    .lower {
        height: 45%;
        display: flex;
        justify-content: space-between;
        align-items: end;

        .img-container {
            width: 49%;

            img {
                border-radius: 50% !important;
                border: 3px solid #ff003b;
            }
        }
    }
}

.page-upper-half {
    height: 62%
}

.page-lower-half {
    height: 38%;
    display: flex;
    align-items: center;
    z-index: 10;

    .button-container {
        height: 100%;
    }
}

.split-half {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.effect {
    text-align: center;
    display: inline-block;
    position: relative;
    text-decoration: none;
    text-transform: capitalize;
    padding: 20px 0;
    width: 150px;
    overflow: hidden
}

.effect.effect-5 {
    transition: all .2s linear 0s
}

.effect.effect-5:before {
    content: ">";
    font-family: FontAwesome;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 30px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 0 50% 50% 0;
    transform: scale(0, 1);
    transform-origin: left center;
    transition: all .2s linear 0s
}

.effect.effect-5:hover {
    text-indent: 0px
}

.effect.effect-5:active {
    text-indent: 0px
}

.effect.effect-5:hover:before {
    transform: scale(1, 1);
    text-indent: 0
}

.effect.effect-5:active:before {
    transform: scale(1, 1);
    text-indent: 0
}

.button-container {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center
}

.button,
.transition {
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}



























.button-animated {
    border: 1px solid black;
    border-radius: 3px;
    width: 100px;
    height: 30px;
    display: block;
    background: linear-gradient(to right, #ff003b 50%, transparent 0);
    background-size: 200% 100%;
    background-position: right;
    animation: makeItfadeIn 3s 0.1s forwards;
}

@keyframes makeItfadeIn {
    100% {
        background-position: left;
    }
}

.spinner-container {
    display: flex;
    width: 100%;
    height: 100%;
    z-index: 10;
    align-items: center;
    justify-content: center;
}

.spinner {
    width: 200px;
    height: 200px;
    --b: 20px;
    aspect-ratio: 1;
    border-radius: 50%;
    padding: 1px;
    background: conic-gradient(#0000 10%, #ff003b) content-box;
    -webkit-mask:
        repeating-conic-gradient(#0000 0deg, #000 1deg 20deg, #0000 21deg 36deg),
        radial-gradient(farthest-side, #0000 calc(100% - var(--b) - 1px), #000 calc(100% - var(--b)));
    mask:
        repeating-conic-gradient(#0000 0deg, #000 1deg 20deg, #0000 21deg 36deg),
        radial-gradient(farthest-side, #0000 calc(100% - var(--b) - 1px), #000 calc(100% - var(--b)));
    -webkit-mask-composite: destination-in;
    mask-composite: intersect;
    animation: l4 1s infinite steps(10);
}

@keyframes l4 {
    to {
        transform: rotate(1turn)
    }
}

.button {
    font-family: "Montserrat", sans-serif;
    margin: 0 20px;
    width: 100%;
    height: 6rem;
    line-height: 6rem;
    max-width: 30rem;
    padding: 0 2rem;
    position: relative;
    display: inline-block;
    color: #000;
    font-size: 1.6rem;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .1rem;
    border-radius: 6px;
    cursor: pointer;
    border: 1px solid #ff0
}

.button.small {
    height: 4.5rem;
    line-height: 4.5rem;
    text-align: center;
    margin-bottom: 2rem;
}

@media only screen and (max-height: 650px) {
    .button.small {
        margin-bottom: 1.5rem;
    }
}

@media only screen and (max-height: 600px) {
    .button.small {
        margin-bottom: 1rem;
    }
}

@media only screen and (max-height: 560px) {
    .button.small {
        margin-bottom: 0.5rem;
    }
}

.button--primary {
    color: #fff;
    background-color: #ff003b;
    border: 1px solid;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), inset 0 2px 2px hsla(0, 0%, 100%, 0.2)
}

.button--primary-animated {
    color: #fff;
    background-color: #570014;
    border: 1px solid;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), inset 0 2px 2px hsla(0, 0%, 100%, 0.2)
}

.button--primary:hover {
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2), inset 0 2px 2px hsla(0, 0%, 100%, 0.2)
}

.button--primary:active {
    box-shadow: none
}

.button--accent {
    border-color: #dedede;
    color: #fff;
    background-color: #2929298f;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4)
}

.button--accent:hover {
    background: #292929d1;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3)
}

.button--accent:active {
    background-color: #292929d1;
    box-shadow: none
}

.button--round {
    width: 8rem;
    height: 8rem;
    background: #fff;
    border-radius: 6rem;
    padding: 0;
    text-align: center;
    color: #fff;
    line-height: 7.6rem;
    font-size: 3.8rem
}

.button--round.button--primary {
    border-color: #18c75c;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#18c75c), to(#1ee8cc));
    background-image: linear-gradient(0, #18c75c, #1ee8cc);
    line-height: 8.5rem;
    padding-left: .9rem
}

.button--round.button--accent {
    border-color: #fda366;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fda366), to(#f1645e));
    background-image: linear-gradient(180deg, #fda366, #f1645e)
}
































/*@media(max-width:640px) {
    .qustionare li {
        width: 100%
    }
}

@media(max-width:820px) {
    .step-6 {
        height: auto
    }
}





@media(min-width:1024px) and (orientation:landscape) {
    .bg__item {
        background-size: contain
    }
}*/



h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase
}

h1 {
    font-size: 2rem
}

h2 {
    font-size: 1.5rem
}

h3 {
    font-size: 2.2rem
}

h4 {
    font-size: 1.5rem
}

h5,
h6 {
    font-size: 1.6rem
}

p {
    padding: 0.1rem;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}



ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

img {
    display: block;
    max-width: 100%;
    height: auto
}

.main {
    position: relative;
    height: 100%;
    min-height: 480px;
    color: #222;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center
}

.main {
    width: 100%;
    z-index: 1
}

.stepbox {
    z-index: 2;
    max-width: 800px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.step,
.stepbox {
    width: 100%;
    height: 100%;
    position: relative
}

.step {
    display: none;
    color: #fff
}

.step.current {
    display: block
}

.step__inner {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    max-width: 450px;
    margin: 0 auto
}

.step__header {
    margin-bottom: 1rem;
    text-align: center
}

.step__body {
    position: relative;
    margin-bottom: 2rem
}

.step__body ul {
    list-style-type: none;
    margin-left: 2rem
}

.wrapper-input {
    min-height: 55px
}

.form-field {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    display: block;
    width: 100%;
    max-width: 320px;
    padding: 10px 15px;
    border: 0;
    border-radius: 5px;
    box-sizing: border-box;
    margin: 0 auto
}

.form-field.error {
    box-shadow: inset 0 0 3px 1px #ff7575
}

label.error {
    display: block;
    font-size: 13px;
    font-weight: 500;
    text-align: center
}

.group-msg {
    position: absolute;
    bottom: 8px;
    color: #f55
}

.step-6 .step__header {
    text-align: left
}

.qustionare {
    position: relative;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    background: rgba(0, 0, 0, 0.5);
    padding: 25px;
    margin-bottom: 25px
}

.qustionare li {
    position: relative;
    width: calc(100% / 2 - 35px)
}

.wrapper-radio,
.wrapper-checkbox {
    margin-bottom: 10px
}

.wrapper-radio .label,
.wrapper-checkbox .label {
    position: relative;
    display: block;
    padding-left: 25px
}

.wrapper-radio input[type="radio"],
.wrapper-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    height: 0;
    width: 0
}

.wrapper-radio input[type="radio"]+.label:before {
    content: "";
    display: block;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    border: 2px solid #fff;
    position: absolute;
    left: 0;
    z-index: 1;
    box-sizing: border-box
}

.wrapper-radio input[type="radio"]:checked+.label:after {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    background-color: #57ff27;
    border-radius: 50%;
    position: absolute;
    left: 4px;
    top: 4px
}

.wrapper-checkbox input[type="checkbox"]+.label:before {
    content: "";
    display: block;
    width: 19px;
    height: 19px;
    border: 2px solid #fff;
    position: absolute;
    left: 0;
    z-index: 1;
    box-sizing: border-box
}

.wrapper-checkbox input[type="checkbox"]:checked+.label:after {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    background-color: #57ff27;
    position: absolute;
    left: 4px;
    top: 4px
}

.step__footer {
    margin-bottom: 1.5rem
}


.li-item {
    margin-bottom: 20px;
}

.timer-container {
    width: 100%;
    text-align: center;
    padding: 1rem 2rem;
    position: relative;
    display: block;
    position: fixed;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    font-size: 2rem
}

.timer {
    color: #FF003B;
}

.step__body ul {
    margin-left: 5rem
}