/*Данный шаблон был приобретён на сайте Landistore.com*/
/*Landistore - интернет-магазин качественных сайтов для вашего бизнеса*/
/*(с) Все права защищены*/

@font-face {
    font-family: 'Open Sans SemiBold Italic';
    src: url('OpenSans-SemiBoldItalic.eot');
    src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'),
        url('/fonts/OpenSans-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),
        url('/fonts/OpenSans-SemiBoldItalic.woff') format('woff'),
        url('/fonts/OpenSans-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans Light Italic';
    src: url('OpenSans-LightItalic.eot');
    src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'),
        url('/fonts/OpenSans-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('/fonts/OpenSans-LightItalic.woff') format('woff'),
        url('/fonts/OpenSans-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans Bold';
    src: url('OpenSans-Bold.eot');
    src: local('Open Sans Bold'), local('OpenSans-Bold'),
        url('/fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/OpenSans-Bold.woff') format('woff'),
        url('/fonts/OpenSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans Extra Bold Italic';
    src: url('OpenSans-ExtraBoldItalic.eot');
    src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'),
        url('/fonts/OpenSans-ExtraBoldItalic.eot?#iefix') format('embedded-opentype'),
        url('/fonts/OpenSans-ExtraBoldItalic.woff') format('woff'),
        url('/fonts/OpenSans-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans Light';
    src: url('OpenSans-Light.eot');
    src: local('Open Sans Light'), local('OpenSans-Light'),
        url('/fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
        url('/fonts/OpenSans-Light.woff') format('woff'),
        url('/fonts/OpenSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans Italic';
    src: url('OpenSans-Italic.eot');
    src: local('Open Sans Italic'), local('OpenSans-Italic'),
        url('/fonts/OpenSans-Italic.eot?#iefix') format('embedded-opentype'),
        url('/fonts/OpenSans-Italic.woff') format('woff'),
        url('/fonts/OpenSans-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url('OpenSans-Regular.eot');
    src: local('Open Sans Regular'), local('OpenSans-Regular'),
        url('/fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('/fonts/OpenSans-Regular.woff') format('woff'),
        url('/fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans SemiBold';
    src: url('OpenSans-SemiBold.eot');
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
        url('/fonts/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/OpenSans-SemiBold.woff') format('woff'),
        url('/fonts/OpenSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans ExtraBold';
    src: url('OpenSans-ExtraBold.eot');
    src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'),
        url('/fonts/OpenSans-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/OpenSans-ExtraBold.woff') format('woff'),
        url('/fonts/OpenSans-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans Bold Italic';
    src: url('OpenSans-BoldItalic.eot');
    src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'),
        url('/fonts/OpenSans-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('/fonts/OpenSans-BoldItalic.woff') format('woff'),
        url('/fonts/OpenSans-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

:root{
    --color-mark: #f7c60f;
}

@import url('https://fonts.googleapis.com/css?family=Exo+2:200,300,400,600,800');

body {
    font-size: 14px;
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    height: auto;
     /*background: url(/img/first_page_.jpg) 0 0 no-repeat;*/
    /*-webkit-background-size: cover;*/
    /*background-size: cover;*/
    /*background-attachment: fixed;*/
    overflow-x: hidden;
    /*-webkit-transform: translate3d(0,0,0);*/
    /*-webkit-backface-visibility: hidden;*/
    /*-webkit-overflow-scrolling: touch;*/
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
}
.main-container{
	display: flex;
    flex-direction: column;
    justify-content: space-between;

    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*overflow-y: scroll;*/
    /*overflow-x: hidden;*/
    /* -webkit-background-size: cover; */
    /* background-attachment: fixed; */
    /* background-size: 1920px 1075px; */
    /* background-size: 1152px 645px; */
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
}
.main-container::before{
    position: fixed;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/img/first_page_.jpg) 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;

    /*background-size: 1920px 1080px;*/
    /*background-size: auto 100%;*/
    
    /*background-attachment: scroll;*/

    /*z-index: -1;*/
} 

/*.main-container .bg-cover{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/img/first_page_.jpg) 0 0 no-repeat;
    background-size: cover;
    -webkit-background-size: cover;

    background-size: 1344px 756px;
} */

section {
    position: relative;
    padding: 80px 0;
}

h2 {
    font-size: px;
    margin: 0 0 20px;
}
input[name^="level"]{
    padding: 10px 30px;
    border: none;
    outline: none;
    background: transparent;
    border-bottom: 2px solid #fff;
    color: #fff;
}
input[name^="level"]::placeholder{
    color: #fff;
    opacity: 0.6;
}

.btn-main{
    position: relative;
    background: #4a0dc7;
    font-family: 'Open Sans Semibold';
    font-size: 21px;
    color: #fff;
    text-transform: uppercase;
    padding: 25px 50px;
    border: none;
    outline: none;
    border-radius: 100px;
    box-shadow: 0px 4px 7px 0px rgba(24, 24, 26, 0.42);
    letter-spacing: 2px;
    z-index: 300;
}
.text-default{
    color: #ededed;
}
.text-mark{
    color: #f7c60f;
}
.f-column{
    display: flex;
    flex-direction: column;
}
.section-footer{
    height: 10%;
}
.navbar-default .container{
    width: 92%;
    /*padding: 10px 0 20px 0;*/
    padding: 5px 0 10px 0;
    border-bottom: 2px solid #a0a0a0;
}
.navbar-default .navbar-nav .phone a{
    /*font-family: 'Open Sans SemiBold';*/
    font-family: 'Open Sans';
    color: #000;
    font-weight: 700;
    font-style: italic;
    /*font-size: 30.48px;*/
    font-size: 27.43px;

    text-decoration: none;
    padding: 0;
    padding-top: 30px;
}
.navbar-nav .phone a > span:nth-of-type(1){
    /*font-family: 'Open Sans Bold Italic';*/
    color: #010101;
    /*font-size: 27.43px;*/
}
.navbar-nav .phone a > span:nth-of-type(3){
    /*font-family: 'Open Sans Bold Italic';*/
    color: #010101;
    /*font-size: 27.43px;*/
}
.navbar-nav .phone a > span:nth-of-type(2){
    color: #bbb;
    /*font-family: 'Open Sans Bold Italic';*/
    /*font-size: 27.43px;*/
}
.next_scroll{
    position: absolute;
    width: 50px;
    height: 20px;
    right: 10px;
    display: none;
    align-items: center;
    justify-content: space-between;
}
.next_scroll > div {
    transform: rotate(45deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    background-color: transparent;
}

.next_scroll > div:nth-of-type(1){
    width: 10px;
    height: 10px;
}
.next_scroll > div:nth-of-type(2){
    width: 12px;
    height: 12px;
}
.next_scroll > div:nth-of-type(3){
    width: 15px;
    height: 15px;
}


.first-page{
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    height: 800px;
    color: #fff;
    z-index: 1000;
    left: 0;
    top: 0;
}
.first-page h1{
    font-family: 'Open Sans ExtraBold';
    font-weight: 800;
    font-size: 50px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    letter-spacing: 12px;
}
.first-page h2{
    font-family: 'Open Sans Semibold';
    font-weight: 600;
    font-size: 30px;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    letter-spacing: 1px;
}
.first-page h1,
.first-page .btn-main{
    margin-bottom: 40px;
}
.first-page h2{
    margin-bottom: 55px;
}
.first-page .row-item{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.first-page .test-count{
    font-size: 24px;
    letter-spacing: 3.4px;
}
.first-page .row-item *{
    transition: transform .6s ease-in;
    -webkit-transition: transform .6s ease-in;
    -moz-transition: transform .6s ease-in;
    -ms-transition: transform .6s ease-in;
    -o-transition: transform .6s ease-in;
}

#wizzard{
    position: relative;
    width: 100%;
    display: none;
    height: 76%;
}
#wizzard .container{
    width: 92%;
    /*margin-top: 80px;*/
    margin-top: 60px;
}
.progress{
    position: relative;
    width: 100%;
    height: 72px;
    background: rgba(246, 197, 14, 0.25);
   /* background: repeating-linear-gradient(-75deg,
                        rgba(180, 180, 180, 0.56)  0px,
                        rgba(180, 180, 180, 0.56)  4px,
                        rgba(246, 197, 14, 0.25) 2px,                     
                        rgba(246, 197, 14, 0.25) 22px); */
                        /*rgba(186, 185, 183, 0.56)  0px,*/
    margin: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-top: 50px;
    margin-top: 30px;
}
.progress::before{
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    left: 0;
    background: repeating-linear-gradient(-75deg,
                        rgba(190, 190, 190, 0.4)  0px,
                        rgba(190, 190, 190, 0.4)  4px,
                        transparent 2px,                     
                        transparent 22px); 
}
.progress-bar-striped, .progress-striped .progress-bar{
    /*background: rgba(246, 197, 14, 1);*/
    background: repeating-linear-gradient(-75deg, 
                rgba(248, 187, 11, 0.8)  0px, 
                rgba(248, 187, 11, 0.8)  4px, 
                transparent 2px, 
                transparent 22px);
    /*background: linear-gradient( 0deg, 
        rgb(255,110,2) 0%, 
        rgb(251,154,8) 0%, 
        rgb(247,197,14) 0%, 
        rgb(255,255,0) 100%);*/
}
.progress-back{
    position: absolute;
    /*background: linear-gradient( 0deg, 
        rgba(255,110,2, 1) 0%, 
        rgba(251,154,8, 1) 0%, 
        rgba(247,197,14, 1) 0%, 
        rgba(255,255,0, 1) 100%);*/
    -webkit-clip-path: polygon(0% 0%, calc(100% - 25px) 0, 100% 50%, calc(100% - 25px) 100%, 0% 100%);
    clip-path: polygon(0% 0%, calc(100% - 25px) 0, 100% 50%, calc(100% - 25px) 100%, 0% 100%);
    background: #f6c50e;
}
.progress-back::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    background: linear-gradient( 0deg, 
        rgba(255,110,2, 0.2) 0%, 
        rgba(251,154,8, 0.2) 0%, 
        rgba(247,197,14, 0.2) 0%, 
        rgba(255,255,0, 0.2) 100%);
}
.progress-bar{
    font-family: 'Open Sans';
    font-size: 24px;
    color: rgba(85, 29, 198, 0.52);
    font-weight: bold;
    line-height: 1.2;
  /*background-image: -webkit-linear-gradient(left, rgb(255,110,2) 0%, rgb(251,154,8) 0%, rgb(247,197,14) 0%, rgb(255,255,0) 100%);
  background-image: -o-linear-gradient(left, rgb(255,110,2) 0%, rgb(251,154,8) 0%, rgb(247,197,14) 0%, rgb(255,255,0) 100%);
  background-image: linear-gradient(to right, rgb(255,110,2) 0%, rgb(251,154,8) 0%, rgb(247,197,14) 0%, rgb(255,255,0) 100%);*/
    box-shadow: none;
    /*background-color: rgba(255, 255, 0, 0.19);*/
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
.progress-bar span{
    position: relative;
    right: -50%;
}
#wizzard .description .col-item{
    position: relative;
}
#wizzard .description .col-item:nth-of-type(1){
    display: flex;
    margin-bottom: 40px;
}
#wizzard .logo-2{
    position: relative;
    width: 140px;
    height: 140px;
    background: url(/img/logo_2.png) 0 0 no-repeat;
}
#wizzard .col-item-1 .f-column{
    font-family: 'Open Sans';
    padding-left: 20px;
    line-height: 1.8;
    font-weight: 600;
}
#wizzard .col-item-1 .f-column h4{
    color: #fff;
    font-size: 29px;
    margin-top: 0;
}
#wizzard .col-item-1 .f-column p{
    color: #bcbcbc;
    font-size: 18px;
    letter-spacing: 0.05rem;
    opacity: 0.77;
}
#wizzard .description .col-item:nth-of-type(2){
    font-size: 24px;
    color: #f7c60f;
    letter-spacing: 1px;
    line-height: 1.6;
    margin-bottom: 40px;
    width: 80%;
}
#wizzard .col-item-3{
    height: 152px;
    align-items: flex-start;
    justify-content: space-between;
}
#wizzard .b-container{
    display: flex;
    align-items: center;
}
#wizzard .b-container span{
    font-size: 20px;
    color: rgba(255, 255, 255, 0.52);
    padding-left: 20px;
    flex-shrink: 200;
}
#wizzard .bonus-item{
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 5px;
    width: 102px;
    height: 33px;
    background: #fff;
    opacity: 0.4;
    font-family: 'Open Sans Semibold';
    font-size: 16px;
    color: #2f2f2f;
}
#wizzard .bonus-item.active{
    color: #4a0dc7;
    opacity: 1;
}

.section-footer{
    display: flex;
    align-items: flex-end;
    position: relative;
    width: 100%;
    bottom: 10px;
    left: 0;
    z-index: 2000;
    padding-bottom: 10px;
}
.section-footer .container{
    width: 92%;
    display: flex;
    -ms-align-items: center;
    align-items: flex-start;
    justify-content: space-between;
}
.footer-item {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 50%;
    height: 100%;
    font-size: 18px;
    font-weight: lighter;
    color: #ededed;
    letter-spacing: 2px;
}
.footer-item:nth-of-type(2){
    -ms-align-items: flex-end;
    align-items: flex-end;
}
.footer-item a{
    font-weight: bold;
    color: #ededed;
}

.arrows-anim-0{ 
    animation: arrows-anim .3s ease 0s 1 forwards; 
}
.arrows-anim-1{ 
    animation: arrows-anim .3s ease 0.2s 1 forwards; 
}
.arrows-anim-2{ 
    animation: arrows-anim .3s ease 0.4s 1 forwards; 
}

@keyframes arrows-anim{
    0% {
        transform: rotate(45deg) translateX(-200px);
        opacity: 0;
    }
    100% {
        transform: rotate(45deg) translateX(0px);
        opacity: 1;
    }
}


.frame_show{
    animation: btn-left .6s ease 0s 1 forwards;
    -webkit-animation: btn-left .6s ease 0s 1 forwards;
}
.frame_show_reverse{
    animation: btn-right .6s ease 0s 1 forwards;
    -webkit-animation: btn-right .6s ease 0s 1 forwards;
}
.title-anim{
    animation: title-anim .6s ease 0s 1 forwards;
    -webkit-animation: title-anim .6s ease 0s 1 forwards;
}
.title-anim-rev{
    animation: title-anim-rev .8s ease .4s 1 forwards;
    -webkit-animation: title-anim-rev .8s ease .4s 1 forwards;
}
.rotate-anim{
    animation: rotate-anim 1.6s ease .6s 1 forwards;
    -webkit-animation: rotate-anim 1.6s ease .6s 1 forwards;
}
.rotate-anim-wz{
    animation: rotate-anim-wizzard 2.8s ease .4s 1 forwards;
    -webkit-animation: rotate-anim-wizzard 2.8s ease .4s 1 forwards;
}
.anim-content{
    animation: anim-content .6s ease 0s 1 forwards;
    -webkit-animation: anim-content .6s ease 0s 1 forwards;
}
.anim-content-right{
    animation: anim-content-right .6s ease 0s 1 forwards;
    -webkit-animation: anim-content-right .6s ease 0s 1 forwards;
}
.anim-content-rev{
    animation: anim-content-rev .6s ease 0s 1 forwards;
    -webkit-animation: anim-content-rev .6s ease 0s 1 forwards;
}
.anim-content-rev-right{
    animation: anim-content-rev-right .6s ease 0s 1 forwards;
    -webkit-animation: anim-content-rev-right .6s ease 0s 1 forwards;
}



@keyframes anim-content {
    0% {
        transform: perspective(1000px) rotateX(0deg) translateY(0px) translateZ(0px);
        opacity: 1;
        -webkit-transform: perspective(1000px) rotateX(0deg) translateY(0px) translateZ(0px);
        -moz-transform: perspective(1000px) rotateX(0deg) translateY(0px) translateZ(0px);
        -ms-transform: perspective(1000px) rotateX(0deg) translateY(0px) translateZ(0px);
        -o-transform: perspective(1000px) rotateX(0deg) translateY(0px) translateZ(0px);
}
    100% {
        /*transform: perspective(1000px)rotateY(-40deg)translateX(-200px)translateZ(360px);*/
        transform: perspective(1000px) rotateY(-60deg) translateX(-200px) translateZ(300px);
        opacity: 0;
        /*display: none;*/
        -webkit-transform: perspective(1000px) rotateY(-60deg) translateX(-200px) translateZ(300px);
        -moz-transform: perspective(1000px) rotateY(-60deg) translateX(-200px) translateZ(300px);
        -ms-transform: perspective(1000px) rotateY(-60deg) translateX(-200px) translateZ(300px);
        -o-transform: perspective(1000px) rotateY(-60deg) translateX(-200px) translateZ(300px);
}
}
@keyframes anim-content-right {
    0% {
        /*transform: perspective(1000px)rotateY(-40deg)translateX(-200px)translateZ(460px);*/
        transform: perspective(1000px) rotateY(-60deg) translateX(-200px) translateZ(300px);
        opacity: 0;
        -webkit-transform: perspective(1000px) rotateY(-60deg) translateX(-200px) translateZ(300px);
        -moz-transform: perspective(1000px) rotateY(-60deg) translateX(-200px) translateZ(300px);
        -ms-transform: perspective(1000px) rotateY(-60deg) translateX(-200px) translateZ(300px);
        -o-transform: perspective(1000px) rotateY(-60deg) translateX(-200px) translateZ(300px);
}
    100% {
        transform: perspective(1000px) rotateX(0deg) translateY(0px) translateZ(0px);
        opacity: 1;
        -webkit-transform: perspective(1000px) rotateX(0deg) translateY(0px) translateZ(0px);
        -moz-transform: perspective(1000px) rotateX(0deg) translateY(0px) translateZ(0px);
        -ms-transform: perspective(1000px) rotateX(0deg) translateY(0px) translateZ(0px);
        -o-transform: perspective(1000px) rotateX(0deg) translateY(0px) translateZ(0px);
}
    
}

@keyframes anim-content-rev {
    0% {
        transform: perspective(1000px)rotateY(60deg)translateX(300px)translateZ(200px);
        opacity: 0;
        -webkit-transform: perspective(1000px)rotateY(60deg)translateX(300px)translateZ(200px);
        -moz-transform: perspective(1000px)rotateY(60deg)translateX(300px)translateZ(200px);
        -ms-transform: perspective(1000px)rotateY(60deg)translateX(300px)translateZ(200px);
        -o-transform: perspective(1000px)rotateY(60deg)translateX(300px)translateZ(200px);
}
    100% {
        transform: perspective(1000px) rotateY(0deg) translateX(0px) translateZ(0px);
        opacity: 1;
        -webkit-transform: perspective(1000px) rotateY(0deg) translateX(0px) translateZ(0px);
        -moz-transform: perspective(1000px) rotateY(0deg) translateX(0px) translateZ(0px);
        -ms-transform: perspective(1000px) rotateY(0deg) translateX(0px) translateZ(0px);
        -o-transform: perspective(1000px) rotateY(0deg) translateX(0px) translateZ(0px);
}
}
@keyframes anim-content-rev-right {
    0% {
        transform: perspective(1000px) rotateY(0deg) translateX(0px) translateZ(0px);
        opacity: 1;
        -webkit-transform: perspective(1000px) rotateY(0deg) translateX(0px) translateZ(0px);
        -moz-transform: perspective(1000px) rotateY(0deg) translateX(0px) translateZ(0px);
        -ms-transform: perspective(1000px) rotateY(0deg) translateX(0px) translateZ(0px);
        -o-transform: perspective(1000px) rotateY(0deg) translateX(0px) translateZ(0px);
}
    100% {
        transform: perspective(1000px)rotateY(60deg)translateX(300px)translateZ(200px);
        opacity: 0;
        /*display: none;*/
        -webkit-transform: perspective(1000px)rotateY(60deg)translateX(300px)translateZ(200px);
        -moz-transform: perspective(1000px)rotateY(60deg)translateX(300px)translateZ(200px);
        -ms-transform: perspective(1000px)rotateY(60deg)translateX(300px)translateZ(200px);
        -o-transform: perspective(1000px)rotateY(60deg)translateX(300px)translateZ(200px);
}
}

@keyframes rotate-anim-wizzard {
    0% {
        transform: perspective(2000px) rotateX(30deg) translateY(-400px);
        opacity: 0;
        -webkit-transform: perspective(2000px) rotateX(30deg) translateY(-400px);
        -moz-transform: perspective(2000px) rotateX(30deg) translateY(-400px);
        -ms-transform: perspective(2000px) rotateX(30deg) translateY(-400px);
        -o-transform: perspective(2000px) rotateX(30deg) translateY(-400px);
}
    100% {
        transform: perspective(0px) rotateX(0deg) translateY(0px);
        opacity: 1;
        -webkit-transform: perspective(0px) rotateX(0deg) translateY(0px);
        -moz-transform: perspective(0px) rotateX(0deg) translateY(0px);
        -ms-transform: perspective(0px) rotateX(0deg) translateY(0px);
        -o-transform: perspective(0px) rotateX(0deg) translateY(0px);
}
}

@keyframes rotate-anim {
    0% {
        transform: perspective(1000px) rotateX(0deg) translateY(0px);
        opacity: 1;
        -webkit-transform: perspective(1000px) rotateX(0deg) translateY(0px);
        -moz-transform: perspective(1000px) rotateX(0deg) translateY(0px);
        -ms-transform: perspective(1000px) rotateX(0deg) translateY(0px);
        -o-transform: perspective(1000px) rotateX(0deg) translateY(0px);
}
    100% {
        transform: perspective(1000px) rotateX(-30deg) translateY(80px);
        opacity: 0;
        -webkit-transform: perspective(1000px) rotateX(-30deg) translateY(80px);
        -moz-transform: perspective(1000px) rotateX(-30deg) translateY(80px);
        -ms-transform: perspective(1000px) rotateX(-30deg) translateY(80px);
        -o-transform: perspective(1000px) rotateX(-30deg) translateY(80px);
}
}

@keyframes title-anim {
    0% {
        transform: translateX(0%);
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
}
    100% {
        transform: translateX(-110%);
        opacity: 0;
        -webkit-transform: translateX(-110%);
        -moz-transform: translateX(-110%);
        -ms-transform: translateX(-110%);
        -o-transform: translateX(-110%);
}
}
@keyframes title-anim-rev {
    0% {
        transform: translateX(0%);
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
}
    100% {
        transform: translateX(140%);
        opacity: 0;
        -webkit-transform: translateX(140%);
        -moz-transform: translateX(140%);
        -ms-transform: translateX(140%);
        -o-transform: translateX(140%);
}
}



@keyframes btn-left {   
  0% {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    }   
  100% {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    }
}
@keyframes btn-right {   
  0% {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    }   
  100% {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    }
}


@media (min-width: 1200px){
   /* .container {
        width: 1370px;
    }
*/
}


.after-h2 {
    font-size: 20px;
    margin: 0 0 40px;
}

.after-h2  span {
    color: #ffc700;
    font-weight: bold;
}

.btn {
    /*font-weight: 400;
    padding: 14px 20px;
    font-size: 16px;
    background: #e4e4e4;
    color: #333;
    */moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
}

.btn.focus,
.btn:focus,
.btn:hover {
    background: var(--color-mark);
    outline: 0;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 0;
}

.main-btn {
    background: #ffc700;
    color: #000;
}

.main-btn:hover {
    background: #ffda57;
    color: #000;
}


.form-control {
    display: block;
    width: 100%;
    padding: 10px 15px;
    border-radius: 5px;
    border: 1px solid#eaeaea;
    margin-bottom: 20px;
    text-align: center;
    transition: 0.3s all;
    font-size: 16px;
    font-weight: 400;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: auto;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
}

.form-control:focus {
    border-color: #ffc700;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-group label {
    font-weight: 300;
}

.navbar-default {
    position: relative;
    background: none;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 5px 0;
    border-bottom: 1px;
    height: 10%;
    display: block;
    /*background-color: rgba(162, 162, 162, 0.5);*/
}

.navbar-default.scroll {
    background: #fff;
    box-shadow: 0 1px 14px rgba(0, 0, 0, 0.12);
}

.navbar-brand {
    height: auto;
    padding: 10px 15px;
    font-size: 14px;
}

.navbar-default .navbar-brand {
    color: #333;
}

.navbar-brand span {
    display: block;
    font-size: 22px;
    font-weight: bold;
}



/*.navbar-default .navbar-nav>li>a {
    color: #00a4ef;
}*/

/*.navbar-default .navbar-nav>li.phone>a {
    color: #ffc700;
    font-weight: bold;
    font-size: 20px;
    padding: 0;
}*/

.navbar-default .navbar-nav>li.phone>a:hover {
    text-decoration: underline;
}

.navbar-default .navbar-nav>li.phone {
    text-align: right;
    padding-top: 10px;
}

.navbar-default .navbar-nav>li>a.btn {
    padding: 8px 16px;
    margin-top: 9px;
    color: #fff;
}

.navbar-default .navbar-nav>li>a.btn:hover,
.navbar-default .navbar-nav>li>a.btn:focus{
    background: #ffda57;
    color: #000;
}

@media (min-width: 768px) {
    .navbar-nav>li>a {
        padding-top: 18px;
        padding-bottom: 18px;
    }
    .navbar-right {
        margin-right: 0;
    }
}

.navbar-default .navbar-toggle {
    border-color: #333333;
}

.navbar-toggle .icon-bar {
    height: 3px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #333333;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #ffc700;
}

.navbar-default .navbar-toggle:focus .icon-bar,
.navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #ffffff;
}
.navbar-brand>img {
    height: 50px;
}
@media(max-width: 768px) {
    /* body{
        overflow: auto;
        height: 100%;
    } */
    .first-page h1{
        font-size: 36px;
        margin-top: 20px;
    }
    .first-page h2{
        font-size: 24px;
    }
    .nav-call-btn {
        padding: 0 15px;
    }
    .navbar-nav {
        text-align: center;
    }
    .navbar-brand {
        padding: 6px 15px;
        font-size: 14px;
    }
    .navbar-brand span {
        display: block;
        font-size: 20px;
        font-weight: bold;
    }
    .navbar-default .navbar-nav>li.phone {
        text-align: right;
        margin-right: 0;
        padding-top: 6px;
    }
    .setup-content{
        justify-content: unset;
    }
    #wizzard #step-form .row{
        height: 250px;
    }
    .button-box{
        padding-top: 0;
    }
    .btn-main{
        font-size: 18px;
        padding: 14px 40px;
    }

    .section-footer .container{
        padding-bottom: 10px;
    }
    .footer-item{
        font-size: 14px;
    }
    .footer-item:nth-of-type(2){
        text-align: right;
    }
}

header {
    /*padding: 100px 0;*/
    /*background: url(../img/header.jpg);
    background-size: cover;*/
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

header h1 {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 46px;
    font-weight: bold;
    text-transform: uppercase;
}

header .after-h1 {
    margin-bottom: 60px;
    font-size: 30px;
}

header .header-box {
    padding-top: 80px;
}

header .header-box .btn {
    margin-right: 15px;
    margin-bottom: 100px;
    /*background: #4ed85a;*/
    color: #fff;
}

/*header .header-box .btn:hover {
    background: #51e85e;
}*/

img.header-item-img {
    display: block;
    width: 90%;
    margin-top: -30px;
    display: none;
}

.plan-img{
    height: 340px;
    margin: 0 auto;
    display: block;
    border: 1px solid#efefef;
    border-radius: 6px;
}

.item-box{
    color: #2d2c2c;
    position: relative;
    padding-left: 80px;
}

.item-box img{
    position: absolute;
    top:0;
    left:-45px;
}

.item-box span{
    margin-bottom: 10px;
    display: block;
    font-weight: 600;
    font-size: 19px;
    line-height: 24px;
}

.item-box p{
    font-size: 14px;
    margin-bottom: 30px;
}

#how {
    padding: 0;
}

#how .how-card {
    background: #fff;
    padding: 30px;
    border-top: 5px solid#ffc700;
    margin-top: -100px;
    box-shadow: 0 1px 14px rgba(0, 0, 0, 0.12);
}

