

/* Start:/order-bas-food/callback.css?16063085872260*/
#cb_form .garant #garant_error {
    color: red;
}
input:focus {
	outline: none;
}
#fnotel,
#fnomail,
#fnoname,
#wrongcaptcha,
#garant_error,
.data_error,
.done {
    display: none;
}
h1 {
	font-weight: 600;
    font-size: 1.75em;
}
.description {
    max-width: 500px;
    margin: 10px 0 22px;
    font-size: 0.85em;
}
.description span {
	color: red;
}
#cb_form {
	/*max-width: 395px;*/
	max-width: 600px;
	padding-right: 22px;
	margin-bottom: 60px;
}
.cd_form_body_input {
	display: grid;
    /*grid-template: auto/28% 72%;*/
    grid-template: auto/25% 50% 25%;
    align-items: center;
}
.cd_form_body input {
	border: 1px solid #000;
	padding: 6px 14px 8px;
	margin-bottom: 22px;
}
.cd_form_body label {
	margin-bottom: 22px;
}
#bx_captcha {
	margin: 10px 0 0;
}
.captcha_desc {
	font-size: 0.75em;
    font-style: italic;
    margin: 5px 0 7px;
}
#bx_captcha input {
	max-width: 178px;
	margin-bottom: 10px;
}
.garant label {
	font-size: 0.7em;
	line-height: 1.5em;
    font-style: italic;
}

.cb_btn:hover {
	border: 1px solid #08878c;
	color: #08878c;
	background-color: transparent;
}
.cb_btn {
	border: 1px solid #16b0b6;
	background-color: #16b0b6;
	color: #fff;
	font-size: 1.3em;
	padding: 12px 44px 16px 36px;
	cursor: pointer;
}
.cd_form_bttn {
    margin-top: 30px;
}
.cd_form_body_input .error_block {
	margin-bottom: 22px;
}
.cd_form_body_input .error_block div {
	color: #c70000;
    font-size: 0.7em;
    padding-left: 12px;
}

.cd_form_body_input label.error,
.cd_form_body .captcha_desc.error {	
	color: #c70000;
}
#bx_captcha input.error,
.cd_form_body_input input.error {
	border-color: #c70000;
}
#wrongcaptcha,
#garant_error {
	font-size: 0.8em;
    color: #c70000;
}
#garant_error {
	margin-top: 10px;
}
.garant {
	position: relative;
	padding-left: 20px;
}
.garant input {
	position: absolute;
	top: 3px;
	left: 0;
}
.garant label {
	display: block;
}
.garant * {
	cursor: pointer;
}
.done {
	margin-top: 40px;
    font-size: 1.1em;
}
.data_error {
	margin-bottom: 30px;
    color: red;
}

@media (max-width: 470px) {
	.cd_form_body_input {
		grid-template: auto / auto;
	}
	.cd_form_body label {
		margin-bottom: 6px;
	}
	.cd_form_body input {
		margin-bottom: 4px;
	}
	.cd_form_body_input .error_block {
		text-align: right;
	}
}
/* End */
/* /order-bas-food/callback.css?16063085872260 */
