/*Общие правила - начало.*/
body {
	margin: 0;
	width: 100%;
	background-color: #fff;
	font-size: 18px;
	color: #303030;
	line-height: 1.4;
	min-width: 1000px;
	font-family: 'PTSans';
}
.content {
	width: 100%;
	min-width: 1000px;
}
a {
	color: #df2226;
}
a:hover {
	text-decoration: none;
}
.float_l {
	float: left;
}
.float_r {
	float: right;
}
.clear {
	clear: both;
}
.bold, strong {
	font-weight: normal;
	font-family: 'PTSans Bold';
}
.center {
	margin: auto;
	display: table;
}
.italic {
	font-style: italic;
}
@font-face {
    font-family: 'PTSans';
    src:url('fonts/pt-sans-regular.eot');
    src: local('PTSans'), url('fonts/pt-sans-regular.eot') format('eot'), url('fonts/pt-sans-regular.ttf') format('truetype'), url('fonts/pt-sans-regular.woff') format('woff');
    font-weight: normal;
}  
@font-face {
    font-family: 'PTSans Bold';
    src:url('fonts/pt-sans-bold.eot');
    src: local('PTSans Bold'), url('fonts/pt-sans-bold.eot') format('eot'), url('fonts/pt-sans-bold.ttf') format('truetype'), url('fonts/pt-sans-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Segoe Print';
    src:url('fonts/segoepr.eot');
    src: local('Segoe Print'), url('fonts/segoepr.eot') format('eot'), url('fonts/segoepr.ttf') format('truetype'), url('fonts/segoepr.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Segoe Print Bold';
    src:url('fonts/segoeprb.eot');
    src: local('Segoe Print Bold'), url('fonts/segoeprb.eot') format('eot'), url('fonts/segoeprb.ttf') format('truetype'), url('fonts/segoeprb.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
/*Общие правила - конец.*/

/*Шапка - начало*/
.header {
	width: 100%;
}
.logo {
	background-image: url('img/logo-top.png');
	width: 220px;
	height: 53px;
	display: block;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 15px;
}
h1 {
	font-family: 'PTSans Bold';
	font-size: 30px;
	color: #303030;
	text-transform: uppercase;
	text-align: center;
}
.wood {
	background: url('img/header.jpg') repeat-x;
	width: 100%;
	height: 220px;
}
.cloud-left {
	background-image: url('img/cloud-left.png');
	width: 263px;
	height: 127px;
	font-family: 'PTSans Bold';
	font-size: 17px;
	color: #231f20;
	text-align: center;
	padding-top: 25px;
	float: left;
	margin-top: 30px;
	margin-right: 4px;
}
.dots {
	background: url('img/dots.png') repeat-x;
	width: 72px;
	height: 5px;
	float: left;
	margin-top: 105px;
}
.gramophone {
	background-image: url('img/gramophone.png');
	width: 120px;
	height: 94px;
	float: left;
	margin-top: 66px;
	margin-left: 15px;
	margin-right: 12px;
	display: block;
}
.cloud-right {
	background-image: url('img/cloud-right.png');
	width: 264px;
	height: 153px;
	margin-left: 14px;
	margin-top: 33px;
	float: left;
}
/*Шапка - конец*/

/*Контент - начало*/
.wrapper {
	width: 1000px;
	margin: auto;
}
.line-bg {
	background: #EEE8C9 url('img/line-bg.jpg') repeat;
	width: 100%;
	padding-top: 25px;
	padding-bottom: 20px;
	border-bottom: 5px solid #e1d8bd;
}
.line-bg  h1 {
	font-size: 30px;
	font-family: 'PTSans Bold';
	color: #2f2f2f;
	text-transform: uppercase;
	margin-top: 0;
	line-height: 1.1;
}
.line-bg  h1 span {
	text-transform: none;
	font-size: 18px;
}
.notepad-top {
	background: url('img/notepad-top.png') -12px top repeat-x;
	width: 378px;
	margin: auto;
	height: 36px;
	float: left;
}
.notepad-l-t, .notepad-r-t {
	width: 14px;
	height: 26px;
	-webkit-border-radius: 10px 0 0 0;
	-moz-border-radius: 10px 0 0 0;
	border-radius: 10px 0 0 0;
	float: left;
	background-color: #fff;
	margin-top: 10px;
}
.notepad-r-t {
	-webkit-border-radius: 0 10px 0 0;
	-moz-border-radius: 0 10px 0 0;
	border-radius: 0 10px 0 0;
}
.notepad {
	width: 406px;
	background-color: #fff;
	margin: auto;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	padding-bottom: 30px;
}
.notepad table {
	font-family: 'Segoe Print';
	font-size: 18px;
	color: #303030;
	width: 100%;
	padding-top: 17px;
}
.notepad table tr td {
	border-bottom: 1px solid #f2f4f4;
	padding-left: 38px;
	padding-right: 30px;
	height: 49px;
}
.notepad table tr td strong {
	font-family: 'Segoe Print Bold';
	font-size: 24px;
	color: #df2226;
	font-weight: normal;
}
.notepad .btn {
	width: 270px;
	height: 48px;
	margin: auto;
	background-color: #df2226;
	border-bottom: 2px solid #9e181b;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: 'PTSans Bold';
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	display: block;
	text-decoration: none;
	line-height: 1.2;
	padding-top: 12px;
	margin-top: 23px;
	font-size: 18px;
}
.notepad .btn:hover {
	background-color: #C90A0D;
}
h2 {
	font-family: 'PTSans Bold';
	font-size: 30px;
	color: #303030;
	text-align: center;
	text-transform: uppercase;
	margin-top: 45px;
}
.steps {
	display: table;
	margin: auto;
	margin-bottom: 120px;
}
.step {
	width: 150px;
	height: 150px;
	background-color: #1aaae6;
	border-bottom: 4px solid #1992c7;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	float: left;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
}
.step .num {
	width: 30px;
	height: 26px;
	background-color: #1a93c8;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	color: #fff;
	text-align: center;
	position: absolute;
	bottom: -15px;
	left: 50%;
	padding-top: 4px;
	margin-left: -15px;
}
.steps .dots {
	margin-top: 72px;
	width: 88px;
	margin-left: 9px;
	margin-right: 5px;
}
.step p {
	position: absolute;
	top: 176px;
	margin-top: 0;
	font-size: 14px;
	color: #303030;
	text-align: center;
}
.step p span {
	font-size: 12px;
	color: #909090;
}
.about {
	width: 700px;
	margin: auto;
	margin-top: 55px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 3px solid #f8c337;
	padding-bottom: 80px;
}
.about h2 {
	margin-bottom: 40px;
}
.about .point {
	width: 80px;
	margin-left: 125px;
	margin-right: 125px;
	height: 80px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#f8c337', endColorstr = '#f7c236');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#f8c337', endColorstr = '#f7c236')";
	background-image: -moz-linear-gradient(top, #f8c337, #f7c236);
	background-image: -ms-linear-gradient(top, #f8c337, #f7c236);
	background-image: -o-linear-gradient(top, #f8c337, #f7c236);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#f8c337), to(#f7c236));
	background-image: -webkit-linear-gradient(top, #f8c337, #f7c236);
	background-image: linear-gradient(top, #f8c337, #f7c236);
	border-bottom: 2px solid #d4ad37;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	float: left;
	position: relative;
	text-align: center;
	margin-bottom: 100px;
}
.about .point div {
	background-repeat: no-repeat;
	background-position: center center;
	width: 80px;
	height: 80px;
}
.about .point p {
	font-size: 14px;
	position: absolute;
	width: 330px;
	top: 75px;
	left: -120px;
}
.about .point p strong {
	font-size: 18px;
}
.btn {
	width: 360px;
	height: 57px;
	margin: auto;
	background-color: #df2226;
	border-bottom: 2px solid #9e181b;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: 'PTSans Bold';
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
	text-align: center;
	display: block;
	text-decoration: none;
	margin-top: 23px;
	padding-top: 23px;
	cursor: pointer;
}
.btn:hover {
	background-color: #C90A0D;
}
/*Контент - конец*/

/*Подвал - начало*/
.footer {
	background-color: #303030;
	width: 100%;
	min-width: 1000px;
	padding-top: 9px;
	padding-bottom: 10px;
	margin-top: 37px;
}
.footer p {
	font-size: 14px;
	text-align: right;
	color: #fff;
	margin: 0;
}
.footer p a {
	color: #fff;
}
#bonus {
	text-align: center;
}
/*Подвал - конец*/

body.colorboxed {
	width: 340px;
	min-width: 340px;
	background-color: transparent;
}
.colorboxed .frame input[type="text"], .colorboxed .frame input[type="password"] {
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	font-family: inherit;
	font-size: 15px;
	padding: 7px 20px;
	width: 230px;
	margin: auto;
	display: table;
	margin-bottom: 10px;
}
.colorboxed .frame input[type="submit"].btn {
	width: 270px;
	border: 0;
	font-size: 18px;
	padding-top: 8px;
	height: 48px;
	margin-top: 0;
	border-bottom: 2px solid #9e181b;
}
.colorboxed .frame h1 {
	text-transform: none;
	font-size: 24px;
}
.colorboxed .frame p {
	margin-top: 0;
	text-align: center;
	font-size: 15px;
}
label.error {
	text-align: right;
	color: red;
	display: block;
	margin-top: 1px;
	margin-bottom: -21px;
	font-size: 15px;
	position: relative;
	top: -37px;
	margin-right: 60px;
}
.result {
	font-size: 18px;
	margin-top: 80px;
}
.colorboxed .frame .result p {
	font-size: 18px;
}