.how-box {
    position: relative;
    padding-left: 100px;
}

.how-box img{
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
}

#step-form {
    /*padding: 40px;*/
    /*height: 645px;*/
    margin-bottom: 40px;
}

#step-form h3 {
    margin: 0;
    margin-bottom: 40px;
    font-family: 'Open Sans Extrabold';
    font-size: 48px;
    color: #fff;
    width: 80%;
}

#step-form h3 span {
    /* font-family: 'Open Sans'; */
    display: block;
    font-size: 14px;
    margin-top: 10px;
    text-transform: uppercase;
}

.select-box {
    min-height: 20px;
    /*height: 150px;*/
    margin-bottom: 15px;
    position: relative;
}

.select-box img{
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    width: 100%;
    height: 120px;
}

.select-box [type="radio"]:checked ~ img,
.select-box [type="checkbox"]:checked ~ img{
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.button-box {
    padding-top: 20px;
    text-align: center;
    position: relative;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: flex-start;
}
.button-box *{
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
}

.select-box [type="radio"]:not(:checked),
.select-box [type="radio"]:checked {
    position: absolute;
    left: -9999px;
}
.select-box [type="radio"]:not(:checked) + label, .select-box [type="radio"]:checked + label {
    font-family: 'Open Sans';
    position: relative;
    padding-left: 1.95em;
    cursor: pointer;
    /*height: 150px;*/
    width: 100%;
    font-weight: 300;
    color: #fff;
    font-size: 24px;
}

.select-box [type="radio"]:not(:checked) + label:before,
.select-box [type="radio"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 32px;
    height: 32px;
    border: 2px solid #fff;
    background: transparent;
    border-radius: 50%;
}

.select-box [type="radio"]:checked + label:before {
    border: 3px solid #ffc700;
}

.select-box [type="radio"]:not(:checked) + label:after,
.select-box [type="radio"]:checked + label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.4em;
    line-height: 0.8;
    transition: all .2s;
    width: 32px;
    height: 32px;
    display: block;
    background: #f6c922;
    border-radius: 50%;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
}

