/**
 * 	Description: Developer
 *  Author URI: http://orlenkoaleks.com
 */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600&subset=latin,cyrillic);
@import url("normalize.css");

html * {
	max-height: 1000000px!important;
}

body * {
	max-height: 1000000em!important;
}

a{
	color: #03a8f3;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

a:focus, input, textarea{
	outline:0;
}

body{
	margin: 0;
	padding: 0;
	color:#363945;
	font-size:16px;
	line-height:26px;
	font-family: 'Open Sans', sans-serif;
}

.container{
	width:960px;
	margin:0 auto;
}

.container_mini{
	width:580px;
	margin:0 auto;
	position: relative;
}

#header,
#content,
#footer{
	width:100%;
	min-width:960px;
}

#header{
	padding: 40px 0;
    overflow: hidden;
    background: url(../images/header.jpg) center center no-repeat;
}

#header .logo {
    position: absolute;
    width: 70px;
}

#header .title{
	color:#fff;
	font-size:32px;
	font-weight:700;
	line-height:48px;
	text-align:center;
	margin-bottom:10px;
	text-transform:uppercase;
	text-shadow: 0px 2px 2px #222;
}

#header .description{
	color:#fff;
	font-size:24px;
	font-weight:300;
	line-height:32px;
	text-align:center;
	text-shadow: 0px 2px 2px #222;
}

#content{
	padding:60px 0;
	overflow:hidden;
}

.step_title{
	font-size:18px;
	font-weight:600;
	text-align:center;
}

.step_help{
	color:#777;
	text-align:center;
	margin-top:10px;
}

.step_block{
	width:940px;
	overflow:hidden;
	background:#ccc;
	border-radius: 5px;
	margin:40px auto 60px;
}

.step_block .item{
	float:left;
	width:213px;
	font-size:12px;
	line-height:16px;
	padding:15px 20px 15px 80px;
}

.step_block .item span{
	font-size:14px;
	font-weight:700;
}

.step_block .blue{
	color:#fff;
	background:#03a8f3;
}

.step_block .arrow{
	position:relative;
}

.step_block .arrow:after{
    top: 0;
    width: 0;
    height: 0;
    content: '';
    right: -30px;
    display: block;
    margin: 0 auto;
    position: absolute;
    border-top: 31px solid transparent;
    border-left: 30px solid #03a8f3;
    border-bottom: 32px solid transparent;
}

.payment_block{
	margin:0 auto;
	overflow:hidden;
	border-radius: 5px;
}

.payment_block a{
	color:#363945;
	text-decoration:none;
}
.payment_block .item{
	float:left;
	width:240px;
	margin:0 36px;
	font-size:12px;
	font-weight:700;
	line-height:16px;
	text-align:center;
}

.payment_block .item img{
	display:block;
	margin:0 auto 5px;
}

.payment_block form input[type="submit"]{
	width:230px;
	height:87px;
	border:none;
	display:block;
	margin:0 auto 5px;
	background:url(../images/value_visa_mastercard.png) center right no-repeat;
}

.subscribe_title{
	font-size:24px;
	font-weight:700;
	text-align:center;
	margin-bottom:40px;
}

form.subscribe{
	width:858px;
	padding: 30px 40px;
	margin:0 auto 60px;
	border-radius: 5px;
    background: #F2F4F7;
    border: 1px solid #B1BACC;
}

form.subscribe .item{
	float:left;
	width:240px;
	display:block;
	margin-bottom:40px;
}

form.subscribe .space{
	margin-right:39px;
}

form.subscribe .item label{
	display:block;
	font-size:14px;
	font-weight:700;
	margin-bottom:5px;
}

form.subscribe .item input[type="text"]{
	width: 210px;
	display:block;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    padding: 7px 20px;
    border-radius: 5px;
    border: 1px solid #B1BACC;
    font-family: 'Open Sans', sans-serif;
}

form.subscribe #change_phone{
	width:300px!important;
}

form.subscribe #change_phone #phone1,
form.subscribe #change_phone #phone2{
	float: left;
    margin-right: 5px;
    text-align: center;
    width: 50px!important;
	padding: 7px 15px!important;
}

form.subscribe #change_phone #phone3{
    float: left;
    width: 90px!important;
	padding: 7px 15px!important;
}

form.subscribe input[type="submit"]{
    color: #fff;
    border: none;
    width: 380px;
	margin:0 auto;
    display: block;
    padding: 20px 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    border-radius: 5px;
    text-align: center;
    background: #FBAB45;
    text-decoration: none;
	text-transform:uppercase;
    font-family: 'Open Sans', sans-serif;
}

form.subscribe input[type="submit"]:hover{
	background:#03a8f3;
}

.guarantee_block,
.security_block{
	float:left;
	width:380px;
	font-size:13px;
	line-height:20px;
}

.guarantee_block{
	width:440px;
	padding-left:70px;
	margin:0 25px 60px 10px;
	background: url(../images/guarantee_block.png) left top no-repeat;
}

.security_block{
	width:320px;
	padding-left:60px;
	margin:0 10px 60px 25px;
	background: url(../images/security_block.png) left top no-repeat;
}

.guarantee_block .title,
.security_block .title{
	font-size:18px;
	font-weight:600;
	margin-bottom:10px;
}

