body,html{
	margin:0;
	padding:0;
	font-family: 'Lato', sans-serif;
	background: #f5f7fa;
}
.wrapper{
	max-width: 1200px;
	margin:0 auto;
}
.top_descr .wrapper p{
	font-size: 24px;
}
.wrapper .logo{
	color:#0033cc;
	text-transform: uppercase;
	font-size: 28px;
}
.logo img{
	display: block;
	max-width: 200px;
}
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 #0033cc;
	background-color: #fff;
}
.wrapper .logo span{
	color:#990099;
}
.top_descr .wrapper h1{
	color:#0033cc;
	font-size: 24px;
	margin:0;
}
.top_descr{
	padding: 24px 0;
	text-align: center;
	border-bottom: 1px solid #0033cc;
}

.top_descr .wrapper p{
	margin:0;
	margin-top: 15px;
}
.top_descr .wrapper p{
	font-size: 24px;
	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 #0033cc;
	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{
	display: block;
	background: #0033cc;
	color:#fff;
	transition: .3s;
	width: 180px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	border-radius: 4px;
	font-size: 12px;
	text-transform: uppercase;
}
.get_credit_button:hover{
	background: #990099;
}
.credit_bet{
	font-size: 14px;
	font-weight: 700;
	white-space: nowrap;
	color: #0033cc;
}
.creditOffer .logo_and_desc{
	width: 180px;
}
.creditOffer .stats{
	width: 230px;
}
.credit_bet span{
	font-size: 24px;
}
.credit_bet_descr{
	font-size: 15px;
	font-weight: 400;
	color: #5f5f5f;
	margin-top: 10px;
}
.details{
	width: 135px;
}
.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;
	}
	.creditOffer .stats{
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.details{
		width: 100%;
		margin-top:20px;
		text-align: 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;
}
.wrapper dl dt{
	background-color: #0033cc;
	margin-top: 20px;
	color:#fff;
}
.wrapper dl dt,.wrapper dl dd{
	padding: 20px;
	border:1px solid #0033cc;
	margin:20px 0;
}
.goTopButton{
	position: fixed;
	bottom:40px;
	right:40px;
	width: 60px;
	height: 60px;
	background-color: #0033cc;
	transition: .3s;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.goTopButton:hover{
	box-shadow: 0 0 5px #0033cc;
}
.goTopButton img{
	width: 30px;
	height: 30px;
}
@media(max-width: 767px){
	.top_descr .wrapper p{
		font-size: 15px;
	}
}
.wrapper a{
	text-decoration: none;
	color:transparent;
}
.faq_slide {
	padding: 20px 0;
	margin-top: 40px;
	background-repeat: no-repeat;
	background-size: cover;
}
.faq_slide h2 {
	text-align: center;
}

footer ul{
	list-style-type: none;
	padding: 0;
	margin:0;
}
footer ul li{
	margin: 0;
	padding: 0;
}
@keyframes rotation {
	0%   { transform: rotate(45deg) }
	25% { transform: rotate(-45deg) }
	50% { transform: rotate(45deg) }
	100% { transform: rotate(0deg) }
}
.email-widget-bubble {
	bottom: 180px;
	right: 0px;
	background: transparent url(/img/present_discount.png) no-repeat 50% 50%;
	background-size: contain;
	cursor: pointer;
	width: 81px;
	height: 81px;
	position: fixed;
	z-index: 1055;
	overflow: hidden;
	-webkit-animation: rotation 5s infinite; /* Safari 4+ */
	-moz-animation:    rotation 5s infinite; /* Fx 5+ */
	-o-animation:      rotation 5s infinite; /* Opera 12+ */
	animation:         rotation 5s infinite; /* IE 10+, Fx 29+ */
}
.bottom_buttons{
	display: none;
}
@media(max-width: 767px){
	.bottom_buttons{
		display: block;
		width: 100%;
		background-color: rgba(255,255,255,.9);
		position: fixed;
		bottom:0;
		left:0;
		height: 50px;
		z-index: 999;
	}
	.button_left{
		transform: rotate(270deg);
	}
	.bottom_buttons_wrapper{
		height: 100%;
		padding: 0 30px;
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: center;
	}
	.bottom_buttons_wrapper img{
		height: 20px;
	}
	.add-button{
		bottom: 50px;
	}
}
@media(max-width: 320px){
	.modal_offer_logo img{
		height: auto;
	}
}
.add-button {
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	cursor: pointer;
	background-color: #ff0000;
	outline: none;
	border: none;
	border-radius: 6px;
	width: 100%;
	height: 40px;
	color: #fff;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
	display: none;
}