.select-box [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
}
.select-box [type="radio"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.select-box [type="radio"]:disabled:not(:checked) + label:before,
.select-box [type="radio"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}
.select-box [type="radio"]:disabled:checked + label:after {
    color: #999;
}
.select-box [type="radio"]:disabled + label {
    color: #aaa;
}




.select-box [type="checkbox"]:not(:checked),
.select-box [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}
.select-box [type="checkbox"]:not(:checked) + label, .select-box [type="checkbox"]:checked + label {
    font-family: 'Open Sans';
    position: relative;
    padding-left: 1.95em;
    cursor: pointer;
    /*height: 150px;*/
    width: 100%;
    font-weight: 300;
    color: #fff;
    font-size: 24px;
}

.select-box [type="checkbox"]:not(:checked) + label:before,
.select-box [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 32px;
    height: 32px;
    border: 2px solid #fff;
    background: transparent;
    border-radius: 0;
}

.select-box [type="checkbox"]:checked + label:before {
    border: 3px solid #ffc700;
}

.select-box [type="checkbox"]:not(:checked) + label:after,
.select-box [type="checkbox"]:checked + label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.4em;
    line-height: 0.8;
    transition: all .2s;
    width: 32px;
    height: 32px;
    display: block;
    background: #f6c922;
    border-radius: 0;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
}