.success_title{
	color:#56b880;
	font-size:32px;
	font-weight:700;
	line-height:48px;
	text-align:center;
	margin-bottom:20px;
	text-transform:uppercase;
}

.transfer_title{
	font-size:32px;
	font-weight:700;
	line-height:48px;
	text-align:center;
	margin-bottom:20px;
	text-transform:uppercase;
}

.transfer_info{
	float:left;
	width: 640px;
	margin:0 20px 0 10px;
}

.transfer_cart{
	float:left;
	top: -60px;
	width: 260px;
    height: 397px;
	margin:0 10px 0 20px;
    background: url(../images/transfer_cart.png) center center no-repeat;
    position:relative;
}

.transfer_cart .usd,
.transfer_cart .euro,
.transfer_cart .rub,
.transfer_cart .uah{
    right: 25px;
    width: 95px;
    height: 25px;
    color: #3E5672;
    font-size: 21px;
    font-weight: 700;
    text-align: center;
    position: absolute;
    background: #B3DEF1;
}

.transfer_cart span{
	font-size:16px;
}
.transfer_cart .usd{
    top: 154px;
}

.transfer_cart .euro{
    top: 216px;
}

.transfer_cart .rub{
    top: 277px;
}

.transfer_cart .uah{
    top: 345px;
}

.verification_title{
	font-size:32px;
	font-weight:700;
	line-height:48px;
	text-align:center;
	text-transform:uppercase;
}

.verification_description{
	color:#dd0000;
	text-align:center;
	margin-bottom:30px;
}

.verification_table{
	width:640px;
	margin:0 auto;
	display:block;
}

.verification_table .block_left{
	width:200px;
	font-size:15px;
	font-weight:700;
	line-height:20px;
	text-align:right;
	padding: 8px 10px 10px!important;
}

.verification_table td{
	padding:10px;
}

.verification_table .phone1,
.verification_table .phone2{
	float: left;
	text-align: center;
	margin-right: 20px;
	width: 50px!important;
	padding: 7px 15px!important;
}

.verification_table .phone3{
	float: left;
	width: 165px!important;
	padding: 7px 15px!important;
}

.verification_table .phone1,
.verification_table .phone2,
.verification_table .phone3{
	font-size:12px;
	font-weight:700;
	display:block;
}

.verification_table .label1,
.verification_table .label2{
	width: 82px;
	margin-right: 20px;
}

.verification_table .label3{
	width: 185px;
}

.verification_table .label1,
.verification_table .label2,
.verification_table .label3{
	font-size:12px;
	font-weight:700;
	line-height:14px;
	text-align:center;
	display:inline-block;
}

.verification_table td input[type="text"],
.verification_table td textarea[type="text"],
.verification_table td select{
	width: 360px;
	display:block;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 7px 20px;
    border-radius: 5px;
    border: 1px solid #B1BACC;
    font-family: 'Open Sans', sans-serif;
}

.verification_table td textarea[type="text"]{
	resize: none;
}

.verification_table td select{
	width: 400px;
}

.verification_table td input[type="submit"]{
    color: #fff;
    border: none;
    width: 360px;
    display: block;
    padding: 20px 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    border-radius: 5px;
	margin:30px auto 0;
    text-align: center;
    background: #FBAB45;
    text-decoration: none;
	text-transform:uppercase;
    font-family: 'Open Sans', sans-serif;
}

.verification_table td input[type="submit"]:hover{
	background:#03a8f3;
}

#help{
	padding: 60px 0;
    overflow: hidden;
}

#help .title{
    text-align: center;
    margin-bottom: 40px;
}

#help .title span{
	display:block;
	font-size:24px;
	font-weight:700;
	line-height:32px;
}

#help form{
	width:358px;
	padding: 30px 40px;
	margin:0 auto 40px;
	border-radius: 5px;
	margin-bottom:60px;
    background: #F2F4F7;
    border: 1px solid #B1BACC;
}

#help form label{
	display: block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
}

#help form input[type="text"],
#help form textarea[type="text"]{
	width: 316px;
	display:block;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    border-radius: 5px;
    padding: 7px 20px;
	margin-bottom: 15px;
    border: 1px solid #B1BACC;
    font-family: 'Open Sans', sans-serif;
}

#help form textarea[type="text"]{
    resize: none;
}

#help form input[type="text"]#phone1,
#help form input[type="text"]#phone2{
	float: left;
    margin-right: 20px;
    text-align: center;
    width: 50px!important;
	padding: 7px 15px!important;
}

#help form input[type="text"]#phone3{
    float: left;
    width: 120px!important;
	padding: 7px 15px!important;
}

#help form input[type="submit"]{
    color: #fff;
    width: 360px;
	border: none;
    display: block;
    padding: 20px 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    border-radius: 5px;
    text-align: center;
	margin:30px auto 0;
    background: #FBAB45;
    text-decoration: none;
	text-transform:uppercase;
    font-family: 'Open Sans', sans-serif;
}

#help form input[type="submit"]:hover{
	background:#03a8f3;
}

#help .contacts{
	text-align:center;
}

#footer{
	padding:20px 0;
	text-align:center;
	background:#F2F4F7;
}

#footer span,
#footer a{
	color:#a9a9a9;
	margin:0 10px;
	font-size:14px;
}