@font-face {
	font-family:'ProximaNova';
	src: url('fonts/ProximaNova-BlackIt.eot');
	src: url('fonts/ProximaNova-BlackIt.eot?#iefix') format('embedded-opentype'),
		url('fonts/ProximaNova-BlackIt.woff') format('woff'),
		url('fonts/ProximaNova-BlackIt.ttf') format('truetype'),
		url('fonts/ProximaNova-BlackIt.svg#ProximaNova-BlackIt') format('svg');
	font-weight: 900;
	font-style: italic;
	font-stretch: normal;
	unicode-range: U+000D-FB04;
}
*{
	outline: none;
}
a{
	color: #368bd2;
}
.top_inner_content{
	background: url(images/bg_works.jpg) repeat center;
	padding: 25px 0 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.top_inner_content_wrap{
	max-width: 1170px;
	margin: auto;
}
.main_breadcrumbs{
	color: #b1b1b1;
	font-size: 16px;
}
.main_breadcrumbs a{
	color: #b1b1b1;
	font-size: 16px;
	text-decoration: none;
}
.main_breadcrumbs a:hover{
	text-decoration: underline;
}
.page_title{
	color: #2c3134;
	font-weight: 700;
	font-size: 48px;
}
.block_contacts_page,
.block_about_page,
.block_our_client{
	background: #fff;
	padding: 30px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.block_content{
	max-width: 1170px;
	margin: auto;
}

.block_contacts_page .field_item{
	display: inline-block;
	vertical-align: top;
	max-width: 300px;
	margin-right: 107px;
	margin-bottom: 30px;
}
.block_contacts_page .field_item:last-of-type{
	margin-right: 0;
}
.block_contacts_page .label,
.user_data .field_item .label{
	font-size: 24px;
	margin-bottom: 11px;
}
.user_data .field_item .label{
	margin-bottom: 8px;
}
.block_contacts_page .field_content,
.user_data .field_item .field_content{
	font-size: 16px;
	line-height: 22px;
}
.block_contacts_page .map{
	width: 100%;
	/* height: 445px; */
	/* overflow: hidden; */
	margin-bottom: 30px;
}
.block_contacts_text{
	font-size: 16px;
	line-height: 22px;
}
.block_leave_application{
	overflow: hidden;
	background: #368bd2 url(images/bg_block_form.jpg) no-repeat top left;
}
.front .block_leave_application{
	background: #368bd2 url(images/img_home.jpg) no-repeat top left;
}
.block_leave_application .form_wrapper{
	float: right;
	color: #fff;
	max-width: 413px;
	background: #368bd2;
	padding: 30px 0 30px 30px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.block_leave_application .form_wrapper::after{
	content: '';
	position: absolute;
	top: 45px;
	left: -40px;
	border: 20px solid transparent;	border-right: 20px solid #368bd2;
}
.block_leave_application .form_wrapper .title{
	font-weight: 700;
	text-transform: uppercase;
	font-size: 43px;
}
.block_leave_application .form_wrapper .subtitle{
	font-size: 23px;
	text-transform: uppercase;
	margin-bottom: 22px;
	font-weight: 700;
}
form .form_item{
	margin-bottom: 15px;
}
.block_leave_application .form_item input,
.block_leave_application .form_item textarea{
	padding-left: 45px;
}
.block_leave_application .form_item input[name="name"]{
	background: #fff url(images/user.jpg) no-repeat center left 20px;
}
.block_leave_application .form_item input[name="phone"]{
	background: #fff url(images/phone.jpg) no-repeat center left 20px;
}
.block_leave_application .form_item input[name="email"]{
	background: #fff url(images/email.jpg) no-repeat center left 15px;
}
.block_leave_application .form_item textarea{
	background: #fff url(images/text.jpg) no-repeat top 20px left 20px;
}
.captcha {
	overflow: hidden;
	margin-bottom: 15px;
}
.captcha .text{
	background: #fff url(images/key.jpg) no-repeat center left 20px;
	height: 55px;
	font-size: 16px;
	color: #8696a7;
	float: left;
	width: 183px;
	padding: 18px 20px 20px 45px;
	margin-right: 25px;
	outline: none;
	border: none;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.captcha .captcha_inner{
	overflow: hidden;
	font: 900 36px 'Conv_PROXIMANOVAEXCN-BLACKIT', sans-serif;
	font-style: italic;
}
.form_actions input{
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	height: 55px;
	cursor: pointer;
	outline: none;
	background: transparent;
	width: 362px;
	border: 4px solid #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: .3s;
	transition: .3s;
}
.form_actions input:hover{
	background: #fff;
	color: #368bd2;
}
.description{
	color: #c4d9eb;
	font-size: 12px;
	text-align: left;
	margin-top: 15px;
}
.block_about_page .field_image{
	float: left;
	margin: 0 20px 20px;
}
.block_about_page .body{
	font-size: 16px;
	line-height: 22px;
}
.block_about_page .body span{
	font-size: 24px;
	line-height: 1.35;
	display: block;
	margin-bottom: 15px;
}
.block_our_works{
	text-align: center;
	padding: 40px 0 30px;
	background: url(images/bg_works.jpg) repeat center;
	box-shadow: inset 0 4px 9px 0 rgba(5, 5, 5, .15);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.block_title{
	text-align: center;
	font-size: 48px;
	font-weight: 700;
	margin-bottom: 30px;
}
.block_our_works .block_title,
.block_our_client .block_title{
	padding-bottom: 0;
}
.block_our_works .field_item{
	display: inline-block;
	vertical-align: top;
	margin: 0 35px 50px;
	max-width: 285px;
}
.block_our_works .field_item .image{
	display: table;
	margin: 0 auto 16px;
	background: url(images/image_bg.png) no-repeat top center;
	width: 175px;
	height: 175px;
}
.block_our_works .field_item .image .field_content{
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}
.block_our_works .field_item .field_body{
	font-size: 20px;
	line-height: 26px;
}
.block_our_client {
	text-align: center;
	padding-bottom: 35px;
}
.block_our_client .field_item{
	margin: 0 20px;
	display: inline-block;
	vertical-align: top;
}
.block_our_client .image{
	height: 145px;
	width: 100%;
	display: table;
	margin-bottom: 15px;
}
.block_our_client .field_content{
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
.block_our_client .block_title{
	margin-bottom: 36px;
}
.region_menu{
	height: 233px;
	background: url(images/bg_menu.jpg) no-repeat bottom center;
	position: relative;
}
.front .region_menu .menu{
	top: -65px;
}
.region_menu .menu{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
	float: left;
}
.region_menu .menu::after{
	content: '';
	position: absolute;
	bottom: -12px;
	left: 0;
	width: 100%;
	height: 12px;
	background: url(images/menu_after.png) no-repeat center;
}
.region_menu .menu .leaf{
	box-shadow: inset 0 5px 0 0 #478fcc;
	text-align: center;
	width: 13.65%;
	height: 127px;
	float: left;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: rgba(250,250,250,1);
	background: -moz-linear-gradient(left, rgba(250,250,250,1) 0%, rgba(254,254,254,1) 18%, rgba(254,254,254,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(250,250,250,1)), color-stop(18%, rgba(254,254,254,1)), color-stop(100%, rgba(254,254,254,1)));
	background: -webkit-linear-gradient(left, rgba(250,250,250,1) 0%, rgba(254,254,254,1) 18%, rgba(254,254,254,1) 100%);
	background: -o-linear-gradient(left, rgba(250,250,250,1) 0%, rgba(254,254,254,1) 18%, rgba(254,254,254,1) 100%);
	background: -ms-linear-gradient(left, rgba(250,250,250,1) 0%, rgba(254,254,254,1) 18%, rgba(254,254,254,1) 100%);
	background: linear-gradient(to right, rgba(250,250,250,1) 0%, rgba(254,254,254,1) 18%, rgba(254,254,254,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#fefefe', GradientType=1 );
}
.region_menu .menu .leaf::after{
	content: '';
	background: url(images/menu_bg.png) no-repeat top right;
	height: 100%;
	width: 19px;
	position: absolute;
	top: 0;
	right: 0;
}
.region_menu .menu .leaf.first{
	background: #fef7f7;
	box-shadow: inset 0 5px 0 0 #d25336;
	width: 210px;
}
.region_menu .block_content{
	position: relative;
}
.region_menu .menu .leaf > a{
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
.region_menu .menu .leaf:hover .title{
	color: #368bd2;
}
.region_menu .menu .leaf:hover::after{
	content: none;
}
.region_menu .menu .leaf:hover{
	box-shadow: none;
}
.region_menu .menu .leaf .title{
	font-weight: 700;
	font-size: 12px;
	color: #191919;
	max-width: 80px;
	margin: auto;
	text-transform: uppercase;
	height: 30px;
	display: table;
}
.region_menu .menu .leaf .title .title_inner{
	display: table-cell;
	vertical-align: middle;
}
.region_menu .menu .leaf .image{
	display: table;
	width: 100%;
	height: 55px;
	padding-top: 20px;
	margin-bottom: 6px;
}
.region_menu .menu .leaf .image_inner{
	display: table-cell;
	vertical-align: middle;
	height: 100%;
}
.region_menu .menu .expanded .child_wrap{
	display: none;
	position: absolute;
	top: 100%;
	z-index: 2;
	background: #f3f3f3;
	padding: 8px 6px 12px 12px;
	width: 323px;
	min-height: 108px;
	border: 1px solid #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.region_menu .menu .expanded:hover .child_wrap{
	display: block;
}
.region_menu .menu .expanded .child_wrap a{
	text-decoration: none;
	text-align: left;
	text-transform: uppercase;
	color: #2c3134;
	font-size: 12px;
	font-weight: 700;
	display: inline-block;
	min-width: 150px;
	line-height: 24px;
	padding-left: 7px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.region_menu .menu .expanded .child_wrap a:hover{
	color: #fff;
	background: #368bd2;
}
.region_menu .menu .expanded .child_wrap .group_wrap{
	float: left;
	width: 50%;
}
.region_menu .search_wrap{
	padding-top: 160px;
	text-align: center;
}
.front .region_menu {
	height: 263px;
}
.front .region_menu .search_wrap{
	padding-top: 85px;
}
.front .region_menu .search_wrap .title{
	font-size: 48px;
	max-width: 100%;
	margin: 0 0 15px;
}
.front .region_menu .search_wrap .form_wrap{
	max-width: 100%;
}
.front .region_menu .search_wrap input[type="text"]{
	width: 610px;
	float: left;
}
.region_menu .search_wrap .form_actions{
	width: 55px;
	display: inline-block;
	overflow: hidden;
	height: 45px;
}
.region_menu .search_wrap .form_actions input{
	background: #20a0fb url(images/submit.png) no-repeat center;
	width: 100%;
	height: 100%;
	text-indent: -999999px;
	border: none;
	outline: none;
}
.search_wrap .form_actions input:hover,
.user_devices .field_item .btn a:hover{
	opacity: 0.7;
}
.not_front .region_menu .search_wrap .form_actions{
	display: none;
}
.region_menu .search_wrap .title,
.region_menu .search_wrap .form_wrap{
	display: inline-block;
	vertical-align: middle;
	max-width: 47%;
	position: relative;
}
.user_devices .search_wrap {
	text-align: center;
	margin-bottom: 40px;
}
.user_devices .search_wrap .form_actions,
.user_company .form_actions {
	height: 45px;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	width: auto;
	margin-left: -5px;
}
.user_devices .search_wrap .form_actions input,
.user_company .form_actions input{
	background: #368bd2;
	width: 100%;
	height: 100%;
	border: none;
	font-size: 16px;
	outline: none;
	text-transform: uppercase;
	color: #fff;
	padding: 0 30px;
	font-weight: 700;
}
.user_devices .search_wrap .form_wrap{
	position: relative;
	display: inline-block;
}
.region_menu .search_wrap .title{
	color: #fff;
	text-transform: uppercase;
	font-size: 28px;
	font-weight: 700;
	margin-right: 45px;
}
.region_menu .search_wrap input[type="text"],
.user_devices .search_wrap input[type="text"]{
	width: 460px;
	height: 45px;
	padding-left: 15px;
}
.user_devices .search_wrap input[type="text"]{
	border: 1px solid #ccc;
	display: inline-block;
	width: 380px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#searchresult, #searchresult_s {
	position:relative;
	margin: 0 auto;
}
.hhint, .hhint_s {
	background: #fff;
	position: absolute;
	font-size: 16px;
	color: #8696a7;
	line-height: 42px;
	padding: 0 15px;
	box-shadow:3px 5px 19px 0 rgba(5, 5, 5, .10);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.hhint div, .hhint_s div{
	width:100%;
	white-space:nowrap;
}
.hhint span, .hhint_s span{
	color: #368bd2;
}
.content .private_office{
	max-width: 1170px;
	margin: auto;
	border-bottom: 1px solid #cccccc;
	text-align: center;
	padding: 32px 0 0 0;
	margin-bottom: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.content .private_office_inner {
	/* overflow: hidden; */
}
.page_user_app .content .private_office_inner,
.page_user_buy .content .private_office_inner {
	padding-left: 3px;
	text-align: left;
	overflow: visible;
}
.content .private_office_inner .leaf:first-child a{
	border-left: 1px solid #ccc;
}
.content .private_office_inner .leaf{
	display: inline-block;
	vertical-align: top;
	font-size: 0px;
	margin-left: -3.5px;
}
.content .private_office_inner a{
	box-shadow: inset 0 1px 0 0 #fff;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 57px;
	font-size: 16px;
	color: #191919;
	font-weight: 700;
	background: #f1f1f1;
	padding: 0 27px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.content .private_office_inner a:hover,
.content .private_office_inner a.active{
	background: #fff;
	position: relative;
}
.content .private_office_inner a.active::after{
	content: '';
	position: absolute;
	height: 2px;
	width: 100%;
	background: #fff;
	bottom: -2px;
	left: 0;
	z-index: 3;
}
.user_data{
	overflow: hidden;
	max-width: 1170px;
	margin: auto;
	padding-bottom: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.user_data .field_item{
	float: left;
	width: auto;
	margin-right: 30px;
}
.user_data .field_item.field_item_fio{
	width: 270px;
}
.user_data .field_item.field_item_phone{
	width: 167px;
}
.user_data .field_item.field_item_address{
	width: 253px;
}
.user_data .field_item.field_item_email{
	width: 180px;
}
.user_data .field_item:last-child{
	margin-right: 0;
}
.user_data .field_item.user_edit_btn a{
	display: block;
	color: #fff;
	text-transform: uppercase;
	background: #368bd2;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	padding: 0 18px;
	line-height: 40px;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.user_data .field_item.user_edit_btn a:hover{
	opacity: .7;
}
.sortable{
	float: left;
	padding-top: 19px;
	margin-right: 7px;
}
.sortable > div{
	float: left;
	font-size: 16px;
}
.sortable .label{
	color: #b1b1b1;
	margin-right: 10px;
}
.sortable a{
	color: #2c3134;
	text-decoration: none;
	display: inline-block;
	margin-right: 10px;
}
.sortable a.active{
	color:#368bd2;
	text-decoration: underline;
}
.user_application{
	max-width: 1170px;
	margin: auto;
	text-align: left;
}
.user_app {
	width: 100%;
	padding-bottom: 15px;
}
.user_app .thead div{
	color: #a0a0a0;
	text-transform: uppercase;
	font-weight: 400;
	padding: 0 15px 15px;
	display: inline-block;
	vertical-align: middle;
}
.user_app .thead div:first-child{
	padding-left: 22px;
}
.user_app .thead div:nth-child(2){
/*	padding-left: 32px;*/
}
.user_app .thead div:nth-child(3){
	padding-left: 0px;
}
.user_app .tr .td:nth-child(3){
	width: 90px;
}
.user_app .tr .td:nth-child(4){
	width: 113px;
}
.user_app .thead div:nth-child(4){
	padding-right: 0;
}
.user_app .tr .td.manager{
    text-align: right;
    width: 135px;
    padding-right: 0;
}
.user_app .tr .td.contacts_face .label,
.user_app .tr .td.address .label{
	display: none;
}
.user_app .private_office_status .td.manager{
	width: auto;
	padding-left: 0;
}

.user_app .address{
	/* width: 180px; */
	width: 211px;
}
.user_app .tr {
	padding: 16px 20px 18px;
	margin-bottom: 22px;
	background: #f4f1ec;
	border: 1px solid #e0e0e0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.user_app .tr.mobile {
	display: none;
}
.user_app .tr.made {
	background: #dbf3e8;
}
.user_app .tr.canceled {
	background: #fbe6e6;
}
.user_app .tr .td{
	display: inline-block;
	vertical-align: middle;
}
.user_app .product{
	/* width: 207px; */
	width: 240px;
}
.user_app .product.price_wrap{
	width: auto;
	font-weight: 700;
}
.user_app .tr .product:first-child{
	margin-bottom: 7px;
}
.user_app .tr .private_office_status .product:first-child{
	margin-bottom: 0;
}
.user_app .tr .td:first-child{
	padding-left: 0;
}
.user_app .comment{
	cursor: pointer;
	position: relative;
}
.user_app .comment span{
	text-decoration: underline;
}
.user_app .comment:hover{
	text-decoration: none;
}
@media (min-width:768px) {
	.user_app .comment:hover .comment_wrap{
		display: block;
	}
}
.user_app .comment_wrap{
	display: none;
	background: #fff;
	line-height: 20px;
	padding: 20px;
	width: 293px;
	position: absolute;
	top: 100%;
	left: -5px;
	margin-top: 20px;
	z-index: 4;
	box-shadow: 4px 5px 15px 0 rgba(5, 5, 5, .2);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.user_app .comment_wrap::after{
	position: absolute;
	top: -31px;
	content: '';
	left: 24px;
	border: 16px solid transparent;
	border-bottom: 15px solid #fff;
}
.user_app .td{
	padding: 0 15px;
}
.private_office_status{
	display: none;
	background: #fff;
	padding: 12px 20px;
	text-align: left;
	margin-top: 17px;
	/* overflow: hidden; */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.private_office_status .field_item{
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	margin-right: 25px;
	line-height: 34px;
}
.user_application .slide_down{
	width: 16px;
	height: 16px;
	float: right;
	margin-top: 5px;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s;
	background: url(images/arrow.png) no-repeat center;
	display: inline-block;
	vertical-align: middle;
}
.user_application .slide_down.active{
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.private_office_status .field_item.status{
	width: 165px;
}
.private_office_status .field_item.submit{
	/* float: right; */
	margin:  0 0 0;
}
.user_application .date_order{
	display: inline-block;
	vertical-align: middle;
}
.private_office_status .field_item .label,
.user_application .date_order .label{
	float: left;
	margin-right: 3px;
}
.private_office_status .field_item .item_inner,
.user_application .field_item .item_inner{
	overflow: hidden;
	font-weight: 700;
}
.private_office_status .field_item .item_inner a{
	color: #2c3134;
	font-size: 14px;
}
.private_office_status .field_item.date_order .item_inner a,
.user_application .field_item.date_order .item_inner a{
	background: url(images/date.png) no-repeat center;
	width: 20px;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 4px;
}
.private_office_status .field_item.status .item_inner{
/*	color: #c6b89e;*/
}
.made .private_office_status .field_item.status .item_inner{
	color: #a1d3bc;
}
.canceled .private_office_status .field_item.status .item_inner{
	color: #ed8080;
}
.private_office_status .field_item.submit a{
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700;
	color: #368bd2;
	display: block;
	line-height: 33px;
	padding: 0 30px;
	transition: .3s;
	border: 1px solid #368bd2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.private_office_status .field_item.submit a:hover{
	opacity: .7;
}
.made .private_office_status .field_item.submit a,
.canceled .private_office_status .field_item.submit a{
	pointer-events: none;
	color: #b6b6b6;
	border-color: #b6b6b6;
}
.user_devices{
	max-width: 1170px;
	margin: auto;
}
.user_devices .close{
	background: url(images/close.png) no-repeat center / cover;
	position: absolute;
	width: 20px;
	height: 20px;
	cursor: pointer;
	transition: .3s;
	top: 8px;
	left: 8px;
	z-index: 1;
}
.user_devices .close:hover{
	opacity: .7;
}
.user_devices .field_item{
	display: inline-block;
	vertical-align: top;
	max-width: 570px;
	width: 100%;
	margin: 0 25px 37px 0;
	font-size: 16px;
}
.user_devices .field_item:nth-child(even){
	margin-right: 0;
}
.user_devices .field_item .field_image{
	float: left;
	display: table;
	width: 240px;
	height: 195px;
	text-align: center;
	position: relative;
	border: 1px solid #eaeaea;
	margin-right: 17px;
}
.user_devices .field_item .field_image .image{
	display: table-cell;
	vertical-align: middle;
	height: 100%;
}
.user_devices .field_item .field_nid{
	overflow: hidden;
}
.user_devices .field_item .field_title{
	font-size: 24px;
	margin-bottom: 8px;
	margin-top: -7px;
}
.user_devices .field_item .label{
	display: inline-block;
	vertical-align: middle;
	font-weight: 400;
}
.user_devices .field_item .item{
	display: inline-block;
	vertical-align: middle;
}
.user_devices .field_item .article .item{
	background: url(images/article.png) no-repeat top right;
	padding-right: 23px;
}
.user_devices .field_item .char{
	margin-bottom: 7px;
}
.user_devices .field_item .char.status{
	margin-bottom: 20px;
}
.user_devices .field_item .status.queue .item{
	color: #bd0404;
}
.user_devices .field_item .status.properly .item{
	color: #02ae5f;
}
.user_devices .field_item .btn a{
	text-transform: uppercase;
	width: 170px;
	height: 26px;
	border: 1px solid #368bd2;
	display: block;
	text-transform: uppercase;
	color: #368bd2;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	margin-bottom: 9px;
	line-height: 26px;
	font-size: 14px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.block_order_cartridge{
	display: none;
	width: 1095px;
	height: 595px;
	background: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -297.5px 0 0 -574.5px;
	z-index: 100;
	padding: 13px 30px 30px 30px;
	text-align: center;
	border: 5px solid #368bd2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.block_order_cartridge .block_content,
.block_order_cartridge .slick-track{
	width: 1025px;
}
.block_order_cartridge .block_title,
.block_form .block_title{
	text-transform: uppercase;
	color: #368bd2;
	font-size: 43px;
	font-weight: 700;
	margin-bottom: 40px;
}

.block_order_cartridge .views_row{
	width: 270px;
	display: inline-block;
	vertical-align: top;
	border: 1px solid #e3e3e3;
	margin: 0 20px 10px;
	position: relative;
}
.block_order_cartridge .views_row::after{
	content: '';
	position: absolute;
	bottom: -12px;
	left: 0;
	height: 12px;
	width: 100%;
	background: url(images/row_after.png) no-repeat center;
	z-index: 1;
}
.block_order_cartridge .views_row .field_image{
	display: table;
	width: 100%;
	height: 213px;
	margin-bottom: 17px;
	position: relative;
	border-bottom: 1px solid #e3e3e3;
}
.block_order_cartridge .views_row .field_image .image{
	display: table-cell;
	vertical-align: middle;
	height: 100%;
}
.block_order_cartridge .views_row .field_image .image img{
	margin: auto;
}
.block_order_cartridge .views_row .field_image .ordered{
	color: #fff;
	text-transform: uppercase;
	position: absolute;
	top: 0;
	left: -1px;
	line-height: 30px;
	width: 105px;
	font-size: 12px;
	background: url(images/ordered_bg.png) no-repeat center;
}
.block_order_cartridge .views_row .field_body{
	padding: 0 20px 20px;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.block_order_cartridge .views_row .title{
	margin-bottom: 18px;
}
.block_order_cartridge .views_row .title a{
	font-size: 16px;
	color: #2c3134;
}
.block_order_cartridge .views_row .field_price{
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 17px;
}
.block_order_cartridge .views_row .field_price span{
	font-weight: 400;
	display: inline-block;
	vertical-align: super;
	font-size: 16px;
}
.block_order_cartridge .views_row input[type="text"],
.basket_order input[type="text"],
.block_amount input[type="text"]{
	width: 26px;
	height: auto;
	padding: 0;
	border: none;
	display: inline-block;
	vertical-align: middle;
	color: #2c3134;
	text-align: center;
}
.block_order_cartridge .views_row .count_wrap,
.basket_order .count_wrap,
.block_amount .count_wrap{
	border: 1px solid #abadb3;
	margin-right: 15px;
	position: relative;
	text-align: center;
	float: left;
	padding: 0 5px;
	height: 42px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.block_order_cartridge .views_row .count_wrap .arrow,
.basket_order .count_wrap .arrow,
.block_amount .count_wrap .arrow{
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 42px;
}
.block_order_cartridge .views_row .count_wrap .arrow.min,
.basket_order .count_wrap .arrow.min,
.block_amount .count_wrap .arrow.min{
	background: url(images/min.png) no-repeat center right;
}
.block_order_cartridge .views_row .count_wrap .arrow.max,
.basket_order .count_wrap .arrow.max,
.block_amount .count_wrap .arrow.max{
	background: url(images/max.png) no-repeat center left;
}
.block_order_cartridge .views_row .btn_order {
	overflow: hidden;
}
.block_order_cartridge .views_row .btn_order a{
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700;
	font-size: 22px;
	line-height: 42px;
	text-align: center;
	max-width: 148px;
	display: block;
	background: #368bd2;
	transition: .3s;
}
.block_order_cartridge .views_row .btn_order a:hover{
	opacity: .7;
}
.block_order_cartridge .block_content{
	padding: 0 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.block_order_cartridge .slick-arrow{
	-webkit-transition: .3s;
	transition: .3s;
	margin-top: 0;
	top: 135px;
}
.block_order_cartridge .slick-next{
	right: -14px;
	background: url(images/arrow_active.png) no-repeat top right;
}
.block_order_cartridge .slick-prev{
	left: -14px;
	background: url(images/arrow_active.png) no-repeat top left;
}
.block_order_cartridge .slick-prev.slick-disabled{
	background: url(images/main_arrow.png) 0 0 no-repeat transparent;
}
.block_order_cartridge .slick-next.slick-disabled{
    background: url(images/main_arrow.png) -21px 0 no-repeat transparent;
}
.exit{
	position: absolute;
	width: 40px;
	display: block;
	height: 40px;
	top: -40px;
	right: -40px;
	background: url(images/exit.png) no-repeat center;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s;
}
.exit:hover{
	opacity: .7;
}
.user_company .form_wrapper{
	text-align: center;
}
.user_company .form_wrapper .title{
	text-align: center;
	font-size: 24px;
	margin-bottom: 6px;
}
.user_company .form_wrapper input[type="text"]{
	width: 355px;
	border: 1px solid #abadb3;
	height: 40px;
}
.user_company .form_actions{
	height: 40px;
}
.user_company .form_item{
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}
.user_company .form_description{
	margin-top: 40px;
	font-size: 24px;
	margin-bottom: 20px;
}
.user_company_with{
	max-width: 1170px;
	margin: auto;
}
.user_company_with .views_row{
	padding-bottom: 25px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.user_company_with .views_row:last-child{
	padding-bottom: 0;
	border: 0;
}
.user_company_with .views_row .title{
	font-size: 24px;
	float: left;
	width: 270px;
	margin-right: 30px;
}
.user_company_with .views_row .title span{
	display: block;
	margin-bottom: 16px;
}
.user_company_with .admin.views_row .title span{
	/* opacity: .2; */
}
.user_company_with .views_row .views_nid{
	overflow: hidden;
	font-size: 16px;
}
.user_company_with .views_row .views_nid .info{
	float: left;
	width: 270px;
	margin-right: 30px;
}
.user_company_with .views_row .views_nid .name{
	font-size: 24px;
	margin-bottom: 10px;
}
.user_company_with .views_row .views_nid .field_body{
	overflow: hidden;
	padding-top: 44px;
}
.user_company_with .views_row .views_nid .phone{
	margin-bottom: 4px;
}
.user_company_with .views_row .views_nid .field_body .title_block,
.user_company_with .views_row .title_block{
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.user_company_with .views_row .views_nid .field_body .field_item{
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
}
.user_company_with .views_row .views_nid .field_body .field_item::after{
	content: '';
	background: #e5e5e5;
	position: absolute;
	top: 10px;
	left: 0;
	width: 100%;
	height: 1px;
}
.user_company_with .views_row .views_nid .field_body .field_item .left{
	float: left;
	background: #fff;
	padding-right: 7px;
	position: relative;
	background: #fff;
	z-index: 2;
}
.user_company_with .views_row .views_nid .field_body .field_item .right{
	float: right;
	background: #fff;
	padding-left: 7px;
	position: relative;
	background: #fff;
	z-index: 2;
	text-align: right;
	max-width: 327px;
}
.user_company_with .add_btn,
.user_company_with .edit_btn{
	color: #368bd2;
	text-transform: uppercase;
	font-size: 14px;
	text-align: center;
	width: 186px;
	line-height: 33px;
	cursor: pointer;
	font-weight: 700;
	border: 1px solid #368bd2;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.user_company_with .add_btn:hover,
.user_company_with .edit_btn:hover{
	opacity: .7;
}
.user_company_with .group_wrap{
	padding-bottom: 24px;
	margin-bottom: 24px;
	border-bottom: 1px solid #cccccc;
}
.user_company_with .group_wrap:last-child{
	margin: 0;
	padding: 0;
	border: 0;
}
.user_company_with .group_wrap .field_item{
	display: inline-block;
	vertical-align: top;
	width: 270px;
	margin-right: 25px;
}
.user_company_with .group_wrap .field_item:last-child{
	margin-right: 0;
}
.user_company_with .group_wrap .field_item .fio{
	margin-bottom: 7px;
	font-size: 16px;
}
.user_company_with .group_wrap .field_item .position{
	color: #9ba2a9;
	text-transform: uppercase;
	font-size: 11px;
	margin-bottom: 7px;
}
.user_company_with .group_wrap .field_item .phone{
	font-size: 14px;
	margin-bottom: 7px;
}
.user_company_with .email{
	color:#368bd2;
}
.user_company_with .views_row.admin .views_nid .info{
	float: none;
	width: 100%;
	margin: 0;
}
.mob_label{
	display: none;
}
.block_form{
	display: none;
	position: fixed;
	padding: 25px 30px 30px;
	top:50%!important;
	left: 50%;
	background: #fff;
	text-align: center;
	margin: -235px 0 0 -311px;
	border: 5px solid #368bd2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.block_form .block_title{
	margin-bottom: 25px;
}
.block_form{
	width: 622px;
	height: 470px;
	z-index: 100;
}
.block_form .form_item{
	width: 417px;
	margin-bottom: 8px;
}
.block_form .form_item label{
	float: left;
	font-weight: 400;
	font-size: 16px;
	text-align: right;
	width: 167px;
	margin-right: 15px;
	margin-top: 6px;
}
.block_form .form_item input{
	width: 233px;
	height: 33px;
	padding-left: 10px;
	border: 1px solid #abadb3;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.block_form .form_actions{
	clear: both;
	margin-left: 184px;
	text-align: left;
}
.block_form .form_actions input{
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	background: #368bd2;
	width: 232px;
	height: 42px;
	font-size: 22px;
	border: none;
}
.block_form .form_actions input:hover{
	opacity: .7;
}
.block_form.form_repairs{
	width: 750px;
	height: 675px;
	height: auto;
	/* margin: -337.5px 0 0 -375px; */
	margin: 0 0 0 -375px;
	max-height: 90%;
/*	transform: translateY(-50%);*/
}
@media (min-width:1400px) {.block_form.form_repairs{	transform: translateY(-50%);
}
}
.block_form.form_repairs .block_content{
	overflow-y: auto;
	max-height: 90%;
}
.block_form.form_repairs form{
	width: 538px;
	margin: auto;
}
.block_form.block_forgot_password {
	height: 400px !important;
	top: 50% !important;
	padding-top: 13px;
	width: 313px;
	margin: -139px 0 0 -126.5px;
}
.block_form.block_request_call {
	height: 238px !important;
	top: 50% !important;
	padding-top: 13px;
	width: 313px;
	margin: -139px 0 0 -126.5px;
}
.block_form.block_forgot_password .block_title,
.block_form.block_request_call .block_title{
	font-size: 20px;
	margin-bottom: 10px;
}
.block_form.block_forgot_password .form_item label,
.block_form.block_request_call .form_item label{
	float: none;
	margin: 0 0 10px;
	width: 100%;
	text-align: center;
	display: block;
	height: auto;
}
.block_form.block_forgot_password .form_item,
.block_form.block_request_call .form_item{
	width: auto;
	margin: 0 0 10px;
	text-align: center;
}
.block_form.block_forgot_password .form_actions,
.block_form.block_request_call .form_actions{
	margin: 0;
	text-align: center;
}

.form_item.disabled .input{
	border: none;
	color: #2c3134;
	font-size: 16px;
    margin-top: 6px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}
.block_form.form_repairs .form_item{
	text-align: left;
	width: 526px;
}
.block_form.form_repairs .form_item.number input{
	color: #2c3134;
	width: 59px;
}
.block_form.form_repairs .form_devices{
	overflow: hidden;
}
.block_form.form_repairs .form_devices .form_item{
	width: auto;
	float: left;
}
.block_form.form_repairs .form_devices .form_item:nth-last-child(1){
	margin-bottom: 0;
}
.block_form.form_repairs .form_devices .add_devices{
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	margin-left: 20px;
	color: #368bd2;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	border: 1px solid #368bd2;
	width: 140px;
	text-align: center;
	line-height: 30px;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.block_form.form_repairs .form_devices .add_devices.remove{
	color: #c02e2e;
	border-color: #c02e2e;
	background: url(images/delete.png) no-repeat center left 30px;
	padding-left: 55px;
	text-align: left;
}
.block_form.form_repairs .form_devices .add_devices:hover{
	opacity: ;
}
.block_form.form_repairs textarea{
	border: 1px solid #abadb3;
	resize: none;
	width: 355px;
	height: 150px;
}
.block_form.form_repairs .add_item textarea{
	height: 110px;
}
.block_form.form_repairs .form_item label{
	width: 156px;
}
.block_form.form_repairs .form_item.checkbox input{
	display: none;
}
.block_form.form_repairs .form_item.checkbox label{
	background: url(images/check_not_active.png) no-repeat center left;
	float: none;
	padding-left: 23px;
	width: auto;
	margin: 12px 0 12px 171px;
	text-align: left;
	display: block;
}
.block_form.form_repairs .form_item.checkbox input:checked + label{
	background: url(images/checked.png) no-repeat center left;
}
.jInputFile-fakeButton{
	position: relative;

	width: 166px;
	height: 40px;
	border: 2px solid #368bd2;
	padding-left: 42px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
	color: #368bd2!important;
	line-height: 38px;
	text-align: left;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.jInputFile-fakeButton::after{
	content: '';
	width: 30px;
	height: 30px;
	position: absolute;
	top: 2px;
	left: 10px;
	background: #fff url(images/file.png) no-repeat center;
}
.jInputFile-activeBrowseButton.jInputFile-fakeButton{
	position: absolute;
	top: 0;
	left: 0;
}
.form_item.file{
	height: auto;
	margin-bottom: 30px;
	position: relative;
	width: 167px;
}
.jInputFile-fakeButton{
	float: left;
	cursor: pointer;
}
.jInputFile-customFile{
	height: 40px;
	float: left;
	position: absolute;
	margin: 0;
	width: 166px;
	cursor: pointer;
	left: 0;
	top: 0;
}
.user_company .form_item.file + .form_actions{
	vertical-align: top;
	margin-left: 30px;
}
.user_company .form_item.file > div{
	height: auto !important;
}
.jInputFile-fileName{
	margin: 0;
	padding: 10px 0 0 0;
	position: static;
	clear: both;
	text-align: left;
	margin-bottom: 20px;
	font-size: 14px;
}
.header .user_exit{
	float: right;
	margin-top: 10px;
}
.header .user_exit a{
	text-decoration: none;
	color: #2c3134;
}
.header > .block_header_top > .block_content{
	padding-right: 170px;
}
.header .private_office .user_name{
	padding-left: 20px;
	background: url(images/user.png) no-repeat center left;
}
.basket_order{
	max-width: 1170px;
	margin: auto;
	text-align: left;
	padding: 30px 0;
}
.basket_order table{
	width: 100%;
}
.basket_order th{
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	color: #8696a7;
	padding-bottom: 8px;
	border-bottom: 1px solid #cccccc;
}
.basket_order tr{
	border-bottom: 1px solid #ccc;
}
.basket_order td{
	padding: 20px 0;
}
.basket_order td.product{
	width: 675px;
}
.basket_order td.product .image{
	display: table;
	width: 150px;
	height: 105px;
	text-align: center;
	float: left;
	margin-bottom:10px;
}
.basket_order td.product .image_inner{
	display: table-cell;
	vertical-align: middle;
	height: 100%;
}
.basket_order td.product .title{
	overflow: hidden;
	display: table;
	height: 105px;
	width: 270px;
}
.basket_order td.product .title a{
	display: table-cell;
	vertical-align: middle;
	color: #2c3134;
	font-size: 16px;
}
.basket_order td .cost{
	font-weight: 700;
	font-size: 24px;
	vertical-align: top;
}
.basket_order td .cost span{
	display: inline-block;
	vertical-align: super;
	font-weight: 400;
	font-size: 18px;
}
.order_btn{
	text-align: center;
	margin-top: 30px;
}
.order_btn a{
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 22px;
	line-height: 43px;
	background: #368bd2;
	padding: 0 32px;
	text-decoration: none;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.order_btn a:hover{
	opacity: .7;
}
.basket_order{
	position: relative;
}
.price_all{
	position: absolute;
	bottom: 39px;
	right: 0;
}
.price_all label{
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	margin-right: 11px;
}
.price_all .cost{
	display: inline-block;
	vertical-align: top;
	font-weight: 700;
	font-size: 36px;
	line-height: 1;
}
.price_all .cost span{
	display: inline-block;
	vertical-align: super;
	font-weight: 400;
	font-size: 16px;
}
.product_form{
	width: 750px;
    display: none;
	position: absolute;
	padding: 25px 30px 30px;
	left: 50%;
	background: #fff;
	top: 850px;
	text-align: center;
	margin: 0 0 0 -375px;
	border: 5px solid #368bd2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 100;
}
.product_form .block_title{
	margin-bottom: 0;
	text-transform: uppercase;
	color: #368bd2;
	font-size: 43px;
	font-weight: 700;
	margin-bottom: 40px;
}
.product_form .subtitle{
	color: #368bd2;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	font-size: 23px;
	margin-bottom: 20px;
}
.product_form .field_wrapper{
	text-align: left;
}
.product_form .field_wrapper .field_item{
	max-width: 654px;
	margin: 0 auto 35px;
	width: 100%;
	background: url(images/lock.png) no-repeat top left;
	padding-left: 51px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.product_form .field_wrapper .field_item .title{
	font-size: 20px;
	margin-bottom: 6px;
}
.product_form .field_wrapper .field_item .body{
	font-size: 14px;
	line-height: 17.96px;
}
.reg_btn{
	text-align: center;
}
.reg_btn a{
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	padding: 0 45px;
	/* height: 50px; */
	font-size: 22px;
	line-height: 50px;
	background: #368bd2;
	display: inline-block;
	text-decoration: none;
	-webkit-transition: .3s;
	transition: .3s;
}
.reg_btn a:hover{
	opacity: .7;
}
.price_td{
	width: 120px;
}
.footer .social .field_item img{
	/* opacity: .2; */
}
.footer .social .field_item:hover img{
	opacity: 1;
	-webkit-filter: none;
	filter: none;
}
.header .basket{
	position: absolute;
}
.header .basket .to_basket{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.header .private_office .form .form_item{
	float: left;
}
.block_new .body span{
	font-weight: 400;
}
.basket_page .content .form_item.checkbox input{
	display: none;
}
.basket_page .content .form_item.checkbox label{
	background: url(images/check_not_active.png) no-repeat center left;
    float: none;
    padding-left: 23px;
    width: auto;
    margin: 12px 0 12px 171px;
    text-align: left;
    display: block;
}
.basket_page .content .form_item.checkbox input:checked + label{
	background: url(images/checked.png) no-repeat center left;
}
.block_contacts_page .map iframe{
	width: 100% !important;
	height: 445px !important;
}
.block_contacts_page .map iframe + iframe{
	margin-top: 30px;
}
.user_edit .user_data{
	width: 568px;
    margin: 35px auto;
}
.user_edit .user_data .fform .form_item{
	margin-bottom: 15px;
}
.user_edit .user_data .fform .form_item label{
    width: 145px;
    text-align: right;
    display: inline-block;
    font-size: 16px;
    padding-right: 4px;
    height: 28px;
    vertical-align: top;
    padding-top: 5px;
}
.user_edit .user_data .fform .form_item input{
    height: 31px;
    display: inline-block;
    width: 223px;
    border: 1px solid #abadb3;
    color: #2c3134;
    padding: 0 10px;
    font: 400 14px 'PTSans', Arial, sans-serif;
}
.user_edit .user_data .fform .form_item input + input{
	margin: 15px 0 0 153px;
}
.user_edit .user_data .fform .form_actions input{
    background: #368bd2;
    width: 225px;
    height: 42px;
    font-size: 22px;
    font-weight: 400;
    line-height: 37px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #368bd2;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-left: 153px;
}
.user_edit .user_data .fform .form_actions input:hover{
	background: #fff;
}
.user_edit .user_data .fform .add_button{
	text-decoration: none;
	margin-top: 10px;
	display: inline-block;
	vertical-align: middle;
	font-weight: 700;
	font-size: 21px;
	margin-top: 12px;
}
.edit{
	margin-top: 15px;
	display: none;
}
.edit input[type="text"]{
	width: 223px;
    height: 30px;
    background: #fff;
    border: 1px solid #abadb3;
    outline: none;
    font-size: 13px;
    color: #8696a7;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.edit textarea{
	width: 223px;
	border: 1px solid #abadb3;
    outline: none;
    font-size: 13px;
    color: #8696a7;
    padding: 10px 15px;
    height: 100px;
    resize: none;
}
.user_company_with .views_row.active .info_ready,
.user_company_with .views_row.active .views_nid .field_items,
.edit_form{
	display: none;
}
.user_company_with .views_row.active .edit_form{
	display: block;
}
.user_company_with .views_row.active .views_nid .field_body{
	padding-top: 0;
}
.edit .form_actions input,
.edit_form .form_actions input{
	height: 30px;
	width: 150px;
	font-size: 14px;
	background: #fff;
    color: #368bd2;
    border: 1px solid #368bd2;
}
.edit_form input[type="text"]{
    width: 220px;
    height: 30px;
    background: #fff;
    outline: none;
    border: 1px solid #abadb3;
    font-size: 14px;
    color: #8696a7;
    padding: 0 20px;
}
.edit_form label{
	width: 150px;
	display: inline-block;
	vertical-align: middle;
	text-align: right;
	margin-right: 5px;
}
.edit_form.to_left label{
	width: 100%;
	margin-bottom: 5px;
	text-align: left;
}
.edit_form.requisites .form_actions input{
	margin-left: 160px;
}

table{
	border-collapse: collapse;
}
form select{
	width: 195px;
	height: 33px;
	padding: 0 15px 0 10px;
	font-size: 16px;
	background: #fff url(images/select.png) no-repeat center right 9px;
	border: 1px solid #abadb3;
	-webkit-appearance: none;
	line-height: 1em;
	color: #2c3134;
	/* for FF */
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	/* for IE */
	-ms-appearance: none;
	appearance: none!important;
}
form select::-ms-expand {
	display: none;
}


input[type="text"],
input[type="password"],
textarea{
	width: 362px;
	height: 55px;
	background: #fff;
	outline: none;
	border: none;
	font-size: 16px;
	color: #8696a7;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
textarea{
	height: 111px;
	padding: 20px;
	resize: vertical;
}
.footer .block_form.block_form_registration{
	top: 50% !important;
}
.footer .block_form.block_form_registration{
	max-width: 510px!important;
	height: 465px !important;
}
.footer .block_form.block_form_registration .form_item{
	text-align: left;
}
.footer .block_form.block_form_registration .form_item label{
	width: 135px;
}
.block_form.block_form_registration .form_item.captcha_input input{
	width: 117px;
}
.block_form.block_form_registration .form_item input{
	width: 265px;
}
.block_form .form_item.captcha_input .captcha_inner{
	display: inline-block;
	vertical-align: middle;
	color: #368bd2;
	font: 900 36px 'Conv_PROXIMANOVAEXCN-BLACKIT', sans-serif;
	line-height: 1;
    font-style: italic;
    float: right;
}
.footer .block_form.block_form_registration .form_item.checkbox{
	clear: both;
	text-align: left;
	margin-left: 150px;
	margin-bottom: 17px;
	overflow: hidden;
}
.footer .block_form.block_form_registration .form_item.checkbox input{
	display: none;
}
.footer .block_form.block_form_registration .form_item.checkbox label{
	background: url(images/check_empty.jpg) left center no-repeat;
	padding-left: 20px;
	text-align: left;
}
.footer .block_form.block_form_registration .form_item.checkbox input:checked + label{
	background: url(images/checked.png) left center no-repeat;
}
.footer .block_form.block_form_registration .form_actions{
	margin-left: 150px;
}
.footer .block_form.block_form_registration .form_actions input{
	width: 263px;
	font-size: 20px;
}

.error_red {
    margin-left: 150px;
    color: red;
}

.error_red2 {
    margin-left: 10px;
    color: red;
    text-align:left;
}
.block_ff_desktop {
	margin: 375px 0 0 -311px !important;
}