.select-box [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
}
.select-box [type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.select-box [type="checkbox"]:disabled:not(:checked) + label:before,
.select-box [type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}
.select-box [type="checkbox"]:disabled:checked + label:after {
    color: #999;
}
.select-box [type="checkbox"]:disabled + label {
    color: #aaa;
}

.select-box label:hover:before {
    border: 2px solid #f6c922!important;
}

.progress-bar {
    /*background-color: #ffcc33;*/
}

.stepwizard{
    display: none;
}
.is_overlay{ display: block; width: 100%; height: 100%; }
#trailer {
    position: fixed;
    top: 0; right: 0; bottom: 0; left: 0;
    overflow: hidden;
}

#trailer > video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#trailer > video {
    min-width: 100%; 
min-height: 100%;
width: auto; height: auto; 
} 

input[type="text"] {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 24px;
    width: 100%;
}
#wizzard {
    padding: 0;
    /*background: url(../img/wizzard.png);*/
    padding-bottom: 10px;
    opacity: 0;
    /*height: 900px*/
    height: auto;
}
.description{
    margin-bottom: 40px;
}
#wizzard h2{
    font-family: 'Open Sans';
    text-align: center;
    margin-bottom: 40px;
    font-weight: 600;
    color: #232323;
}

#wizzard #step-form .row{
    /*min-height: 360px;*/
    height: 360px;
    width: 100%;
}
.setup-content{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    height: 590px;
    position: relative;
}
.count-ques {
    position: relative;
    font-size: 24px;
    color: #ccc;
    padding-left: 30px;
}
.prevBtn{
    /*position: absolute;*/
    background: transparent;
    border: none;
    outline: none;
    margin: 0;
    padding: 0;
    margin-right: 30px;
    /*transform: translateX(-110%);*/
}

