*{
	font-family: 'Roboto', sans-serif;
	box-sizing: border-box;
}
body,html{
	margin: 0;
	padding: 0;
}
.wrapper{
	max-width: 1280px;
	margin: 0 auto;
}
.big_block{
	width: 100%;
	min-height: 15px;
	position: relative;
}
.left_white{
	position: absolute;
	width: 50%;
	left: 0;
	top:0;
	height: 100%;
}
.right_green{
	position: absolute;
	width: 50%;
	right: 0;
	height: 100%;
	top:0;
	background-color: #9aca34;
}
header{
	padding-top: 50px;
}
header .wrapper{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	z-index: 99;
}
.logo{
	font-size: 30px;
	font-weight: 400;
	color:#5f5f5f;
}
.lang_switcher a, .lang_switcher{
	font-size: 25px;
	font-weight: 300;
	color:#fff;
	text-decoration: none;
}
.lang_switcher a.active{
	font-weight: 700;
}
.form_block{
	position: relative;
	z-index: 99;
}
.form{
	padding: 20px 40px;
	box-shadow: -5px 5px 15px 2px rgba(0, 0, 0, 0.05);
	max-width: 500px;
	border-radius: 25px;
}
.form_title{
	font-size: 24px;
	color: #5f5f5f;
	font-weight: 700;
	text-align: center;
}
.form_title span{
	color:#9aca34;
}
.form_text{
	color: #5f5f5f;
	display: flex;
	justify-content: space-between;
	margin: 15px 0;
}
.form_text.nomargin{
	margin-top: 5px;
}
.form_text.nmb{
	margin-bottom: 0;
}
.form_button{
	width: 400px;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 auto;
	font-size: 28px;
	margin-top: 20px;
	color:#fff;
	font-weight: 600;
	height: 73px;
	cursor: pointer;
	text-align: center;
	background-color: #6b8e24;
	border-radius: 25px;
	line-height: 73px;
}
.ui-widget-header{
	background-color: #9ac934;
}
.form_block{
	padding-top: 100px;
	padding-bottom: 150px;
}
.form{
	position: relative;
	z-index: 999;
	background-color: #fff;
}
.form_block:before{
	content:"";
	width: 600px;
	height: 450px;
	position: absolute;
	left:150px;
	z-index: -1;
	bottom:-10px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:contain;
	background-image: url(..//img/peso-ph.png);
}
.text_form{
	max-width: 650px;
}
.form_block .wrapper{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.text_form_title{
	font-size: 36px;
	font-weight: 700;
	color:#fff;
	text-transform: uppercase;
}
.text_form_subtitle{
	font-size: 25px;
	color:#fff;
	font-weight: 300;
	margin-top: 20px;
}
.text_form_bottom{
	display: flex;
	align-items: center;
	margin-top: 40px;
}
.text_form_bottom img{
	width: 42px;
	height: 42px;
	margin-right: 10px;
}
.text_form_bottom span{
	font-size: 20px;
	font-weight: 300;
	color:#fff;
}
.get_money_title{
	font-size: 40px;
	font-weight: 400;
	color: #4b4b4b;
	text-align: center;
	margin-top: 30px;
}
.get_money_title span{
	color:#9aca34;
}
.step_item .big_number{
	color:rgba(154, 201, 52, .5);
	font-size: 100px;
	font-weight: 600;
	line-height: 80px;
}
.step_item{
	max-width: 260px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}
.step_item .step_descr{
	font-size: 26px;
	color: #4b4b4b;
	font-weight: 300;
	text-align: center;
}
.step_item .step_descr span{
	color:rgba(154, 201, 52, .5);
	font-weight: 600;
	display: block;
}
.steps_wrapper{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 40px;
	padding-bottom: 50px;
}
.advantages{
	padding: 50px 0;
	background-color: #9aca34;
}
.advantages .title{
	font-size: 36px;
	font-weight: 600;
	color:#fff;
	text-align: center;
}
.adv_item{
	max-width: 250px;
	display: flex;
	flex-direction: column;
	/*justify-content: center;*/
	align-items: center;
}
.adv_item .image{
	height: 120px;
}
.adv_item .image img{
	max-height: 100px;
}
.adv_wrapper{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.adv_item_title{
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	color:#fff;
	margin-top: 15px;
	margin-bottom: 5px;
}
.adv_item_subtitle{
	font-weight: 300;
	color: #9aff8c;
	text-align: center;
}
.adv_wrapper{
	margin-top: 50px;
}
.cta_info{
	max-width: 350px;
	margin-right: 50px;
}
.cta_item_title{
	color: #9aca34;
	font-size: 25px;
	font-weight: 600;
}
.cta_item_subtitle{
	font-size: 18px;
	font-weight: 300;
	color: #4b4b4b;
}
.cta_item{
	margin-bottom: 20px;
}
.cta_wrapper{
	margin-top: 100px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-bottom: 60px;
	position: relative;
}
.cta_wrapper:before{
	content:"";
	width: 500px;
	height: 300px;
	position: absolute;
	right:-50px;
	z-index: -1;
	bottom:-10px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:contain;
	background-image: url(..//img/peso-ph.png);
}
.text_block{
	padding: 30px 0;
	background-color: #6b8e24;
}
.text_block .title {
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
}
.text_block p{
	color:#fff;
	text-align: center;
}
footer{
	background-color: #9aca34;
	padding: 30px 0;
}
footer .logo{
	color:#fff;
}
footer .wrapper{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.footer_item{
	font-size: 20px;
	font-weight: 300;
	color:#fff;
}
.footer_item img{
	max-width: 50px;
}
.form_page header{
	background-color: #9aca34;
	padding: 50px 0;
}
.form_page header .logo{
	color:#fff;
}
.timer{
	max-width: 300px;
	padding: 10px 0;
	box-shadow: -5px 5px 15px 2px rgba(0, 0, 0, 0.1);
border-radius: 15px;
background-color: #ffffff;
margin: 0 auto;
margin-top: 30px;
}
.timer_title{
	font-size: 20px;
	font-weight: 600;
	color: #9acb34;
	text-align: center;
}
.timer_number{
	font-size: 50px;
	color: #5f5f5f;
	margin-top: 5px;
	text-align: center;
}
.timer_descr{
	color: #8cce83;
	font-size: 13px;
	opacity: .5;
}
.timer_descr_wrapper .timer_descr:nth-child(2){
	margin-left: 50px;
}
.timer_descr_wrapper{
	display: flex;
	justify-content: center;
}
.lead_form form{
	max-width: 700px;
	margin: 0 auto;
	margin-top: 40px;
}
.lead_form form input{
	width: 100%;
	height: 70px;
	box-shadow: -5px 5px 15px 2px rgba(0, 0, 0, 0.1);
	border-radius: 25px;
	outline: none;
	border:none;
	background-color: #ffffff;
	padding-left: 70px;
	color: #4b4b4b;
	margin-bottom: 25px;
	font-size: 22px;
}
.lead_form form input::placeholder{
	color: #dbdbdb;
}
#confirmation{
	width: 40px;
height: 40px;
box-shadow: -5px 5px 15px 2px rgba(0, 0, 0, 0.1);
border-radius: 15px;
background-color: #ffffff;
border:none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
margin: 0;
padding: 0;
}
.checkbox_item{
	width: 40px;
height: 40px;
box-shadow: -5px 5px 15px 2px rgba(0, 0, 0, 0.1);
border-radius: 15px;
background-color: #ffffff;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
}
.checkbox_item img{
	max-width: 25px;
	display: none;
}
.hide img{
	transform: rotate(180deg);
	transition: .3s;
}
.hide.opened img{
	transform: rotate(0deg);
}
.checkbox_item.active img{
	display: block;
}
.checkbox{
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
}
.checkbox_text{
	display: flex;
	align-items: center;
	margin-left: 20px;
	font-size: 20px;
	font-weight: 300;
}
.hide{
	margin-left: 5px;
	cursor: pointer;
}
.agree_text{
	font-size: 14px;
	font-weight: 300;
	color: #4b4b4b;
	max-width: 500px;
	margin: 0 auto;
	display: none;
	/*text-align: center;*/
}
.submit_button{
	display: block;
	outline: none;
	border:none;
	width: 446px;
height: 77px;
background-color: #6b8e24;
text-transform: uppercase;
cursor: pointer;
text-align: center;
color:#fff;
line-height: 77px;
font-size: 29px;
margin: 30px auto;
border-radius: 25px;
}
.lead_form{
	padding-bottom: 30px;
}
.offer{
	display: block;
	text-decoration: none;
	color:#333;
	max-width: 300px;
	box-shadow: -5px 5px 15px 2px rgba(0, 0, 0, 0.1);
	background-color: #ffffff;
	border-radius: 20px;
	
	margin: 20px 15px;
	position: relative;
	z-index: 99;
}
.offer_inner{
	background-color: #fff;
	padding: 20px;
	border-radius: 20px;
}
.offer:nth-child(1):before, .offer:nth-child(2):before, .offer:nth-child(3):before{
	content: "";
	width: 100%;
	height: 100px;
	background-color: #9aca34;
	border-radius: 25px;
	top:-50px;
	left:0;
	z-index: -1;
	position: absolute;
}
.offer:nth-child(1):before{
	content:"Top 1";
	text-transform: uppercase;
	font-size: 24px;
	color:#fff;
	text-align: center;
	padding-top: 13px;
}
.offer:nth-child(2):before{
	content:"Top 2";
	text-transform: uppercase;
	font-size: 24px;
	color:#fff;
	text-align: center;
	padding-top: 13px;
}
.offer:nth-child(3):before{
	content:"Top 3";
	text-transform: uppercase;
	font-size: 24px;
	color:#fff;
	text-align: center;
	padding-top: 13px;
}
.offer_logo img{
	max-width: 200px;
}
.offer_logo{
	height: 50px;
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}
.offer_descr, .offer_subtitle{
	color: #433c3c;
	font-size: 18px;
	text-align: center;
	font-weight: 300;
}
.offer_descr{
	margin-top: 5px;
}
.offer_subtitle{
	font-size: 14px;
	margin-top: 15px;
}
.offer_text_bold{
	font-size: 20px;
	font-weight: 600;
	color: #433c3c;
	text-align: center;
	margin-top: 25px;
}
.offer_descr span{
	color:#9aca34;
	font-weight: 600;
}
.offer_rating{
	display: flex;
	justify-content: center;
	margin-top: 10px;
}
.offers .wrapper{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 80px;
}
footer p{
	color:#fff;
	font-size: 14px;
}
.text_block h3{
	color:#fff;
	text-align: center;
}
.get_money{
	width: 140px;
	height: 40px;
	font-size: 17px;
	color:#fff;
	text-transform: uppercase;
	background-color: #9aca34;
	margin:0 auto;
	margin-top: 10px;
	text-align: center;
	line-height: 40px;
	border-radius: 6px;
	transition: .3s;
}
.get_money:hover{
	box-shadow: 0 0 1px #000;
}
@media(max-width: 767px){
	.left_white{
		display: none;
	}
	.right_green{
		width: 100%;
	}
	.wrapper{
		padding: 0 20px;
	}
	.form_block .wrapper{
		flex-direction: column-reverse;
	}
	.form{
		max-width: 100%;
		margin-top: 40px;
	}
	.form_button{
		max-width: 100%;
		font-size: 21px;
	}
	.text_form_title{
		font-size: 28px;
	}
	.text_form_subtitle{
		font-size: 18px;
	}
	.form_block{
		padding-top: 0;
		padding-bottom: 30px;
	}
	.form_block:before{
		display: none;
	}
	body{
		overflow-x: hidden;
	}
	.text_form_bottom{
		margin-top: 10px;
		font-size: 11px;
	}
	.text_form_bottom span{
		font-size: 11px;
	}
	.text_form_bottom img{
		max-width: 25px;
		max-height: 25px;
	}
	.lang_switcher a, .lang_switcher{
		font-size: 17px;
	}
	.get_money_title, .advantages .title{
		font-size: 24px;
		font-weight: 600;
		text-transform: uppercase;
	}
	.step_item .big_number{
		font-size: 70px;
	}
	.step_item .step_descr{
		font-size: 17px;
		width: 133px;
	}
	.step_item{
		align-items: center;
	}
	.advantages{
		padding: 25px 0;
	}
	.adv_item_title{
		font-size: 18px;
	}
	.adv_item_subtitle{
		font-size: 14px;
	}
	.adv_item .image{
		height: 80px;
	}
	.adv_item .image img{
		max-height: 80px;
	}
	.adv_item{
		max-width: 160px;
	}
	.adv_wrapper{
		justify-content: center;
		margin-top: 20px;
	}
	.adv_item{
		margin: 15px 0;
		margin-bottom: 15px;
	}
	.cta_wrapper{
		margin-top: 40px;
		flex-direction: column-reverse;
	}
	.cta_wrapper .form{
		margin-top: 0;
	}
	.cta_item_title{
		font-size: 22px;
		text-align: center;
	}
	.cta_item_subtitle{
		font-size: 16px;
		text-align: center;
	}
	.cta_wrapper:before{
		right: unset;
    width: 250px;
    height: 250px;
    bottom: 150px;
    left: -180px;
	}
	.cta_info{
		margin-right: 0;
		margin-top: 40px;
	}
	.text_block .title{
		font-size: 24px;
	}
	.logo{
		font-size: 20px;
	}
	.footer_item{
		font-size: 16px;
	}
	.footer_item img{
		font-size: 30px;
	}
	.lead_form{
		padding: 0 20px;
		padding-bottom: 150px;
	}
	.submit_button{
		width: 100%;
		height: 53px;
		line-height: 53px;
		font-size: 22px;
	}
	.lead_form form input{
		height: 53px;
		font-size: 20px;
	}
	.offer_logo{
		height: 30px;
		margin-bottom: 10px;
	}
	.offer_logo img{
		max-width: 150px;
	}
	.offer_descr, .offer_subtitle{
		font-size: 16px;
	}
	.offer_subtitle{
		font-size: 12px;
	}
	.offer_text_bold{
		font-size: 18px;
		margin-top: 15px;
	}
	.offer_inner{
		padding: 10px;
	}
	.offer{
		max-width: 150px;
		margin: 20px 5px;
	}
	.offer:nth-child(1):before, .offer:nth-child(2):before, .offer:nth-child(3):before{
		font-size: 14px;
		top: -25px;
		padding-top: 5px;
	}
	.offers .wrapper{
		padding-top: 30px;
	}
	header, .form_page header{
		padding: 30px 0;
	}
}
.testimonials{
	/*margin-top: 200px;*/
	/*padding-bottom: 270px;*/
	/*background-image: url(..//img/testim_bg.png);*/
	/*background-repeat: no-repeat;*/
	/*background-size: contain;*/
	/*background-position: 0 0;*/
}
.testim_item{
	background-color: #fff;
	border-radius: 20px;
	border: 1px solid rgba(171, 171, 171, 0.33);
	padding:10px 20px;
	max-width: 500px;
	margin: 20px;
}
.testim_item{
	/*display: flex !important;*/
	/*margin: 0 20px;*/
	/*flex-wrap: nowrap;*/
}

.testim_text{
	display: flex;
	flex-wrap: nowrap;
}
.testim_text_bottom{
	max-width: 200px;
	margin-left: 20px;
}
.absolute_container_testim{
	margin-top: 45px;
	/*width: 100vw;*/
	max-height: 250px;
	overflow: hidden;
}
.testim_item img{
	display: block;
	width: 91px;
	height: 91px;
}
.testim_text_inner{
	color: #5E5E5E;
	font-size: 16px;
	margin-top: 20px;
	font-weight: 400;
}
.testim_text_bottom{
	color: #9aca34;
	font-weight: 600;
	font-size: 20px;
	margin-top: 30px;
}
.slick-slide img{
	border-radius: 50%;
}
.logo img{
	max-width: 150px;
}
.footer_item a{
	text-decoration: none;
	color:#fff;
}
.footer_item a:hover{
	text-decoration: underline;
}
.front_page.wrapper{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 60px;
}
@media(max-width: 767px){
	.front_page .get_money{
		width: 100%;
	}
	.front_page.wrapper{
		padding-top: 0;
	}
}
.overlay{
	background-color: rgba(0, 0, 0, 0.35);
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 9999;
}
.text_bottom{
	color:#272727;
}
.text_bottom p{
	line-height: 24px;
}
.text_bottom ul li{
	margin:10px 0;
}
.modal{
	width: 500px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	top:50%;
	transform: translate(-50%,-50%);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 15px;
	padding: 0 20px;
}
.icon_fire{
	position: relative;
	text-align: center;
}
.icon_fire img{
	margin: 0 auto;
	margin-top: -28px;

	position: relative;
}
.modal_title{
	width: 100%;
	/*height: 70px;*/
	position: relative;
	color:#000;
	font-weight: bold;
	font-size: 20px;
	text-align: center;

	padding: 10px;
}
.offer_modal .logo{
	padding: 0 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
	padding-left: 40px;
}
.modal .offer_button{
	margin-bottom: 0;
	height: 52px;
	line-height: 52px;
	border-radius: 0;
	background-color: #F09917 !important;
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
	width: 130px;
}
.modal{
	position: relative;
	padding-bottom: 20px;
	border-radius: 5px;
}
.modal_text{
	text-align: center;
	padding: 0 10px;
	color: #3D3D3D;
	font-size: 14px;
}
.offer_modal .logo img{
	width: 130px;
}
.offer_modal .text{
	color: #191919;
	font-weight: normal;
	font-size: 20px;
}
.close_modal{
	position: absolute;
	top: 28px;
	width: 20px;
	right: 20px;
	cursor: pointer;
}
.close_modal img{
	max-width: 15px;
}
.offer_modal{
	display: flex;
	text-decoration: none;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: 10px 0;
	border-radius: 12px;
}
.offer_modal .button .offer_button{
	margin-top: 0;
}
.offer_modal.border{
	border-top: 1px solid #0099FF;
	border-bottom: 1px solid #0099FF;
}
.modal_bottom{
	padding: 15px 0;
	position: relative;
	background-color: #0099FF;
}
.offer_modal{
	position: relative;
}
.point_block{
	position: absolute;
	left: -10px;
	top:50%;
	transform: translateY(-50%);
}
.modal_image img{
	max-width: 30px;
}
.modal .offer_button {
	margin-bottom: 0;

	line-height: 45px;

	background-color: #9aca34 !important;
	box-shadow: 0px 0px 7px #9aca34;
	border-radius: 5px;
	width: 150px;
	height: 45px;
	transition: .3s;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	text-align: center;
}
.offer_button:hover {
	opacity: .7 !important;
}
.offer_modal:hover{
	text-decoration: none;
}
@media(max-width: 767px){
	.modal_title{
		font-size: 15px;
	}
	.offer_modal{
		padding: 18px 30px;
	}
	.modal{
		width: 98%;
	}

	.modal_title{
		margin-bottom: 15px;
	}
	.modal_title:before {
		height: 115px;
		background-position-y: 115px;
	}
	.input_block input{
		width: 166px;
		font-size: 15px;
	}
	.offer_modal .logo img{
		width: 100px;
	}
	.offer_modal .button .offer_button{
		margin-top: 10px;
	}
	.modal{
		max-width: 98%;
	}
	.offer_modal{
		padding: 0;
	}
	.offer_modal{
		padding-left: 10px;
	}
	.modal .offer_button{
		width: 115px;
		height: 35px;
		line-height: 35px;
	}
	.offer_modal .logo{
		padding-left:0;
	}
	.modal_title{
		margin-bottom: 0;
	}
	.modal_text{
		font-size: 16px;
	}
	.offer_modal .button .offer_button{
		margin-top: 0;
	}
	.offer_modal{
		padding: 10px 0;
	}
	button.duration-200{
		font-size: 11px;
	}
	.offer_modal .text{
		font-size: 17px;
	}
}