@media(max-width: 1500px){
	#main .wrapper{
		padding-top: 220px;
	}
}
@media(min-height: 1000px){
	#main .paralax-bg{
		top: -65%;
	}
}
@media screen and (max-width: 1030px) and (min-height: 1000px){
	.paralax-bg {
	    position: absolute;
	    top: -80%;
	    left: 0;
	    height: 140%;
	    width: 100%;
	    background-size: cover;
	    background-position: top center;
	    background-repeat: no-repeat;
	}
}
@media(max-width: 1500px){
	.v_logo{
		bottom: 40px;
		right: 40px;
	}
	.part_dohod,
	.main_center h1{
		font-size: 48px;
	}
	h2{
		font-size: 36px;
	}
	.pr_title,
	.sr_ch{
		font-size: 24px;
	}
	.pr_title br{
		display: none;
	}
	.four_in_line .item,
	.half ul li,
	h4{
		font-size: 18px;
	}
	.three_item i,
	.number {
	    font-size: 36px;
	}
	.polycy a,
	.tab_content_item form label span,
	.big_text,
	.pr_desc,
	.slide_desc,
	.smal_text{
		font-size: 16px;
	}
	.number span {
	    font-size: 24px;
	}
	.iphone_block_wrap img {
	    max-width: 470px;
	}
	.iphone_block_wrap .half h2{
		margin-top: 0;
	}
	.video_frame {
	    width: 75%;
	    height: 480px;
	    margin: auto;
	    margin-top: 82px;
	    margin-bottom: 100px;
	}
	.iphone_block_wrap{
		padding-top: 120px;
		padding-bottom: 100px;
	}
	#passive{
		padding-top: 100px;
		padding-bottom: 70px;
	}
	#profit {
	    padding: 40px 0 70px;
	}
	#registration {
	    padding: 150px 0 170px;
	}
	#numbers {
	    padding: 100px 0 50px;
	}
	#about{
    	padding-top: 100px;

	}
	#bonus_dohod {
	    padding: 100px 0 80px;
	}
	#calculator{
		padding-top: 100px;
	}
	#what_you_get {
	    padding-top: 100px;
	    padding-bottom: 30px;
	}
	#reviewes {
	    padding: 100px 0 110px;
	}
	.last_reg_form {
	    padding: 100px 15px 120px;
	}
	.mentor_contacts {
	    padding-top: 60px;
	    padding-bottom: 60px;
	}
	footer{
		padding: 30px 0;
	}
}
@media(max-width: 1400px){
	
	.v_logo {
	    bottom: 60px;
	    right: 60px;
	    width: 190px;
	}
	#main .wrapper{
	    padding-top: 180px;
	}
	.btn_main {
	    text-align: center;
	    padding-top: 40px;
	}
	.last_reg_form{
		width: 100%;
	}
	.mentor_contacts{
		width: calc(100% + 30px);
		margin-left: -15px;
		padding-top: 100px;
		padding-bottom: 100px;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-ms-align-items: flex-start;
		align-items: flex-start;
	}
	.mentor_contacts h3{
		width: 50%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 15px;
		padding-left: 40px;
	}
	.mentor_data_wrapp{
		width: 50%;
		padding: 0 15px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}