.drop-zone {
    background: #fbfbfb;
    border: 2px dashed #eaeaea;
    padding: 20px;
    text-align: center;
    width: 100%;
    margin-top: 35px;
}
.drop-icon {
    height: 120px;
}
.imgupload {
    color: #dedede;
    font-size: 72px;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
}
.imgupload.ok {
    display: none;
    color: #ffc700;
}
.imgupload.stop {
    display: none;
    color: red;
}
.drop-zone .main-btn {
    background: #e4e4e4;
}
.drop-zone:hover .main-btn {
    background: #ffc700;
    color: #fff;
}
#fileup {
    opacity: 0;
    -moz-opacity: 0;
    filter:;
    progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    width: 200px;
    cursor: pointer;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 90px;
    height: 50px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.drop-info {
    margin: 10px 0 0;
    color: #ccc;
    font-size: 14px;
    line-height: 19px;
}
p.mini-next {
    text-align: center;
    margin-top: 10px;
    color: #ccc;
}

.finish-step {
    text-align: center;
    /*padding-top: 50px;*/
}
.finish-step .row > div{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.finish-step .btn-main{
    margin-top: 20px;
}

.finish-step .title {
    font-size: 24px;
    font-weight: 600;
}

.finish-step .subtitle {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
}
.finish-step .title,
.finish-step .subtitle,
.finish-step .sub {
    color: #fff;
}

.finish-step .sub {
    font-size: 14px;
    margin-bottom: 20px;
}


.finish-step i {
    font-size: 100px;
    color: #fff;
    margin-bottom: 20px;
    display: block;
}

#work {
    text-align: center;
}

