.black-bg {
	height:auto;
}

.ord .section {
	border:1px solid #ececec;
	margin-bottom:10px;
	background:#fbfbfb;
}

.ord .active {
}

.ord .active .step-title {
	cursor:default;
	background:#333;
}

.ord .active .step-title .number {
	background:#fcfcfc;
	border:1px solid #fcfcfc;
	color:#2d2d2d;
}

.ord .active .step-title h2 {
	color:#fce12e;
	margin:0;
	padding:8px 10px;
	font-size:18px;
	font-weight:normal;
}

.step.a-item.person-type-wp {
	padding-bottom:3px;
	padding-top: 10px;
}

.step.a-item.person-type-wp .form-list {
	margin-bottom: 0;
}

.ord .step {
	background:#fbfbfb none repeat scroll 0 0;
	padding: 10px 20px;
	position:relative;
}

.form-list li.wide .input-box,.form-list li.wide input.input-text,.form-list li.wide textarea,.form-list .field {
	width:100%;
}

.form-list li.wide input.input-text, .form-list li.wide textarea {
	border-color: #c5c5c5;
}


.form-list li.wide input.input-text:focus, .form-list li.wide textarea:focus {
	border-color: #ссс;
}

.form-list label {
	font-size:14px;
}

.form-list li {
	margin-bottom:5px;
}

.input-box {
	line-height:15px!important;
}

.myorders .wide small {
	color:#737373;
	font-size: 12px;
}

.sp-methods dt {
    border: 1px solid #ccc;
    display: inline-block;
    height: auto;
    margin-bottom: 20px;
    padding: 5px;
    vertical-align: top;
    width: 49%;
    position: relative;
    border-radius: 5px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}


.sp-methods dt .jq-radio {
	position: absolute !important;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
    background: none ;
    border-radius: 0px;
    border: none;
    box-shadow: none;
}

.jq-radio.checked .jq-radio__div {
	margin: 2px 0 0 2px;
}

.right .jq-radio.checked .jq-radio__div,
.right .sp-methods dt input[type="radio"] {
	display: none;
}

.sp-methods dt{
	border: 1px solid #ffdb4c;
}

.sp-methods dt.checked {
	background: rgba(189, 255, 185, 0.95);
	box-shadow: 0px 0px 5px 0px #c1c1c1;
	border: 1px solid #ffdb4c;
}

.sp-methods dt:hover {
	background: rgba(189, 255, 185, 0.55);

}


.sp-methods dt label {
	margin-bottom: 10px;
	display: block;
}

.sp-methods dt p {
	color:#737373;
}

.ord button.button > span {
	height: auto;
}

.checkout_block {
	background:#5c5b5b; 
	padding: 10px; 
	border-radius: 4px;
	color: #fff;
}

.btn-success {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#18D909', endColorstr='#0EBA00'); /* IE6-9 */
	background: -webkit-gradient(linear, left top, left bottom, from(#18D909), to(#0EBA00));
	background: -moz-linear-gradient(top,  #18D909,  #0EBA00); /* firefox 3.6+ */
	background: -o-linear-gradient(top,  #18D909,  #0EBA00); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #18D909,  #0EBA00); /* IE10+ */
	border:0;
}

.alert-warning {
	font-size: 12px;
	line-height: 20px;
	padding: 5px;
}

/* JQ SELECT */
.jq-selectbox {
	margin-bottom:10px;
}

.jq-selectbox__select {
	padding:3px 45px 0 15px;
}

.jq-selectbox__trigger-arrow {
	top:3px;
}

.step-title .desc {
	font-size: 12px;
    line-height: 16px;
    color: #fff;
    padding: 0 10px 10px;
}

.step-title h2 span {
	color: #fff;
	font-size: 13px;
}



