/*заказ услуги*/
.bf-content-inline input, textarea{
	width: 100%;
	margin: 0 0 15px 0!important;
	padding: 0 0 0 15px!important;
	border: solid 1px #eae8e3;
  font-size: 16.67px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 280px;
  height: 33px;
  color: #393939;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}
.bf-content-inline textarea{height: 100px;}
.bf-content-inline .bf-submit .bf-button{
	width: 112px;
	margin: 5px 40% 0 auto !important;
	padding:0 !important;
	height: 35px;
	border: 1px solid #aaa;
	cursor: pointer!important;
	color:#fff !important;font-size:15.88px;text-align:center;height:30px;line-height:24px;box-sizing:border-box;-webkit-box-sizing:border-box; -moz-box-sizing: border-box;border:solid 1px #004866;border-radius:2px;background: #006994; /* Old browsers */
	background: -moz-linear-gradient(top,  #006994 0%, #00597d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#006994), color-stop(100%,#00597d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #006994 0%,#00597d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #006994 0%,#00597d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #006994 0%,#00597d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #006994 0%,#00597d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006994', endColorstr='#00597d',GradientType=0 ); /* IE6-9 */
	-moz-text-shadow: 1px 1px 1px #000; -webkit-text-shadow: 1px 1px 1px #000;text-shadow: 1px 1px 1px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#000000');
}
.bf-content-inline .bf-submit .bf-button:hover{background: #0089bf; /* Old browsers */
background: -moz-linear-gradient(top,  #0089bf 0%, #227d96 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0089bf), color-stop(100%,#227d96)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #0089bf 0%,#227d96 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #0089bf 0%,#227d96 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #0089bf 0%,#227d96 100%); /* IE10+ */
background: linear-gradient(to bottom,  #0089bf 0%,#227d96 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0089bf', endColorstr='#227d96',GradientType=0 ); /* IE6-9 */
}
.bf-content-inline input[placeholder] {
    text-overflow: ellipsis;
}

.bf-content-inline input::-moz-placeholder {
    text-overflow: ellipsis;
}

.bf-content-inline input:-moz-placeholder {
    text-overflow: ellipsis;
}

.bf-content-inline input:-ms-input-placeholder {
    text-overflow: ellipsis;
}

.bf-content-inline::-webkit-input-placeholder {
    color: #888888;
}

.bf-content-inline:-ms-input-placeholder {
    color: #888888;
}

.bf-content-inline {
    color: #444444;
    font-family: tahoma, arial, verdana, sans-serif;
    font-size: 1em;
    padding: 10px;
}

.bf-content {
    margin: 10px 0 0;
    padding: 0;
}

.bf-submit,
.bf-row {
    float: left;
    width: 400px;
    margin: 4px;
    clear: both;
}

.bf-header {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.4em;
}

.bf-row label {
    display: inline-block;
    float: left;
    font-size: 16.67px;
    padding: 10px 0;
    vertical-align: middle;
    width: 120px;
}

.bf-info-img {
    display: inline-block;
    float: left;
    padding: 0;
    vertical-align: middle;
    width: 120px;
}

.bf-submit {
    text-align: right;
}

.bf-submit input {
    margin: 10px 0 4px 0px;
}

.bf-row input,
.bf-row textarea {
    width: 250px;
    padding: 10px;
}

.bf-hidden {
    display: none;
}

.bf-status {
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #fff;
    max-width: 400px;
    margin: 5px 0;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}

.bf-status-0 {
    background: red;
}

.bf-status-1 {
    background: green;
}

.bf-img-capcha {
    cursor: pointer;
}

.bf-button {
    text-decoration: none;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #e6e6e6;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    border: 1px solid #bbbbbb;
    *border: 0;
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *margin-left: .3em;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}

.bf-button:hover,
.bf-button:active,
.bf-button .active,
.bf-button .disabled,
.bf-button [disabled] {
    color: #333333;
    background-color: #e6e6e6;
    *background-color: #d9d9d9;
}

.bf-button:active,
.bf-button .active {
    background-color: #cccccc \9;
}

.bf-button:first-child {
    *margin-left: 0;
}

.bf-button:hover {
    color: #333333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

.bf-button:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.bf-button .active,
.bf-button:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
}

.bf-button .disabled,
.bf-button [disabled] {
    cursor: default;
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.bf-row.bf-row-checkbox label {
    width: 100%;
}

.bf-row.bf-row-checkbox input {
    width: 30px;
    float: left;
    height: 24px;
}