.work-box {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    margin-bottom: 30px;
}

.work-box a {
    display: block;
    position: relative;
}

.work-box a img {
    width: 100%;
}

.work-box a div {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: rgba(255, 199, 0, 0.38);
    transition: 0.3s all;
    color: #fff;
    font-size: 50px;
    padding: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
}

.work-box a:hover div {
    opacity: 1;
}

#work-carousel .owl-prev,
#work-carousel .owl-next {
    position: absolute;
    top: 50%;
    font-size: 50px;
    margin-top: -35px;
    transition: 0.3s all;
    color: #212121;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
}

#work-carousel .owl-prev {
    left: -45px;
}

#work-carousel .owl-next {
    right: -45px;
}

#work-carousel .owl-prev:hover, #work-carousel .owl-next:hover {
    color: #ffc700;
}

/*footer {
    position: relative;
    z-index: 1;
    background: #ececec;
    padding: 50px 0;
}*/

.footer-title {
    margin-bottom: 20px;
    font-size: 21px;
}

.footer-action {
    overflow: hidden;
}

.footer-action .btn {
    float: left;
    margin-right: 15px;
}

.footer-action .adress {
    display: block;
    font-size: 17px;
}

.footer-action .contact a {
    font-size: 20px;
    font-weight: bold;
    color: #ffc700;
}

.copyright {
    margin-top: 20px;
    color: #aba7a7;
}

.copyright a {
    font-weight: bold;
    color: inherit;
    text-decoration: underline;
}

a.link-privacy {
    float: right;
    margin-top: 20px;
    color: #aba7a7;
    font-weight: bold;
    text-decoration: underline;
}

@media(max-width: 560px) {
    .footer-action .btn {
        float: none;
        margin-right: 0;
        width: 100%;
        margin-bottom: 15px;
    }
    .contact {
        text-align: center;
    }
    .copyright {
        text-align: center;
    }
    .link-privacy {
        float: none;
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    .footer-title {
        text-align: center;
    }
}
.modal{
    z-index: 2000;
}

.modal-header {
    padding: 50px 20px 0;
    border: none;
    text-align: center;
    font-size: 16px;
}

.modal-title {
    font-size: 20px;
    margin-bottom: 10px;
}

.modal-body {
    position: relative;
    padding: 20px 50px 50px;
}

.modal-body button.main-btn {
    width: 100%;
}

.modal-body .form-control {
    text-align: center;
}

#modal-thank .after-modal-title{
    margin-bottom: 40px;
}

button.close {
    font-size: 40px;
    position: fixed;
    top: 12px;
    right: 12px;
    transition: 0.3s all;
    z-index: 3000;
    text-shadow: none;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
}

.modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modal {
    text-align: center;
}

.privacy_text h4 {
    font-weight: bold;
}

.privacy_text p {
    margin-bottom: 15px;
}
@media (max-width: 1930px) and (max-height: 1090) {
    .section-footer{
		position: absolute;
	}
}
@media(max-height: 700px) {
    .first-page{
        height: auto !important;
    }
    .first-page h1{
        font-size: 45px;
    }
    .first-page h2{
        font-size: 28px;
    }

}
@media (max-width: 1024px) {
	
	#wizzard{
		/*height: 1500px;*/
	}
	.section-footer{
		position: relative;
	}
    #wizzard .description .col-item:nth-of-type(2){
        width: 100%;
    }
    #step-form{
        margin-top: 40px;
    }
    .progress-bar span{
        right: -35%;
    }
}
@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

@media(max-width: 768px) {
    .modal-body {
        position: relative;
        padding: 20px;
        height: 100%;
    }
    .modal-header {
        padding: 30px 20px 0;
        font-size: 14px;
    }
    .select-box [type="checkbox"]:not(:checked) + label, 
    .select-box [type="checkbox"]:checked + label,
    .select-box [type="radio"]:not(:checked) + label,
    .select-box [type="radio"]:checked + label{
        font-size: 20px;
    }

}
@media (min-width: 1200px){
    .first-page{
        height: 700px;
    }
    #wizzard .col-item-1 .f-column{
        flex-shrink: 200;
        line-height: 1.4;
    }
    /*#wizzard{
        margin-bottom: 60px;
    }*/
}
/* @media (max-width: 1300px) {
    #wizzard{
        height: 1100px;
    }
} */

@media (max-width: 1200px) {
    #work-carousel .owl-prev {
        left: 0px;
    }

    #work-carousel .owl-next {
        right: 0px;
    }

    .select-box img {
        height: 94px;
    }
    .drop-zone {
        padding: 20px 10px;
    }

    #step-form h3 {
        font-size: 26px;
    }

    .finish-step {
        padding-top: 30px;
    }
}

@media (max-width: 1026px) and (max-height: 920px) and (min-width: 769px) {
    .first-page{
        height: 700px;
    }
    .main-container{
        display: block;
    }
}


@media (max-width: 992px) {
    .how-box {
        padding-left: 0px;
    }

    .how-box img {
        position: relative;
        width: auto;
        height: 45px;
    }

    .item-info br{
        display: none;
    }

    .item-box {
        height: 120px;
        margin-bottom: 30px;
    }

    header .col-sm-7{
        width: 100%;
    }

    header .col-sm-5{
        display: none;
    }

    header .header-box {
        padding-top: 50px;
    }

    .navbar-right {
        margin-right: -15px;
    }
}

