body,html{
	margin: 0;
	padding: 0
}
*{
	font-family: 'Montserrat', sans-serif;
	box-sizing: border-box;
}
.wrapper{
	max-width: 1140px;
	margin:0 auto;
}
.logo{
	font-size: 22px;
	color:#FD385B;
	font-weight: 600;
}
header{
	height: 70px;
}
header .wrapper{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}

.order_button a, .order_button button{
	display: block;
	text-decoration: none;
	background-color: #FD385B;
	font-size: 17px;
	color:#fff;
	width: 200px;
	border:1px solid #FD385B;
	height: 40px;
	line-height: 38px;
	text-align: center;
	border-radius: 20px;
	transition: .3s;
}
.order_button button{
	line-height: 30px;
}
.order_button button:disabled{
	cursor: not-allowed;
}
.input_block{
	margin-top: 30px;
}
.input_block input{
	width: 100%;
	border-radius: 20px;
	border:1px solid #7CFFC7;
	height: 40px;
	outline: none;
	padding-left: 20px;
	max-width: 300px;
	margin-bottom: 30px;
}
.order_button a:hover, .order_button button:hover{
	background-color: #fff;
	color:#FD385B;
}
.banner{
	min-height: 550px;
	background-image: url(/img/banner.jpg);
	background-size: cover;
}
.overlay_banner{
	width: 100%;
	min-height: 550px;
	background-color: rgba(255, 255, 255, .5);
}
.logo img{
	max-width: 100px;
}
.left_side_banner{
	color:#333;
	font-size: 30px;
	max-width: 500px;
}
.banner .wrapper{
	display: flex;
	align-items: center;
	min-height: 550px;
	justify-content: space-between;
}
.calculator{
	background-color: #FAFAFA;
	padding: 25px 15px;
	width: 500px;
	border-radius: 20px;
}
.amount_range, .days_range{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.calculator_title{
	font-size: 22px;
	color:#333;
	font-weight: 600;
	margin-bottom: 30px;
}
.slider-1, .slider-2{
	margin:15px 0;
}
/*.calculator .order_button a{
	margin: 20px auto;
}*/
.money_and_get_wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
span.amount, span.days{
	font-size: 18px;
	font-weight: 600;
}
.money_and_get_wrap{
	margin-top: 20px;
}
.calculator_text{
	padding: 10px 0;
	color:#a9a9a9;
	font-size: 14px;
}
section{
	padding: 40px 0;
}
section.banner{
	padding: 0;
}
.how_works_item img{
	max-width: 80px;
	max-height: 60px;
}
.how_works_item{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 300px;
}
.how_works .wrapper{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.how_works_item p{
	text-align: center;
}
section h2{
	text-align: center;
	font-size: 26px;
	font-weight: 600;
	color:#333;
	margin-bottom: 40px;
	text-transform: uppercase;
}
.why_us .wrapper .clients{
	width: 48%;
	box-shadow: 0 0 5px #7CFFC7;
	padding: 20px;
	border-radius: 5px;
}
.why_us .wrapper{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.clients .clients_title{
	font-size: 22px;
	font-weight: 600;
	color:#333;
	text-align: center;
	margin-bottom: 20px;
}
.clients_text{
	font-size: 15px;
	padding:15px 0;
	border-top: 1px solid #7CFFC7;
	padding-left: 40px;
	position: relative;
}
.clients_text:before{
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	top:50%;
	left: 0;
	transform: translateY(-50%);
	background-image: url(/img/handhold.svg);
}
.clients_text.first{
	border-top: 1px solid #7CFFC7;
}
.testimonial_photo .review_image img{
	max-width: 100px;
	border-radius: 20px;
}
.review_image{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
.review_image .review_name{
	font-size: 18px;
	color:#333;
	font-weight: 600;
	margin-left: 20px;
}
.testimonial{
	max-width: 350px;
	color:#333;
	line-height: 24px;
	padding: 20px;
	box-shadow: 0 0 5px #7CFFC7;
	border-radius: 20px;
}
.testimonials .wrapper{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.testimonial_photo{
	margin-bottom: 20px;
}
section.cta{
	padding: 40px 0;
	background-color: #7CFFC7;
}
.cta_text{
	font-size: 22px;
	color:#333;
	font-weight: 600;
	text-align: center;
	margin-bottom: 30px;
}
section.cta .order_button a{
	margin:0 auto;
}

footer .wrapper:nth-child(1){
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px solid #7CFFC7;
}
footer .wrapper:nth-child(2) div{
	margin: 5px 0;
	color:#333;
	font-size: 10px;
}
footer .wrapper:nth-child(2) div.footer_adress{
	margin-top: 20px;
}
footer .wrapper{
	padding: 40px 0;
}
.left_side_footer div{
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 600;
	color:#333;
}
.right_side_footer div.margin{
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 600;
	color:#333;
}
.left_side_footer a, .right_side_footer a{
	color:#FD385B;
	text-decoration: none;
}
.right_side_footer .small_text{
	font-size: 14px;
	color:#333;
	margin-top: 5px;
}
@media(max-width: 767px){
	.banner .wrapper{
		flex-wrap: wrap;
	}
	.calculator{
		width: 100%;
	}
	.wrapper{
		padding: 0 20px;
	}
	.order_button a{
		width: 170px;
	}
	section.banner .overlay_banner{
		padding: 20px 0;
	}
	.how_works .wrapper{
		justify-content: center;
	}
	section h2{
		padding: 0 20px;
		font-size: 22px;
	}
}
.clients_choice{
	display: flex;
	flex-wrap: nowrap;
}
.clients_choice div{
	width: 50%;
	text-align: center;
	padding: 10px;
	color:#333;
	font-weight: 600;
	cursor: pointer;
}
.clients_choice div.active{
	background-color: #7CFFC7;
	color:#fff;
}
.why_us.mobile .wrapper .clients{
	padding: 0;
}
.why_us.mobile .clients_text{
	padding: 15px 20px;
}
.clients_choice_text{
	display: none;
}
.clients_choice_text.visible{
	display: block;
}
.why_us.mobile{
	display: none;
}
@media(max-width: 767px){
	.why_us.mobile{
		display: block;
	}
	.why_us.desc{
		display: none;
	}
	.why_us .wrapper .clients{
		width: 100%;
	}
	.testimonial{
		margin: 0 12px;
	}
	.right_side_footer, .left_side_footer{
		width:100%;
	}
	.right_side_footer{
		margin-top: 20px;
	}
	footer .wrapper{
		padding: 40px 20px;
	}
	.testimonials{
		overflow-x: hidden;
	}
	.slick-dots{
		position: static !important;
	}
}
.form{
	max-width: 620px;
	margin: 0 auto;
}
.form h1{
	    text-align: center;
    font-size: 26px;
    font-weight: 600;
    color: #333;
    margin-bottom: 40px;
    text-transform: uppercase;
}
.form__i-box{
	    display: block;
    margin-bottom: 20px;
    font-weight: 700;
    position: relative;
}
.form{
    background-color: #fff;
    border-radius: 8px;
    padding: 30px 100px;
    position: relative;
}
.form__input{
	width: 100%;
    height: 36px;
    background-color: #fff;
    border: 1px solid #7CFFC7;
    border-radius: 4px;
    padding-left: 10px;
    font-weight: 400;
    margin-top: 10px;
    transition: 0.3s;
}
.form__i-box_politics{
	/*padding-left: 40px;*/
    font-weight: 400;
    cursor: pointer;
}
.center_side_footer ul{
	margin: 0;
	list-style: none;
	padding: 0;
}
.center_side_footer ul li{
	margin-bottom: 5px;
}
.center_side_footer ul li a{
	text-decoration: none;
	color:#FD385B;
}
button{
	margin: 0;
    border: 0;
    font: inherit;
    color: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    text-transform: none;
    box-sizing: border-box;
    outline: none !important;
    background-clip: padding-box;
    background-color: transparent;
}
.form__send-btn{
	width: 261px;
    height: 54px;
    background-color: #FD385B;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    margin: 0 auto;
    display: block;
}
main.loans_padding{
	padding: 60px 0;
}
.offer{
	width: 250px;
	padding: 10px;
	background-color: #fff;
	box-shadow: 0 0 5px #7CFFC7;
	margin: 30px 0;
}
.offer .offer_logo img{
	/*max-width: 150px;*/
	height: 28px;
	display: block;
	margin: 10px auto;
}
.offer .offer_info{
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	padding: 10px 0;
	border-top: 1px solid #7CFFC7;
}
.offer .offer_info div{
	margin: 0 5px;
}
.offer_descr{
	font-size: 15px;
	font-style: italic;
	text-align: center;
	border-top: 1px solid #7CFFC7;
	padding: 15px 0;
}
.offer_button{
	display: block;
    text-decoration: none;
    background-color: #FD385B;
    font-size: 17px;
    color: #fff;
    width: 200px;
    border: 1px solid #FD385B;
    height: 40px;
    line-height: 38px;
    text-align: center;
    border-radius: 20px;
    transition: .3s;
    margin: 0 auto;
}
.offer_button:hover{
	background-color: #fff;
	color:#FD385B;
}
.loans_padding .wrapper{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.push_block{
	width: 300px;
    height: 72px;
    background-image: linear-gradient(#273EBC, #D638DA);
    border-radius: 20px 0px 0px 20px;
    display: block;
    position: fixed;
    top: 100px;
    right: 0;
    display: none;
}
.push_block .text_block {
    text-align: right;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #272727;
}
.push_block .image_block img {
    width: 25px;
}
.white_block {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
    width: 295px;
    height: 67px;
    border-radius: 20px 0px 0px 20px;
    background-color: #fff;
    padding: 0 20px;
    margin-top: 2px;
    margin-left: 2px;
}
@media(max-width: 767px){
	.loans_padding .wrapper{
		justify-content: center;
	}
	.form{
		padding: 30px 20px;
	}
	.why_us.mobile .clients_text{
		padding-left: 40px;
	}
	.center_side_footer ul{
		margin-top: 20px;
	}
	.clients_text:before{
		left: 10px;
		width: 20px;
		height: 20px;
	}
	.left_side_banner h1{
		font-size: 25px;
		text-align: center;
	}
	.banner .wrapper{
		align-items: normal;
	}
	.right_side_banner{
		width: 100%;
	}
	.money_and_get_wrap .order_button a{
		width: 150px;
		font-size: 15px;
	}
	.banner, .overlay_banner, .banner .wrapper{
		min-height: unset;
	}
	span.amount, span.days{
		font-size: 15px;
	}
	.offer{
		width: 300px;
		padding: 20px 10px;
	}
	.offer .offer_info div, .offer_descr{
		font-size: 18px;
	}
}
.form__send-btn:disabled{
	cursor: not-allowed;
	opacity: .7;
}
.form__i-box_politics a{
	color:#FD385B;
	text-decoration: none;
}
footer .wrapper:nth-child(2) .small_text{
	font-size: 10px;
	margin-bottom: 10px;
}
.text.wrapper{
	background: none;
}
.text.wrapper.justify{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media(max-width: 767px){
	.text.wrapper.justify{
		justify-content: center;
	}
	.creditOffer .logo_and_desc .credit_image img{
		display: block;
	}
	.credit_image{
		display: block;
	}
}
.text.wrapper h2{
	font-size: 24px;
}
.review_block .review_block_title, .rewiew_block_info{
	font-size: 16px;
}
.text.wrapper p, .text.wrapper ul li, .text.wrapper ol li{
	font-size: 16px;
}
.text.wrapper{
	max-width: 1200px;
	margin:0 auto;
}
.link a{
	text-decoration: underline;
	color:#fff;
}
.copyright{
	text-align: center;
	margin-top: 10px;
}
.overlay{
	background-color: rgba(0, 0, 0, 0.35);
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	display: none;
}
.text_bottom{
	color:#272727;
}
.text_bottom p{
	line-height: 24px;
}
.text_bottom ul li{
	margin:10px 0;
}
.modal{
	width: 600px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	top:50%;
	transform: translate(-50%,-50%);
}
.modal_title{
	width: 100%;
	/*height: 70px;*/
	position: relative;
	color:#fff;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	padding: 20px 40px;
}
.modal_title:before{
	content:"";
	top:0;
	left:0;
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(../img/wave-3.svg);
	background-size: cover;
	transform: rotate(180deg);
	background-position-y: 95px;
	z-index: -1;
}

@media(max-width: 767px){
	
	/*.title_section .title{
		font-size: 18px;
	}*/
	.mob_hid{
		display: none;
	}
	.title_section .title{
		margin-bottom: 0;
		font-size: 15px;
	}
	.title_section .subtitle{
		font-size: 15px;
	}
	
}
.offer_button {
    display: block;
    width: 170px;
    height: 32px;
    background-color: #38AD0F;
    border: 1px solid #38AD0F;
    border-radius: 6px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    line-height: 30px;
    transition: .3s;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    margin: 0 auto;
    margin-top: 15px;
}
.review_block{
	max-width: 450px;
	-webkit-box-shadow: 0 3px 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 3px 15px 0 rgba(0,0,0,.15);
    margin:20px 0;
    background-color: #fff;
}
.rewiew_block_info.blue{
	background-color: #f5f7fa;
}
.review_block .review_block_title, .rewiew_block_info{
	padding: 10px 20px;
	text-align: center;
	color:#333;
}
.review_block .review_block_title{
	font-weight: 600;
	color:#485b7d;
	font-size: 24px;
	padding: 20px 0;
}
.viber_chat {
    display: block;
    position: fixed;
    bottom: 110px;
    right: 40px;
    cursor: pointer;
    background-color: #665cac;
    width: 60px;
    height: 60px;
    background-image: url(/img/viber.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 70%;
    border-radius: 50%;
}
.offer_button:hover {
    background-color: transparent;
    color: #38AD0F;
}
@media(max-width: 767px){
	.credit_offers .wrapper .creditOffer{
		max-width: 175px;
		padding:10px;
	}
	.creditOffer .logo_and_desc .credit_image img{
		max-width: 100px;
	}
	.credit_bet span{
		font-size: 15px;
	}
	.get_credit_button a, .get_credit_button div{
		width: 130px;
	}
	.credit_offers .wrapper .creditOffer{
		/*max-width: 165px;*/
		margin: 10px 0;
	}
}
@media(max-width: 600px){
	.credit_offers .wrapper .creditOffer{
		max-width: 48%;
	}
	.stats .credit_stats{
		font-size: 12px;
	}
	#top{
		margin: 0 auto;
	}
}
