/* Header classes
 -------------------------------------------------------------- */

.header .callback label {
	display: block;
	float: left;
}

.header .callback .phone {
	float: left;
	display: block;
	height: 25px;
	width: 100px;
	margin: 0 4px 0 10px;
	padding: 1px 9px 0 9px;
	border: 0;
	outline: 0;
	background: transparent;
	background-color: #fff;
	border: 2px solid #7fba24;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 2px 5px 0 rgba(0,0,0,0.2);
	box-shadow: inset 0 2px 5px 0 rgba(0,0,0,0.2);
}

.header .callback .submit {
	padding: 0;
	background: #7bb620;
	border: none;
	height: 30px;
	width: 30px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
}
.header .callback .submit:hover {
	background: #333;
	color: orange;
}

/* Intro classes
 -------------------------------------------------------------- */

.intro .description a.order {
	background: #7bb620;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: white;
	text-decoration: none;
	padding: 9px 25px 10px;
	font-size: 17px;
}
.intro .description a.order:hover {
	background: #2A2B2B;
	color: orange;
}

/* Content classes
 -------------------------------------------------------------- */
.content .callback {
    padding: 15px 0 20px 0;
    overflow: hidden;
    background: #7bb620;
    width: 100%;
    margin: 20px 0;
    border-radius: 4px;
}

.content .callback h2,
.content .callback p,
.content .callback form {
    margin-left: 18px;
}
.content .callback p {
    margin-top: 2px;
    margin-bottom: 0;
}
.content .callback h2 {
    margin-bottom: 0 !important;
}

.content .callback label {
	display: block;
	font-size: 1.1em;
}

.content .callback .submit {
	margin-top: 25px;
	cursor: pointer;
	background: #f49700;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: white;
	text-decoration: none;
	padding: 9px 33px 10px;
	font-size: 17px;
	border: none
}

.content .callback h2,
.content .callback p,
.content .callback label {
	color: #fff;
}

.content .callback .submit:hover {
	background: #2A2B2B;
	color: orange;
}

.content .callback .text {
	float: left;
	display: block;
	height: 33px;
	width: 200px;
	margin: 2px 4px 0 0;
	padding: 1px 9px 0 9px;
	border: 0;
	outline: 0;
	background: transparent;
	background-color: #fff;
	border: 2px solid #7fba24;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 2px 5px 0 rgba(0,0,0,0.2);
	box-shadow: inset 0 2px 5px 0 rgba(0,0,0,0.2);
}

.content .callback .notice {
    width: 100%;
    display: block;
    float: left;
    margin: 10px auto 0;
}


.scheme .order .button a {
	background: #7bb620;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: white;
	text-decoration: none;
	padding: 9px 25px 10px;
	font-size: 17px;
}
.scheme .order .button a:hover {
	background: #2A2B2B;
	color: orange;
}

/* Modal order classes
 -------------------------------------------------------------- */

.order-form {
	padding: 30px;
	width: 275px;
	font-size: 1.2em;
}
.order-form label {
	display: block;
	margin-top: 10px;
}

.order-form textarea, .order-form .phone, .order-form .name {
	display: block;
	width: 250px;
	margin: 2px 4px 0 0;
	padding: 8px 9px 8px 9px;
	border: 0;
	outline: 0;
	background: transparent;
	background-color: #fff;
	border: 2px solid #7fba24;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 2px 5px 0 rgba(0,0,0,0.2);
	box-shadow: inset 0 2px 5px 0 rgba(0,0,0,0.2);
}
.order-form textarea {
	height: 70px
}

.order-form button {
	width: 272px;
	margin-top: 15px;
	cursor: pointer;
	background: #7bb620;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: white;
	text-decoration: none;
	padding: 9px 33px 10px;
	font-size: 17px;
	border: none
}

.order-form button:hover {
	background: #2A2B2B;
	color: orange;
}

.order-form .error {
	color: #C53C02;
	border-radius: 3px;
	margin-bottom: 15px;
	padding-left: 22px;
	background: url(../images/warning-red_icon.png) 0 50% no-repeat;
}

.order-form .message {
	line-height: 1.3;
	background: #CCE4C7;
	color: #333;
	padding: 5px 7px;
	border-radius: 3px;
	margin-bottom: 15px;
}