@media (max-width: 767px) {
    header .header-box {
        padding-top: 10px;
    }

    header .after-h1 {
        margin-bottom: 40px;
        font-size: 20px;
    }

    header {
        padding: 100px 0 50px;
    }

    .item-box span {
        font-size: 15px;
        line-height: 16px;
    }

    .item-box {
        height: 120px;
    }

    #step-form {
        padding: 20px;
        height: auto;
    }

    #how .how-card {
        padding: 20px;
        margin-top: 50px;
    }

    .after-h2 {
        font-size: 16px;
        margin: 0 0 40px;
    }

    .navbar-default .navbar-nav>li.phone {
        text-align: center;
        margin-right: 0;
        padding-top: 6px;
        margin-bottom: 15px;
    }

    section {
        padding: 10px 0;
    }

    #wizzard {
        /*padding-bottom: 50px;*/
    }

    #wizzard .col-md-4.col-sm-4 {
        width: 50%;
        float: left;
    }

    header .col-md-4.col-sm-6 {
        width: 50%;
        float: left;
    }

    .select-box img {
             height: 120px;
         }

    .how-box {
        padding-left: 115px;
        margin-bottom: 30px;
    }

    .how-box img {
        position: absolute;
        width: 90px;
        height: auto;
    }

    a.link-privacy {
        float: none;
    }

    #fileup {
        bottom: 70px;
        height: 100px;
    }
}

@media(max-width: 500px){
    .item-box {
        display: none;
    }

    header .header-box .btn {
        margin-bottom: 0;
    }

    .select-box img {
        height: 65px;
    }

    .select-box {
        min-height: 60px;
    }

    .select-box [type="radio"]:not(:checked) + label, .select-box [type="radio"]:checked + label {
        min-height: 40px;
        padding-left: 60px;
    }

    .button-box {
        text-align: left;
    }

    #step-form h3 {
        height: auto;
    }
}
@media(max-width: 768px) {
    body{
        height: auto;
    }
    .main-container{
        overflow-y: scroll;
    }
    
    #wizzard > .container > .row{
        display: flex;
        flex-direction: column-reverse;
    }
    #wizzard > .container >.row > div:nth-of-type(2){
        /*height: 800px;*/
    }
    #step-form{
        margin-top: 0;
    }
    .left-column {
        margin-top: 10px;
    }
    #wizzard .container{
        margin-top: -25px;
    }
    .section-footer{
        position: relative;
        /*bottom: -20px;*/
    }
    .description{
        display: flex;
        flex-direction: column;
    }
    #wizzard .description .col-item-1{
        display: flex;
        flex-direction: row;
        order: 10;
        margin-top: 40px;
    }


    .progress-bar span{
        right: -10%;
        font-size: 3.4vw;
    }
    .first-page h1{
        font-size: 32px;
    }
    .first-page h2{
        font-size: 22px;
    }
    #step-form{
        margin-top: 80px;
    }
    .setup-content{
        justify-content: flex-start !important;
    }
    #wizzard{
    	/*height: 1300px;*/
    }
    #step-form{
        height: auto;
    }
    #wizzard #step-form .row{
        height: auto;
    }
    #wizzard .col-item-1 .f-column{
        flex-shrink: 200;
    }
    .nav-call-btn {
        padding: 0 15px;
    }
    .navbar-nav {
        text-align: center;
    }
    .navbar-brand {
        padding: 6px 15px;
        font-size: 14px;
    }
    .navbar-brand span {
        display: block;
        font-size: 20px;
        font-weight: bold;
    }
    .navbar-default .navbar-nav>li.phone {
        text-align: right;
        margin-right: 0;
        padding-top: 6px;
    }
    .setup-content{
        justify-content: unset;
    }
    .button-box{
        padding-top: 40px;
    }
    .btn-main{
        font-size: 18px;
        padding: 14px 40px;
    }
    .setup-content{
        height: auto;
    }
    .section-footer .container{
        padding-bottom: 10px;
    }
    .footer-item{
        font-size: 12px;
    }
    .footer-item:nth-of-type(2){
        text-align: right;
    }
    .finish-step{
        justify-content: center !important;
        flex-direction: row;
    }
    #wizzard{
		height: auto;
		padding-top: 30px;
	}
}
@media(max-width: 450px) {
    .main-container{
        display: block;
    }
    #wizzard{
        opacity: 1;
    }
    .rotate-anim-wz{
        animation: none;
    }
    /*.main-container::before{
        background-size: 1344px 756px;
    }*/
    .section-footer{
        height: auto;
    }
    #wizzard > .container > .row{
        display: flex;
        flex-direction: column-reverse;
    }
    #wizzard > .container >.row > div:nth-of-type(2){
        /*height: 800px;*/
    }
	
	.navbar-default{
		display: block;
		height: 15%;
	}
    .first-page h1 .text-mark:nth-of-type(2){
        margin-top: 20px;
        display: block;
    }
    #step-form{
        margin-top: 0;
    }
    .left-column {
        margin-top: 10px;
    }
    #wizzard .container{
        margin-top: 30px;
    }
    .navbar-brand>img{
        height: 36px;
    }
    .navbar-default .navbar-nav,
    .navbar-default .navbar-nav .phone{
        margin: 0;
        padding: 0;
    }
    .navbar-default .navbar-nav .phone a span{
        font-size: 20px;
    }
    .progress{
        margin-top: 0;
        height: 46px;
    }
    .progress-back{
        clip-path: polygon(0% 0%, calc(100% - 15px) 0, 100% 50%, calc(100% - 15px) 100%, 0% 100%);
    }
    .select-box{
        min-height: 40px;
    }
    .button-box{
        margin-top: 20px;
        width: 100%;
    }
    .button-box .last-ch{
        position: absolute;
        padding: 0;
        font-size: 14px;
        top: 110%;
        left: 0%;
        width: 75px;
    }
    .description{
        display: flex;
        flex-direction: column;
    }
    #wizzard .description .col-item-1{
        display: flex;
        flex-direction: row;
        order: 10;
        margin-top: 40px;
    }
    .description .col-item-2 p{
        font-size: 16px;
        line-height: 1.4;
    }
    #wizzard .bonus-item{
        width: auto;
        background: transparent;
        font-size: 36px;
        color: #fff;
    }
    #wizzard .description .col-item:nth-of-type(2){
        margin-bottom: 20px;
    }
    #wizzard .b-container span{
        /*font-size: 12px;*/
    }
    #wizzard .bonus-item.active{
        color: #fff;
        opacity: 1;
    }
    #wizzard .logo-2{
        width: 60px;
        height: 60px;
        -webkit-background-size: cover;
        background-size: cover;
    }
    #wizzard .col-item-1 .f-column{
        line-height: 1.4;
        font-weight: 300;
    }

    #wizzard .col-item-1 .f-column h4{
        display: block;
        margin-top: 12px;
        margin-left: 20px;
        font-size: 18px;
    }
    #wizzard .col-item-1 .f-column p{
        font-size: 14px;
        position: absolute;
        left: 0;
        top: 65px;
        text-align: left;
        width: 100%;
    }


    .navbar-default .container{
        width: auto;
        padding: 0;
    }
    .navbar-default .container{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .navbar-default .navbar-nav .phone a{
        padding-top: 0;
    }
    .navbar-default{
        padding-bottom: 0;
    }
    
    /*.navbar-default */
    
    .first-page .container{
        width: 92%;
    }
    .first-page h2{
        font-size: 4.2vw;
    }
    .navbar-header{
        margin: 0;
        display: flex; 
    }
    #wizzard{
        /*padding-top: 80px;*/
        /*height: 1400px;*/
    }
    #wizzard .col-item-3{
        height: auto;
    }
    #wizzard .b-container{
    	height: 60px;
    }
    .navbar-header .navbar-toggle{
        /*display: none;*/
    }
    input[type="text"],
    #step-3 input[type="text"]{
        width: 100%;
    }
    
    #wizzard .col-item-1 .f-column{
        padding-left: 0;
    }
    #wizzard .description .col-item:nth-of-type(2){
        width: 100%;
    }
    .progress-bar span{
        right: -10%;
        font-size: 14px;
    }
    #wizzard .b-container span{
        flex-shrink: 123;
    }
    .select-box [type="checkbox"]:not(:checked) + label, 
    .select-box [type="checkbox"]:checked + label, 
    .select-box [type="radio"]:not(:checked) + label, 
    .select-box [type="radio"]:checked + label{
        font-size: 16px;
        display: flex;
        padding-top: 5px;
        padding-left: 60px;
    }
    .button-box{
        padding-top: 0;
        flex-direction: column;
        align-items: flex-start;
    }
    .button-box .prevBtn{
        order: 10;
        width: 100%;
        padding: 8px 13px;
        border: 2px solid #ddd;
        border-radius: 100px;
        font-size: 16px;
        font-family: 'Open Sans Semibold';
        text-transform: uppercase;
        color: #fff;
    }
    .button-box .nextBtn{
        order: 0;
        margin-bottom: 20px;
        width: 100%;
    }
    
    #step-form{
        padding: 0;
    }
    input[type="text"]::placeholder{
        font-size: 20px;
    }
    .navbar-toggle{
        float: none;
        margin-left: 10px;
    }
    .first-page h1{
        letter-spacing: 4px;
        font-size: 6vw;
    }
    .btn-main {
        font-size: 16px;
        padding: 10px 15px;
    }
    
    .first-page .test-count {
        font-size: 4.4vw;
        letter-spacing: 2px;
        text-align: center;
    }
    .first-page{
        height: auto;
        /*padding-top: 30px;*/
    }
    header{
    	padding: 0;
    }
    .section-footer{
        bottom: -30px;
    }
    .section-footer .container{
        width: 100%;
    }
    .section-footer .container{
        flex-direction: column;
    }
    .container .footer-item{
        width: 100%;
        text-align: left;
        margin-bottom: 10px;
        align-items: flex-start;
    }
    #wizzard .container{
        width: 100%;
    }
	/*.frame_show{
		animation: none;
	}

	.frame_show_reverse{
		animation: none;
	}

	.title-anim{
		animation: none;
	}

	.title-anim-rev{
		animation: none;
	}

	.rotate-anim{
		animation: none;
	}

	.rotate-anim-wz{
		animation: none;
	}

	.anim-content{
		animation: none;
	}

	.anim-content-right{
		animation: none;
	}
	.anim-content-rev{
		animation: none;
	}

	.anim-content-rev-right{
		animation: none;
	}
	*/
    
    .finish-step .row{
        display: flex;
        justify-content: flex-start;
    }
    /*.section-footer {
        height: auto;
    }*/

    
}
@media(max-width: 375px) {
    body{
        height: 100vh;
    }
    .navbar-brand>img{
        height: 40px;
    }
    .navbar-default .container{
        width: 92%;
    }
    .navbar-default{
        display: block;
        height: auto;
    }
    .first-page{
        padding-top: 20px;
    }
    .section-footer {
        height: auto;
    }    
    .section-footer .container{
        width: 100%;
    }
    .section-footer .container{
        flex-direction: column;
    }
    .container .footer-item{
        width: 100%;
        text-align: left;
        margin-bottom: 10px;
        align-items: flex-start;
    }
    .block-offer #get_offer{
        margin-bottom: 10px;
    }
    #step-form{
        /*margin-top: 120px;*/
    }
    #step-form h3{
        font-size: 20px;
    }
    .finish-step{
        justify-content: flex-start !important;
    }
    
    #wizzard .description .col-item:nth-of-type(1){
        margin-top: 90px;
    }
    #wizzard .b-container{
        height: 100px;
    }
}