@media(max-width: 1200px){
	nav ul li a{
		padding: 10px 15px;
	}
	.iphone_block_wrap .half h2{
		margin-top: 0;
	}
	.iphone_block_wrap img{
    	max-width: calc(50% - 65px);
	    -webkit-transform: translateX(-15px);
	    -ms-transform: translateX(-15px);
	    -o-transform: translateX(-15px);
	    transform: translateX(-15px);
	}
	.four_in_line{
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.pr_item,
	.four_in_line .item{
		width: 50%;
	}
}
@media(max-width: 1023px){
	header{
		padding-top: 20px;
	}
	nav{
		display: none;
	}
	.mobile-nav{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-ms-align-items: center;
		align-items: center;
		justify-content: space-between;
		width: calc(100% + 30px);
		margin-left: -15px;
	}
	.mobile-nav ul{
		position: absolute;
		top: calc(100% + 10px);
		left: 0;
		right: 0;
		background-color: rgba(22, 28, 33, 0.9);
		text-align: center;
		padding: 10px 0;
		display: none;
	}
	.mobile-nav ul li a {
	    position: relative;
	    display: block;
	    width: 100%;
	    text-transform: uppercase;
	    color: #fff;
	    letter-spacing: .35px;
	    font-size: 14px;
	    font-weight: 300;
	    text-decoration: none;
	    margin-top: 0px;
	    padding: 10px 24px;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	}
	#hamburger{
		position: relative;
		display: block;
		width: 25px;
		height: 20px;
		right: 15px;
	}
	#hamburger span{
		display: block;
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: var(--green);
		-webkit-transform: translateY(-50%);
		   -moz-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		     -o-transform: translateY(-50%);
		        transform: translateY(-50%);
		-webkit-transition: all .3s linear;
		-o-transition: all .3s linear;
		transition: all .3s linear;
	}
	#hamburger.active span{
		background-color: transparent;
	}
	#hamburger span:before,
	#hamburger span:after{
		content: '';
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: var(--green);
		-webkit-transition: all .3s linear;
		-o-transition: all .3s linear;
		transition: all .3s linear;
	}
	#hamburger span:before{
		top: -6px;
	}
	#hamburger span:after{
		top: 6px;
	}
	#hamburger.active span:before{
		top: 0px;
		-webkit-transform: rotate(45deg);
		   -moz-transform: rotate(45deg);
		    -ms-transform: rotate(45deg);
		     -o-transform: rotate(45deg);
		        transform: rotate(45deg);
	}
	#hamburger.active span:after{
		top: 0px;
		-webkit-transform: rotate(-45deg);
		   -moz-transform: rotate(-45deg);
		    -ms-transform: rotate(-45deg);
		     -o-transform: rotate(-45deg);
		        transform: rotate(-45deg);
	}
	.main_center h1{
		font-size: 48px;
	}
	.video_frame{
    	height: 410px;
	}
	.v_logo {
	    position: absolute;
	    bottom: 50px;
	    right: 50px;
	    width: 180px;
	}
	.iphone_block_wrap {
	    position: relative;
	    padding-top: 130px;
	    padding-bottom: 0;
	    overflow: hidden;
	    display: -webkit-flex;
	    display: -moz-flex;
	    display: -ms-flex;
	    display: -o-flex;
	    display: flex;
	    -webkit-flex-wrap: wrap;
	    -moz-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    -o-flex-wrap: wrap;
	    flex-wrap: wrap;
	    -webkit-flex-direction: column-reverse;
	    -moz-flex-direction: column-reverse;
	    -ms-flex-direction: column-reverse;
	    -o-flex-direction: column-reverse;
	    flex-direction: column-reverse;
	}
	.iphone_block_wrap img {
	    position: relative;
	    bottom: auto;
	    left: auto;
	    right: auto;
	    display: block;
	    margin: 0 auto;
	    margin-top: 30px;
	    width: 90%;
	    max-width: 450px;
	    height: 670px;
	    -o-object-fit: cover;
	    object-fit: cover;
	    object-position: top;
	    z-index: 1;
	    -webkit-transform: translateX(0) !important;
	    -ms-transform: translateX(0) !important;
	    -o-transform: translateX(0) !important;
	    transform: translateX(0) !important;
	}
	.half{
		padding-left: 0;
	}
	.two_blocks_in_line{
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.two_item{
		width: 100%;
		margin-bottom: 30px;
	}
	.bonus_decor {
		top: auto;
	    bottom: -110px;
	}
	.mentor_contacts{
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.mentor_data_wrapp,
	.mentor_contacts h3{
		width: 100%;
	}
	.mentor_data_wrapp{
		max-width: 450px;
		margin: 0 auto;
	}
	.mentor_contacts h3{
		padding: 0;
		text-align: center;
	}
}
@media(max-width: 767px){

	.tabs_content{
		height: auto;
	}
	#main .wrapper{
		padding-top: 120px;
		padding-bottom: 80px;
	}
	.logo{
		max-width: 190px;
	}
	.main_center h1{
		font-size: 26px;
	}
	.btn_label{
		line-height: 1.5;
		font-size: 18px;
	}
	h2{
		font-size: 32px;
	}
	h3{
		font-size: 24px;
	}
	h4{
		font-size: 18px;
	}
	.half ul li{
		font-size: 18px;
	}
	.half h4{
		margin-top: 30px;
	}
	.number{
		font-size: 38px;
	}
	.three_item i{
		font-size: 38px;
	}
	.big_text{
		font-size: 20px;
	}
	.smal_text{
		font-size: 16px;
	}
	#main .paralax-wrapp{
		display: none;
	}
	.video_frame {
	    height: 290px;
	    margin-top: 50px;
	    margin-bottom: 80px;
	}
	.v_logo {
	    bottom: 20px;
	    right: 20px;
	    width: 100px;
	}
	#what_you_get,
	#calculator,
	#numbers,
	#passive,
	.iphone_block_wrap,
	#about {
	    padding-top: 80px;
	}
	#what_you_get,
	#numbers,
	#passive{
		padding-bottom: 30px;
	}
	#reviewes,
	#registration,
	#bonus_dohod,
	#profit{
		padding: 80px 0;
	}
	.bottom-buttons,
	form>div{
		width: 100% !important;
	}
	.wrapp-iput{
		width: 100%;
		margin-bottom: 10px;
	}
	.iphone_block_wrap img{
		height: 500px;
	}
	.pr_item, .four_in_line .item {
	    width: 100%;
	}
	.three_item {
	    width: 100%;
	    padding: 30px 15px 50px;
	    margin: 0;
	}
	.three_item i {
	    top: 100%;
	    left: 50%;
	    -webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	    -o-transform: translate(-50%,-50%);
	    transform: translate(-50%,-50%);
	}
	.part_dohod{
		font-size: 48px;
	}
	.sr_ch{
		font-size: 32px;
	}
	.dohod_item {
	    font-size: 16px;
	    line-height: 1.5;
	    letter-spacing: .4px;
	    padding: 40px;
	    border-left: 0px solid var(--green);
	    border-top: 5px solid var(--green);
	    background-color: var(--gray-dark);
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	}
	.bonus_decor {
	    bottom: -70px;
	}
	.tab_item{
		width: 100%;
	}
	.tab_content_item form label{
		width: 100%;
	}
	.tab_content_item form label i {
	    bottom: -40px;
	    left: 50%;
	}
	.select_pak button{
		margin: 5px 15px;
	}
	#option_pak label{
		/* margin-bottom: 30px; */
	}
	#option_pak label i{
	    /* bottom: -25px; */
	}
	.pr_item{
		margin-bottom: 50px;
	}
	.pr_title{
		font-size: 24px;
	}
	.four_in_line .item{
		font-size: 18px;
	}
	.pr_desc{
		font-size: 16px;
	}
	.four_in_line .item .icon,
	.primes_wrap .pr_item .icon{
		width: 80px;
		height: 80px;
		font-size: 40px;
	}
	.slide_desc{
		font-size: 16px;
		letter-spacing: .4px;
	}
	.mentor_contacts,
	.last_reg_form{
		padding: 80px 15px;
		width: 100%;
		margin: 0;
	}
	.mentor_data_wrapp, .mentor_contacts h3{
		padding: 0;
	}
	.m_photo {
	    width: 100px;
	    height: 100px;
	    border-radius: 50%;
	    overflow: hidden;
	}
	.cont_box {
	    width: calc(100% - 100px);
	    padding-left: 5%;
	}
	.cont_box a i{
		margin-right: 0;
	}
	footer .wrapper{
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.polycy,
	.social,
	.copy{
		width: 100%;
		text-align: center;
	}
	.social{
		order: 1;
		margin-bottom: 20px;
	}
	.polycy{
		order: 2;
	}
	.copy{
		order: 3;
		margin-top: 20px;
	}
	.polycy a{
		display: block;
		margin-left: 0;
	}
	.cont_box{
		width: 100%;
	}
	.mentor_data_wrapp, .mentor_contacts h3{
		text-align: center;
	}
	.m_photo{
		margin: 0 auto;
		margin-bottom: 30px;
	}
}