form {
	margin: 0px;
}

input
{
	color: #000000; 
	font-size: 12px; 
	font-family: Arial, Verdana, sans-serif;
	background-color: #ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: #7f9db9;
}

select
{
	color: #000000; 
	font-size: 12px; 
	font-family: Arial, Verdana, sans-serif;
	background-color: #ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: #7f9db9;
}

textarea 
{
	color: #000000; 
	font-size: 12px; 
	font-family: Arial, Verdana, sans-serif;
	background-color: #ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: #7f9db9;
}

#form_cartridges select {
	width: 210px;
	height: 21px;
}

#form_cartridges input#cartrige_id {
	width: 181px;
	background: none;
	border-width: 0px;
	height: 15px;
	font-size: 13px;
}

#form_cartridges input.image {
	background: none;
	border-width: 2px;
	border-style: solid;
	border-color: #ffffff;
	width: 15px;
	height: 15px;
	float: right;
}

.page_bg .page .page_all .container .left .block_sending input {
	width: 205px;
	height: 19px;
	border-color: #7e9db9;
}

.page_bg .page .page_all .container .left .block_sending input.submit {
	width: 73px;
	height: 19px;
	background-color: #7e9db9;
	border-color: #7e9db9;
	color: #ffffff;
	margin-left: 5px;
}

input.input_post, 
select.select_post {
	color: #000000; 
	font-size: 14px; 
	font-family: Arial, Verdana, sans-serif;
	background-color: #ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: #336699;
	width: 301px;
	height: 23px;
	margin-top: 3px;
}

textarea.txt_post 
{
	color: #000000; 
	font-size: 14px; 
	font-family: Arial, Verdana, sans-serif;
	background-color: #ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: #336699;
	width: 501px;
	height: 85px;
	margin-top: 3px;
}


.bistr_zakaz_blck {
position: absolute;
top: 225px;
right: 5px;
width: 162px;
height: 31px;
background: url(../images/bistr-zakaz.png);
z-index: 1000;
}

.bistr_zakaz_blck.main {
top: 393px;
}

.bistr_zakaz_blck .txt {
font-size: 14px;
color: #fff;
position: relative;
padding: 6px 0 0 28px;
cursor: pointer;
height: 31px;
margin-top: -6px;
}

.bistr_zakaz_blck.active {
height: auto; /* 146px */
-moz-transition: top .25s ease;
-webkit-transition: top .25s ease;
-o-transition: top .25s ease;
-ms-transition: top .25s ease;
transition: top .25s ease;
}

.bistr_zakaz_blck.active form {/* , .bistr_zakaz_blck.active .txt2 */
display: block
}

.bistr_zakaz_blck .txt2 {
font-size: 13px;
color: #fff;
margin: -17px 0 10px 28px;
height: 12px;
}

.bistr_zakaz_blck form {
display: none;
width: 120px;
margin-left: 30px
}

.bistr_zakaz_blck input {
display: block;
background: #fff;
border-radius: 2px;
border: none;
width: 104px;
margin-bottom: 10px;
box-shadow: inset 0 1px 2px #555555;
padding: 6px 8px;
font-size: 11px
}
.bistr_zakaz_blck.zapravka input {
/* margin-bottom: 5px; */
}

.bistr_zakaz_blck form div { /* .zapravka */
color: #fff;
font-size: 10px;
margin-top: -5px;
}
.bistr-captcha-img {
	max-width: 100%;
}
.bistr_zakaz_blck input.error {
background: #FCC4C4;
}

.add_phone {
display: block;
color: #ffffff;
font-size: 11px;
text-shadow: -1px 0 0 #666666;
background: rgb(179,179,179); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(179,179,179,1) 0%, rgba(159,159,159,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(179,179,179,1)), color-stop(100%,rgba(159,159,159,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(179,179,179,1) 0%,rgba(159,159,159,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(179,179,179,1) 0%,rgba(159,159,159,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(179,179,179,1) 0%,rgba(159,159,159,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(179,179,179,1) 0%,rgba(159,159,159,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3b3b3', endColorstr='#9f9f9f',GradientType=0 ); /* IE6-9 */
width: 100%;
text-align: center;
border-radius: 2px;
text-decoration: none;
padding: 5px 0
}

.mb5 {
margin-bottom: 5px
}
.mb15 {
margin-bottom: 15px
}
.mb20 {
margin-bottom: 20px
}
.mr6 {
margin-right: 6px
}
label.wrap-label {
	display: flex;
	align-items: center;
}
.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	font-size: 1px;
	white-space: nowrap;
	border: 0;
	clip: rect(0, 0, 0, 0);
	clip-path: inset(100%);
}
/*.ui-autocomplete {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}
* html .ui-autocomplete {
	height: 300px;
}

#form_cartridges .custom-combobox {
position: relative;
display: inline-block;
}
#form_cartridges .custom-combobox-toggle {
position: absolute;
top: 0;
bottom: 0;
margin-left: -1px;
padding: 0;
}
#form_cartridges input.custom-combobox-input {
margin: 0;
padding: 5px 10px;
width: 170px;
height: 21px;
background-color: #FFF;
border-width: 1px;
border-style: solid;
border-color: #7F9DB9;
}*/