body,html{
 	margin:0;
 	padding:0;
 	font-family: 'Lato', sans-serif;
 	background: #f5f7fa;
}
.wrapper{
	max-width: 1200px;
	margin:0 auto;
}
.credit_offers .wrapper{
	display: flex;
	flex-direction: column;
	margin-bottom: 40px;
}
.wrapper .logo{
	color:#000;
	text-transform: uppercase;
	font-size: 28px;
}
header .wrapper{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	    height: 100%;
}
header{
	height: 60px;
	width: 100%;
	    box-shadow: inset 0 -2px 0 #e5eaef;
	    background-color: #fff;
}
.wrapper .logo span{
	color:#33d59c;
}
.top_descr .wrapper h1{
	color:#000;
	font-size: 24px;
	margin:0;
}
.top_descr{
	padding: 24px 0;
	text-align: center;
	border-bottom: 1px solid #e5eaef;
}

.top_descr .wrapper p{
	margin:0;
	margin-top: 15px;
}
.top_descr .wrapper p{
	    font-size: 16px;
	    color: #5f5f5f;
}
.top_descr .wrapper .updated_p{
	margin-top: 4px;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #aabacb;
    font-size: 13px;
}
.credit_offers .wrapper .creditOffer{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	        background-color: #fff;
	        padding: 25px 40px;
	        border: 1px solid #e5eaef;
	        margin-top: 10px;
}
.creditOffer .logo_and_desc .credit_image img{
	max-width: 180px;
	max-height: 45px;
}
.stats .credit_stats img{
	width: 15px;
	height: 15px;
}
.stats .credit_stats{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	            font-size: 13px;
    line-height: 16px;
    color: #5f5f5f;
}
.stats .credit_stats div:nth-child(2){
	margin-left: 15px;
}
.stats .credit_stats div img{
	margin-right: 10px;
}
.get_credit_button a{
	display: block;
	background: #0dd149;
	color:#fff;
	transition: .3s;
	width: 155px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	border-radius: 4px;
	font-size: 12px;
	text-transform: uppercase;
}
.get_credit_button a:hover{
	background: #33d59c;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,182,118,.16);
    box-shadow: 0 4px 8px 0 rgba(0,182,118,.16);
}
.credit_bet{
	font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    color: #000;
}
.creditOffer .logo_and_desc{
	width: 180px;
}
.creditOffer .stats{
	width: 230px;
}
.credit_bet span{
	font-size: 24px;
}
.credit_bet_descr{
	font-size: 13px;
    font-weight: 400;
    color: #5f5f5f;
    margin-top: 10px;
}
.credit_descr{
	font-size: 13px;
    color: #5f5f5f;
    font-weight: 400;
    margin-top: 15px;
}
.stats .credit_stats:nth-child(2){
	margin-top: 15px;
}
.stats .credit_stats:nth-child(2) div:nth-child(2) span{
	    color: #252525;
	    font-weight: 700;
}
@media(max-width: 767px){
	.creditOffer .logo_and_desc{
		width:100%;
		margin-bottom: 20px;
		border-bottom: 1px solid #e5eaef;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.stats{
		width: 100%;
		margin-top: 20px;
	}
	.get_credit_button{
		margin-top: 20px;
		width: 100%;
	}
	.get_credit_button a{
		margin: 0 auto;
	}
	.wrapper .logo{
		margin:0 auto;
	}
	.wrapper{
		padding: 0 15px;
	}
}
.credit_stats_benefit img{
	height: 15px;
	width: 15px;
	margin-right: 10px;
}
.credit_stats_benefit{
	color:#00a269;
	font-size: 13px;
	font-weight: 700;
	margin-top: 15px;
}
.text_section{
	color:#333;
}
footer{
	padding: 60px 0;
	background-color: #fff;
	border-top: 1px solid  #e5eaef;
}
footer .policy_text{
	text-align: center;
	font-size: 14px;
	line-height: 25px;
}
.gotTopButton{
	width: 60px;
	height: 60px;
	background-color: #0dd149;
	border-radius: 50%;
	cursor: pointer;
	position: fixed;
	bottom:40px;
	right:40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.gotTopButton img{
	width: 35px;
	height: 35px;
}
.gotTopButton{
	display: none;
}
iframe{
	position: fixed;
	bottom:0;
	left:0;
	border:none;
}
@media(max-width: 767px){
	.creditOffer:first-child .logo_and_desc .credit_image img{
		width: 180px;
		height: 45px;
	}
}