@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,800');



/* RESET
------------------------------------------------------------------------*/
* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    outline: none;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
    }
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */





/* BODY 
----------------------------------------------------------------------------*/
body {
	font-family: 'Arial';
	background-color: #151d29;
}
body>img {
	display: none;
}

.main {
	overflow: hidden;
}


/* HEADER
----------------------------------------------------------------------------*/
.header {
	width: 100%;
	position: relative;
	float: left;
	margin: 0 auto;
	background-color: #212b39;
	border-bottom: 1px solid #FFFFFF;
	z-index: 2;
}
.content-header {
	width: 1000px;
	height: 80px;
	position: relative;
	margin: 0 auto;
	text-align: center;
}
.logo {
	position: absolute;
	left: 0;
	margin: 5px 0 0 0;
	cursor: pointer;
	z-index: 1;
}
.aff_logo {
	display: none;
	position: relative;
	top: 5px;
}
.aff_logo img {
    height: 70px;
}

/* LANG
----------------------------------------------------------------------------*/
.lang {
	width: 120px;
	height: 30px;
	position: absolute;
	top: 23px;
	right: 0;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	line-height: 30px;
    background: #868d98 url('../images/languages_menu_arr.png') no-repeat 100px center;
    cursor: pointer;
}
.lang:hover .languageList {
	display: block;
}
.lang .current_lang {
	padding: 0 0 0 10px;
}
.languageList{
	position: relative;
	width: 120px;
	display: none;
}
.languageList li {
	height: 30px;
	text-align: center;
	line-height: 30px;
	background: #3a4451;
	border-top: 1px solid #868d98;
}
.languageList li:first-child {
	border-top: none;
}
.languageList li:hover{
	background: #868d98;
}
.languageList li a {
	color: #fff;
	padding: 0 10px;
	letter-spacing: 0.5px;
	display: block;
	white-space: nowrap;
}





/* CONTENT
----------------------------------------------------------------------------*/
.content_page {
	width: 100%;
	position: relative;
	float: left;
}

/* SLIDER
----------------------------------------------------------------------------*/
.slider_wrapper {
	width: 100%;
	position: absolute;
    z-index: -1;
}
.home-slider {
	width: 100%;
	height: 871px;
	position: relative;
	overflow: hidden;
}
.home-slider li {
	position: absolute;
	left: 50%;
	margin: 0 0 0 -960px;
}

/* OFFER
----------------------------------------------------------------------------*/
.inner_slider {
	width: 1000px;
	height: 557px;
	position: relative;
	margin: 0 auto;
}
.offer {
	display: none;
	width: 320px;
	position: relative;
	text-align: center;
	padding: 20px;
	margin: 55px 0 0 0;
	background-color: #333d4b;
}
.offerText_1,
.offerText_2,
.offerText_3,
.offerText_4,
.offerText_5 {
	font-family: 'Open Sans', sans-serif;
	color: #FFFFFF;
	text-transform: uppercase;
	line-height: normal;
}
.offerText_1 {
	font-size: 32px;
}
.offerText_2 {
	font-size: 96px;
	font-weight: 700;
	color: #ffcc00;
	line-height: 87px;
}
.offerText_3 {
	font-size: 26px;
	font-weight: 700;
	color: #ffcc00;
}
.offerText_4 {
	font-size: 33px;
}
.offerText_5 {
	font-size: 15px;
}


/* BUTTON
----------------------------------------------------------------------------*/
.btn {
 	display: none;
	width: 358px;
	position: relative;
	float: left;
	font-family: 'Myriad Pro';
	font-size: 36px;
	font-weight: bold;
	color: #212b39;
	text-align: center;
	margin: 30px 0 0 0;
	padding: 24px 0 14px 0;
	border: 1px solid #212b39;
	background-color: #ffcc00;
	cursor: pointer;
}
.btn:hover {
	background-color: #ffe100;
}


/* BONUS CODES
----------------------------------------------------------------------------*/
.bonus_wrapper {
	width: 100%;
	position: relative;
	float: left;
	margin: 25px 0 0 0;
}

.bonus_code {
	display: none;
	width: 340px;
	position: relative;
	float: left;
	padding: 10px;
	text-align: center;
	z-index: 3;
	background-color: #656f7c;
}
.bonus_code>div {
	display: none;
	color: #FFFFFF;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	line-height: 22px;
	margin: 0 auto;
}
.code {
	color: #ffcc00;
	text-decoration: underline;
}

/* STEPS
----------------------------------------------------------------------------*/
.bottom_wrapper {
	width: 100%;
	min-height: 389px;
	position: relative;
	float: left;
	background: url('../images/back_steps_top.png') no-repeat top center;
}
.steps_wrapper {
	width: 100%;
	position: relative;
	float: left;
	background: url('../images/back_steps_middle.png') repeat-y top center;
	margin: 68px 0 0 0;
}
.steps {
	width: 1000px;
	margin: 0 auto;
	padding: 25px 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 800;
	cursor: pointer;
	overflow: hidden;
}
.steps li {
	display: none;
	width: 271px;
	position: relative;
	float: left;
	margin: 0 93px 0 0;
}
.steps li:nth-child(4) {
	margin: 0;
}
.step_num, .step_txt {
	width: 100%;
	position: relative;
	float: left;
	text-align: center;
}
.step_num {
	font-size: 95px;
	font-weight: 800;
	color: #ffcc00;
	line-height: 95px;
}
.step_txt {	
	font-size: 38px;
	font-weight: 800;
	color: #FFFFFF;
	line-height: 44px;
}



/* FOOTER
----------------------------------------------------------------------------*/
.footer {
	width: 100%;	
	float: left;
	background: url('../images/back_steps_bottom.png') no-repeat top center;
}
.wrap_image_logos {
    width: 100%;
    position: relative;
    margin: 65px 0 0 0;
}
.wrap_image_logos img {
	display: block;
	margin: 0 auto;
}
.footer_text {
	width: 1000px;
	position: absolute;
	font-family: Arial;
	font-size: 11px;
	text-align: center;
	top: 78px;
	margin: 0 0 0 -500px;
	left: 50%;
	line-height: 14px;
	color: #a8b1bf;
}