* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing: border-box;
}
*:before,
*:after {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.container {
	margin:0 auto; 
	padding:0 15px;
}
.row {
	display:block;
	margin:0 -15px;
}
.col {
	float: left;
	padding: 0 15px;
	min-height: 1px;
}
html {
	font-size:100%;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%
}
body { 
	font-weight:normal;
	font-size:106.25%;
	line-height:1.117647;
	font-family:'AGLettericaCondensed', sans-serif;
	background:#fff;
	color:#333;
}
.clear {
	display:block;
	clear:both;
}
.left {
	display:block;
	float:left;
}
.right {
	display:block;
	float:right;
}
.none {
	display:none;
}
.cent {
	text-align:center;
}
p {
	margin-bottom:15px;
}
a {
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
a:focus,
input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
	outline:0 none;
}
.wide {
	margin:0 auto;
	width:100%;
}

input[type=text],
input[type=password] {
	display:block;
	padding: 0 19px 1px;
	width: 100%;
	height:40px;
	line-height:40px;
	font-family:'AGLettericaCondensed', sans-serif;
	font-size:17px;
	color: #333;
	background: #f3f3f3; 
	border:1px solid #d6d6d6;
	-webkit-border-radius: 18px; 
	-moz-border-radius: 18px; 
	border-radius: 18px; 
	transition: all 0.4s ease;
}
::-webkit-input-placeholder {
	color:#333;
}
::-moz-placeholder {
	color:#333;
}
:-moz-placeholder {
	color:#333;
}
:-ms-input-placeholder {
	color:#333;
}

.jq-checkbox {
	position: relative;
	margin:0 10px -3px;
	width: 19px;
	height: 19px;
	background: #f3f3f3; 
	cursor: pointer;
	border: 1px solid #d6d6d6;
	-webkit-border-radius: 1px; 
	-moz-border-radius: 1px; 
	border-radius: 1px; 
}
.jq-checkbox.checked {
	background: #f3f3f3 url(../img/form/checkbox_checked.png) 1px 1px no-repeat;
}

.jq-selectbox {
	position: relative;
	cursor: pointer;
}
.jq-selectbox__select {
	padding-right: 13px;
	background: #f3f3f3;
	border: 1px solid #d6d6d6;
	color: #333;
	-webkit-border-radius: 18px; 
	-moz-border-radius: 18px; 
	border-radius: 18px; 
    transition: all 0.4s ease;
}
.jq-selectbox__select-text {
	padding: 9px 53px 10px 19px;
}
.jq-selectbox__trigger {
	position: absolute;
	top: 17px;
	right: 20px;
}
.jq-selectbox__trigger-arrow {
	position: relative;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 6px 0;
	border-color: #333 transparent transparent transparent;
}
.jq-selectbox__dropdown {
	padding: 0 20px;
	width: 100%;
}
.jq-selectbox__dropdown ul {
	background: #f3f3f3;
	border: 1px solid #d6d6d6;
}
.jq-selectbox__dropdown li {
	padding: 10px 12px;
	line-height: 1;
	color: #000;
    transition: all 0.4s ease;
}
.jq-selectbox__dropdown li:hover {
	background-color: #dd1d3b;
	color: #fff;
}
input[type=text].invalid,
input[type=password].invalid,
.invalid .jq-selectbox__select,
.jq-checkbox.invalid {
	border-color: #c00;
}

.button {
	display: inline-block;
	padding: 9px 23px;
	height: 52px;
	color: #fff;
	font-weight: bold;
	font-size: 27px;
	line-height: 1;
	letter-spacing: -0.3px;
	font-family:'AGLettericaCondensed', sans-serif;
	text-align: center; 
	text-decoration: none;
	background-color: #a0c62c; 
	border: 2px solid #dedede;
	-webkit-border-radius: 26px; 
	-moz-border-radius: 26px; 
	border-radius: 26px;
	text-shadow: 1px 1px rgba(0,0,0,.12);
	background: -webkit-gradient(top, #95c012, #95c012 49%, #8cbb00 50%, #8cbb00);
	background: -moz-linear-gradient(top, #95c012, #95c012 49%, #8cbb00 50%, #8cbb00);
	background: -webkit-linear-gradient(top, #95c012, #95c012 49%, #8cbb00 50%, #8cbb00);
	background: -o-linear-gradient(top, #95c012, #95c012 49%, #8cbb00 50%, #8cbb00);
	background: -ms-linear-gradient(top, #95c012, #95c012 49%, #8cbb00 50%, #8cbb00);
	background: linear-gradient(to bottom, #95c012, #95c012 49%, #8cbb00 50%, #8cbb00);
	transition: all 0.4s ease;
}

header {
	padding-top: 15px;
}
header .col {
	width: 50%;
}
header .logo {
	margin-bottom: 11px;
	padding-top: 1px;
}
.logo img {
	display: block;
}
header .giveMe {
	margin-bottom: 11px;
	text-align: right;
}

.wideGrey {
	width: 100%;
	background: #f3f3f3;
}

.steps {
	margin-bottom: 18px;
	padding-top: 1px;
}
.steps .wrap {
	overflow: hidden;
}
.steps .container {
	position: relative;
	max-width: 870px;
}
.steps h1 {
	margin-bottom: 6px;
	padding-top:11px;
	height: 55px;
	color: #fff;
	text-align: center;
	font-size: 34px;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: -0.3px;
}
.steps h1 span {
	display: none;
}
.steps h1,
.steps .arrow span {
	background-image: -webkit-linear-gradient(bottom, #ce1e39, #dd1d3b 52%, #e13751 54%, #e96a7e); 
	background-image: -moz-linear-gradient(bottom, #ce1e39, #dd1d3b 52%, #e13751 54%, #e96a7e); 
	background-image: -o-linear-gradient(bottom, #ce1e39, #dd1d3b 52%, #e13751 54%, #e96a7e); 
	background-image: -ms-linear-gradient(bottom, #ce1e39, #dd1d3b 52%, #e13751 54%, #e96a7e); 
	background-image: linear-gradient(to top, #ce1e39, #dd1d3b 52%, #e13751 54%, #e96a7e);
}
.steps .arrow span {
	position: absolute;
	top: 0;
	display: block;
	width: 40px;
	height: 55px;
}
.steps .arrow span:before,
.steps .arrow span:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
}
.steps .start {
	right: 100%;
	margin-right: -15px;
}
.steps .finish {
	left: 100%;
	margin-left: -15px;
}
.steps .start:before {
	top: 0;
	left: 0;
	border-width: 27px 40px 0 0;
	border-color: #f3f3f3 transparent transparent transparent;
}
.steps .start:after {
	bottom: 0;
	left: 0;
	border-width: 27px 0 0 40px;
	border-color: transparent transparent transparent #f3f3f3;
}
.steps .finish:before {
	top: 0;
	right: 0;
	border-width: 0 40px 27px 0;
	border-color: transparent #f3f3f3 transparent transparent;
}
.steps .finish:after {
	bottom: 0;
	right: 0;
	border-width: 0 0 27px 40px;
	border-color: transparent transparent #f3f3f3 transparent;
}
.steps .col {
	margin-bottom: 11px;
	width: 33.333333%;
}
.steps .image {
	position: relative;
	margin-bottom: 2px;
}
.step_1 .image:after,
.step_2 .image:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 100%;
	margin: -10px 0 0 -12px;
	width: 55px;
	height: 21px;
	background: url(../img/step/arrow.png) 0 0 no-repeat;
}
.steps .image img {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 145px;
}
.steps .title {
	margin: 0 auto;
	font-size: 19px;
	line-height:22px;
	text-align: center;
}

h2 {
	margin-bottom: 30px;
	color: #dd1d3b;
	font-weight: normal;
	font-size: 36px;
	line-height: 1;
	text-align: center;
}
.order {
	margin-bottom: 5px;
}
.order form {
	margin: 0 auto;
	width: 100%;
	max-width: 920px;
}
.line {
	display: block;
	margin-bottom: 12px;
	width: 100%;
}
.line span {
	display: block;
}
.line .row {
	margin: 0 -10px;
}
.line .signature,
.line .input {
	padding: 0 10px;
}
.line .signature {
	float: left;
	margin-bottom: 10px;
	padding-top: 10px;
	width: 190px;
	text-align: right;
	font-size: 20px;
	line-height: 1;
}
.line .input {
	margin-left: 190px;
	padding: 0 10px;
	max-width: 685px;
}
.line .help {
	padding: 7px 20px;
	font-size: 14px;
	line-height: 1;
	color: #999;
}
.line .c3 .row {
	margin: 0 -4px;
}
.line .c3 .col {
	padding: 0 4px;
	width: 33.333333%;
}
.order .last {
	margin-bottom: 15px;
}
.order .submit {
	padding-top: 22px;
	border-top: 1px solid #d2d2d2;
	text-align: center;
}
.order .submit label {
	display: block;
	clear: both;
	padding: 14px 0 15px;
	font-weight: bold;
	font-size: 16px;
	line-height: 1;
}

.reasons {
	padding: 37px 0 44px;
}
.reasons h2 {
	margin-bottom: 20px;
}
.reasons .container {
	max-width: 880px;
}
.reasons .block {
	margin-bottom: 1px;
	padding: 0 15px;
	font-size: 20px;
	line-height: 1.2;
}
.reasons .number {
	float: left;
	padding-top: 20px;
	width: 72px;
	height: 72px;
	text-align: center;
	font-size: 32px;
	line-height: 1;
	background: url(../img/n_reason.png) 0 0 no-repeat;
	color: #f3f3f3;
}
.reasons .description {
	margin-left: 87px;
	padding-top: 23px;
}
.reasons .title {
	color: #dd1d3b;
}
.reasons .cent {
	padding-top: 33px;
}

.goFor {
	margin-bottom: 6px;
	padding-top: 16px;
	max-width: 880px;
}
.goFor .bg {
	margin-bottom: 15px;
	width: 50%;
}
.goFor .bg img {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 303px;
}
.goFor .go {
	margin-bottom: 20px;
	padding-top: 35px;
	width: 42%;
}
.goFor .wrap {
	padding: 17px 0 19px;
}
.goFor .go b {
	display: block;
	margin-bottom: 15px;
	text-align: center;
	font-size: 23px;
	line-height: 1;
}
.goFor .go .col {
	width: 50%;
	text-align: center;
}
.goFor .go img {
	display: block;
	margin: 0 auto 14px;
}
.goFor .go .title {
	margin: 0 auto;
	max-width: 110px;
}

.opinions {
	margin-bottom: 52px;
}
.opinions h2 {
	margin-bottom: 22px;
	padding-top: 18px;
	border-top: 1px solid #cacaca;
	color: #333;
	font-size: 34px;
}
.opinions .block {
	overflow: hidden;
	margin-bottom: 15px;
	padding: 7px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px; 
}
.opinions .image {
	padding-top: 7px;
	padding-bottom: 8px;
	width: 17.5%;
	border-right: 5px solid #fff;
}
.opinions .image img {
	display: block;
	margin: 0 auto 2px;
	max-width: 96px;
	border: 3px solid #fff;
	-webkit-border-radius: 50%; 
	-moz-border-radius: 50%; 
	border-radius: 50%; 
}
.opinions .name {
	color: #999;
	text-align: center;
}
.opinions .text {
	position: relative;
	padding-top: 17px;
	padding-bottom: 10px;
	padding-left: 20px;
	width: 80%;
}
.opinions .text:after {
	content: '';
	position: absolute;
	top: 0;
	right: 100%;
	width: 5px;
	height: 100%;
	background: #fff;
}

footer {
	padding: 28px 0 3px;
	background: #fff;
	color: #949494;
	font-size: 16px;
	-webkit-box-shadow: 0 -5px 5px rgba(0,0,0,.08); 
	-moz-box-shadow: 0 -5px 5px rgba(0,0,0,.08); 
	box-shadow: 0 -5px 5px rgba(0,0,0,.08);
}
footer .col {
	margin-bottom: 15px;
	width: 33.333333%;
}
footer .logo img {
	clear: both;
	margin-bottom: 6px;
}
footer .license {
	padding-top: 9px;
	line-height: 19px;
}