@media(max-width: 768px) and (orientation: landscape) {
    .first-page{
        height: auto;
    } 
}
/* @media(max-width: 450px) and (max-height: 740px) {
    .back-img{
        background: url(/img/growing.png) 0 0 no-repeat;
        background-size: 2688px 1505px;
    }
} */

.no-check-text{
    /* border-bottom: 2px solid red !important; */
    box-shadow: 0 10px 10px -10px #fff;
}
.no-check::before{
    /* border: 2px solid red !important; */
    box-shadow: 0 0 10px 0 #fff;
}
header#thank {
    height: 100vh;
    background: url(/img/first_page_.jpg) 0 0 no-repeat;
    display: flex;
    align-items: center;
}
header#thank * {
    font-family: 'Open Sans';
    color: #fff;
}
header#thank h1{
    letter-spacing: 10px;
}

header#thank .header-box {
    padding-top: 45px;
}

header#thank img.header-item-img{
    margin-top: 0;
}

@media(max-width: 767px){
    header#thank {
        padding: 0;
    }

    header#thank .header-box {
        padding-top: 0;
    }

    header#thank h1 {
        font-size: 30px;
    }
}
 @media (min-aspect-ratio: 16/9) {
     #trailer > video { height: 300%; top: -100%; }
 }
 @media (max-aspect-ratio: 16/9) {
     #trailer > video { width: 300%; left: -100%; }
 }
 /* Если есть поддержка object-fit (Chrome/Chrome для Android, Safari в iOS 8 и Opera), используем его: */
 @supports (object-fit: cover) {
     #trailer > video {
         top: 0; left: 0;
         width: 100%; height: 100%;
         object-fit: cover;
     }
 }