html, body {
	margin:0;
	background:#D9E0E7;
}
h1, h2, h4, h5 {
	font-family:'Open Sans',"Helvetica Neue",Helvetica,Arial,sans-serif;
	color:#242a30;
	padding:0;
	margin:0.5em 0 0.5em 0;
}
label {
	cursor:pointer;
}
a {
	color:#3498db;
}
#simple-shelf-about{
	display:none;
}
#color_1{
	background:#ffd8d8;
}
#color_2{
	background:#ffe7ce;
}
#color_3{
	background:#fffece;
}
#color_4{
	background:#dcffce;
}
#color_5{
	background:#cef8ff;
}
#color_6{
	background:#cee8ff;
}
#color_7{
	background:#d8ceff;
}
.get_menu_chat u:hover{
	color:#FF0000;
}
.statistics_site{
	font-size:1.5em;
}
.button_menu {
	display:none;
	width:3em;
	height:3em;
	position:absolute;
	right:0;
	top:-5px;
	cursor:pointer;
}
.button_menu .bit-1::before {
	content:'';
	left:0.5em;
	top:0.5em;
	position:absolute;
	width:1em;
	transform-origin:left bottom;
	height:0.3em;
	background:#2E313C;
	transition:transform 0.3s, top 0.3s;
}
.button_menu .bit-1::after {
	content:'';
	position:absolute;
	right:0.5em;
	top:0.5em;
	width:1em;
	transform-origin:right bottom;
	height:0.3em;
	background:#2E313C;
	transition:transform 0.3s, top 0.3s;
}
.button_menu .bit-2 {
	position:absolute;
	width:2em;
	top:50%;
	left:50%;
	height:0.3em;
	background:#2E313C;
	transform:translate(-50%, -50%);
	transition:transform 0.3s 0.3s, width 0.3s 0.6s;
}
.button_menu .bit-3::before {
	content:'';
	position:absolute;
	bottom:0.5em;
	left:0.5em;
	width:1em;
	transform-origin:left top;
	height:0.3em;
	background:#2E313C;
	transition:transform 0.3s, bottom 0.3s;
}
.button_menu .bit-3::after {
	content:'';
	position:absolute;
	bottom:0.5em;
	right:0.5em;
	width:1em;
	transform-origin:right top;
	height:0.3em;
	background:#2E313C;
	transition:transform 0.3s, bottom 0.3s;
}
.button_menu.open .bit-1:before {
	top:0.4em;
	width:1.2em;
	transform:rotate(45deg);
	transform-origin:left bottom;
	transition:transform 0.3s 0.3s, width 0.3s 0.3s, top 0.3s 0.3s;
}
.button_menu.open .bit-1:after {
	top:0.4em;
	width:1.2em;
	transform:rotate(-45deg);
	transform-origin:right bottom;
	transition:transform 0.3s 0.3s, width 0.3s 0.3s, top 0.3s 0.3s;
}
.button_menu.open .bit-2 {
	width:0.3em;
	transform:translate(-50%, -50%) rotate(45deg);
	transition:transform 0.3s 0.3s, width 0.3s;
}
.button_menu.open .bit-3:before {
	bottom:0.4em;
	width:1.2em;
	transform:rotate(-45deg);
	transform-origin:left top;
	transition:transform 0.3s 0.3s, width 0.3s 0.3s, bottom 0.3s 0.3s;
}
.button_menu.open .bit-3:after {
	bottom:0.4em;
	width:1.2em;
	transform:rotate(45deg);
	transform-origin:right top;
	transition:transform 0.3s 0.3s, width 0.3s 0.3s, bottom 0.3s 0.3s;
}
.message{
    background-size:40px 40px;
    background-image:linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
                        transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
                        transparent 75%, transparent);                                      
    box-shadow:inset 0 -1px 0 rgba(255,255,255,.4);
	width:100%;
    border:0px solid;
    color:#fff;
    padding:0;
	margin:0 0 0 0;    
    text-shadow:0 1px 0 rgba(0,0,0,.5);
    animation:animate-bg 5s linear infinite;
}

.info{
    background-color:#4ea5cd;
    border-color:#3b8eb5;
}

.error{
    background-color:#de4343;
    border-color:#c43d3d;
}
     
.warning{
    background-color:#eaaf51;
    border-color:#d99a36;
}

.success{
    background-color:#61b832;
    border-color:#55a12c;
}

.message h3{
    margin:0.8em 1em 0.3em 1em;                                                  
}

.message p{
    margin:0 1em 1em 1.2em;                                                  
}

.message a{
    color:#FFFFFF;
	font-size:1.3em;
}
.message ul{
	padding:0;
    margin:0 1em 1em 1.2em;
}
.message li{
	list-style-type:none;
}
.table_excel{
	text-align: center;
	border-collapse: separate; 
	border-spacing: 1em 0;
}
.table_excel th {
	font-weight: normal;
	background: #FFFFFF;
	border-right: 1px solid #ee836e;
	border-left: 1px solid #ee836e;
	color: #484848;
	min-width:15em;
	height:5em;
	border-top: 1px solid #ee836e;
	margin:0 1em 0 0;
}
.table_excel td {
	background: #fbe3e4;
	border-right: 1px solid #ee836e;
	border-left: 1px solid #ee836e;
	color: #484848;
	min-width:15em;
	border-bottom:1px solid #ee836e;
	margin:0 1em 0 0;
}
.select_field{
	width:90%;
	height:2em;
	padding:0.4em 1em;
	font-size:1em;
}
#excel_page{
	font-size:2em;
}
@keyframes animate-bg {
    from {
        background-position:0 0;
    }
    to {
       background-position:-80px 0;
    }
}

@keyframes animate-bg {
    from {
        background-position:0 0;
    }
    to {
       background-position:-80px 0;
    }
}

/*
 * BORDER RADIUS
 */

.radius {
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.radius:before, .radius span {
	border-radius:3px 0 0 3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px 0 0 3px;
}
.addup{
	margin:-8px 0 0 0;
	display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    background: #00acac;
    border-color: #00acac;
    float: right;
	text-decoration: none;
}

.add_button_info{
	margin:1em;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    background: #00acac;
    border-color: #00acac;
	text-decoration: none;
	width:10em;
}
/* ==========================================================================
   COLORS styles
   ========================================================================== */
 

/*
 * Color t
 */ 
.color-t { background-color:rgb(39, 165, 231); }
.color-t:hover { background-color:rgb(39, 165, 231);}
.color-t:before { background:rgb(39, 165, 231); }
.color-t span  { color:rgb(39, 165, 231); }
 
/*
 * Color 1
 */ 
 
.color-1 { background-color:#1ABC9C; }
.color-1:hover { background-color:#139B80; }
.color-1:before { background:#139B80; }
.color-1 span  { color:#1ABC9C; }

/*
 * Color 2
 */ 
   
.color-2 { background-color:#2ecc71; }
.color-2:hover { background-color:#16A352; }
.color-2:before { background:#16A352; }
.color-2 span { color:#2ecc71; }

/*
 * Color 3
 */ 
   
.color-3 { background-color:#3498db; }
.color-3:hover { background-color:#1B7CBD; }
.color-3:before { background:#1B7CBD; }
.color-3 span { color:#3498db; }

/*
 * Color 4
 */ 
   
.color-4 { background-color:#9b59b6; }
.color-4:hover { background-color:#8533A7; }
.color-4:before { background:#8533A7; }
.color-4 span { color:#9b59b6; }

/*
 * Color 5
 */ 
   
.color-5 { background-color:#34495e; }
.color-5:hover { background-color:#1B344D; }
.color-5:before { background:#1B344D; }
.color-5 span { color:#34495e; }

/*
 * Color 6
 */ 
   
.color-6 { background-color:#f1c40f; }
.color-6:hover { background-color:#D8B00E; }
.color-6:before { background:#D8B00E; }
.color-6 span { color:#f1c40f; }

/*
 * Color 7
 */ 
   
.color-7 { background-color:#e67e22; }
.color-7:hover { background-color:#CA6A14; }
.color-7:before { background:#CA6A14; }
.color-7 span { color:#e67e22; }

/*
 * Color 8
 */ 
   
.color-8 { background-color:#e74c3c; }
.color-8:hover { background-color:#C92C1C; }
.color-8:before { background:#C92C1C; }
.color-8 span { color:#e74c3c; }

/*
 * Color 9
 */ 
   
.color-9 { background-color:#999999; }
.color-9:hover { background-color:#777777; }
.color-9:before { background:#777777; }
.color-9 span { color:#999999; }


/*
 * Color 10
 */ 
   
.color-10 { background-color:#242a30; }
.color-10:hover { background-color:#000000; }
.color-10:before { background:#000000; }
.color-10 span { color:#333333; }

/*
 * Color 11
 */ 
   
.color-11 { background-color:#1FA6D5; }
.color-11:hover { background-color:#1589B1; }
.color-11:before { background:#1589B1; }
.color-11 span { color:#1FA6D5; }

/*
 * Color 12
 */ 
   
.color-12 { background-color:#FCC44C; }
.color-12:hover { background-color:#E5AF39; }
.color-12:before { background:#E5AF39; }
.color-12 span { color:#FCC44C; }

/*
 * Color 13
 */ 
   
.color-13 { background-color:#FC4C7D; }
.color-13:hover { background-color:#E03363; }
.color-13:before { background:#E03363; }
.color-13 span { color:#FC4C7D; }

/*
 * Color 14
 */ 
   
.color-14 { background-color:#E04CFC; }
.color-14:hover { background-color:#C735E2; }
.color-14:before { background:#C735E2; }
.color-14 span { color:#E04CFC; }

/*
 * Color 15
 */ 
   
.color-15 { background-color:#F86227; }
.color-15:hover  { background-color:#D6511C; }
.color-15:before  { background:#D6511C; }
.color-15 span { color:#F86227; }

/*
 * Colour 16
 */ 
   
.color-16 { background-color:#75AD16; }
.color-16:hover  { background-color:#5F8A16; }
.color-16:before { background:#5F8A16; }
.color-16 span { color:#75AD16; }

/*
 * Colour 17
 */ 
 
.color-17 { background-color:#e97770; }
.color-17:hover  { background-color:#e66761; }
.color-17:before { background:#e66761; }
.color-17 span { color:#e66761; }
   
/*
 * Colour 18
 */ 
 
.color-18 { background-color:#FFFFFF; }
.color-18:hover  { background-color:#FFFFFF; }
.color-18:before { background:#FFFFFF; }
.color-18 span { color:rgba(0, 0, 0, 0.7); }


			
.show_hiden_my_pc, .show_hiden_my_gp, .show_hiden_my_will, .show_hiden_my_take {
	text-decoration: none;
	margin: 0 0 0 0.5em;
	
}

.show_hiden_my_button {
	float:right;
}

.my_pc_table td{
	width:7em;
	text-align:left;
}
.my_button_pc {
	font-size:1.5em;
	color:#242a30;
	border:1px solid #242a30;
	padding:0.4em 0.5em 0.5em 0.5em;
	width:1em;
	height:1em;
	display:inline-block;
	margin:0 1em 0 0;
	cursor:pointer;
}
.my_button_pc:hover {
	color:#FFFFFF;
	background:#242a30;
	transition: 0.5s;
}
.my_button_pc_hover {
	font-size:1.5em;
	color:#FFFFFF;
	background:#242a30;
	border:1px solid #242a30;
	padding:0.4em 0.5em 0.5em 0.5em;
	width:1em;
	height:1em;
	display:inline-block;
	margin:0 1em 0 0;
	cursor:pointer;
}
.message_info{
	padding:1em;
	background:#ffe691;
	color:#333333;
}
#bid_pc_yes_display{
	width:12em;
}
#premium{
	color:#1A2229;
}

.list_info{
	width:100%;
	margin:0 auto 1em auto;
	padding:0.5em 0;
	border-bottom:1px dotted #666666;
	border-top:1px dotted #666666;
}
.list_info .list_info_img{
	float:left;
	min-width:200px;
	margin:0.5em 0 0 0;
}
.list_info .list_info_block{
	float:left;
	padding:0 0 0 2em;
}
.list_info .list_info_block h1{
	padding:0;
	margin:0;
}
.list_info .list_info_block h2{
	padding:0;
	margin:0;
	color:#de4444;
}
.list_info .list_info_block .list_info_category{
	padding:0.5em 0 0 0;
}
.list_info .list_info_block .list_info_price{
	padding:0;
	margin:1em 0 0 0;
	color:#1a2229;
}
.list_info:hover{
	background:#e9edf2;
}
.models_menu{
	max-width: 590px;
	margin: 0 auto 0 auto;
}
.models_menu ul{
	margin:0;
	padding: 0;
}
.models_menu ul li{
	position: relative; 
	float: left; 
	list-style-type: none;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
}
.models_menu ul .first_menu{
	width: 170px;
}
.models_menu ul .two_menu{
	width: 160px;
}
.models_menu ul .tree_menu{
	width: 250px;
}

.models_menu ul li a{
	text-decoration: none;
	color: #b4b4b4;
}
.models_menu ul .active_menu {
	border-bottom: 3px solid #3498db;
	color: #3498db;
}




.models_list{
	max-width: 1210px;
	margin: 1em auto 0 auto;
}
.models_list ul{
	margin:0;
	padding: 0;
}
.models_list ul li{
	position: relative; 
	float: left; 
	list-style-type: none;
	width: 45%;
	text-align: center;
	border: 2px solid #EDEDED;
	border-radius: 4px;
	margin: 0.5em;
}
.models_list ul li:hover{
	border: 2px solid #3498db;
}
.models_list ul li img{
	width: 100%;
}
.models_list ul li a{
	text-decoration: none;
	color: #242a30;
}

.display_info_two{
	margin: 1em 0 0 0;
}

.display_info_tree{
	margin: 2em 0 0 0;
}

.models_step_one{
	margin:0;
	padding: 0;
	width: 100%;
}			

.models_constructor{
	width: 100%;
	height:30em;
}
#models_info{
	width: 190px;
	height:190px;
	margin: 5em auto 0 auto;
	border:1px solid #1a2229;
	font-family: Georgia, 'Times New Roman', Times, serif;
}
.models_info{
	width: 190px;
	height:190px;
	margin: 0 auto 0 auto;
	border:1px solid #1a2229;
}
#models_info div{
	cursor: move;
}
#panel_text_sise{
	display:block;
	width:100%;
	padding:0.1em;
	font-size:2em;
}
#text_style_b{
	margin:0px;
	font-style:inherit;
	font-variant:inherit;
	font-weight:inherit;
	font-stretch:inherit;
	font-size:13px; 
	line-height:16px;
	font-family:inherit; 
	overflow:visible; 
	cursor:pointer;
	background:none 0px 0px repeat scroll rgb(255, 255, 255);
	border-width:1px;
	border-style:solid;
	border-color:rgb(255, 255, 255);
	box-shadow:rgba(0, 0, 0, 0.3) 0px 1px 2px 0px;
	padding:5px; 
	border-radius: 4px 0px 0px 4px;
}
#text_style_b:hover{
	background-color:#f5fbfd;
}
#text_style_b i{
	box-sizing:border-box;
	display:inline-block;
	margin: -1px 0px 0px;
	padding:0px;
	line-height:0;
	font-size:0px;
	vertical-align:middle;
	max-width:26px;
	height:17px;
	background-position:0px 0px;
	background-repeat:no-repeat;
	background-size: 17px 17px;
	width: 17px;
	background-image:url(/img/svg/icon/ico_bold.svg);
}
#text_style_i{
	margin:0px;
	font-style:inherit;
	font-variant:inherit;
	font-weight:inherit;
	font-stretch:inherit;
	font-size:13px;
	line-height:16px;
	font-family:inherit;
	overflow:visible;
	cursor:pointer;
	background:none 0px 0px repeat scroll rgb(255, 255, 255);
	border-width:1px;
	border-style:solid;
	border-color:rgb(255, 255, 255);
	box-shadow:rgba(0, 0, 0, 0.3) 0px 1px 2px 0px;
	padding:5px;
	border-radius: 0px 4px 4px 0px;
}
#text_style_i:hover{
	background-color:#f5fbfd;
}
#text_style_i i{
	box-sizing:border-box;
	display:inline-block;
	margin: -1px 0px 0px;
	padding:0px;
	line-height:0;
	font-size:0px;
	vertical-align:middle;
	max-width:26px;
	height:17px; 
	background-position:0px 0px;
	background-repeat:no-repeat;
	background-size:17px 17px;
	width:17px;
	background-image: url(/img/svg/icon/ico_italic.svg);
}

.col-xs-12{
	box-sizing:border-box;
	position:relative;
	margin:0 auto 1em auto;
	min-height:1px;
	padding-right:15px;
	padding-left:15px;
	width: 900px;
}
#pricing-slider{
	box-sizing:border-box;
	position:relative;
	width:900px;
	opacity: 1;
}
.owl-wrapper-outer{
	box-sizing:border-box;
	overflow:hidden;
	position:relative;
	width: 900px;
}
.owl-wrapper{
	box-sizing:border-box;
	position:relative;
	transform:translate3d(0px, 0px, 0px);
	backface-visibility:hidden;
	width:2344px;
	left:0px;
}
.owl-item{
	box-sizing:border-box;
	float:left;
	backface-visibility:hidden;
	transform:translate3d(0px, 0px, 0px);
	
}
.price-item{
	box-sizing:border-box;
	animation-fill-mode:both;
	animation-name:fadeInUp;
	visibility:visible;
	margin:0px 10px;
}
.price-box{
	box-sizing:border-box;
	text-align:center;
	position:relative;
}
.price-category{
	box-sizing:border-box;
	border:1px solid rgb(56, 72, 111) !important;
}
.price-category h3{
	box-sizing:border-box;
	font-family:Lora;
	font-weight:500;
	line-height:1.1;
	color:inherit;
	margin-top:20px;
	margin-bottom:0px;
	font-size:19px;
	-webkit-font-smoothing:antialiased !important;
	padding-bottom:20px;
}
.price-box-inner{
	box-sizing:border-box;
	border-right:1px solid rgb(220, 220, 220);
	border-bottom:1px solid rgb(220, 220, 220);
	border-left:1px solid rgb(220, 220, 220);
	border-image:initial; 
	border-top:0px !important;
}
.price-head{
	box-sizing:border-box;
	border-bottom:1px solid rgb(220, 220, 220);
	padding:15px 0px 10px;
	margin:0px 20px;
}
.currency{
	box-sizing:border-box;
	color:rgb(56, 72, 111) !important;
	font-size:45px;
	font-family:Lora;
	margin-bottom:-25px;
}
.time-period{
	box-sizing:border-box;
	color:rgb(199, 199, 199);
	font-family:Lora;
}
.price-details{
	box-sizing:border-box;
	margin-top:0px;
	margin-bottom:10px;
	padding:0px;
}
.price-details li{
	box-sizing:border-box;
	list-style-type:none;
	color:rgb(117, 116, 116);
	padding:10px 0px;
	margin:0px 20px;
	border-bottom:1px solid rgb(220, 220, 220);
}
.order-now{
	box-sizing:border-box;
	margin:0px 20px;
	padding:5px 0px 15px;
}
.button{
	box-sizing:border-box;
	background:rgb(56, 72, 111);
	font-size:15px;
	padding:10px 14px;
	border:0px;
	max-width: 100%;
	font-family:Lora;
	margin: 0px auto;
}
.button a{
	box-sizing:border-box;
	background-color:transparent;
	color:rgb(255, 255, 255);
	text-decoration-line:none;
	display:block;
	-webkit-font-smoothing:antialiased !important;
}
.premium{
	box-sizing:border-box; 
	border:1px solid rgb(56, 72, 111) !important;
	background:rgb(56, 72, 111);
	color:rgb(255, 255, 255);
}
.premium h3{
	box-sizing:border-box;
	font-family:Lora;
	font-weight:500;
	line-height:1.1;
	color:inherit;
	margin-top:20px;
	margin-bottom:0px;
	font-size:19px;
	-webkit-font-smoothing: antialiased !important;
	padding-bottom:20px;
}
.company_style_hidden_category{
	text-decoration:none;
}
.company_style_hidden_category_block{
	width:100%;
	height:5.5em;
	background:#efefef;
	text-align:left;
	margin:0 0 1em 0;
}
.company_style_hidden_category_block h2{
	padding:0.5em 0 0 0;
	position:relivate;
	margin:0 0 0 2.5em;
	width:100%;
}
.company_style_hidden_category_block i{
	position:absolute;
	right:2.5em;
}
.company_style_hidden_category_block:hover{
	background:#E0E0E0;
}
	
#take_valuta,
#take_type_pc,
#rate_type_auto,
#rate_type_pc{
	width: 100%;
	height: 3em;
	padding: 0.5em 1em;
	font-size: 1em;
}

#gp_capacity,
#gp_length,
#gp_volume,
#rate_capacity,
#rate_length,
#rate_volume{
	width: 10em;
	height: 3em;
	padding: 0.5em 1em;
	font-size: 1em;
}

.take_model_select,
.rate_auto_model_select,
.rate_select_auto_st_start,
.rate_select_auto_st_finish,
.rate_model_select{
	width:1.5em;
	height:1.5em;
}

#take_display_model_select{
	margin:1em 0 0 0;
}

.model_list,
.take_reply_model_list{
	width:1.3em;
	height:1.3em;
}

#will_list_display,
#take_list_display{
	display:none;
}	

#will_list_model,
#replay_will_list_model,
#replay_take_list_model,
#take_list_model {
	position: relative;
	border: 1px solid #ccd0d4;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    width: 100%;
    height: 3em;
    padding: 0.25em 0.5em;
    font-size: 1em;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
	
}

#will_list_model li,
#replay_will_list_model li,
#replay_take_list_model li,
#take_list_model li{
	position: relative;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #242a30;
    color: #FFFFFF;
    cursor: pointer;
	list-style-type: none;
    padding: 0.5em 1em;
    font-size: 1em;
    line-height: 1.42857143;
	float:left;
	margin:0 0 0 0.5em;
	z-index: 10;
}

#will_list_model li a,
#replay_will_list_model li a,
#replay_take_list_model li a,
#take_list_model li a{
	color: #FFFFFF;
	margin:0 0 0 0.5em;
}

#will_list_model_display,
#replay_will_list_model_display,
#replay_take_list_model_display,
#take_list_model_display {
	position:absolute;
	margin: -4em 0 0 0;
	background: none;
	height: 3em;
	font-size: 1em;
}

#will_display_model_list,
#replay_will_display_model_list,
#replay_take_display_model_list,
#take_display_model_list{
	display:none;
	position:absolute;
	background-color: #FFFFFF;
	border: 1px solid #ccd0d4;
	padding: 0.5em 0 1em 1em;
}

.load_file_dislocation,
.sell_direction,
.mail_dislocation{
	width: 1.5em;
    height: 1.5em;
}

.list_mail, .sortable-ul, .sortable-ul-hidden{
	margin:0;
	padding:0;
}
.list_mail li, .sortable-ul li, .sortable-ul-hidden li{
	list-style-type:none;
	padding:0.2em 0;
	color: inherit;
	cursor: pointer;
}
.sortable-ul li, .sortable-ul-hidden li{
	cursor: move;
}
.sortable-ul li input, .sortable-ul-hidden li input{
	width:60%;
	height:2em;
}
.sortable-ul div {
	display:inline-block;
	border: 1px solid #ccd0d4;
	-webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    width: 35em;
    padding: 0.2em 0.5em;
    font-size: 1em;
    line-height: 1.42857143;
    color: #555;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
#sortable-ul-hide .delete_table_field{
	color:#2ecc71;
	font-size:1.3em;
}
#sortable-ul-show .delete_table_field{
	color:#ff7070;
	font-size:1.3em;
}
#sortable-ul-hide{
	margin:1em 0 0 0;
	border: 1px dotted #242a30;
	padding:1em;
}
#sortable-ul-show{
	padding:1em;
}
.list_mail li input{
	width:1.5em;
	height:1.5em;
}
.dislocation_mail_setting{
	padding:1em 0 0 3em;
}

.checkbox {
	display: none;
}
.checkbox_dislocation_edit,
.checkbox_dislocation_hour,
.checkbox_dislocation {
	display: none;
}

.checkbox-custom {
	position: relative;
	width: 2em;
	height: 1.8em;
	border: 1px solid #ccd0d4;
	border-radius: 3px;
	font-size:1.5em;
	color: #555;
	text-align:center;
	padding: 0.3em 0 0 0;
}


.checkbox-custom,
.label {
	display: inline-block;
	vertical-align: middle;
}

.checkbox_dislocation_edit:checked + .checkbox-custom::before,
.checkbox_dislocation_hour:checked + .checkbox-custom::before,
.checkbox_dislocation:checked + .checkbox-custom::before {
	content: attr(title);
	display: block;
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	background: #242a30;
	border: 1px solid #242a30;
	color:#FFFFFF;
	border-radius: 2px;
	padding: 0.21em 0 0 0;
}

.checkbox:checked + .checkbox-custom::before {
	content: attr(title);
	display: block;
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	background: #242a30;
	border: 1px solid #242a30;
	color:#FFFFFF;
	border-radius: 2px;
	padding: 0.21em 0 0 0;
}

#dislocation_wagons_block{
	border: 1px solid #ccd0d4;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #555;
	padding: 0.75em 0 0.6em 5.2em;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	resize: none;
	width:100%;
	height:20em;
	background:none;
	font:400 12px Arial;
}


#dislocation_wagons{
	border: 1px solid #ccd0d4;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #555;
	padding: 0.75em 0 0.6em 5.2em;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	resize: none;
	width:100%;
	height:20em;
	background:none;
	font:400 12px Arial;
	position:absolute;
	z-index:2;
	margin:-20em 0 0 0;
}

#dislocation_wagons_panel{
	position:absolute;
	font:400 12px Arial;
	margin:-20em 0 0 0;
	padding:0.85em 1.5em 0.5em 0.5em;
	height:18.5em;
	overflow:hidden;
	border-right:1px solid green;
	width:3em;
	text-align:right;
	z-index:3;
}
#dislocation_wagons_panel input{
	position:absolute;
	margin:-0.01em 0 0 0.2em;
}

.main-content{
	box-sizing: border-box;
	font-family:'Open Sans', sans-serif;
	font-size: 13px;
	background-color: rgb(241, 242, 247);
}
.main-content .wrapper{
	box-sizing: border-box;
	display: inline-block;
	padding: 15px;
}
.main-content .wrapper .state-overview{
	box-sizing: border-box;
	margin-right: -15px;
	margin-left: -15px;
}
.collg3{
	box-sizing: border-box;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	display: inline-block;
	width: 380px;
}
.collg3 .panel{
	box-sizing: border-box;
	margin-bottom: 20px;
	background-color: rgb(255, 255, 255);
	border: none;
	border-radius: 4px;
	box-shadow: none;
}

.collg3 .symbol{
	box-sizing: border-box; 
	display: inline-block;
	text-align: center;
	width: 140px;
	padding: 25px 15px;
	border-radius: 4px 0px 0px 4px;
	background: #3498db;
}
.collg3 .symbol span{
	box-sizing: border-box; 
	color: rgb(255, 255, 255);
	font-size: 50px;
}
.collg3 .value{
	box-sizing: border-box;
	display: inline-block;
	text-align: center;
	float: right;
	width: 200px;
	padding-top: 21px;
}
.collg3 h1{
	box-sizing: border-box;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 36px;
	font-family: inherit;
	font-weight: 300;
	line-height: 1.1;
}
.collg3 p{
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
}

.company_verified{
	margin:0px 10px 10px 0px;
	padding:0px;
	position:relative;
	display:flex;
	vertical-align:middle;
	width:134px;
	height: 30px;
	cursor: default;
	z-index: 100;
	background: rgb(153, 236, 181);
	font-variant-numeric: normal;
	font-variant-east-asian: normal;
	font-stretch: normal;
	font-size: 12px;
	line-height: 14px;
	font-family: Helvetica, sans-serif;
	-webkit-box-align: center;
	align-items: center;
	border-radius: 3px;
	color: rgb(0, 0, 0);
}
.company_verified .company_verified_svg{
	margin:0px;
	padding:0px;
	height:30px;
	width:25px;
	background: url(/img/icon_verified.svg) center center / 22px 20px no-repeat;
}
.company_verified .company_verified_text{
	margin:0px;
	padding:0px;
}
.company_no_verified{
	margin:0px 10px 10px 0px;
	padding:0px;
	position:relative;
	display:flex;
	vertical-align:middle;
	width:134px;
	height:30px;
	cursor:default;
	z-index:100;
	background:rgb(255, 193, 186);
	font-variant-numeric:normal;
	font-variant-east-asian:normal;
	font-stretch:normal;
	font-size:12px; 
	line-height:14px;
	font-family:Helvetica, sans-serif;
	-webkit-box-align:center;
	align-items:center; 
	border-radius:3px;
	color:rgb(0, 0, 0);
}
.company_no_verified .company_no_verified_svg{
	margin:0px;
	padding:0px;
	height:30px;
	width:25px;
	background: url(/img/icon_no_verified.svg) center center / 22px 20px no-repeat;
}
.company_no_verified .company_no_verified_text{
	margin:0px;
	padding:0px;
}
.fa-div{
	font-size:2.5em;
	color:#4f5d73;
}

.rate_detailed_calculation{
	padding: 0 1em 1em 1em;
	display:none;
}

.rate_bid_company h2 {
	margin:0;
}
.rate_bid_company h2 div{
	font-weight:normal;
	display:inline-block;
	width:10em;
	text-align:right;
}

#template_list{
	position:absolute;
	z-index:9;
	display:none;
	right:10;
	width:20em;
	margin:0;
	background:#FFFFFF;
	padding:0;
}
#template_list li{
	display:block;
	font-family:'Open Sans',"Helvetica Neue",Helvetica,Arial,sans-serif;
	border-bottom:1px solid #EEEEEE;
	padding:1em 1em;
	cursor:pointer;
}
#template_list li:hover{
	background:#EDEFF4;
}
#template_name_down{
	font-size:2em;
	text-decoration:none;
	position:absolute;
	z-index:999;
	margin:0.25em 0 0 -1.1em;
}
.template_name_close{
	font-size:1.5em;
	float:right;
	text-decoration:none;
}

@media screen and (max-width:1080px) {
	tt{
		display:block;
	}
	.profile{
		margin:0 1em 0 0;
	}
	.name_profil {
		display:none;
	}
	.button_menu {
		display:block;
	}
	.up_bar {
		background:#FFFFFF;
		font-size:1.5em;
		font-family:'Open Sans',"Helvetica Neue",Helvetica,Arial,sans-serif;
		color:#707478;
		height:4em;
		width:100%;
	}
	#progress{
		background:#C4CAD0;
		height:1px;
		width:100%;
	}
	#info_progress{
		background:#FFFFFF;
		height:3px;
		width:100%;
	}
	.logo {
		padding:1em 1em;
		display:inline-block;
	}
	.logo a{
		font-size:1.5em;
		text-decoration:none;
		font-family:'Open Sans',"Helvetica Neue",Helvetica,Arial,sans-serif;
		color:#FF5B57;
	}
	.logo img{
		width:2.5em;
		height:2.5em;
		position:absolute;
		margin:-0.55em 0 0 -0.5em;
	}
	.logo span{
		margin:-0.55em 0 0 2.8em;
		font-family:Georgia;
		font-size:0.8em;
		font-weight: bold;
	}
	.user_menu {
		position:absolute;
		right:0;
		top:0;
		width:38em;
		padding:0;
		margin:0.5em 0 0 0;
	}
	.user_menu li{
		display:inline-block;
	}
	.user_menu li a{
		text-decoration:none;
		color:#1A2229;
	}
	.bell {
		position:absolute;
		display:inline-block;
		font:normal normal normal 20px/1 FontAwesome;
		color:#1A2229;
		margin:0;
		width:2em;
		height:2em;
		font-size:2em;
	}
	.label {
		position:absolute;
		display:inline-block;
		background:#ff5b57;
		color:#FFFFFF;
		line-height:1em;
		font-weight:300;
		padding:.3em .6em;
		margin:-0.7em 0 0 1.2em;
		-webkit-border-radius:1em;
		-moz-border-radius:1em;
		border-radius:1em;
	}
	.profile {
		padding:0 1em 0 4em;
	}
	.img_profil {
		width:2em;
		height:2em;
		vertical-align:middle;
		-webkit-border-radius:3em;
		-moz-border-radius:3em;
		border-radius:3em;
	}
	.notice_all{
		width:26em;
		text-align:right;
	}
	.notice_all a{
		text-align:left;
	}
	.notice{
		position:absolute;
		z-index:9;
		display:none;
		top:4em;
		width:26em;
		background:#FFFFFF;
		margin:-1em 0 0 0;
		padding:0 1em 0 1em;
	}
	.notice li{
		display:block;
		font-family:'Open Sans',"Helvetica Neue",Helvetica,Arial,sans-serif;
		border-bottom:1px solid #EEEEEE;
		padding:1em 1em;
	}
	.notice a:hover li{
		background:#EDEFF4;
	}
	.notice_head{
		font-weight:bold;
		font-size:1em;
		padding:1em 1em;
		border-top:1px solid #EEEEEE;
		text-align:left;
	}
	.img_notices{
		display:inline-block;
		position:absolute;
		padding:1em 0 0 0;
	}
	.notices{
		display:inline-block;
		padding:0 0 0 3em;
		width:20em;
		color:#1A2229;
	}
	.notices b{
		display:block;
		font-size:0.7em!important;
		text-align:left;
	}
	.notices div{
		font-size:0.7em!important;
		text-align:left;
	}
	.notices a{
		text-decoration:none;
	}
	.notices a:hover{
		text-decoration:underline;
	}
	.notice_menu{
		position:absolute;
		z-index:9;
		display:none;
		top:4em;
		right:10;
		width:16em;
		background:#FFFFFF;
		margin:-1em 0 0 0;
		padding:0;
	}
	.notice_menu li{
		display:block;
		font-family:'Open Sans',"Helvetica Neue",Helvetica,Arial,sans-serif;
		border-bottom:1px solid #EEEEEE;
		padding:1em 1em;
	}
	.notice_menu li:hover{
		background:#EDEFF4;
	}
	#menu{
		margin:0;
		padding:0;
		width:200%;
	}
	.balance{
		display:inline-block;
		margin:0 2em 0 0;
	}
	.menu {
		position:absolute;
		z-index:999;
		display:none;
		width:100%;
		top:5em;
		background:#1a2229;
		font-family:'Open Sans',"Helvetica Neue",Helvetica,Arial,sans-serif;
		color:#fff;
		padding:0;
	}
	.menu  a{
		color:#fff;
		text-decoration:none;
		
	}
	.menu_text{
		line-height:2em;
		font-size:2em;
		color:#ffffff;
		text-align:-webkit-match-parent;
		text-align: center;
	}
	.main_menu {
		width:50%;
	}
	.main_menu li{
		color:#fff;
		padding:1em 2em;
		line-height:2em;
		list-style:none;
		font-size:2.5em;
		font-family:'Open Sans',"Helvetica Neue",Helvetica,Arial,sans-serif;
	}
	.main_menu a{
		color:#fff;
		text-decoration:none;
	}
	.main_menu li:hover{
		background:#ff5b57;
	}
	.dialog{
		background:#242a30;
		color:#fff;
		padding:0;
		border:none;
		border-top-left-radius:3px;
		border-top-right-radius:3px;
		width:100%;
	}
	.dialog h4{
		line-height:2em;
		font-size:1em;
		margin:0;
		padding:0.5em 1em;
		color:inherit;
		font-weight:500; 
	}
	.dialog_body{
		background:#fff;
		color:#707478;
		margin:0;
		padding:1em 1em;
		font-family:'Open Sans',"Helvetica Neue",Helvetica,Arial,sans-serif;
	}
	input[type="text"], input[type="password"], input[type="number"]{
		border:1px solid #ccd0d4;
		-webkit-box-shadow:none;
		box-shadow:none;
		border-radius:3px;
		-webkit-border-radius:3px;
		-moz-border-radius:3px;
		width:100%;
		height:2.5em;
		padding:0.5em 1em;
		font-size:2em;
		line-height:1.42857143;
		color:#555;
		background-image:none;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
	}
	input[type="button"] {
		border:1px solid #b6c2c9;
		box-shadow:none;
		border-radius:3px;
		-webkit-border-radius:3px;
		-moz-border-radius:3px;
		width:15em;
		height:3em;
		padding:0.5em 1em;
		font-size:1em;
		line-height:1.42857143;
		color:#555;
		background:#b6c2c9;
	}
	input:hover[type="button"] {
		background:#ccd0d4;
	}
	.puerto-btn-t {
		display:inline-block;
		position:relative;
		height:5em;
		min-width:8em;
		width:90%;
		border:0;
		text-align:left;
		outline:none;
		cursor:pointer;
		margin:0 0 0.5em 0;
		border-radius: 30px;
		-moz-border-radius: 30px;
		-webkit-border-radius: 30px;
	}
	.puerto-btn-t span {
		display:inline-block;
		width:4em;
		height:4em;
		background:#ffffff;
		position:absolute;
		left:17.5px;
		top:0.85em;
		text-align:center;
		font-size:14px;
		line-height:1.8;
		border-radius:50% !important;
		-moz-border-radius:50% !important;
		-webkit-border-radius:50% !important;
	}
	.puerto-btn-t small {
		display:inline-block;
		color:#FFF;
		font-size:2em;
		padding:0.7em 1em;
		margin:0 0 0 2.5em;
	}

	.puerto-btn-t span i {
		margin:0.3em 0 0 0;
		font-size:2.3em;
	}
	.puerto-btn-t small b{
		font-size:1.8em;
		font-weight:normal;
	}
	.puerto-btn-1 {
		display:inline-block;
		position:relative;
		height:2.5em;
		min-width:5em;
		margin:0;
		border:0;
		text-align:left;
		outline:none;
		
		cursor:pointer;
	}
	.puerto-btn-1:before {
		content:"";
		position:absolute;
		left:0;
		top:0;
		height:2.5em;
		width:1.6em;
	}
	.puerto-btn-1 span {
		display:inline-block;
		width:3em;
		height:3em;
		background:#FFF;
		position:absolute;
		left:17.5px;
		top:7.5px;
		text-align:center;
		font-size:14px;
		line-height:1.8;
		
		border-radius:50% !important;
		-moz-border-radius:50% !important;
		-webkit-border-radius:50% !important;
	}
	.puerto-btn-1 small {
		display:inline-block;
		color:#FFF;
		font-size:1.1em;
		padding:0.5em 0.5em;
		margin:0 0 0 2em;
	}

	.puerto-btn-1 span i {
		margin:0.3em 0 0 0;
		font-size:2em;
	}
	.puerto-btn-0 {
		display:inline-block;
		position:relative;
		height:4em;
		min-width:15em;
		margin-bottom:3px;
		border:0;
		text-align:left;
		outline:none;
		cursor:pointer;
	}
	.puerto-btn-0:before {
		content:"";
		position:absolute;
		left:0;
		top:0;
		height:4em;
		width:2em;
	}
	.puerto-btn-0 span {
		display:inline-block;
		width:3.5em;
		height:3.5em;
		background:#ffffff;
		position:absolute;
		left:17.5px;
		top:7.5px;
		text-align:center;
		font-size:14px;
		line-height:1.8;
		
		border-radius:50% !important;
		-moz-border-radius:50% !important;
		-webkit-border-radius:50% !important;
	}
	.puerto-btn-0 small {
		display:inline-block;
		color:#FFF;
		font-size:1.3em;
		padding:0.8em 2em;
		margin:0 0 0 2em;
	}

	.puerto-btn-0 span i {
		margin:0.3em 0 0 0;
		font-size:2.2em;
	}
	.puerto-btn-2 {
		display:inline-block;
		position:relative;
		height:2.5em;
		min-width:8em;
		margin-bottom:3px;
		border:0;
		text-align:left;
		outline:none;
		cursor:pointer;
	}
	.puerto-btn-2:before {
		content:"";
		position:absolute;
		left:0;
		top:0;
		height:2.5em;
		width:2em;
	}
	.puerto-btn-2 span {
		display:inline-block;
		width:2em;
		height:2em;
		background:#ffffff;
		position:absolute;
		left:17.5px;
		top:5px;
		text-align:center;
		font-size:14px;
		line-height:1.8;
		border-radius:50% !important;
		-moz-border-radius:50% !important;
		-webkit-border-radius:50% !important;
	}
	.puerto-btn-2 small {
		display:inline-block;
		color:#FFF;
		font-size:1em;
		padding:0.7em 1em;
		margin:0 0 0 2.5em;
	}

	.puerto-btn-2 span i {
		margin:0.3em 0 0 0;
		font-size:1.3em;
	}
	.puerto-btn-2 small b{
		font-size:0.8em;
		font-weight:normal;
	}
	.puerto-btn-3 {
		display:inline-block;
		position:relative;
		height:2.5em;
		min-width:8em;
		margin-bottom:3px;
		border:0;
		text-align:left;
		outline:none;
		cursor:pointer;
	}
	.puerto-btn-3:before {
		content:"";
		position:absolute;
		left:0;
		top:0;
		height:2.5em;
		width:2em;
	}
	.puerto-btn-3 span {
		display:inline-block;
		width:2em;
		height:2em;
		background:#ffffff;
		position:absolute;
		left:1em;
		top:7px;
		text-align:center;
		font-size:1em;
		line-height:1.8;
		border-radius:50% !important;
		-moz-border-radius:50% !important;
		-webkit-border-radius:50% !important;
	}
	.puerto-btn-3 small {
		display:inline-block;
		color:#FFF;
		font-size:1em;
		padding:0.5em 1em;
		margin:0 0 0 2.5em;
	}

	.puerto-btn-3 span i {
		margin:0.3em 0 0 0;
		font-size:1.3em;
	}
	.puerto-btn-3 small b{
		font-size:0.8em;
		font-weight:normal;
	}
	.mail_select {
		-webkit-box-shadow:none;
		box-shadow:none;
		border-radius:3px;
		-webkit-border-radius:3px;
		-moz-border-radius:3px;
		height:2.5em;
		padding:0.5em 1em;
		font-size:2em;
		width:100%;
	}
	.table_mail_select_left {
		display:block;
		width:100%;
	}
	.table_mail_select_right {
		display:block;
		width:100%;
	}
	#user_menu_in {
		width:20em;
	}
	#panel_in{
		width:8em;
		margin:-0.5em 0 0 0;
	}
	#panel_reg{
		width:8em;
		margin:-0.5em 0 0 0;
	}
	#registration {
		padding:0.5em 1em 2em 1em;
	}
	#registration  a{
		color:#b6c2c9;
		margin:0 0 0 3em;
	}
	#password_duble{
		border:1px solid #ccd0d4;
		-webkit-box-shadow:none;
		box-shadow:none;
		border-radius:3px;
		-webkit-border-radius:3px;
		-moz-border-radius:3px;
		width:100%;
		height:2.5em;
		padding:0.5em 1em;
		font-size:2em;
		line-height:1.42857143;
		color:#555;
		background-color:#fff;
	}
	#select_country_phone{
		border: 1px solid #ccd0d4;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		width: 100%;
		height: 2.5em;
		padding: 0.5em 1em;
		font-size: 2em;
		line-height: 1.42857143;
		color: #555;
		background-color: #fff;
		background-image: none;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
	}
	
	
	
	/*профиль компании*/
	.company_menu{
		position:fixed;
		right:1em;
		background:rgba(52, 27, 43, 0.5);
		color:#fff;
		z-index:2;
	}
	.company_menu a{
		color:#fff;
		display:block;
	}
	.company_menu ul{
		margin:0;
		padding:0;
	}
	.company_menu li{
		list-style-type:none;
		padding:0.5em 1.5em;
		color: inherit;
		cursor: pointer;
	}
	.company_menu a:hover{
		background:rgba(188, 202, 206, 0.15);
		border-color:inherit;
	}
	#facebook_company {
		background:#e97770;
		width:100%;
		height:100%;
		padding:12em 0 3em 0;
	}
	#logo{
		text-align:center;
		font-size:100%;
		font:inherit;
		vertical-align:baseline;
	}
	#logo a{
		margin:0;
		padding:0;
		color:#fff;
	}
	#logo h1{
		font-family:Corbel; 
		font-weight:100;
		font-size:6em;
		margin:0;
		color:#FFFFFF;
	}
	#logo p{
		font-family: 'Titillium Web', sans-serif;
		font-weight: 200;
		font-size: 3em;
		margin: 0;
	}
	.block_button_about_company{
		text-align:center;
		margin:10em 0 0 0;
	}
	.button_about_company {
		box-shadow:inset 0px 0px 2px 0px #fff;
		-moz-transition:all .25s ease-in-out;
		-webkit-transition:all .25s ease-in-out;
		-ms-transition:all .25s ease-in-out;
		transition:all .25s ease-in-out;
		display:inline-block;
		background:none;
		color:#fff;
		text-align:center;
		text-transform:uppercase;
		font-family:Montserrat,sans-serif;
		font-weight:700;
		letter-spacing:0.25em;
		border-radius:0.35em;
		font-size:1em;
		min-width:14em;
		text-decoration:none;
		padding:0 2.25em 0 2.25em;
		height:4em;
		line-height:4em;
		margin:0;
	}
	.button_about_company:hover {
		background:rgba(255, 255, 255, 0.7);
		color:rgba(26, 34, 41, 0.7);
	}
	#about_company{
		background:#fff;
		width:100%;
		height:100%;
		margin: 80px 0px 40px 0px;
		text-align:center;
	}
	#about_company h2{
		overflow: hidden;
		text-align: center;
		font-weight:100;
		font-family:century gothic; 
		font-size: 3em;
	}
	#about_company h2:before,
	#about_company h2:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 100%;
		height: 1px;
		background-color: #1a2229;
		position: relative;
	}
	#about_company h2:before {
		margin-left: -100%;
		left: -14px;
	}
	#about_company h2:after {
		margin-right: -100%;
		right: -14px;
	}
	#type_pc{
		background:#fff;
		width:100%;
		height:100%;
		margin: 80px 0px 40px 0px;
		text-align:center;
	}
	#type_pc h2{
		overflow: hidden;
		text-align: center;
		font-weight:100;
		font-family:century gothic; 
		font-size: 3em;
	}
	#type_pc h2:before,
	#type_pc h2:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 100%;
		height: 1px;
		background-color: #1a2229;
		position: relative;
	}
	#type_pc h2:before {
		margin-left: -100%;
		left: -14px;
	}
	#type_pc h2:after {
		margin-right: -100%;
		right: -14px;
	}
	.features{
		display:block;
		width:100%;
	}
	.features h3{
		color:#242a30;
	}
	.feature{
		display:inline-block;
		width:50%;
		overflow: hidden;
		word-break: break-all;
	}
	.ficon{
		padding:0 1em 1em 1em;
		float:left;
	}
	.ficon input{
		display:none;
	}
	.ficon img{
		width:100%;
		
	}
	#text_about_company{
		text-align:justify;
		padding:4em 1em 0em 1em;
	}
	#text_type_pc{
		text-align:justify;
		padding:4em 1em 0em 1em;
	}
	#documents_company{
		background:#fff;
		width:100%;
		height:100%;
		margin: 80px 0px 40px 0px;
		text-align:center;
	}
	#documents_company h2{
		overflow: hidden;
		text-align: center;
		font-weight:100;
		font-family:century gothic; 
		font-size: 3em;
		margin:0px 0px 80px 0px;
	}
	#documents_company h2:before,
	#documents_company h2:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 100%;
		height: 1px;
		background-color: #1a2229;
		position: relative;
	}
	#documents_company h2:before {
		margin-left: -100%;
		left: -14px;
	}
	#documents_company h2:after {
		margin-right: -100%;
		right: -14px;
	}
	#employees_company{
		background:#fff;
		width:100%;
		height:100%;
		margin: 80px 0px 40px 0px;
		text-align:center;
	}
	#employees_company h2{
		overflow: hidden;
		text-align: center;
		font-weight:100;
		font-family:century gothic; 
		font-size: 3em;
	}
	#employees_company h2:before,
	#employees_company h2:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 100%;
		height: 1px;
		background-color: #1a2229;
		position: relative;
	}
	#employees_company h2:before {
		margin-left: -100%;
		left: -14px;
	}
	#employees_company h2:after {
		margin-right: -100%;
		right: -14px;
	}
	.employees_company{
		display:inline-block;
		width:49%;
		margin:0 0 0 0.2em;
	}
	.employees_company small{
		color:#707478;
	}
	#new_company{
		background:#fff;
		width:100%;
		height:100%;
		margin: 80px 0px 40px 0px;
		text-align:center;
	}
	#new_company h2{
		overflow: hidden;
		text-align: center;
		font-weight:100;
		font-family:century gothic; 
		font-size: 3em;
	}
	#new_company h2:before,
	#new_company h2:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 100%;
		height: 1px;
		background-color: #1a2229;
		position: relative;
	}
	#new_company h2:before {
		margin-left: -100%;
		left: -14px;
	}
	#new_company h2:after {
		margin-right: -100%;
		right: -14px;
	}
	.message_new_company{
		padding:2em 1em 1em 1em;
		text-align:justify;
	}
	.message_new_company_img{
		float:left;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
	}
	.message_new_company_user{
		padding: 0 0 0 2.5em;
	}
	.message_new_company_user_rank{
		padding: 0.3em 0 0 0;
	}
	.message_new_company_text{
		padding: 1em 0 0 0;
		text-align: justify;
	}
	#add_new_company{
		width:100%;
		height:6em;
		font-size:1.5em;
		border:1px solid #ccd0d4;
	}
	.scroll_news{
		padding:4em 1em 1em 1em;
		margin:0 3em 0 0;
		height:4em;
		overflow-x: scroll;
		overflow-y: hidden;
		float:right;
	}
	.scroll_news::-webkit-scrollbar{
		width:6px;
		background-color:#F5F5F5;
	}
	.scroll_news::-webkit-scrollbar-thumb{
		background-color:#e97770;
	}
	.scroll_news a{
		box-shadow:inset 0px 0px 2px 0px #ff5b57;
		-moz-transition:all .25s ease-in-out;
		-webkit-transition:all .25s ease-in-out;
		-ms-transition:all .25s ease-in-out;
		transition:all .25s ease-in-out;
		display:inline-block;
		background:none;
		color:#ff5b57;
		text-align:center;
		text-transform:uppercase;
		font-family:Montserrat,sans-serif;
		font-weight:700;
		letter-spacing:0.25em;
		border-radius:0.35em;
		font-size:1em;
		text-decoration:none;
		width:3em;
		height:3em;
		line-height:3em;
		padding:0;
		margin:0;
	}
	.scroll_news a:hover{
		background:#ff5b57;
		color:#fff;
	}
	#ads_company{
		background:#fff;
		width:100%;
		height:100%;
		padding:10em 0 10em 0;
		text-align:center;
		font-size:2em;
	}
	#ads_company h2{
		text-transform:uppercase;
		font-family:Montserrat,sans-serif;
		font-size:1.3em;
		font-weight:700;
		letter-spacing:1px;
	}
	#ads_company table {
		width:100%;
		font-size:1em;
		padding:1em;
		font-family:'Open Sans',"Helvetica Neue",Helvetica,Arial,sans-serif;
		color:#707478;
		text-align:left;
	}
	#ads_company table td{
		padding:1em;
		text-align:left;
	}
	#ads_company table th a{
		color:#ff5b57;
	}
	.ads_table_display_computer{
		display:none;
	}
	.scroll_ads{
		padding:0em 1em 1em 1em;
		text-align:right;
	}
	.scroll_ads a{
		box-shadow:inset 0px 0px 2px 0px #ff5b57;
		-moz-transition:all .25s ease-in-out;
		-webkit-transition:all .25s ease-in-out;
		-ms-transition:all .25s ease-in-out;
		transition:all .25s ease-in-out;
		display:inline-block;
		background:none;
		color:#ff5b57;
		text-align:center;
		text-transform:uppercase;
		font-family:Montserrat,sans-serif;
		font-weight:700;
		letter-spacing:0.25em;
		border-radius:0.35em;
		font-size:1em;
		text-decoration:none;
		width:3em;
		height:3em;
		line-height:3em;
		padding:0;
		margin:0;
	}
	.scroll_ads a:hover{
		background:#ff5b57;
		color:#fff;
	}
	#review_company{
		background:#fff;
		width:100%;
		height:100%;
		margin: 80px 0px 40px 0px;
		text-align:center;
	}
	#review_company h2{
		overflow: hidden;
		text-align: center;
		font-weight:100;
		font-family:century gothic; 
		font-size: 3em;
	}
	#review_company h2:before,
	#review_company h2:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 100%;
		height: 1px;
		background-color: #1a2229;
		position: relative;
	}
	#review_company h2:before {
		margin-left: -100%;
		left: -14px;
	}
	#review_company h2:after {
		margin-right: -100%;
		right: -14px;
	}
	#contact_company{
		background:#e97770;
		width:100%;
		height:100%;
		padding:4em 0 10em 0;
		text-align:center;
		color:#fff;
	}
	#contact_company h2{
		overflow: hidden;
		text-align: center;
		font-weight:100;
		font-family:century gothic; 
		font-size: 3em;
	}
	#company_hidden_input{
		font-size:1em;
		text-align:center;
		background:none;
		width:10em;
		color:#fff;
	}
	.avatar img{
		width:100%;
	}
	.load_logo_company{
		position:relative;
		text-align:center;
		background:rgba(0, 0, 0, 0.5);
		width:200px;
		height:50px;
		margin:-50px 0 0 0;
		font-size:2em;
		cursor:pointer;
		color:#FFFFFF;
		display: none;
	}
	.logo_company,#load_logo_company{
		width:200px;
		height:200px;
	}
	.company_go_botton{
		-moz-transition:all .25s ease-in-out;
		-webkit-transition:all .25s ease-in-out;
		-ms-transition:all .25s ease-in-out;
		transition:all .25s ease-in-out;
		border:1px solid rgba(255, 255, 255, 0.7);
		background:rgba(255, 255, 255, 0.1);
		width:3em;
		height:3em;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		padding:1em;
		color:#FFFFFF;
	}
	.company_go_botton:hover{
		background:rgba(255, 255, 255, 0.7);
		color:rgba(26, 34, 41, 0.7);
	}
	#panel_company_new_img{
		position: fixed;
		background:#FFFFFF;
		width:100%;
		height:100%;
		z-index:99;
		top:0;
		right:0;
		bottom:0;
		left:0;
		margin:auto;
		display:none;	
	}
	#panel_company_new_img img{
		position:absolute;
		width:90%;
		max-height:24em;
		z-index:99;
		top:0;
		right:0;
		bottom:0;
		left:0;
		margin:auto;
	}
	#close_panel_company_new_img{
		text-decoration:none;
		color:#e97770;
		font-size:4em;
		float:right;
	}
	.add_file_new_company{
		width:100%;
	}
	.add_file_new_company img{
		display:inline-block;
		width:24%;
		height:9em;
		margin:0 0 0 0.3em;
	}
	.delet_company_new_img{
		position:absolute;
		color:#e66761;
		font-size:2em;
		cursor: pointer;
	}
	.edit_new_company{
		border: 1px solid #ccd0d4;
	}
	#add_new_user_company{
		padding: 3em 2em;
		display:none;
	}
	#add_new_user_company h2{
		font-size:1.5em;
		margin:0;
	}
	#add_new_user_company input{
		margin:1em;
	}
	#settings_company{
		background:#fff;
		width:100%;
		height:100%;
		padding:0.5em 0 0 0;
		text-align:center;
	}
	#settings_company h2{
		text-transform:uppercase;
		font-family:Montserrat,sans-serif;
		font-size:2.5em;
		font-weight:700;
		letter-spacing:1px;
	}
	#settings_company h2 a{
		text-decoration:none;
		color:#242a30;
	}
	.demo_block{
		height:15em;
		margin:0 0 0.3em 0;
	}
	.add_panel_company{
		background:#1a2229;
		width:100%;
		height:6em;
		text-align:left;
	}
	.rate_bid_company,
	.full_info_user_company{
		background:#FFFFFF;
		text-align:center;
		margin:0 0 1em 0;
		font-size:2em;
	}
	.info_user_company_text{
		padding:1em 0 0 0;
		margin:0;
		color:#707478;
		width:100%;
		text-align:center;
	}
	.info_user_company_text li{
		list-style-type: none;
		padding:1em 0 1em 0;
		width:100%;
	}
	.info_user_company_text span{
		font-weight:700;
		text-transform:uppercase;
		font-size:1em;
		letter-spacing:0.5px;
		color:#242a30;
	}
	.avater_info_user_company{
		padding:1em 0 0 0;
		text-align:center;
		margin:0;
	}
	.avater_info_user_company li{
		list-style-type: none;
	}
	.avater_info_user_company img{
		border-radius:164px;
		-moz-border-radius:164px;
		-webkit-border-radius:164px;
	}
	.avater_info_user_company_two h3{
		color:#242a30;
		margin:0;
	}
	.avater_info_user_company_two span{
		color:#707478;
		margin:0.5em 0 0 0;
	}
	.ban_user_company_open{
		position:absolute;
		right:1em;
		text-decoration:none;
		font-size:2em;
		margin:0.5em 0 0 0;
		color:#e66761;
	}
	.ban_user_company_menu{
		position:absolute;
		right:1em;
		display:none;
	}
	.ban_user_company_menu li{
		padding:1em;
		list-style-type: none;
	}
	.ban_user_company_menu a{
		text-decoration:none;
		color:#e66761;
	}
	.ban_user_company_menu li:hover{
		background:#e66761;
		color:#FFFFFF;
	}
	#help_country_company{
		position:absolute;
		background:#FFFFFF;
		display:none;
	}
	#help_country_company ul{
		margin:0;
		padding:0;
	}
	#help_country_company li{
		list-style-type:none;
		padding:1em;
		color: #555;
	}
	#help_country_company a{
		text-decoration:none;
	}
	#help_country_company li:hover{
		background:#e97770;
		color:#FFFFFF;
	}
	#help_city_company{
		position:absolute;
		background:#FFFFFF;
		display:none;
	}
	#help_city_company ul{
		margin:0;
		padding:0;
	}
	#help_city_company li{
		list-style-type:none;
		padding:1em;
		color: #555;
	}
	#help_city_company a{
		text-decoration:none;
	}
	#help_city_company li:hover{
		background:#e97770;
		color:#FFFFFF;
	}
	/*профиль компании*/
	
	
	/*почта*/
	.img_mail {
		display:none;
	}
	.img_mail_list {
		float:left;
		width:2em;
		height:2em;
		vertical-align:middle;
		-webkit-border-radius:3em;
		-moz-border-radius:3em;
		border-radius:3em;
		margin:0 0.5em 0 0;
	}
	#add_text_mail{
		width:100%;
		height:15em;
		font-size:2em;
		border:1px solid #ccd0d4;
	}
	.table {
		-webkit-border-radius:3px;
		-moz-border-radius:3px;
		border-radius:3px;
		width:100%;
		max-width:100%;
		margin-bottom:20px;
		background-color:transparent;
		border-spacing:0;
		border-collapse:collapse;
		display:table;
		border-spacing:0px;
		table-layout:fixed;
	}
	.table .email-select {
		width:20px;
		font-size:14px;
	}
	.table .email-sender{
		width:10em;
		font-size:14px;
	}
	.table .email-date{
		width:10em;
		font-size:14px;
	}
	.table>tbody>tr>td, 
	.table>tbody>tr>th, 
	.table>tfoot>tr>td, 
	.table>tfoot>tr>th, 
	.table>thead>tr>td, 
	.table>thead>tr>th {
		border-color:#e2e7eb;
	}
	.table>thead>tr>th {
		color:#242a30;
		font-weight:600;
		border-bottom:2px solid #e2e7eb!important;
	}
	.table>thead>tr>th {
		vertical-align:bottom;
		border-bottom:2px solid #ddd;
	}
	.table>thead>tr>th, 
	.table>tbody>tr>th, 
	.table>tfoot>tr>th, 
	.table>thead>tr>td, 
	.table>tbody>tr>td, 
	.table>tfoot>tr>td {
		padding:8px;
		line-height:1.42857143;
		vertical-align:top;
		border-top:1px solid #ddd;
	}
	.table td, .table th {
		text-overflow:ellipsis;
		overflow:hidden;
		white-space:nowrap;
	}
	.table th {
		text-align:left;
		font-weight:bold;
		text-align:-internal-center;
	}
	.table tr {
		cursor:pointer;
	}
	.table tr:hover {
		background:#edefef;
	}
	.email-select {
		width:20px;
		font-size:14px;
	}
	.email-sender {
		width:200px;
	}
	.email-date {
		width:110px;
	}
	.email-message span{
		margin:0 0 0 1em;
		color:rgba(0,0,0,0.5);
	}
	.email-message ul {
		margin:0;
		padding:0;
		float:right;
	}
	.email-message ul li{
		margin:0;
		padding:0;
		display:inline-block;
	}
	.email-message ul li img{
		width:38px;
		height:50px;
	}
	.email-message span{
		color:rgba(0,0,0,0.5);
	}
	#name_send_td_mail {
		width:100%;
	}
	#name_send_td_mail > .help_list_mail{
		position:absolute;
		z-index:9;
		background:#ffffff;
		margin:0;
		padding:0;
	}
	.help_list_mail ul{
		margin:0;
		padding:0;
	}
	#name_send_td_mail > #help_list_mail {
		position:absolute;
		z-index:9;
		background:#ffffff;
		margin:0;
		padding:0;
		display:none;
		width:100%;
	}
	#help_list_mail li {
		list-style-type:none;
		padding:0.5em;
		cursor:pointer;
		font-size:1.5em;
	}
	#help_list_mail li:hover {
		background:#ff5b57;
		color:#fff;
	}
	#text_mail {
		border:1px solid #ccd0d4;
		height:15em;
		padding:1em;
		border-radius:3px;
		-webkit-border-radius:3px;
		-moz-border-radius:3px;
	}
	#fwd_message {
		border:1px solid #ccd0d4;
		height:1.5em;
		padding:1em;
	}
	.head_main{
		padding:0.5em 0.7em;
		margin:-0.7em -0.7em 0.5em -0.7em;
	}
	.load_file_mail{
		border:1px solid #ccd0d4;
		padding:0.5em 1em 1.1em 1em;
		margin:1em 0 0 0;
		border-radius:3px;
		-webkit-border-radius:3px;
		-moz-border-radius:3px;
		color:#242a30;
	}
	.load_file_mail img{
		float:left;
		margin:-0.6em 1em 0 0;
	}
	.load_file_mail a{
		float:right;
		color:#ff5b57;
		text-decoration:none;
	}
	.load_file_mail a:hover{
		border-bottom:1px dashed #ff5b57;
	}
	.load_file_mail div{
		font-weight:700;
	}
	.select{
		display:none;
		position:absolute;
		z-index:9;
		background:#ffffff;
		margin:0;
		padding:0;
	}
	.select ul{
		margin:0;
		padding:0;
	}
	.select li{
		padding:0.5em 2em 0.5em 1em;
		list-style-type:none;
		font-weight:normal;
		cursor:pointer;
	}
	.select li:hover{
		background:#ff5b57;
		color:#fff;
	}
	#inbox{
		cursor:pointer;
	}
	#inbox span:hover{
		text-decoration:underline;
	}
	#sort{
		float:right;
		cursor:pointer;
	}
	#sort span:hover{
		text-decoration:underline;
	}
	#select_sort{
		right:1em;
	}
	#context_menu_mail{
		display:none;
		position:absolute;
		background:#ffffff;
		margin:0;
		padding:0;
	}
	#context_menu_mail ul{
		margin:0;
		padding:0;
	}
	#context_menu_mail li{
		padding:0.5em 2em 0.5em 1em;
		list-style-type:none;
		font-weight:normal;
		cursor:pointer;
		color:#242a30;
	}
	#context_menu_mail li:nth-child(3){
		color:#ff5b57;
	}
	#context_menu_mail li:hover{
		background:#ff5b57;
		color:#fff;
	}
	.mail_help{
		position:absolute;
		right:1em;
		background:#ffffff;
		margin:2em 0 0 0;
		padding:0;
		width:30em;
		padding:1em;
		display:none;
	}
	#mail_signature {
		width:35em;
		height:8em;
		border:1px solid #ccd0d4;
	}
	#mail_search{
		width:90%;
		height:2.5em;
		font-size:1em;
	}
	#mail_send_search{
		position:absolute;
		margin:0.7em 0 0 -1.5em;
		cursor:pointer;
	}
	.checkbox_mail, #select_checkbox_all {
		-ms-transform: scale(2);
		-moz-transform: scale(2);
		-o-transform: scale(2);
		height: 14px;
		width: 14px
	}
	/*почта*/
	
	
	
	/*Профиль пользователя*/
	#photo_profile {
		width:320px;
		height:320px;
	}
	#photo_profile img{
		width:320px;
		height:320px;
	}
	.load_photo_profile {
		position:absolute;
		text-align:center;
		background:rgba(0, 0, 0, 0.5);
		width:320px;
		height:60px;
		margin:-80px 0 0 0;
		padding:20px 0 0 0;
		font-size:2em;
		cursor:pointer;
		color:#FFFFFF;
		display:none;
	}
	/*Профиль пользователя*/
	
	/*ЧАТ*/
	#chat{
		width: 100%;
		overflow-y: scroll;
		border-bottom: 1px solid rgb(211, 211, 211);
	}
	#chat img{
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	.message_chat{
		font-size: 12px!important;
		line-height: 16px!important;
		padding-bottom: 2px!important;
		font-weight: 400!important;
		text-shadow: none!important;
		text-align: justify;
		overflow:hidden;
		color:#242a30;
		border : 1px solid #E2E2E2;
		margin: 2px 0 0 0;
		padding: 10px;
		background: #FDFCF5;
		border-radius: 6px;
	}
	.message_chat:hover{
		background: rgba(0, 0, 0, 0.1);
	}
	.message_chat a{
		text-decoration: none;
		color:#242a30;
	}
	.message_chat img{
		float:left;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	.user_chat{
		margin: 0 0 0 2.5em;
		color: rgba(0, 0, 0, 0.8);
	}
	.avatar_user_chat{
		border: silver solid 2px;
	}
	.avatar_premium_chat{
		border: gold solid 2px;
	}
	.avatar_guest_chat{
		border: #3eb489 solid 3px;
	}
	.premium_status{
		position:absolute;
		right:16em;
		margin: 1.5em 0 0 0;
	}
	.avatar_user_chat_name{
		color: #4d7198;
	}
	.avatar_premium_chat_name{
		color: #ffa500;
	}
	.avatar_guest_chat_name{
		color: #3eb489;
	}
	.button_message_chat{
		display: inline-block;
		padding: 0.3em 1.5em;
		margin-bottom: 0;
		font-size: 3em;
		font-weight: 400;
		line-height: 1.42857143;
		text-align: center;
		white-space: nowrap;
		vertical-align: middle;
		cursor: pointer;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		background-image: none;
		border: 1px solid transparent;
		border-radius: 4px;
		color: #fff;
		background: #00acac;
		border-color: #00acac;
		margin: 0px 10px 0 0;
	}
	#message_chat{
		width: 100%;
		height:5em;
		font-size:3em;
		resize: none;
	}
	.message_chat span{
		float:right;
	}
	.message_text {
		margin:0.7em 0 0.5em 0;
		font-family:'Open Sans',"Helvetica Neue",Helvetica,Arial,sans-serif;
		font-size:1.2em;
		border: 1px solid #ccd0d4;
		padding: 0.5em 1em;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
	#write_incognito{
		box-sizing: border-box;
		display: inline-block;
		direction: ltr;
		cursor: pointer;
		border-radius: 4px;
		border: 1px solid rgb(204, 204, 204);
		position: relative;
		overflow: hidden;
		line-height: 8px;
		z-index: 0;
		-webkit-user-select: none;
		vertical-align: middle;
		transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
		width: 108px;		
	}
	#select_write_incognito{
		box-sizing: border-box;
		display: inline-block;
		top: 0px;
		border-radius: 4px;
		transform: translate3d(0px, 0px, 0px);
		transition: margin-left 0.5s;
		width: 159px;
		margin-left: 0px;
	}
	#left_write_incognito{
		box-sizing: border-box;
		cursor: pointer;
		height: 32px;
		padding: 6px 12px;
		line-height: 20px;
		text-align: center;
		z-index: 1;
		border-bottom-left-radius: 3px;
		border-top-left-radius: 3px;
		color: rgb(255, 255, 255);
		background: #1B7CBD;
		width: 53px;
		display: inline-block;
	}
	#center_write_incognito{
		box-sizing: border-box;
		cursor: pointer;
		height: 32px;
		padding: 6px 12px;
		line-height: 20px;
		text-align: center;
		margin-top: -1px;
		margin-bottom: -1px;
		z-index: 1;
		background-image: initial;
		background-position: initial;
		background-size: initial;
		background-repeat: initial;
		background-attachment: initial;
		background-origin: initial;
		background-clip: initial;
		border-bottom-right-radius: 3px;
		border-top-right-radius: 3px;
		width: 53px;
		display: inline-block;
	}
	#right_write_incognito{
		box-sizing: border-box;
		cursor: pointer;
		height: 32px;
		padding: 6px 12px;
		line-height: 20px;
		text-align: center;
		z-index: 1;
		border-bottom-right-radius: 3px;
		border-top-right-radius: 3px;
		color: rgb(0, 0, 0);
		background: rgb(238, 238, 238);
		width: 53px;
		display: inline-block;
	}
	.panel_user_chat{
		position:absolute;
		z-index:2;
		background:#FFFFFF;
		display:none;
	}
	.panel_user_chat ul{
		margin:0;
		padding:0;
	}
	.panel_user_chat li{
		list-style-type: none;
		padding:0.5em 1em;
		cursor: pointer;
	}
	.panel_user_chat li:hover{
		background:#e97770;
	}
	#list_users_chat{
		width: 15em;
		height: 30em;
		overflow-y: scroll;
		overflow-x: hidden;
	}
	.border_list_users_chat{
		margin: 1em 0 1em 0;
	}
	#list_users_chat a{
		text-decoration: none;
		color:#242a30;
	}
	#list_users_chat img{
		float:left;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	.name_user_chat{
		margin: 0 0 0 4em;
		color: rgba(0, 0, 0, 0.8);
		font-size: 12px!important;
		white-space: nowrap;
	}
	#control_panel_users_chat{
		position:absolute;
		font-size: 1.2em;
		color: rgba(0, 0, 0, 0.8);
		margin: -0.5em 0 0 0.5em;
		cursor: pointer;
	}
	#search_history_users_chat{
		position:absolute;
		font-size: 1.2em;
		color: rgba(0, 0, 0, 0.8);
		margin: -0.5em 0 0 0;
		right:15em;
		cursor: pointer;
	}
	#left_panel_list_users {
		display:none;
		width: 15em;
	}
	.left_panel_user_chat{
		position:absolute;
		z-index:2;
		background:#FFFFFF;
		display:none;
		font-size: 12px!important;
		line-height: 16px!important;
		padding-bottom: 2px!important;
		font-weight: 400!important;
		text-shadow: none!important;
		text-align: justify;
		overflow:hidden;
		color:#242a30;
		margin: 1em 0 0 0;
	}
	.left_panel_user_chat ul{
		margin:0;
		padding:0;
	}
	.left_panel_user_chat li{
		list-style-type: none;
		padding:0.5em 1em;
		cursor: pointer;
	}
	.left_panel_user_chat li:hover{
		background:#e97770;
	}
	
	#block_search_history_chat{
		position:absolute;
		margin: -1em 0 0 0;
		text-align:right;
		width: 70%;
		right:3em;
	}
	#search_history_chat{
		display:none;
		height: 2em;
	}
	#close_search_history_chat{
		display:none;
		text-decoration:none;
		color:#e66761;
	}
	#close_search_history_chat:hover{
		color:#e74c3c;
	}
	#close_search_history_chat span{
		position:absolute;
		font-size:2em;
		margin:0 0 0 -1.5em;
	}
	#history_users_chat{
		position:absolute;
		font-size: 1.2em;
		color: rgba(0, 0, 0, 0.8);
		margin: -0.5em 0 0 0;
		right:3em;
		cursor: pointer;
	}
	#hp_display_chat{
		position:fixed;
		background:#FFFFFF;
		width:100%;
		height:100%;
		left:0;
		top:0;
		padding: 0 0.4em 0 0;
		z-index:999;
		display:none;
		border-left: 1px solid rgb(169, 169, 169);
	}
	#hp_close_chat{
		position:absolute;
		right:1.5em;
		text-decoration: none;
		color:#FFFFFF;
		font-size:2em;
	}
	#hp_close_chat div{
		background:#e66761;
		color:#FFFFFF;
		padding: 0.5em;
	}
	#hp_message_chat{
		width:100%;
		height:5em;
		resize:none;
		font-size:3em;
		border: 1px solid rgb(169, 169, 169);
	}
	#hp_chat{
		padding: 0.5em;
		height:50%;
		overflow-x:hidden;
		font-size:2em;
	}
	#add_message_hp_chat{
		float:right;
	}
	.hp_chat{
		color:rgba(255,255,255,1);
	}
	.hp_text_chat{
		color:rgba(255,255,255,0.7);
	}
	#panel_top_chat{
		padding:0 0 2em 0;
		border-bottom: 2px solid rgb(169, 169, 169);
	}
	.min_menu_chat{
		padding: 3em 10px 2em 10px;
		width: auto;
		-webkit-box-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		justify-content: space-between;
		border-bottom: 1px solid rgb(211, 211, 211);
	}
	.min_menu_chat div{
		display: inline-block;
		
	}
	.min_menu_chat b{
		font-style: normal;
		padding: 0px;
		width: auto;
		height: auto;
		font-family: "Roboto Condensed", "Segoe UI", Tahoma, Arial, sans-serif;
		font-size: 5em;
		line-height: 16px;
		font-weight: 700;
		text-transform: uppercase;
		margin-right: 10px;
	}
	.min_menu_chat span{
		color: rgb(164, 169, 183);
		float:right;
		font-size: 2em;
	}
	.min_menu_chat a{
		color: rgb(164, 169, 183);
		margin: 0px 3px;
	}
	#add_message_chat{
		float:right;
		margin: 0px 10px 0 0;
	}
	#draggable{
		background: rgb(255, 255, 255); 
		color: rgb(0, 0, 0);
	}
	.hp_name{
		padding:0 0.5em 1em 0.5em;
		font-size:2em;
	}
	/*ЧАТ*/
	
	/*Справочник*/
	#input_panel_phone{
		font-size:1em;
		padding:1.5em;
	}
	.info_user_company_text a{
	    color:#707478;
	}
	.station{
		margin:1em 0 0 0;
	}
	.station h1{
		margin:0;
	}
	.station h2{
		margin:0;
	}
	#result_station{
		margin:0 0 1em 0;
	}
	#data_station{
		margin:0 0 1em 0;
	}
	.help_stantion {
		width:100%;
		text-align:left;
		color:#242a30;
	}
	.help_stantion a{
		color:#242a30;
	}
	.help_stantion tr{
		border-top: 1px solid #ddd;
	}
	.help_stantion tr:hover{
		background: #e9edf2;
	}
	.help_stantion td{
		padding:1em;
		box-shadow: 0 1px #e5eaf1;
	}
	.help_stantion table td{
		padding: 0 1em 1em 0;
	}
	.help_stantion ul{
		margin:0;
		padding:0;
	}
	.help_stantion li{
		list-style-type:none;
		padding:0;
	}
	.left_pahel_help{
		width:40%;
		text-align:right;
	}
	.help_stantion th{
		width:40%;
		font:1em 'Formular',arial,sans-serif;
	}
	.ymaps-2-1-45-map{
		-webkit-filter: grayscale(100%);
		-moz-filter: grayscale(100%);
		-ms-filter: grayscale(100%);
		-o-filter: grayscale(100%);
		filter: grayscale(100%);
		filter: gray;
	}
	.dialog_h4 a{
		color:#FFFFFF;
	}
	.help_head{
		color:#FFFFFF;
		padding:0.75em;
	}
	#panel_wagon_help{
		font-family:'Open Sans',"Helvetica Neue",Helvetica,Arial,sans-serif;
		font-size:1em;
		background: #fff;
	}
	#panel_wagon_help td{
		display:block;
		font-size:3em;
	}
	#wagon_type,
	#wagon_capacity,
	#wagon_length {
		font-size:0.5em;
		width: 100%;
		height:2em;
	}
	.panel_wagon_computer{
		display:none;
	}
	.panel_wagon_mobile{
		display:block;
		text-align:center;
	}
	/*Справочник*/
	
	/*Тариф*/
	.tariff_input{
		position:absolute;
		z-index:1;
		font-size:3em;
		margin:0.2em;
	}
	.tariff_close{
		position:absolute;
		text-decoration:none;
		color:#FF5B57;
		z-index:1;
		font-size:3em;
		margin:0.2em;
		right:1.5em;
		display:none;
	}
	#st_start, 
	#st_finish, 
	#etcng,
	#weight, 
	#count, 
	#capacity, 
	#axis, 
	#model, 
	#utensils, 
	#currency,
	#date{
		padding:0 0 0 2.2em;
		height:2em;
		width:100%;
		color:black;
	}
	#h4_st_start, 
	#h4_st_finish, 
	#h4_etcng, 
	#h4_model, 
	#h4_weight, 
	#h4_count, 
	#h4_utensils, 
	#h4_capacity, 
	#h4_axis, 
	#h4_currency, 
	#h4_date{
		padding:0;
		margin:0;
	}
	#result_spares_storage ul, 
	#result_take_station ul, 
	#result_pc_list_will_etcng ul, 
	#result_will_station ul, 
	#result_st_finish ul, 
	#result_st_start ul, 
	#result_gp_list_st_finish ul, 
	#result_gp_list_st_start ul, 
	#result_pc_st_start ul, 
	#result_gp_st_start ul, 
	#result_gp_st_finish ul, 
	#result_etcng ul, 
	#text_model ul, 
	#text_utensils ul, 
	#text_weight ul, 
	#text_count ul, 
	#text_capacity ul,
	#text_axis ul, 
	#text_currency ul, 
	#result_pc_list_st_start ul, 
	#result_pc_list_st_finish ul, 
	#result_gp_etcng ul, 
	#result_gp_list_etcng ul, 
	#result_replay_gp_etcng ul, 
	#result_replay_gp_st_start ul, 
	#result_replay_gp_st_finish ul, 
	#result_bid_pc_id ul, 
	#result_bid_pc_etcng ul, 
	#result_bid_pc_st_start ul, 
	#result_bid_pc_st_finish ul, 
	#result_bid_gp_id ul, 
	#result_bid_gp_st_finish ul, 
	#result_replay_will_stantion ul, 
	#result_replay_take_stantion ul, 
	#result_bid_gp_st_start ul,
	#result_rate_etcng ul,
	#result_rate_st_start ul,
	#result_rate_st_finish ul,
	#result_rate_auto_st_start ul,
	#result_rate_auto_st_finish ul,
	.result_stantion_dislocation ul{
		position:absolute;
		z-index:2;
		background:#FFFFFF;
		margin:0;
		padding:0;
		display:none;
		font-size:2em;
		border:0;
	}
	#result_spares_storage ul li, 
	#result_take_station ul li, 
	#result_pc_list_will_etcng ul li, 
	#result_will_station ul li, 
	#result_st_finish ul li, 
	#result_st_start ul li, 
	#result_gp_list_st_finish ul li, 
	#result_gp_list_st_start ul li, 
	#result_pc_st_start ul li, 
	#result_gp_st_start ul li, 
	#result_gp_st_finish ul li, 
	#result_etcng ul li, 
	#text_model ul li, 
	#text_utensils ul li, 
	#text_weight ul li, 
	#text_count ul li, 
	#text_capacity ul li, 
	#text_axis ul li, 
	#text_currency ul li, 
	#result_pc_list_st_start ul li, 
	#result_pc_list_st_finish ul li,
	#result_gp_etcng ul li, 
	#result_gp_list_etcng ul li, 
	#result_replay_gp_etcng ul li, 
	#result_replay_gp_st_start ul li, 
	#result_replay_gp_st_finish ul li, 
	#result_bid_pc_id ul li, 
	#result_bid_pc_etcng ul li, 
	#result_bid_pc_st_start ul li, 
	#result_bid_pc_st_finish ul li, 
	#result_bid_gp_id ul li, 
	#result_bid_gp_st_finish ul li, 
	#result_replay_will_stantion ul li, 
	#result_replay_take_stantion ul li, 
	#result_bid_gp_st_start ul li,
	#result_rate_etcng ul li,
	#result_rate_st_start ul li,
	#result_rate_st_finish ul li,
	#result_rate_auto_st_start ul li,
	#result_rate_auto_st_finish ul li,
	.result_stantion_dislocation ul li{
		list-style-type:none;
		cursor:pointer;
		padding:0.3em 0.2em 0.3em 2.5em;
	}
	#result_spares_storage ul li span, 
	#result_take_station ul li span, 
	#result_pc_list_will_etcng ul li span, 
	#result_will_station ul li span, 
	#result_st_finish ul li span, 
	#result_st_start ul li span, 
	#result_gp_list_st_finish ul li span, 
	#result_gp_list_st_start ul li span, 
	#result_pc_st_start ul li span,
	#result_gp_st_start ul li span, 
	#result_gp_st_finish ul li span, 
	#result_etcng ul li span, 
	#text_model ul li span, 
	#text_utensils ul li span, 
	#text_currency ul li span, 
	#result_pc_list_st_start ul li span, 
	#result_pc_list_st_finish ul li span, 
	#result_gp_etcng ul li span, 
	#result_gp_list_etcng ul li span, 
	#result_replay_gp_etcng ul li span, 
	#result_replay_gp_st_start ul li span, 
	#result_replay_gp_st_finish ul li span, 
	#result_bid_pc_id ul li span, 
	#result_bid_pc_etcng ul li span, 
	#result_bid_pc_st_start ul li span, 
	#result_bid_pc_st_finish ul li span, 
	#result_bid_gp_id ul li span, 
	#result_bid_gp_st_finish ul li span, 
	#result_replay_will_stantion ul li span, 
	#result_replay_take_stantion ul li span, 
	#result_bid_gp_st_start ul li span,
	#result_rate_etcng ul li span,
	#result_rate_st_start ul li span,
	#result_rate_st_finish ul li span,
	#result_rate_auto_st_start ul li span,
	#result_rate_auto_st_finish ul li span,
	.result_stantion_dislocation ul li span{
		color:#707478;
	}
	#result_spares_storage ul a, 
	#result_take_station ul a, 
	#result_pc_list_will_etcng ul a, 
	#result_will_station ul a, 
	#result_st_finish ul a, 
	#result_st_start ul a, 
	#result_gp_list_st_finish ul a, 
	#result_gp_list_st_start ul a, 
	#result_pc_st_start ul a, 
	#result_gp_st_start ul a, 
	#result_gp_st_finish ul a, 
	#result_etcng ul a, 
	#text_model ul a, 
	#text_utensils ul a, 
	#text_currency ul a, 
	#result_pc_list_st_start ul a, 
	#result_pc_list_st_finish ul a, 
	#result_gp_etcng ul a,
	#result_gp_list_etcng ul a, 
	#result_replay_gp_etcng ul a, 
	#result_replay_gp_st_start ul a, 
	#result_replay_gp_st_finish ul a, 
	#result_bid_pc_id ul a, 
	#result_bid_pc_etcng ul a, 
	#result_bid_pc_st_start ul a, 
	#result_bid_pc_st_finish ul a, 
	#result_bid_gp_id ul a, 
	#result_bid_gp_st_finish ul a, 
	#result_replay_will_stantion ul a, 
	#result_replay_take_stantion ul a, 
	#result_bid_gp_st_start ul a,
	#result_rate_etcng ul a,
	#result_rate_st_start ul a,
	#result_rate_st_finish ul a,
	#result_rate_auto_st_start ul a,
	#result_rate_auto_st_finish ul a,
	.result_stantion_dislocation ul a{
		text-decoration:none;
		color:black;
		font:0.9em Arial;
	}
	#result_spares_storage ul li:hover, 
	#result_take_station ul li:hover, 
	#result_pc_list_will_etcng ul li:hover, 
	#result_will_station ul li:hover, 
	#result_st_finish ul li:hover, 
	#result_st_start ul li:hover,
	#result_gp_list_st_finish ul li:hover, 
	#result_gp_list_st_start ul li:hover, 
	#result_pc_st_start ul li:hover, 
	#result_gp_st_start ul li:hover, 
	#result_gp_st_finish ul li:hover, 
	#result_etcng ul li:hover, 
	#text_model ul li:hover, 
	#text_utensils ul li:hover, 
	#text_currency ul li:hover, 
	#result_pc_list_st_start ul li:hover, 
	#result_pc_list_st_finish ul li:hover, 
	#result_gp_etcng ul li:hover, 
	#result_gp_list_etcng ul li:hover, 
	#result_replay_gp_etcng ul li:hover, 
	#result_replay_gp_st_start ul li:hover, 
	#result_replay_gp_st_finish ul li:hover, 
	#result_bid_pc_id ul li:hover, 
	#result_bid_pc_etcng ul li:hover, 
	#result_bid_pc_st_start ul li:hover, 
	#result_bid_pc_st_finish ul li:hover, 
	#result_bid_gp_id ul li:hover, 
	#result_bid_gp_st_finish ul li:hover, 
	#result_replay_will_stantion ul li:hover, 
	#result_replay_take_stantion ul li:hover, 
	#result_bid_gp_st_start ul li:hover,
	#result_rate_etcng ul li:hover,
	#result_rate_st_start ul li:hover,
	#result_rate_st_finish ul li:hover,
	#result_rate_auto_st_start ul li:hover,
	#result_rate_auto_st_finish ul li:hover,
	.result_stantion_dislocationul li:hover{
		background:#FF5B57;
		color:#FFFFFF;
	}
	#result_spares_storage ul li:hover span, 
	#result_take_station ul li:hover span, 
	#result_pc_list_will_etcng ul li:hover span, 
	#result_will_station ul li:hover span, 
	#result_st_finish ul li:hover span, 
	#result_st_start ul li:hover span, 
	#result_gp_list_st_finish ul li:hover span, 
	#result_gp_list_st_start ul li:hover span, 
	#result_pc_st_start ul li:hover span, 
	#result_gp_st_start ul li:hover span, 
	#result_gp_st_finish ul li:hover span, 
	#result_etcng ul li:hover span, 
	#text_model ul li:hover span, 
	#text_utensils ul li:hover span, 
	#text_currency ul li:hover span, 
	#result_pc_list_st_start ul li:hover span, 
	#result_pc_list_st_finish ul li:hover span, 
	#result_gp_etcng ul li:hover span, 
	#result_gp_list_etcng ul li:hover span, 
	#result_replay_gp_etcng ul li:hover span, 
	#result_replay_gp_st_start ul li:hover span, 
	#result_replay_gp_st_finish ul li:hover span, 
	#result_bid_pc_id ul li:hover span, 
	#result_bid_pc_etcng ul li:hover span, 
	#result_bid_pc_st_start ul li:hover span, 
	#result_bid_pc_st_finish ul li:hover span, 
	#result_bid_gp_id ul li:hover span, 
	#result_bid_gp_st_finish ul li:hover span, 
	#result_replay_will_stantion ul li:hover span, 
	#result_replay_take_stantion ul li:hover span, 
	#result_bid_gp_st_start ul li:hover span,
	#result_rate_etcng ul li:hover span,
	#result_rate_st_start ul li:hover span,
	#result_rate_st_finish ul li:hover span,
	#result_rate_auto_st_start ul li:hover span,
	#result_rate_auto_st_finish ul li:hover span,
	.result_stantion_dislocation ul li:hover span{
		color:#FFFFFF;
	}
	.calculate{
		margin:2em 0 0 0;
	}
	.result_tariff{
		color:#707478;
		padding:1em 0 1em 1em;
		margin:0 0 1em 0;
		border:3px solid #e7eaec;
		width:100%;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	select option:hover{
		box-shadow: 0 0 10px 100px #000 inset;
	}
	#alert_queue{
		display:none;
		position:fixed;
		z-index:5;
		width:30em;
		height:15em;
		border:3px solid #e7eaec;
		background:#FFFFFF;
		top:50%;
		left:50%;
		margin:-7.5em 0 0 -15em;
		word-wrap:break-word;
		padding:1em;
	}
	#alert_queue div{
		margin:2em 0;
	}
	input[type="date"]{
		 box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		font-size:3em;
	}
	.result_table_tariff_hide{
		display:none;
	}
	#overlay{
		z-index:3;
		position:fixed;
		background-color:#000;
		opacity:0.4;
		-moz-opacity:0.4;
		filter:alpha(opacity=40);
		width:100%; 
		height:100%;
		top:0;
		left:0;
		display:none;
	}
	/*Тариф*/
	
	/*объявления*/
	.my_table_will td,
	.table_will td,
	.table_history td,
	.table_take td,
	.my_table_take td,
	.table_pc td,
	.table_repairs td,
	.my_table_pc td{
		font-family:Arial, Helvetica, sans-serif;
		font-size:1.5em;
		color: #737373;
		padding: 1em 0;
		text-align:center;
		border-top:1px solid #242a30;
		border-left:1px solid #242a30;
	}
	.my_table_will td ul,
	.table_will td ul,
	.table_history td ul,
	.table_take td ul,
	.my_table_take td ul,
	.table_pc td ul,
	.table_repairs td ul,
	.my_table_pc td ul{
		margin:0;
		padding:0;
	}
	.my_table_will td ul li,
	.table_will td ul li,
	.table_history td ul li,
	.table_take td ul li,
	.my_table_take td ul li,
	.table_pc td ul li,
	.table_repairs td ul li,
	.my_table_pc td ul li{
		list-style-type:none;
	}

	.my_table_will, 
	.my_table_will thead, 
	.my_table_will tbody, 
	.my_table_will th, 
	.my_table_will td, 
	.my_table_will tr,
	.table_will, 
	.table_will thead, 
	.table_will tbody, 
	.table_will th, 
	.table_will td, 
	.table_will tr,
	.table_history, 
	.table_history thead, 
	.table_history tbody, 
	.table_history th, 
	.table_history td, 
	.table_history tr,
	.table_take, 
	.table_take thead, 
	.table_take tbody, 
	.table_take th, 
	.table_take td, 
	.table_take tr,
	.my_table_take, 
	.my_table_take thead, 
	.my_table_take tbody, 
	.my_table_take th, 
	.my_table_take td, 
	.my_table_take tr,
	.table_pc, 
	.table_pc thead, 
	.table_pc tbody, 
	.table_pc th, 
	.table_pc td, 
	.table_pc tr,
	.table_repairs, 
	.table_repairs thead, 
	.table_repairs tbody, 
	.table_repairs th, 
	.table_repairs td, 
	.table_repairs tr,
	.my_table_pc,
	.my_table_pc thead,
	.my_table_pc tbody,
	.my_table_pc th,
	.my_table_pc td,
	.my_table_pc tr{ 
		display: block; 
	}

	.my_table_will thead tr,
	.table_will thead tr,
	.table_history thead tr,
	.table_take thead tr,
	.my_table_take thead tr,
	.table_pc thead tr,
	.table_repairs thead tr,
	.my_table_pc thead tr { 
		display: none;
	}

	.my_table_will td,
	.table_will td,
	.table_history td,
	.table_take td,
	.my_table_take td,
	.table_pc td,
	.table_repairs td,
	.my_table_pc td{ 
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 30%; 
		height:2em;
		font:1em/1.4 Arial, Helvetica, sans-serif;
	}

	.my_table_will td:before,
	.table_will td:before,
	.table_history td:before,
	.table_take td:before,
	.my_table_take td:before,
	.table_pc td:before,
	.table_repairs td:before,
	.my_table_pc td:before{ 
		position:absolute;
		top:0;
		left:0;
		width:30%; 
		background:#FFFFFF;
		color: #737373;
		font:1em/1.4 Arial, Helvetica, sans-serif;
		text-align:left;
		height:2em;
		padding:1em;
	}
	.my_table_will a,
	.table_will a,
	.table_history a,
	.table_take a,
	.my_table_take a,
	.table_pc a,
	.table_repairs a,
	.my_table_pc a{
		padding:0;
		color:#e97770;
	}
	
	.my_table_will .spares_date_td:before { content: "Дата"; background: #242a30; color:#FFFFFF;}
	.my_table_will .spares_type_td:before { content: "Тип"; }
	.my_table_will .spares_category_td:before { content: "Элемент"; }
	.my_table_will .spares_subcategory_td:before { content: "Наименование"; }
	.my_table_will .spares_model_td:before { content: "Модель"; }
	.my_table_will .spares_count_td:before { content: "Кол-во"; }
	.my_table_will .spares_price_td:before { content: "Стоимость"; }
	.my_table_will .spares_open_td:before { content: "Управление"; }	
	.my_table_will .spares_date_td { background: #242a30; color:#FFFFFF; }
	
	
	.table_will .spares_date_td:before { content: "Дата"; background: #242a30; color:#FFFFFF;}
	.table_will .spares_favorites_td:before { content: "Избранное"; }
	.table_will .spares_company_td:before { content: "Организация"; }
	.table_will .spares_type_td:before { content: "Тип"; }
	.table_will .spares_category_td:before { content: "Элемент"; }
	.table_will .spares_subcategory_td:before { content: "Наименование"; }
	.table_will .spares_model_td:before { content: "Модель"; }
	.table_will .spares_count_td:before { content: "Кол-во"; }
	.table_will .spares_price_td:before { content: "Стоимость"; }
	.table_will .spares_open_td:before { content: "Открыть объявление"; }
	.table_will .spares_date_td { background: #242a30; color:#FFFFFF; }
	
	.my_table_will .will_date_td:before { content: "Дата"; background: #242a30; color:#FFFFFF;}
	.my_table_will .will_type_td:before { content: "Тип ПС"; }
	.my_table_will .will_count_td:before { content: "Кол-во всего"; }
	.my_table_will .will_is_count_td:before { content: "Кол-во своб-ых"; }
	.my_table_will .will_period_td:before { content: "Сроки аренды"; }
	.my_table_will .will_from_date_td:before { content: "Дата сдачи"; }
	.my_table_will .will_year_td:before { content: "Год постройки"; }
	.my_table_will .will_price_td:before { content: "Стоимость"; }
	.my_table_will .will_model_td:before { content: "Модель"; }
	.my_table_will .will_bid_td:before { content: "Заявки вх./ис."; }
	.my_table_will .will_open_td:before { content: "Управление"; }	
	.my_table_will .will_date_td { background: #242a30; color:#FFFFFF; }
	
	.table_will .will_date_td:before { content: "Дата"; background: #242a30; color:#FFFFFF;}
	.table_will .will_favorites_td:before { content: "Избранное"; }
	.table_will .will_company_td:before { content: "Организация"; }
	.table_will .will_type_td:before { content: "Тип ПС"; }
	.table_will .will_count_td:before { content: "Кол-во"; }
	.table_will .will_period_td:before { content: "Сроки аренды"; }
	.table_will .will_from_date_td:before { content: "Дата сдачи"; }
	.table_will .will_year_td:before { content: "Год постройки"; }
	.table_will .will_price_td:before { content: "Стоимость"; }
	.table_will .will_model_td:before { content: "Модель"; }
	.table_will .will_open_td:before { content: "Открыть объявление"; }	
	.table_will .will_date_td { background: #242a30; color:#FFFFFF; }
	
	.my_table_take .take_date_td:before { content: "Дата"; background: #242a30; color:#FFFFFF;}
	.my_table_take .take_favorites_td:before { content: "Избранное"; }
	.my_table_take .take_company_td:before { content: "Организация"; }
	.my_table_take.take_type_td:before { content: "Тип ПС"; }
	.my_table_take .take_count_td:before { content: "Кол-во всего"; }
	.my_table_take .take_is_count_td:before { content: "Кол-во своб-ых"; }
	.my_table_take .take_period_td:before { content: "Сроки аренды"; }
	.my_table_take .take_from_date_td:before { content: "Дата аренды"; }
	.my_table_take .will_year_td:before { content: "Год постройки"; }
	.my_table_take .will_price_td:before { content: "Стоимость"; }
	.my_table_take .take_model_td:before { content: "Модель"; }
	.my_table_take .take_bid_td:before { content: "Заявки вх./ис."; }
	.my_table_take .take_open_td:before { content: "Управление"; }	
	.my_table_take .take_date_td { background: #242a30; color:#FFFFFF; }
	
	.table_take .take_date_td:before { content: "Дата"; background: #242a30; color:#FFFFFF;}
	.table_take .take_favorites_td:before { content: "Избранное"; }
	.table_take .take_company_td:before { content: "Организация"; }
	.table_take .take_type_td:before { content: "Тип ПС"; }
	.table_take .take_count_td:before { content: "Кол-во"; }
	.table_take .take_period_td:before { content: "Сроки аренды"; }
	.table_take .take_from_date_td:before { content: "Дата аренды"; }
	.table_take .take_model_td:before { content: "Модель"; }
	.table_take .will_year_td:before { content: "Год постройки"; }
	.table_take .will_price_td:before { content: "Стоимость"; }
	.table_take .take_open_td:before { content: "Открыть объявление"; }	
	.table_take .take_date_td { background: #242a30; color:#FFFFFF; }
	
	.table_history .carnumber:before { content: "Номер вагона"; background: #242a30; color:#FFFFFF;}
	.table_history .dateload:before { content: "Дата погрузки"; }
	.table_history .invnumber:before { content: "Номер накладной"; }
	.table_history .payercode:before { content: "Код плательщика"; }
	.table_history .payername:before { content: "Плательщик"; }
	.table_history .dueamount:before { content: "Сумма в рублях"; }
	.table_history .cntcarsinvoice:before { content: "Вагонов в накладной"; }
	.table_history .sendkindcode:before { content: "Вид отправки"; }
	.table_history .freightcode:before { content: "Код груз"; }
	.table_history .freightname:before { content: "Груз"; }
	.table_history .weightnet:before { content: "Масса в кг. (нетто)"; }
	.table_history .isloadedempty:before { content: "Признак груженного рейса"; }
	.table_history .typeparkshortname:before { content: "Тип парка"; }
	.table_history .fromstationcode:before { content: "Код станции отправления"; }
	.table_history .fromstationname:before { content: "Станция отправления"; }
	.table_history .fromstationloadcode:before { content: "Код станции последнего груженного рейса"; }
	.table_history .fromstationloadname:before { content: "Станция последнего груженного рейса"; }
	.table_history .fromtranzitstationcode:before { content: "Код станции входа в Россию, для международных пере..."; }
	.table_history .fromtranzitstationname:before { content: "Станция входа в Россию, для международных перевозо..."; }
	.table_history .sendertgnl:before { content: "Код грузоотправителя"; }
	.table_history .senderokpo:before { content: "ОКПО грузоотправителя"; }
	.table_history .sendername:before { content: "Грузоотправитель"; }
	.table_history .statedate:before { content: "Дата последней операции"; }
	.table_history .opertypecode:before { content: "Код операции с вагоном"; }
	.table_history .opertypename:before { content: "Операция с вагоном"; }
	.table_history .operationstationcode:before { content: "Код станции операции"; }
	.table_history .operationstationname:before { content: "Cтанция операции"; }
	.table_history .distance:before { content: "Расстояние от ст. операции до ст. назначения, км."; }
	.table_history .indextrainfromstation:before { content: "Код станции формирования поезда"; }
	.table_history .indextrainfromstationname:before { content: "Станция формирования поезда"; }
	.table_history .indextraintostation:before { content: "Код станции назначения поезда"; }
	.table_history .indextraintostationname:before { content: "Станция назначения поезда"; }
	.table_history .indextrainindex:before { content: "Порядковый номер поезда"; }
	.table_history .numbertrain:before { content: "Номер поезда"; }
	.table_history .tostationcode:before { content: "Код станция назначения"; }
	.table_history .tostationname:before { content: "Станция назначения"; }
	.table_history .totranzitstationcode:before { content: "Код станции выхода из России, для международных пе..."; }
	.table_history .totranzitstationname:before { content: "Станция выхода из России, для международных перево..."; }
	.table_history .reciptgnl:before { content: "Код грузополучателя"; }
	.table_history .recipokpo:before { content: "ОКПО грузополучателя"; }
	.table_history .recipname:before { content: "Грузополучатель"; }
	.table_history .datearrival:before { content: "Дата прибытия на станцию операции"; }
	.table_history .datearrive:before { content: "Дата прибытия на станцию назначения"; }
	.table_history .dateexpire:before { content: "Срок доставки"; }
	.table_history .model:before { content: "Модель вагона"; }
	.table_history .datebuild:before { content: "Дата выпуска вагона"; }
	.table_history .volume:before { content: "Объем кузова"; }
	.table_history .tonnage:before { content: "Грузоподъемность в кг."; }
	.table_history .cartypeshortname:before { content: "Род вагона"; }
	.table_history .ownercountrycode:before { content: "Код страны-собственника"; }
	.table_history .ownercountryname:before { content: "Страна-собственник"; }
	.table_history .ownerokpo:before { content: "ОКПО собственника"; }
	.table_history .ownername:before { content: "Собственник"; }
	.table_history .tenantokpo:before { content: "ОКПО арендатора"; }
	.table_history .tenantname:before { content: "Арендатор"; }
	.table_history .operatorofproxyokpo:before { content: "ОКПО Оператора по доверенности"; }
	.table_history .operatorofproxyname:before { content: "Оператор по доверенности"; }
	.table_history .race:before { content: "Пробег в км."; }
	.table_history .datedepotrepair:before { content: "Дата последнего деповского ремонта"; }
	.table_history .datecapitalrepair:before { content: "Дата последнего капитального ремонта"; }
	.table_history .typenextrepair:before { content: "Тип следующего ремонта"; }
	.table_history .datenextrepair:before { content: "Дата следующего ремонта"; }
	.table_history .dateupdate:before { content: "Дата обновления информации"; }
	.table_history .wait:before { content: "Простой по операции"; }
	.table_history .waitdata:before { content: "Простой по станции операции"; }
	.table_history .fromroadcode:before { content: "Код дороги отправления"; }
	.table_history .fromroadname:before { content: "Дорога отправления"; }
	.table_history .operationroadcode:before { content: "Код дороги операции"; }
	.table_history .operationroadname:before { content: "Дорога операции"; }
	.table_history .toroadcode:before { content: "Код дороги назначения"; }
	.table_history .toroadname:before { content: "Дорога назначения"; }
	.table_history .dateloadtime:before { content: "Время погрузки"; }
	.table_history .statedatetime:before { content: "Время последней операции"; }
	.table_history .datearrivaltime:before { content: "Время прибытия на станцию операции"; }
	.table_history .datearrivetime:before { content: "Время прибытия на станцию назначения"; }
	.table_history .dateexpiretime:before { content: "Время доставки"; }
	.table_history .datebuildtime:before { content: "Время выпуска вагона"; }
	.table_history .datedepotrepairtime:before { content: "Время последнего деповского ремонта"; }
	.table_history .datecapitalrepairtime:before { content: "Дата последнего капитального ремонта"; }
	.table_history .datenextrepairtime:before { content: "Время следующего ремонта"; }
	.table_history .dateupdatetime:before { content: "Время обновления информации"; }
	.table_history .repairsdefectdate:before { content: "Дата забраковки"; }
	.table_history .repairsname:before { content: "Забраковка"; }
	
	.table_pc .statements_period_td:before { content: "Период"; background: #242a30; color:#FFFFFF;}
	.table_pc .statements_service_td:before { content: "Название услуги"; }
	.table_pc .statements_wagon_td:before { content: "Номер вагона"; }
	.table_pc .statements_dey_td:before { content: "Дней"; }
	.table_pc .statements_price_td:before { content: "Цена"; }
	.table_pc .statements_summ_td:before { content: "Сумма"; }
	.table_pc .statements_period_td { background: #242a30; color:#FFFFFF; }
	
	.table_pc .pc_mail_send:before { content: "Почта отправки"; }
	.table_pc .pc_down_and_see_file:before { content: "Скачать файл / Посмотреть онлайн"; }
	
	
	
	.table_pc .dis_name_td:before { content: "Название группы"; background: #242a30; color:#FFFFFF;}
	.table_pc .dis_name_td { background: #242a30; color:#FFFFFF; height:2em;}
	.table_pc .dis_day_td:before { content: "Дни получения"; }
	.table_pc .dis_mail_td:before { content: "Почта получения";}
	.table_pc .dis_edit_td:before { content: "Редактировать / История";}
	
	
	.table_pc .pc_date_td:before { content: "Дата"; background: #242a30; color:#FFFFFF;}
	.table_pc .pc_favorites_td:before { content: "Избранное"; }
	.table_pc .pc_company_td:before { content: "Организация"; }
	.table_pc .pc_type_td:before { content: "Тип ПС"; }
	.table_pc .pc_count_td:before { content: "Кол-во"; }
	.table_pc .pc_period_td:before { content: "Период бронирования"; }
	.table_pc .pc_st_td:before { content: "Местонахождение"; }
	.table_pc .pc_to_td:before { content: "Предпочтительное направление"; }
	.table_pc .pc_open_td:before { content: "Открыть объявление"; }	
	.table_pc .pc_date_td { background: #242a30; color:#FFFFFF; }
	.table_pc .statements_service_td { content: "Период"; }
	.table_pc .statements_service_td { content: "Название услуги"; }
	.table_pc .statements_service_td { content: "Номер вагона"; }
	.table_pc .statements_service_td { content: "Дней"; }
	.table_pc .statements_service_td { content: "Цена"; }
	.table_pc .statements_service_td { content: "Сумма"; }
	.table_pc .statements_period_td { background: #242a30; color:#FFFFFF; }
	
	.table_repairs td:nth-of-type(1):before { content: "Вагон"; background: #242a30; color:#FFFFFF;}
	.table_repairs td:nth-of-type(2):before { content: "Тип ремонта"; }
	.table_repairs td:nth-of-type(3):before { content: "Код причины поломки"; }
	.table_repairs td:nth-of-type(4):before { content: "Наименование причины забраковки"; }
	.table_repairs td:nth-of-type(5):before { content: "Признак забраковки"; }
	.table_repairs td:nth-of-type(6):before { content: "Код станции забраковки"; }
	.table_repairs td:nth-of-type(7):before { content: "Станция забраковки"; }
	.table_repairs td:nth-of-type(8):before { content: "Код ДЕПО"; }
	.table_repairs td:nth-of-type(9):before { content: "Документ VU23"; }
	.table_repairs td:nth-of-type(10):before { content: "Документ VU36"; }	
	.table_repairs td:nth-of-type(11):before { content: "Дата заброковки"; }
	.table_repairs td:nth-of-type(12):before { content: "Дата начала ремонта"; }
	.table_repairs td:nth-of-type(13):before { content: "Дата окончания ремонта"; }
	
	.my_table_pc td:nth-of-type(1):before { content: "Дата"; background: #242a30; color:#FFFFFF;}
	.my_table_pc td:nth-of-type(2):before { content: "Тип ПС"; }
	.my_table_pc td:nth-of-type(3):before { content: "Кол-во всего"; }
	.my_table_pc td:nth-of-type(4):before { content: "Кол-во своб-ых"; }
	.my_table_pc td:nth-of-type(5):before { content: "Период бронирования"; }
	.my_table_pc td:nth-of-type(6):before { content: "Местонахождение"; }
	.my_table_pc td:nth-of-type(7):before { content: "Предпочтительное направление"; }
	.my_table_pc td:nth-of-type(8):before { content: "Заявки вх./ис."; }
	.my_table_pc td:nth-of-type(9):before { content: "Управление"; }	
	.my_table_pc .pc_date_td { background: #242a30; color:#FFFFFF; }
	
	.table_history .carnumber:before {content: "Номер вагона"; }
	.table_history .dateload:before {content: "Дата погрузки"; }
	.table_history .invnumber:before {content: "Номер накладной"; }
	.table_history .payercode:before {content: "Код плательщика"; }
	.table_history .payername:before {content: "Плательщик"; }
	.table_history .dueamount:before {content: "Сумма в рублях"; }
	.table_history .cntcarsinvoice:before {content: "Вагонов в накладной"; }
	.table_history .sendkindcode:before {content: "Вид отправки"; }
	.table_history .freightcode:before {content: "Код груз"; }
	.table_history .freightname:before {content: "Груз"; }
	.table_history .weightnet:before {content: "Масса в кг. (нетто)"; }
	.table_history .isloadedempty:before {content: "Признак груженного рейса"; }
	.table_history .typeparkshortname:before {content: "Тип парка"; }
	.table_history .fromstationcode:before {content: "Код станции отправления"; }
	.table_history .fromstationname:before {content: "Станция отправления"; }
	.table_history .fromstationloadcode:before {content: "Код станции последнего груженного рейса"; }
	.table_history .fromstationloadname:before {content: "Станция последнего груженного рейса"; }
	.table_history .fromtranzitstationcode:before {content: "Код станции входа в Россию, для международных пер."; }
	.table_history .fromtranzitstationname:before {content: "Станция входа в Россию, для международных пер."; }
	.table_history .sendertgnl:before {content: "Код грузоотправителя"; }
	.table_history .senderokpo:before {content: "ОКПО грузоотправителя"; }
	.table_history .sendername:before {content: "Грузоотправитель"; }
	.table_history .statedate:before {content: "Дата последней операции"; }
	.table_history .opertypecode:before {content: "Код операции с вагоном"; }
	.table_history .opertypename:before {content: "Операция с вагоном"; }
	.table_history .operationstationcode:before {content: "Код станции операции"; }
	.table_history .operationstationname:before {content: "Cтанция операции"; }
	.table_history .distance:before {content: "Расстояние от ст. операции до ст. назначения, км."; }
	.table_history .indextrainfromstation:before {content: "Код станции формирования поезда"; }
	.table_history .indextrainfromstationname:before {content: "Станция формирования поезда"; }
	.table_history .indextraintostation:before {content: "Код станции назначения поезда"; }
	.table_history .indextraintostationname:before {content: "Станция назначения поезда"; }
	.table_history .indextrainindex:before {content: "Порядковый номер поезда"; }
	.table_history .numbertrain:before {content: "Номер поезда"; }
	.table_history .tostationcode:before {content: "Код станция назначения"; }
	.table_history .tostationname:before {content: "Станция назначения"; }
	.table_history .totranzitstationcode:before {content: "Код станции выхода из России, для международных пер"; }
	.table_history .totranzitstationname:before {content: "Станция выхода из России, для международных пер"; }
	.table_history .reciptgnl:before {content: "Код грузополучателя"; }
	.table_history .recipokpo:before {content: "ОКПО грузополучателя"; }
	.table_history .recipname:before {content: "Грузополучатель"; }
	.table_history .datearrival:before {content: "Дата прибытия на станцию операции"; }
	.table_history .datearrive:before {content: "Дата прибытия на станцию назначения"; }
	.table_history .dateexpire:before {content: "Срок доставки"; }
	.table_history .model:before {content: "Модель вагона"; }
	.table_history .datebuild:before {content: "Дата выпуска вагона"; }
	.table_history .volume:before {content: "Объем кузова"; }
	.table_history .tonnage:before {content: "Грузоподъемность в кг."; }
	.table_history .cartypeshortname:before {content: "Род вагона"; }
	.table_history .ownercountrycode:before {content: "Код страны-собственника"; }
	.table_history .ownercountryname:before {content: "Страна-собственник"; }
	.table_history .ownerokpo:before {content: "ОКПО собственника"; }
	.table_history .ownername:before {content: "Собственник"; }
	.table_history .tenantokpo:before {content: "ОКПО арендатора"; }
	.table_history .tenantname:before {content: "Арендатор"; }
	.table_history .operatorofproxyokpo:before {content: "ОКПО Оператора по доверенности"; }
	.table_history .operatorofproxyname:before {content: "Оператор по доверенности"; }
	.table_history .race:before {content: "Пробег в км."; }
	.table_history .datedepotrepair:before {content: "Дата последнего деповского ремонта"; }
	.table_history .datecapitalrepair:before {content: "Дата последнего капитального ремонта"; }
	.table_history .typenextrepair:before {content: "Тип следующего ремонта"; }
	.table_history .datenextrepair:before {content: "Дата следующего ремонта"; }
	.table_history .dateupdate:before {content: "Дата обновления информации"; }
	.table_history .wait:before {content: "Простой по операции"; }
	.table_history .waitdata:before {content: "Простой по станции операции"; }
	.table_history .fromroadcode:before {content: "Код дороги отправления"; }
	.table_history .fromroadname:before {content: "Дорога отправления"; }
	.table_history .operationroadcode:before {content: "Код дороги операции"; }
	.table_history .operationroadname:before {content: "Дорога операции"; }
	.table_history .toroadcode:before {content: "Код дороги назначения"; }
	.table_history .toroadname:before {content: "Дорога назначения"; }
	.table_history .dateloadtime:before {content: "Время погрузки"; }
	.table_history .statedatetime:before {content: "Время последней операции"; }
	.table_history .datearrivaltime:before {content: "Время прибытия на станцию операции"; }
	.table_history .datearrivetime:before {content: "Время прибытия на станцию назначения"; }
	.table_history .dateexpiretime:before {content: "Время доставки"; }
	.table_history .datebuildtime:before {content: "Время выпуска вагона"; }
	.table_history .datedepotrepairtime:before {content: "Время последнего деповского ремонта"; }
	.table_history .datecapitalrepairtime:before {content: "Дата последнего капитального ремонта"; }
	.table_history .datenextrepairtime:before {content: "Время следующего ремонта"; }
	.table_history .dateupdatetime:before {content: "Время обновления информации"; }
	.table_history .repairsdefectdate:before {content: "Дата забраковки"; }
	.table_history .repairsname:before {content: "Забраковка"; }

	
	.display_road,
	#display_road{
		margin:1em 0 0 0;
		height:18.5em;
		overflow-y:scroll;
	}
	.take_road_list,
	.road_list{
		margin:0;
		padding:0;
	}
	#gp_display_select_model{
		margin:1em 0 1em 0;
	}
	#pc_display_select_road{
		margin:1em 0 0 0;
	}
	.take_road_list li,
	.road_list li{
		list-style-type:none;
		padding:0;
	}
	
/*****************************************************************************/
	.table_gp td,
	.my_table_gp td{
		font-family:Arial, Helvetica, sans-serif;
		font-size:1.5em;
		color: #737373;
		padding: 1em 0;
		text-align:center;
		border-top:1px solid #242a30;
		border-left:1px solid #242a30;
	}
	.table_gp td ul,
	.my_table_gp td ul{
		margin:0;
		padding:0;
	}
	.table_gp td ul li,
	.my_table_gp td ul li{
		list-style-type:none;
	}
	.table_gp, 
	.table_gp thead, 
	.table_gp tbody, 
	.table_gp th, 
	.table_gp td, 
	.table_gp tr,
	.my_table_gp,
	.my_table_gp thead,
	.my_table_gp tbody, 
	.my_table_gp th,
	.my_table_gp td, 
	.my_table_gp tr { 
		display: block; 
	}

	.table_gp thead tr,
	.my_table_gp thead tr	{ 
		display: none;
	}

	.table_gp td,
	.my_table_gp td { 
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 30%; 
		height:2em;
		font:1em/1.4 Arial, Helvetica, sans-serif;
	}

	.table_gp td:before,
	.my_table_gp td:before { 
		position:absolute;
		top:0;
		left:0;
		width:30%; 
		background:#FFFFFF;
		color: #737373;
		font:1em/1.4 Arial, Helvetica, sans-serif;
		text-align:left;
		height:2em;
		padding:1em;
	}
	.table_gp a,
	.my_table_gp a{
		padding:0;
		color:#e97770;
	}
	.table_gp .gp_date_td:before { content: "Дата"; background: #242a30; color:#FFFFFF;}
	.table_gp .gp_favorites_td:before { content: "Избранное"; }
	.table_gp .gp_company_td:before { content: "Организация"; }
	.table_gp .gp_etcng_td:before { content: "Наименование и код груза"; }
	.table_gp .gp_type_td:before { content: "Тип пс для перевозки груза"; }
	.table_gp .gp_count_td:before { content: "Кол-во"; }
	.table_gp .gp_period_td:before { content: "Период"; }
	.table_gp .gp_st_td:before { content: "Местонахождение груза"; }
	.table_gp .gp_to_td:before { content: "Направление отправки"; }	
	.table_gp .gp_open_td:before { content: "Открыть объявление"; }	
	.table_gp .gp_date_td { background: #242a30; color:#FFFFFF; }

	.my_table_gp td:nth-of-type(1):before { content: "Дата"; background: #242a30; color:#FFFFFF;}
	.my_table_gp td:nth-of-type(2):before { content: "Наименование и код груза"; }
	.my_table_gp td:nth-of-type(3):before { content: "Тип ПС"; }
	.my_table_gp td:nth-of-type(4):before { content: "Кол-во всего"; }
	.my_table_gp td:nth-of-type(5):before { content: "Кол-во своб-ых"; }
	.my_table_gp td:nth-of-type(6):before { content: "Период"; }
	.my_table_gp td:nth-of-type(7):before { content: "Местонахождение груза"; }
	.my_table_gp td:nth-of-type(8):before { content: "Направление отправки"; }
	.my_table_gp td:nth-of-type(9):before { content: "Заявки вх./ис"; }	
	.my_table_gp td:nth-of-type(10):before { content: "Управление"; }	
	.my_table_gp .gp_date_td { background: #242a30; color:#FFFFFF; }
/*****************************************************************************/
	.replay_table_gp td{
		font-family:Arial, Helvetica, sans-serif;
		font-size:1.5em;
		color: #737373;
		padding: 1em 0;
		text-align:center;
		border-top:1px solid #242a30;
		border-left:1px solid #242a30;
	}
	.replay_table_gp td ul{
		margin:0;
		padding:0;
	}
	.replay_table_gp td ul li{
		list-style-type:none;
	}
	.replay_table_gp, .replay_table_gp thead, .replay_table_gp tbody, .replay_table_gp th, .replay_table_gp td, .replay_table_gp tr { 
		display: block; 
	}

	.replay_table_gp thead tr { 
		display: none;
	}

	.replay_table_gp td { 
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 30%; 
		height:2em;
		font:1em/1.4 Arial, Helvetica, sans-serif;
	}

	.replay_table_gp td:before { 
		position:absolute;
		top:0;
		left:0;
		width:30%; 
		background:#FFFFFF;
		color: #737373;
		font:1em/1.4 Arial, Helvetica, sans-serif;
		text-align:left;
		height:2em;
		padding:1em;
	}
	.replay_table_gp a{
		padding:0;
		color:#e97770;
	}
	.replay_table_gp td:nth-of-type(1):before { content: "Выбор"; background: #242a30; color:#FFFFFF;}
	.replay_table_gp td:nth-of-type(2):before { content: "Дата";}
	.replay_table_gp td:nth-of-type(3):before { content: "Наименование и код груза"; }
	.replay_table_gp td:nth-of-type(4):before { content: "Кол-во"; }
	.replay_table_gp td:nth-of-type(5):before { content: "В налич. шт."; }
	.replay_table_gp td:nth-of-type(6):before { content: "Период"; }
	.replay_table_gp td:nth-of-type(7):before { content: "Местонахождение груза"; }
	.replay_table_gp td:nth-of-type(8):before { content: "Направление отправки"; }	
	.replay_table_gp td:nth-of-type(9):before { content: "Открыть объявление"; }	
	.replay_table_gp .replay_gp_select_td { background: #242a30; color:#FFFFFF; }
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
	.replay_table_pc td,
	.replay_table_take td,
	.replay_table_will td{
		font-family:Arial, Helvetica, sans-serif;
		font-size:1.5em;
		color: #737373;
		padding: 1em 0;
		text-align:center;
		border-top:1px solid #242a30;
		border-left:1px solid #242a30;
	}
	.replay_table_pc td ul,
	.replay_table_take td ul,
	.replay_table_will td ul{
		margin:0;
		padding:0;
	}
	.replay_table_pc td ul li,
	.replay_table_take td ul li,
	.replay_table_will td ul li{
		list-style-type:none;
	}
	.replay_table_pc, 
	.replay_table_take, 
	.replay_table_will, 
	.replay_table_pc thead, 
	.replay_table_take thead, 
	.replay_table_will thead, 
	.replay_table_pc tbody, 
	.replay_table_take tbody, 
	.replay_table_will tbody, 
	.replay_table_pc th, 
	.replay_table_take th, 
	.replay_table_will th, 
	.replay_table_pc td, 
	.replay_table_take td, 
	.replay_table_will td, 
	.replay_table_pc tr,
	.replay_table_take tr,
	.replay_table_will tr{ 
		display: block; 
	}

	.replay_table_pc thead tr,
	.replay_table_take thead tr,
	.replay_table_will thead tr { 
		display: none;
	}

	.replay_table_will td,
	.replay_table_take td,
	.replay_table_pc td { 
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 30%; 
		height:2em;
		font:1em/1.4 Arial, Helvetica, sans-serif;
	}

	.replay_table_will td:before,
	.replay_table_take td:before,
	.replay_table_pc td:before { 
		position:absolute;
		top:0;
		left:0;
		width:30%; 
		background:#FFFFFF;
		color: #737373;
		font:1em/1.4 Arial, Helvetica, sans-serif;
		text-align:left;
		height:2em;
		padding:1em;
	}
	.replay_table_will a,
	.replay_table_take a,
	.replay_table_pc a{
		padding:0;
		color:#e97770;
	}
	.replay_table_pc td:nth-of-type(1):before { content: "Выбор"; background: #242a30; color:#FFFFFF;}
	.replay_table_pc td:nth-of-type(2):before { content: "Дата";}
	.replay_table_pc td:nth-of-type(3):before { content: "Кол-во"; }
	.replay_table_pc td:nth-of-type(4):before { content: "Требуется шт."; }
	.replay_table_pc td:nth-of-type(5):before { content: "Период"; }
	.replay_table_pc td:nth-of-type(6):before { content: "Местонахождение"; }
	.replay_table_pc td:nth-of-type(7):before { content: "Предпочтительное направ."; }	
	.replay_table_pc td:nth-of-type(8):before { content: "Открыть объявление"; }	
	.replay_table_pc .replay_pc_select_td { background: #242a30; color:#FFFFFF; }
	
	.replay_table_will td:nth-of-type(1):before { content: "Выбор"; background: #242a30; color:#FFFFFF;}
	.replay_table_will td:nth-of-type(2):before { content: "Дата";}
	.replay_table_will td:nth-of-type(3):before { content: "Кол-во"; }
	.replay_table_will td:nth-of-type(4):before { content: "Требуется шт."; }
	.replay_table_will td:nth-of-type(5):before { content: "Модель"; }
	.replay_table_will td:nth-of-type(6):before { content: "Дата сдачи"; }
	.replay_table_will td:nth-of-type(7):before { content: "Срок аренды"; }	
	.replay_table_will td:nth-of-type(8):before { content: "Станция сдачи"; }	
	.replay_table_will td:nth-of-type(9):before { content: "Открыть объявление"; }	
	.replay_table_will .replay_will_select_td { background: #242a30; color:#FFFFFF; }
	
	.replay_table_take td:nth-of-type(1):before { content: "Выбор"; background: #242a30; color:#FFFFFF;}
	.replay_table_take td:nth-of-type(2):before { content: "Дата";}
	.replay_table_take td:nth-of-type(3):before { content: "Кол-во"; }
	.replay_table_take td:nth-of-type(4):before { content: "Име-ся"; }
	.replay_table_take td:nth-of-type(5):before { content: "Модель"; }
	.replay_table_take td:nth-of-type(6):before { content: "Дата сдачи"; }
	.replay_table_take td:nth-of-type(7):before { content: "Срок аренды"; }	
	.replay_table_take td:nth-of-type(8):before { content: "Станция сдачи"; }	
	.replay_table_take td:nth-of-type(9):before { content: "Открыть объявление"; }	
	.replay_table_take .replay_take_select_td { background: #242a30; color:#FFFFFF; }
	
	
/*****************************************************************************/
/*****************************************************************************/
	.bid_pc_date_td div{
		display:inline-block;
	}
	.bid_will_time_td div{
		display:inline-block;
	}
	.bid_pc_date_td div:before{
		content: "\\";
	}
	.bid_will_time_td div:before{
		content: "\\";
	}
	.bid_pc_date_td div ul{
		display:inline-block;
	}
	.bid_will_time_td div ul{
		display:inline-block;
	}
	.bid_pc_date_td div ul li{
		display:inline-block;
	}
	.bid_will_time_td div ul li{
		display:inline-block;
	}
	.bid_pc_type_td div{
		display:inline-block;
	}
	.bid_will_type_td div{
		display:inline-block;
	}
	.bid_pc_type_td div:before{
		content: "\\";
	}
	.bid_will_type_td div:before{
		content: "\\";
	}
	.bid_pc_company_td div{
		display:inline-block;
	}
	.bid_will_company_td div{
		display:inline-block;
	}
	.bid_pc_company_td ul{
		display:inline-block;
	}
	.bid_will_company_td ul{
		display:inline-block;
	}
	.bid_pc_company_td div:before{
		content: "\\";
	}
	.bid_will_company_td div:before{
		content: "\\";
	}
	.bid_table_pc td,
	.bid_table_will td{
		font-family:Arial, Helvetica, sans-serif;
		font-size:1.5em;
		color: #737373;
		padding: 1em 0;
		text-align:center;
		border-bottom:1px solid #242a30;
		border-left:1px solid #242a30;
	}
	.bid_table_will td ul,
	.bid_table_pc td ul{
		margin:0;
		padding:0;
	}
	.bid_table_will td ul li,
	.bid_table_pc td ul li{
		list-style-type:none;
	}
	.bid_table_pc, 
	.bid_table_will, 
	.bid_table_pc thead, 
	.bid_table_will thead, 
	.bid_table_pc tbody, 
	.bid_table_will tbody, 
	.bid_table_pc th, 
	.bid_table_will th, 
	.bid_table_pc td, 
	.bid_table_will td, 
	.bid_table_pc tr,
	.bid_table_will tr { 
		display: block; 
	}

	.bid_table_will thead tr, 
	.bid_table_pc thead tr { 
		display: none;
	}

	.bid_table_will td, 
	.bid_table_pc td { 
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 35%; 
		height:2em;
		font:1em/1.4 Arial, Helvetica, sans-serif;
	}

	.bid_table_will td:before,
	.bid_table_pc td:before { 
		position:absolute;
		top:0;
		left:0;
		width:30%; 
		background:#FFFFFF;
		color: #737373;
		font:1em/1.4 Arial, Helvetica, sans-serif;
		text-align:left;
		height:2em;
		padding:1em;
	}
	.bid_table_will a,
	.bid_table_pc a{
		padding:0;
		color:#e97770;
	}
	.bid_table_will th div,
	.bid_table_pc th div{
		border-top: 1px solid #FFFFFF;
		padding:0.5em 0 0 0;
		margin:0.5em 0 0 0;
	}
	.bid_table_will tr:nth-child(odd),
	.bid_table_pc tr:nth-child(odd){
		background:#E5E5E5;
	}
	
	.bid_table_pc td:nth-of-type(1):before { content: "Выбрать"; background: #242a30; color:#FFFFFF;}
	.bid_table_pc td:nth-of-type(2):before { content: "ID объявления \\ Дата отклика";}
	.bid_table_pc td:nth-of-type(3):before { content: "Груз"; }
	.bid_table_pc td:nth-of-type(4):before { content: "Тип ПС \\ Кол-во"; }
	.bid_table_pc td:nth-of-type(5):before { content: "Место погрузки"; }
	.bid_table_pc td:nth-of-type(6):before { content: "Место выгрузки"; }
	.bid_table_pc td:nth-of-type(7):before { content: "Стоимость"; }
	.bid_table_pc td:nth-of-type(8):before { content: "Период \\ Компания"; }	
	.bid_table_pc td:nth-of-type(9):before { content: "Открыть"; }	
	.bid_table_pc .bid_pc_select_td { background: #242a30; color:#FFFFFF; }
/*****************************************************************************/
/*****************************************************************************/
	.bid_table_will td:nth-of-type(1):before { content: "Выбрать"; background: #242a30; color:#FFFFFF;}
	.bid_table_will td:nth-of-type(2):before { content: "ID объявления \\ Дата отклика";}
	.bid_table_will td:nth-of-type(3):before { content: "Тип ПС \\ Кол-во"; }
	.bid_table_will td:nth-of-type(4):before { content: "Модель"; }
	.bid_table_will .bid_will_date_td:before { content: "Дата аренды"; }
	.bid_table_will .bid_will_year_td:before { content: "Год постройки"; }
	.bid_table_will td:nth-of-type(6):before { content: "Станция приёма"; }
	.bid_table_will td:nth-of-type(7):before { content: "Стоимость"; }	
	.bid_table_will .bid_will_company_td:before { content: "Сроки аренды \\ Компания"; }	
	.bid_table_will .bid_sell_company_td:before { content: "Компания"; }	
	.bid_table_will td:nth-of-type(9):before { content: "Открыть"; }	
	.bid_table_will .bid_will_select_th { background: #242a30; color:#FFFFFF; }
/*****************************************************************************/
/*****************************************************************************/
	
	.bid_gp_date_td div{
		display:inline-block;
	}
	.bid_gp_date_td div:before{
		content: "\\";
	}
	.bid_gp_date_td div ul{
		display:inline-block;
	}
	.bid_gp_date_td div ul li{
		display:inline-block;
	}
	.bid_gp_type_td div{
		display:inline-block;
	}
	.bid_gp_type_td div:before{
		content: "\\";
	}
	.bid_gp_company_td div{
		display:inline-block;
	}
	.bid_gp_company_td ul{
		display:inline-block;
	}
	.bid_gp_company_td div:before{
		content: "\\";
	}
	.bid_table_gp td{
		font-family:Arial, Helvetica, sans-serif;
		font-size:1.5em;
		color: #737373;
		padding: 1em 0;
		text-align:center;
		border-bottom:1px solid #242a30;
		border-left:1px solid #242a30;
	}
	.bid_table_gp td ul{
		margin:0;
		padding:0;
	}
	.bid_table_gp td ul li{
		list-style-type:none;
	}
	.bid_table_gp, 
	.bid_table_gp thead, 
	.bid_table_gp tbody, 
	.bid_table_gp th, 
	.bid_table_gp td, 
	.bid_table_gp tr { 
		display: block; 
	}

	.bid_table_gp thead tr { 
		display: none;
	}

	.bid_table_gp td { 
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 35%; 
		height:2em;
		font:1em/1.4 Arial, Helvetica, sans-serif;
	}

	.bid_table_gp td:before { 
		position:absolute;
		top:0;
		left:0;
		width:30%; 
		background:#FFFFFF;
		color: #737373;
		font:1em/1.4 Arial, Helvetica, sans-serif;
		text-align:left;
		height:2em;
		padding:1em;
	}
	.bid_table_gp a{
		padding:0;
		color:#e97770;
	}
	.bid_table_gp th div{
		border-top: 1px solid #FFFFFF;
		padding:0.5em 0 0 0;
		margin:0.5em 0 0 0;
	}

	.bid_table_gp tr:nth-child(odd){
		background:#E5E5E5;
	}
	
	.bid_table_gp td:nth-of-type(1):before { content: "Выбрать"; background: #242a30; color:#FFFFFF;}
	.bid_table_gp td:nth-of-type(2):before { content: "ID объявления \\ Дата отклика";}
	.bid_table_gp td:nth-of-type(3):before { content: "Под груз";}
	.bid_table_gp td:nth-of-type(4):before { content: "Тип ПС \\ Кол-во"; }
	.bid_table_gp td:nth-of-type(5):before { content: "Местонахождение"; }
	.bid_table_gp td:nth-of-type(6):before { content: "Предпочтительное направление"; }
	.bid_table_gp td:nth-of-type(7):before { content: "Период \\ Компания"; }	
	.bid_table_gp td:nth-of-type(8):before { content: "Открыть"; }	
	.bid_table_gp .bid_gp_select_td { background: #242a30; color:#FFFFFF; }
/*****************************************************************************/
	
	
	/*объявления*/
	#load_text_temp{
		height:50px;
		text-align:center;
		padding:1em;
	}
	.add_panel_company{
		height:5em;
	}
	
	
	/***************************************************************/
	/*************************pc*****************************/
	/***************************************************************/
	
		#drag_and_drop_file{
		position:fixed;
		top:0;
		left:0;
		width:100%;
		height:100%;
		background:rgba(255, 255, 255, 0.6);
		display:none;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
	}
	#drag_and_drop_file div{
		border: 1em dashed #e97770;
		width:100%;
		height:100%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		text-align:center;
	}
	#drag_and_drop_file div h1{
		margin:15% 0 0 0;
	}
	#list_number_wagon,
	#will_list_number_wagon,
	#take_list_number_wagon{
		width:100%;
		height:20em;
		border:1px solid #ccd0d4;
		border-radius:3px;
		-webkit-border-radius:3px;
		-moz-border-radius:3px;
		color:#555;
		padding:0.5em;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		resize:none;
	}
	#display_station{
		margin:1em 0 0 0;
		display:none;
	}
	.direction_finish,
	.load_file_pc,
	.send_mail_select,
	.select_file_pc,
	.load_file_will{
		width:1.5em;
		height:1.5em;
	}
	#take_period,
	#will_period,
	#replay_will_period,
	#replay_take_period,
	#take_period{
		height:3em;
		padding:0.5em 1em;
		font-size:1em;
		width:100%;
	}
	#will_valuta,
	#dey, 
	#month, 
	#year, 
	#to_dey, 
	#to_month, 
	#to_year, 
	#contract, 
	#percent, 
	#postponement{
		height:3em;
		padding:0.5em 1em;
		font-size:1em;
	}
	#add_pc_panel{
		margin:1em 0 0 0;
	}
	#status_load_file{
		width:0;
		height:1em;
		padding:1em 0 1em 0;
		background:#1ABC9C;
		color:#FFFFFF;
		overflow:hidden;
	}
	#add_pc:focus{
		background:#1B7CBD;
	}
	#add_file_pc:focus{
		background:#139B80; 
	}
	#check_company,
	.add_more_clients, 
	.list_add_services{
		width:2em;
		height:2em;
	}
	.img_more_clients{
		width:2em;
		height:2em;
	}
	.color{
		width:2em;
		height:2em;
		border-radius:6px; 
		-webkit-border-radius:6px; 
		-moz-border-radius:5px; 
		-khtml-border-radius:10px;
	}
	.radio_color{
		position:absolute;
		left:-99999px;
	}
	.ads_vip{
		background:#FFE314;
		color:#472400;
		padding:1em;
	}
	.ads_vip a{
		color:#472400;
	}
	#panel_color{
		display:inline-block;
		padding:0;
	}
	#panel_color li{
		display:inline-block;
	}
	.ads_top_and_color{
		width:100%;
	}
	.ads_top_and_color td{
		height:5em;
		vertical-align:top;
	}
	.ads_top_and_color td select{
		height:2.5em;
		padding:0.5em 1em;
		font-size:1em;
	}
	.ads_top_and_color td a{
		color:#242a30;
		font-size:1.5em;
	}
	.ads_sum{
		font-size:1.5em;
		padding:1em 0 0 0;
		color:#000000;
	}
	.ads_sum td{
		padding:0.5em;
	}
	.total_pc{
		font-size:1.6em;
	}
	.pc_value{
		background:#1ABC9C;
		width:100%;
		height:2em;
		padding:0.5em 1em;
		margin:0.5em 0;
		color:#FFFFFF;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
	}
	.pc_value div{
		display:inline-block;
		width:200px;
	}
	.pc_value select{
		position:absolute;
		margin:-1.45em 0 0 0;
		height:2em;
	}
	#will_sort_type,
	#replay_will_road,
	#replay_take_road,
	#replay_will_sort_type,
	#take_sort_type, 
	#pc_sort_type, 
	#pc_road_list_st, 
	#will_road_list_period, 
	#take_road_list_period, 
	#pc_road_list_fn{
		width:100%;
		height:3em;
		padding:0.5em 1em;
		font-size:1em;
	}
	#pc_list_display{
		margin:1em;
	}
	#pc_list_display h2{
		padding:0;
		margin:0.2em 0;
	}
	#pc_list_display{
		display:none;
	}
	#show_pc_list_display{
		color:#e97770;
	}
	.pc_add_ads{
		float:right;
	}
	.pc_close{
		position:absolute;
		right:2em;
		font-size:1.5em;
		padding:0.3em;
		margin:0.15em 0px 0px;
		text-decoration:none;
		color:rgb(255, 91, 87);
		display:none;
	}
	#pc_reply_count_model,
	#take_reply_count_model{
		display:none;
	}
	
	#result_pc_reply_etcng ul, 
	#result_pc_reply_st_start ul, 
	#result_pc_reply_st_finish ul{
		position:absolute;
		z-index:2;
		background:#FFFFFF;
		margin:0;
		padding:0;
		display:none;
		border:0;
	}
	#result_pc_reply_etcng ul li, 
	#result_pc_reply_st_start ul li, 
	#result_pc_reply_st_finish ul li{
		list-style-type:none;
		cursor:pointer;
		padding:0.3em 0.2em 0.3em 2.5em;
	}
	#result_pc_reply_etcng ul li span, 
	#result_pc_reply_st_start ul li span, 
	#result_pc_reply_st_finish ul li span{
		color:#707478;
	}
	#result_pc_reply_etcng ul a, 
	#result_pc_reply_st_start ul a, 
	#result_pc_reply_st_finish ul a{
		text-decoration:none;
		color:black;
		font:0.9em Arial;
	}
	#result_pc_reply_etcng ul li:hover, 
	#result_pc_reply_st_start ul li:hover, 
	#result_pc_reply_st_finish ul li:hover{
		background:#FF5B57;
		color:#FFFFFF;
	}
	#result_pc_reply_etcng ul li:hover span, 
	#result_pc_reply_st_start ul li:hover span, 
	#result_pc_reply_st_finish ul li:hover span{
		color:#FFFFFF;
	}
	.rate_valuta,
	#pc_reply_capacity, 
	#pc_reply_length, 
	#pc_reply_volume, 
	#pc_reply_valuta,
	#take_reply_capacity, 
	#take_reply_length, 
	#take_reply_volume, 
	#take_reply_valuta,
	#will_capacity,
	#replay_will_capacity,
	#replay_take_capacity,
	#take_capacity,
	#will_length,
	#replay_will_length,
	#replay_take_length,
	#take_length,
	#will_volume,
	#replay_will_volume,
	#replay_take_volume,
	#take_volume{
		height: 3em;
		padding: 0.5em 1em;
		font-size: 1em;
	}
	.pc_reply_count, 
	.pc_reply_select_start, 
	.pc_reply_select_finish, 
	.reply_pc, 
	.reply_will, 
	.take_reply_count, 
	.reply_take, 
	.pc_reply_price_select, 
	#pc_reply_all_types_transport, 
	.new_comment{
		width:1.5em;
		height:1.5em;
	}
	.pc_reply_model_list{
		width: 1.3em;
		height: 1.3em;
	}
	#replay_display_ads_value{
		position: relative;
		width:100%;
		height:20em;
		overflow-y:scroll;
		margin:1em 0 0 0;
	}
	.replay_box_ads h3{
		padding:0;
		margin:0;
	}
	.replay_box_ads_head{
		background:#FFFFFF;
		text-align:left;
		margin:0 0 1em 0;
	}
	.replay_box_ads_head a{
		text-decoration:none;
		color:#242a30;
	}
	.replay_box_ads_head_div{
		padding:1em 1em 0 1em;
	}
	.replay_box_ads_head_div table td{
		padding:0.5em 4em 0.5em 0.5em;
		width:20em;
	}
	.replay_box_ads_body{
		border-top:1px solid #e2e7eb;
		padding:0.5em 1em 1em 1em;
		text-align:left;
		color:#242a30;
	}
	.replay_box_ads_body h3{
		padding:0;
		margin:0;
	}
	.replay_box_ads_body table td{
		padding:0.5em 0.5em 0 0.5em;
	}
	.replay_checkbox, .replay_checkbox_model{
		width:1.5em;
		height:1.5em;
	}
	#replay_close_etcng, 
	#replay_close_date, 
	#replay_close_gp_st_start, 
	#replay_close_st_finish{
		position: absolute;
		right: 1.5em;
		font-size: 1.5em;
		padding: 0.3em;
		margin: 0.15em 0px 0px;
		text-decoration: none;
		color: rgb(255, 91, 87);
		display: none;
	}
	#replay_gp_road_start, 
	#replay_gp_road_finish{
		width: 100%;
		height: 3em;
		padding: 0.5em 1em;
		font-size: 1em;
	}
	/***************************************************************/
	/*************************pc*****************************/
	/***************************************************************/
	#bid_menu {
		height:2em;
	}
	#bid_menu ul{
		margin:0;
		padding:0;
	}
	#bid_menu ul li{
		list-style-type:none;
		display:inline-block;
		
	}
	#bid_menu ul li a{
		color:#1A2229;
	}
	#bid_menu_pc {
		height:2em;
	}
	#bid_menu_pc ul{
		margin:0;
		padding:0;
	}
	#bid_menu_pc ul li{
		list-style-type:none;
		display:inline-block;
	}
	#bid_menu_pc ul li a{
		color:#1A2229;
	}
	.bid_select_checkbox{
		width:1.5em;
		height:1.5em;
	}
	#display_panel_button_pc{
		background:#FFFFFF;
		padding:0 0 1em 0;
	}
	#pc_list_display{
		display:none;
	}
	#opf, 
	#country, 
	#bid_pc_type, 
	#bid_gp_type, 
	#bid_pc_road_list_st, 
	#bid_gp_road_list_st, 
	#bid_gp_road_list_fn, 
	#bid_pc_road_list_fn, 
	#will_bid_select_cancel, 
	#pc_bid_select_cancel{
		width:100%;
		height:3em;
		padding:0.5em 1em;
		font-size:1em;
	}
	#pc_bid_valuta{
		width:10em;
		height:3em;
		padding:0.5em 1em;
		font-size:1em;
	}
	#bid_pc_road_list_fn{
		margin: 0 0 1em 0;
	}
	.pc_bid_close{
		position:absolute;
		right:1.5em;
		font-size:1.5em;
		padding:0.3em;
		margin:0.15em 0px 0px;
		text-decoration:none;
		color:rgb(255, 91, 87);
		display:none;
	}
	.panel_bid_pc_select_start, 
	.panel_bid_pc_select_finish{
		padding:1em 1em 0 0;
	}
	#close_bid_pc_date_add_from, 
	#close_bid_pc_date_add_to{
		margin: 1em 0 0 0;
	}
	.pc_bid_panel_price{
		padding:1em;
		text-align:center;
	}
	#pc_bid_panel_price table{
		width:100%;
	}
	#pc_bid_panel_cancel,
	#will_bid_panel_cancel{
		display:none;
	}
	.bid_view{
		width:100%;
		color:#242a30;
	}
	.bid_view ul{
		margin:0;
		padding:0;
	}
	.bid_view ul li{
		list-style-type:none;
	}
	.bid_view th{
		text-align:left;
		font:1em 'Formular',arial,sans-serif;
		width:40%;
	}
	.bid_view td{
		padding:1em;
		box-shadow: 0 1px #e5eaf1;
	}
	.bid_view td a{
		color:#1A2229;
	}
	.bid_view_model{
		width:30em;
		color:#242a30;
	}
	.bid_view_model td{
		padding:0.5em;
	}
	.bid_view_model tr:nth-child(odd){
		background:#E5E5E5;
	}
	.bid_view_available{
		width:28em;
		color:#242a30;
	}
	.bid_view_available td{
		width:7em;
	}
	.bid_view_available td:first-child{
		width:7em;
	}
	.bid_view_available tr:nth-child(odd){
		background:#E5E5E5;
	}
	.bid_view_available td h3{
		margin:0;
		padding:0;
	}
	.bid_view_available input{
		width:1.5em;
		height:1.5em;
	}
	/***************************************************************/
	/***************заявки*****************************/
	/***************************************************************/
	/***************************************************************/
	
	.file_iframe{
		height:60em; 
		width:100%;
	}
	#get_panel_search{
		display:none;
	}
	#message_save{
		position:fixed;
		right:1em;
		bottom:3.5em;
		width:10em;
		display:none;
	}
	.gp_direction{
		margin:0 0 1em 0;
	}
	.chat_settings{
		position:absolute;
		background:#FFFFFF;
		width:16em;
		margin: -0.5em 0 0 3em;
	}
	#chat_settings{
		font-size: 3em;
	}
	/*отзывы*/
	#edit_company_comment{
		padding:2em;
		border:1px solid #ccd6e4;
		margin:0 0 3em 0;
		cursor:pointer;
	}
	.add_new_comment{
		height:5em;
		overflow:hidden;
		border: 1px solid #ffffff;
		cursor:text;
		text-align:left;
	}
	#add_new_comment{
		background:#1059fa;
		padding:1.2em;
		color:#ffffff;
		cursor:pointer;
		margin: 1em 0 0 0;
	}
	#add_new_comment div{
		float:right;
		background:#1a2229;
		padding:1.25em;
		margin: -1.2em -1.2em 0 0;
	}
	#display_comment{
		display:none;
	}
	.list_comment_company{
		margin: 0 0 3em 0;
	}
	.list_comment_company img{
		width:3em;
		height:3em;
		float:left;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
	}
	.list_comment_company a{
		color:#ffffff;
		text-decoration:none;
		font: 15px/20px "Formular",arial,sans-serif;
		font-weight:700;
	}
	.list_comment_company_body{
		padding: 0 0 0 4em;
		text-align: justify;
	}
	.list_comment_company_up{
		padding:1em;
		color:#ffffff;
	}
	.row_list {
		max-width: 1210px;
		margin-right: auto;
		margin-left: auto;
	}
	.box_type, .box_type_ps {
		position: relative; 
		float: left; 
		width: 50%;
	}
	.box_list {
		width: 95%;
		background: rgb(56, 72, 111);
		color: #FFFFFF;
		text-align: center;
		padding:1em 0 0 0;
		min-height: 23em;
	}
	.box_list:hover {
		transition: 1s;
		background: rgb(51, 51, 51);
	}
	.box_list h3{
		font-family: century gothic; 
		font-size: 1.5em; 
		color: #FFFFFF;
		text-align: center; 
		margin: -1em 0 0 0.5em;
		overflow: hidden;
	}
	.box_list p{
		font-size: 18px!important;
		line-height: 20px!important;
		font-weight: 400!important;
		text-shadow: none!important;
		text-align: left;
		color: #FFFFFF; 
		padding:1em 2em 2em 2em;
		overflow: hidden;
	}
	.color_panel_company_about, .color_panel_company_pc{
		background: #1a2229;
		width: 100%;
		height: 8em;
		text-align: left;
	}
	.color_panel_company_about h2, .color_panel_company_pc h2{
		margin:0;
		padding:0;
	}
	.color_panel_company_about div, .color_panel_company_pc div{  
		float: left; 
		width: 2.5em;
		height: 2.5em;
		border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		-khtml-border-radius: 6px;
		margin:1em;
		color:#FFFFFF;
	}
	.fast_button{
		margin:0 auto 0 auto;
	}
	.fast_button_data{
		box-sizing:border-box;
		position:relative;
		min-height:1px;
		padding-right:15px;
		padding-left:15px;
		float:left;
		width:100%;
	}
	.fast_button_body{
		box-sizing:border-box;
		border-radius:3px;
		padding:20px;
		margin-bottom:30px;
		border:1px solid rgb(164, 169, 183);
	}
	.fast_button_body p{
		box-sizing:border-box;
		margin:0px;
		line-height:1.2;
		text-align:right;
	}
	.fast_button_head{
		box-sizing:border-box;
		border-radius:50%;
		float:left;
		width:50px;
		height:50px;
		line-height:50px;
		background-color:#3498db;
		text-align:center;
	}
	.fast_button_head span{
		box-sizing:border-box;
		font-stretch:normal;
		font-size:18px;
		text-rendering:auto;
		color:rgb(255, 255, 255);
	}
	.fast_button_one{
		box-sizing:border-box;
		display:block;
		font-size:28px;
	}
	.fast_button_two{
		box-sizing:border-box;
		font-size:16px;
	}
	
	
	#captcha{
		font-size:1em;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}
@media screen and (min-width:1080px) {
	
	.name_profil {
		display:inline-block;
		margin:-1em 0.5em;
	}
	.up_bar {
		background:#FFFFFF;
		font-size:1em;
		font-family:'Open Sans',"Helvetica Neue",Helvetica,Arial,sans-serif;
		color:#707478;
		height:4em;
		width:100%;
	}
	#progress{
		background:#C4CAD0;
		height:1px;
		width:100%;
	}
	#info_progress{
		background:#FFFFFF;
		height:3px;
		width:100%;
	}
	.logo {
		padding:1em 1em;
		display:inline-block;
	}
	.logo a{
		font-size:1.5em;
		text-decoration:none;
		font-family:'Open Sans',"Helvetica Neue",Helvetica,Arial,sans-serif;
		color:#FF5B57;
	}
	.logo img{
		width:2.5em;
		height:2.5em;
		position:absolute;
		margin:-0.55em 0 0 -0.5em;
	}
	.logo span{
		margin:-0.55em 0 0 2.4em;
		font-family:Georgia;
		font-size:1em;
		font-weight: bold;
	}
	.user_menu {
		position:absolute;
		right:0;
		top:0;
		padding:0;
		margin:0.5em 0 0 0;
	}
	.user_menu li{
		display:inline-block;
	}
	.user_menu li a{
		text-decoration:none;
		color:#1A2229;
	}
	.bell {
		position:absolute;
		display:inline-block;
		font:normal normal normal 20px/1 FontAwesome;
		color:#1A2229;
		margin:0;
		width:2em;
		height:2em;
		font-size:2em;
	}
	.label {
		position:absolute;
		display:inline-block;
		background:#ff5b57;
		color:#FFFFFF;
		line-height:1em;
		font-weight:300;
		padding:.3em .6em;
		margin:-0.7em 0 0 1em;
		-webkit-border-radius:1em;
		-moz-border-radius:1em;
		border-radius:1em;
	}
	.profile {
		padding:0 1em 0 4em;
	}
	.img_profil {
		width:2em;
		height:2em;
		vertical-align:middle;
		-webkit-border-radius:3em;
		-moz-border-radius:3em;
		border-radius:3em;
	}
	.notice_all{
		width:26em;
		text-align:right;
	}
	.notice_all a{
		text-align:left;
	}
	.notice{
		position:absolute;
		z-index:9;
		display:none;
		top:4em;
		width:26em;
		background:#FFFFFF;
		padding:0 1em 0 1em;
		margin:-1em 0 0 0;
	}
	.notice li{
		display:block;
		font-family:'Open Sans',"Helvetica Neue",Helvetica,Arial,sans-serif;
		border-bottom:1px solid #EEEEEE;
		padding:1em 1em;
	}
	.notice a:hover li{
		background:#EDEFF4;
	}
	.notice_head{
		font-weight:bold;
		font-size:1em;
		padding:1em 1em;
		border-top:1px solid #EEEEEE;
		text-align:left;
	}
	.img_notices{
		display:inline-block;
		position:absolute;
	}
	.notices{
		display:inline-block;
		padding:0 0 0 3em;
		width:20em;
		color:#1A2229;
	}
	.notices b{
		display:block;
		font-size:0.7em!important;
		text-align:left;
	}
	.notices div{
		font-size:0.7em!important;
		text-align:left;
	}
	.notices a{
		text-decoration:none;
	}
	.notices a:hover{
		text-decoration:underline;
	}
	.notice_menu{
		position:absolute;
		z-index:9;
		display:none;
		top:4em;
		right:10;
		width:16em;
		background:#FFFFFF;
		margin:-1em 0 0 0;
		padding:0;
	}
	.notice_menu li{
		display:block;
		font-family:'Open Sans',"Helvetica Neue",Helvetica,Arial,sans-serif;
		border-bottom:1px solid #EEEEEE;
		padding:1em 1em;
	}
	.notice_menu li:hover{
		background:#EDEFF4;
	}
	#menu{
		margin:0;
		padding:0;
		width:38em;
	}
	.balance{
		display:inline-block;
		margin:0 2em 0 0;
	}
	.menu {
		background:#1a2229;
		font-family:'Open Sans',"Helvetica Neue",Helvetica,Arial,sans-serif;
		color:#fff;
		width:19em;
		display:block;
		height:100%;
	}
	.menu  a{
		color:#fff;
		text-decoration:none;
		
	}
	.menu_text{
		line-height:2em;
		font-size:1em;
		color:#ffffff;
		text-align:-webkit-match-parent;
		text-align: center;
	}
	.main_menu {
		width:50%;
	}
	.main_menu li{
		color:#fff;
		padding:0.5em 2em;
		line-height:2em;
		list-style:none;
		font-size:0.8em;
		font-family:'Open Sans',"Helvetica Neue",Helvetica,Arial,sans-serif;

	}
	.main_menu a{
		color:#fff;
		text-decoration:none;
	}
	.main_menu li:hover{
		background:#ff5b57;
	}
	.dialog{
		background:#242a30;
		color:#fff;
		padding:0;
		border:none;
		border-top-left-radius:3px;
		border-top-right-radius:3px;
		width:100%;
	}
	.dialog h4{
		line-height:2em;
		font-size:1em;
		margin:0;
		padding:0.5em 1em;
		color:inherit;
		font-weight:500; 
	}
	.dialog_body{
		background:#fff;
		color:#707478;
		margin:0;
		padding:1em 1em;
		font-family:'Open Sans',"Helvetica Neue",Helvetica,Arial,sans-serif;
	}
	input[type="text"], input[type="password"], input[type="number"] {
		border:1px solid #ccd0d4;
		-webkit-box-shadow:none;
		box-shadow:none;
		border-radius:3px;
		-webkit-border-radius:3px;
		-moz-border-radius:3px;
		width:100%;
		height:3em;
		padding:0.5em 1em;
		font-size:1em;
		line-height:1.42857143;
		color:#555;
		background-color:#fff;
		background-image:none;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
	}
	input[type="button"] {
		border:1px solid #b6c2c9;
		box-shadow:none;
		border-radius:3px;
		-webkit-border-radius:3px;
		-moz-border-radius:3px;
		width:15em;
		height:3em;
		padding:0.5em 1em;
		font-size:1em;
		line-height:1.42857143;
		color:#555;
		background:#b6c2c9;
	}
	input:hover[type="button"] {
		background:#ccd0d4;
	}
	.puerto-btn-1 {
		display:inline-block;
		position:relative;
		height:3em;
		min-width:15em;
		margin-bottom:3px;
		border:0;
		text-align:left;
		outline:none;
		
		cursor:pointer;
	}
	.puerto-btn-1:before {
		content:"";
		position:absolute;
		left:0;
		top:0;
		height:3em;
		width:2em;
	}
	.puerto-btn-1 span {
		display:inline-block;
		width:2.5em;
		height:2.5em;
		background:#ffffff;
		position:absolute;
		left:17.5px;
		top:7.5px;
		text-align:center;
		font-size:14px;
		line-height:1.8;
		
		border-radius:50% !important;
		-moz-border-radius:50% !important;
		-webkit-border-radius:50% !important;
	}
	.puerto-btn-1 small {
		display:inline-block;
		color:#FFF;
		font-size:1.3em;
		padding:0.5em 2em;
		margin:0 0 0 2em;
	}

	.puerto-btn-1 span i {
		margin:0.3em 0 0 0;
		font-size:1.6em;
	}
	.puerto-btn-0 {
		display:inline-block;
		position:relative;
		height:3em;
		min-width:15em;
		margin-bottom:3px;
		border:0;
		text-align:left;
		outline:none;
		cursor:pointer;
	}
	.puerto-btn-0:before {
		content:"";
		position:absolute;
		left:0;
		top:0;
		height:3em;
		width:2em;
	}
	.puerto-btn-0 span {
		display:inline-block;
		width:2.5em;
		height:2.5em;
		background:#ffffff;
		position:absolute;
		left:17.5px;
		top:7.5px;
		text-align:center;
		font-size:14px;
		line-height:1.8;
		border-radius:50% !important;
		-moz-border-radius:50% !important;
		-webkit-border-radius:50% !important;
	}
	.puerto-btn-0 small {
		display:inline-block;
		color:#FFF;
		font-size:1.3em;
		padding:0.5em 2em;
		margin:0 0 0 2em;
	}

	.puerto-btn-0 span i {
		margin:0.3em 0 0 0;
		font-size:1.6em;
	}
	.puerto-btn-t {
		display:inline-block;
		position:relative;
		height:2.5em;
		min-width:8em;
		width:90%;
		margin-bottom:3px;
		border:0;
		text-align:left;
		outline:none;
		cursor:pointer;
		margin:0 0 0.5em 0;
		border-radius: 30px;
		-moz-border-radius: 30px;
		-webkit-border-radius: 30px;
	}
	.puerto-btn-t span {
		display:inline-block;
		width:2em;
		height:2em;
		background:#ffffff;
		position:absolute;
		left:17.5px;
		top:5px;
		text-align:center;
		font-size:14px;
		line-height:1.8;
		border-radius:50% !important;
		-moz-border-radius:50% !important;
		-webkit-border-radius:50% !important;
	}
	.puerto-btn-t small {
		display:inline-block;
		color:#FFF;
		font-size:0.85em;
		padding:0.7em 1em;
		margin:0 0 0 2.5em;
	}

	.puerto-btn-t span i {
		margin:0.3em 0 0 0;
		font-size:1.3em;
	}
	.puerto-btn-t small b{
		font-size:0.8em;
		font-weight:normal;
	}
	.puerto-btn-2 {
		display:inline-block;
		position:relative;
		height:2.5em;
		min-width:8em;
		margin-bottom:3px;
		border:0;
		text-align:left;
		outline:none;
		cursor:pointer;
	}
	.puerto-btn-2:before {
		content:"";
		position:absolute;
		left:0;
		top:0;
		height:2.5em;
		width:2em;
	}
	.puerto-btn-2 span {
		display:inline-block;
		width:2em;
		height:2em;
		background:#ffffff;
		position:absolute;
		left:17.5px;
		top:5px;
		text-align:center;
		font-size:14px;
		line-height:1.8;
		border-radius:50% !important;
		-moz-border-radius:50% !important;
		-webkit-border-radius:50% !important;
	}
	.puerto-btn-2 small {
		display:inline-block;
		color:#FFF;
		font-size:1em;
		padding:0.7em 1em;
		margin:0 0 0 2.5em;
	}

	.puerto-btn-2 span i {
		margin:0.3em 0 0 0;
		font-size:1.3em;
	}
	.puerto-btn-2 small b{
		font-size:0.8em;
		font-weight:normal;
	}
	.puerto-btn-3 {
		display:inline-block;
		position:relative;
		height:2.5em;
		min-width:8em;
		margin-bottom:3px;
		border:0;
		text-align:left;
		outline:none;
		cursor:pointer;
	}
	.puerto-btn-3:before {
		content:"";
		position:absolute;
		left:0;
		top:0;
		height:2.5em;
		width:2em;
	}
	.puerto-btn-3 span {
		display:inline-block;
		width:2em;
		height:2em;
		background:#ffffff;
		position:absolute;
		left:17.5px;
		top:5px;
		text-align:center;
		font-size:14px;
		line-height:1.8;
		border-radius:50% !important;
		-moz-border-radius:50% !important;
		-webkit-border-radius:50% !important;
	}
	.puerto-btn-3 small {
		display:inline-block;
		color:#FFF;
		font-size:1em;
		padding:0.7em 1em;
		margin:0 0 0 2.5em;
	}

	.puerto-btn-3 span i {
		margin:0.3em 0 0 0;
		font-size:1.3em;
	}
	.puerto-btn-3 small b{
		font-size:0.8em;
		font-weight:normal;
	}
	.mail_select {
		-webkit-box-shadow:none;
		box-shadow:none;
		border-radius:3px;
		-webkit-border-radius:3px;
		-moz-border-radius:3px;
		height:3em;
		padding:0.5em 1em;
		font-size:1em;
	}
	.panel{
		margin:-0.5em 0 0 0;
	}
	#panel_in{
		margin:-0.5em 0 0 0;
	}
	#panel_reg{
		margin:-0.5em 0 0 0;
	}
	#registration {
		padding:0.5em 1em 2em 1em;
	}
	#registration  a{
		color:#b6c2c9;
		margin:0 0 0 3em;
	}
	#password_duble{
		display:block;
	}
	#select_country_phone{
		border: 1px solid #ccd0d4;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		width: 100%;
		height: 3em;
		padding: 0.5em 1em;
		font-size: 1em;
		line-height: 1.42857143;
		color: #555;
		background-color: #fff;
		background-image: none;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	/*профиль компании*/
	.company_menu{
		position:fixed;
		right:1em;
		background:rgba(52, 27, 43, 0.5);
		color:#fff;
		z-index:2;
	}
	.company_menu a{
		color:#fff;
		display:block;
	}
	.company_menu ul{
		margin:0;
		padding:0;
	}
	.company_menu li{
		list-style-type:none;
		padding:0.5em 1.5em;
		color: inherit;
		cursor: pointer;
	}
	.company_menu a:hover{
		background:rgba(188, 202, 206, 0.15);
		border-color:inherit;
	}
	#facebook_company {
		background:#e97770;
		width:100%;
		height:100%;
		padding:12em 0 3em 0;
	}
	#logo{
		text-align:center;
		font-size:100%;
		font:inherit;
		vertical-align:baseline;
	}
	#logo a{
		margin:0;
		padding:0;
		color:#fff;
	}
	#logo h1{
		font-family:Corbel; 
		font-weight:100;
		font-size:6em;
		margin:0;
		color:#FFFFFF;
	}
	#logo p{
		font-family: 'Titillium Web', sans-serif;
		font-weight: 200;
		font-size: 3em;
		margin: 0;
	}
	.block_button_about_company{
		text-align:center;
		margin:10em 0 0 0;
	}
	.button_about_company {
		box-shadow:inset 0px 0px 2px 0px #fff;
		-moz-transition:all .25s ease-in-out;
		-webkit-transition:all .25s ease-in-out;
		-ms-transition:all .25s ease-in-out;
		transition:all .25s ease-in-out;
		display:inline-block;
		background:none;
		color:#fff;
		text-align:center;
		text-transform:uppercase;
		font-family:Montserrat,sans-serif;
		font-weight:700;
		letter-spacing:0.25em;
		border-radius:0.35em;
		font-size:1em;
		min-width:14em;
		text-decoration:none;
		padding:0 2.25em 0 2.25em;
		height:4em;
		line-height:4em;
		margin:0;
	}
	.button_about_company:hover {
		background:rgba(255, 255, 255, 0.7);
		color:rgba(26, 34, 41, 0.7);
	}
	#about_company{
		background:#fff;
		width:100%;
		height:100%;
		margin: 80px 0px 40px 0px;
		text-align:center;
	}
	#about_company h2{
		overflow: hidden;
		text-align: center;
		font-weight:100;
		font-family:century gothic; 
		font-size: 3em;
	}
	#about_company h2:before,
	#about_company h2:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 100%;
		height: 1px;
		background-color: #1a2229;
		position: relative;
	}
	#about_company h2:before {
		margin-left: -100%;
		left: -14px;
	}
	#about_company h2:after {
		margin-right: -100%;
		right: -14px;
	}
	#type_pc{
		background:#fff;
		width:100%;
		height:100%;
		margin: 80px 0px 40px 0px;
		text-align:center;
	}
	#type_pc h2{
		overflow: hidden;
		text-align: center;
		font-weight:100;
		font-family:century gothic; 
		font-size: 3em;
	}
	#type_pc h2:before,
	#type_pc h2:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 100%;
		height: 1px;
		background-color: #1a2229;
		position: relative;
	}
	#type_pc h2:before {
		margin-left: -100%;
		left: -14px;
	}
	#type_pc h2:after {
		margin-right: -100%;
		right: -14px;
	}
	.features{
		display:block;
		width:100%;
	}
	.features h3{
		color:#242a30;
	}
	.feature{
		display:inline-block;
		width:50%;
		min-height:10em;
		overflow: hidden;
		word-break: break-all;
	}
	.ficon{
		padding:0 1em 1em 1em;
		float:left;
	}
	.ficon input{
		display:none;
	}
	.ficon img{
		width:100%;
	}
	#text_about_company{
		text-align:justify;
		padding:4em 3em 0em 3em;
	}
	#text_type_pc{
		text-align:justify;
		padding:4em 3em 0em 3em;
	}
	#documents_company{
		background:#fff;
		width:100%;
		height:100%;
		margin: 80px 0px 40px 0px;
		text-align:center;
	}
	#documents_company h2{
		overflow: hidden;
		text-align: center;
		font-weight:100;
		font-family:century gothic; 
		font-size: 3em;
		margin:0px 0px 80px 0px;
	}
	#documents_company h2:before,
	#documents_company h2:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 100%;
		height: 1px;
		background-color: #1a2229;
		position: relative;
	}
	#documents_company h2:before {
		margin-left: -100%;
		left: -14px;
	}
	#documents_company h2:after {
		margin-right: -100%;
		right: -14px;
	}
	#employees_company{
		background:#fff;
		width:100%;
		height:100%;
		margin: 80px 0px 40px 0px;
		text-align:center;
	}
	#employees_company h2{
		overflow: hidden;
		text-align: center;
		font-weight:100;
		font-family:century gothic; 
		font-size: 3em;
	}
	#employees_company h2:before,
	#employees_company h2:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 100%;
		height: 1px;
		background-color: #1a2229;
		position: relative;
	}
	#employees_company h2:before {
		margin-left: -100%;
		left: -14px;
	}
	#employees_company h2:after {
		margin-right: -100%;
		right: -14px;
	}
	.employees_company{
		display:inline-block;
		width:24%;
		margin:0 0 0 0.2em;
	}
	.employees_company small{
		color:#707478;
	}	
	#new_company{
		background:#fff;
		width:100%;
		height:100%;
		margin: 80px 0px 40px 0px;
		text-align:center;
	}
	#new_company h2{
		overflow: hidden;
		text-align: center;
		font-weight:100;
		font-family:century gothic; 
		font-size: 3em;
	}
	#new_company h2:before,
	#new_company h2:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 100%;
		height: 1px;
		background-color: #1a2229;
		position: relative;
	}
	#new_company h2:before {
		margin-left: -100%;
		left: -14px;
	}
	#new_company h2:after {
		margin-right: -100%;
		right: -14px;
	}
	.message_new_company{
		padding:2em 3em 1em 3em;
		text-align:justify;
	}
	.message_new_company_img{
		float:left;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
	}
	.message_new_company_user{
		padding: 0 0 0 2.5em;
	}
	.message_new_company_user_rank{
		padding: 0.3em 0 0 0;
	}
	.message_new_company_text{
		padding: 1em 0 0 0;
		text-align: justify;
	}
	#add_new_company{
		width:100%;
		height:6em;
		font-size:1em;
		border:1px solid #ccd0d4;
	}
	.scroll_news{
		padding:4em 1em 1em 1em;
		margin:0 3em 0 0;
		height:4em;
		overflow-x: scroll;
		overflow-y: hidden;
		float:right;
	}
	.scroll_news::-webkit-scrollbar{
		width:6px;
		background-color:#F5F5F5;
	}
	.scroll_news::-webkit-scrollbar-thumb{
		background-color:#e97770;
	}
	.scroll_news a{
		box-shadow:inset 0px 0px 2px 0px #ff5b57;
		-moz-transition:all .25s ease-in-out;
		-webkit-transition:all .25s ease-in-out;
		-ms-transition:all .25s ease-in-out;
		transition:all .25s ease-in-out;
		display:inline-block;
		background:none;
		color:#ff5b57;
		text-align:center;
		text-transform:uppercase;
		font-family:Montserrat,sans-serif;
		font-weight:700;
		letter-spacing:0.25em;
		border-radius:0.35em;
		font-size:1em;
		text-decoration:none;
		width:3em;
		height:3em;
		line-height:3em;
		padding:0;
		margin:0;
	}
	.scroll_news a:hover{
		background:#ff5b57;
		color:#fff;
	}
	#ads_company{
		background:#fff;
		width:100%;
		height:100%;
		padding:10em 0 10em 0;
		text-align:center;
	}
	#ads_company h2{
		text-transform:uppercase;
		font-family:Montserrat,sans-serif;
		font-size:2.5em;
		font-weight:700;
		letter-spacing:1px;
	}
	#ads_company table {
		width:100%;
		font-size:1em;
		font-family:'Open Sans',"Helvetica Neue",Helvetica,Arial,sans-serif;
		color:#707478;
	}
	#ads_company table th{
		text-align:center;
		padding:1em;
	}
	#ads_company table td{
		text-align:center;
		padding:1em;
	}
	#ads_company table td a{
		color:#ff5b57;
	}
	.ads_table_display_mobile{
		display:none;
	}
	.scroll_ads{
		padding:0em 3em 1em 3em;
		text-align:right;
	}
	.scroll_ads a{
		box-shadow:inset 0px 0px 2px 0px #ff5b57;
		-moz-transition:all .25s ease-in-out;
		-webkit-transition:all .25s ease-in-out;
		-ms-transition:all .25s ease-in-out;
		transition:all .25s ease-in-out;
		display:inline-block;
		background:none;
		color:#ff5b57;
		text-align:center;
		text-transform:uppercase;
		font-family:Montserrat,sans-serif;
		font-weight:700;
		letter-spacing:0.25em;
		border-radius:0.35em;
		font-size:1em;
		text-decoration:none;
		width:3em;
		height:3em;
		line-height:3em;
		padding:0;
		margin:0;
	}
	.scroll_ads a:hover{
		background:#ff5b57;
		color:#fff;
	}
	#review_company{
		background:#fff;
		width:100%;
		height:100%;
		margin: 80px 0px 40px 0px;
		text-align:center;
	}
	#review_company h2{
		overflow: hidden;
		text-align: center;
		font-weight:100;
		font-family:century gothic; 
		font-size: 3em;
	}
	#review_company h2:before,
	#review_company h2:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 100%;
		height: 1px;
		background-color: #1a2229;
		position: relative;
	}
	#review_company h2:before {
		margin-left: -100%;
		left: -14px;
	}
	#review_company h2:after {
		margin-right: -100%;
		right: -14px;
	}
	#contact_company{
		background:#e97770;
		width:100%;
		height:100%;
		padding:4em 0 10em 0;
		text-align:center;
		color:#fff;
	}
	#contact_company h2{
		overflow: hidden;
		text-align: center;
		font-weight:100;
		font-family:century gothic; 
		font-size: 3em;
	}
	.ads_company_profile{
		font-family:'Open Sans',"Helvetica Neue",Helvetica,Arial,sans-serif;
		color:#707478;
		padding:0em 3em 1em 3em;
		text-align:center;
		width:100%;
	}
	.ads_company_profile td{
		padding:1em;
	}
	#company_hidden_input{
		font-size:1em;
		text-align:center;
		background:none;
		width:10em;
		color:#fff;
	}
	.avatar img{
		width:100%;
	}
	.load_logo_company{
		position:relative;
		text-align:center;
		background:rgba(0, 0, 0, 0.5);
		width:200px;
		height:50px;
		margin:-50px 0 0 0;
		font-size:2em;
		cursor:pointer;
		color:#FFFFFF;
		display: none;
	}
	.logo_company,#load_logo_company{
		width:200px;
		height:200px;
	}
	.company_go_botton{
		-moz-transition:all .25s ease-in-out;
		-webkit-transition:all .25s ease-in-out;
		-ms-transition:all .25s ease-in-out;
		transition:all .25s ease-in-out;
		border:1px solid rgba(255, 255, 255, 0.7);
		background:rgba(255, 255, 255, 0.1);
		width:3em;
		height:3em;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		padding:1em;
		color:#FFFFFF;
	}
	.company_go_botton:hover{
		background:rgba(255, 255, 255, 0.7);
		color:rgba(26, 34, 41, 0.7);
	}
	#panel_company_new_img{
		position: fixed;
		background:#FFFFFF;
		width:50em;
		height:32em;
		z-index:99;
		top:0;
		right:0;
		bottom:0;
		left:0;
		margin:auto;
		display:none;	
	}
	#panel_company_new_img img{
		position:absolute;
		width:90%;
		max-height:24em;
		z-index:99;
		top:0;
		right:0;
		bottom:0;
		left:0;
		margin:auto;
	}
	#close_panel_company_new_img{
		text-decoration:none;
		color:#e97770;
		font-size:4em;
		float:right;
	}
	.add_file_new_company{
		width:100%;
	}
	.add_file_new_company img{
		display:inline-block;
		width:24%;
		height:9em;
		margin:0 0 0 0.3em;
	}
	.delet_company_new_img{
		position:absolute;
		color:#e66761;
		font-size:2em;
		cursor: pointer;
	}
	.edit_new_company{
		border: 1px solid #ccd0d4;
	}
	#add_new_user_company{
		padding: 3em 2em;
		display:none;
	}
	#add_new_user_company h2{
		font-size:1.5em;
		margin:0;
	}
	#add_new_user_company input{
		margin:1em;
	}
	#settings_company{
		background:#fff;
		width:100%;
		height:100%;
		padding:0.5em 0 0 0;
		text-align:center;
	}
	#settings_company h2{
		text-transform:uppercase;
		font-family:Montserrat,sans-serif;
		font-size:2.5em;
		font-weight:700;
		letter-spacing:1px;
	}
	#settings_company h2 a{
		text-decoration:none;
		color:#242a30;
	}
	.demo_block{
		height:15em;
		margin:0 0 0.3em 0;
	}
	.add_panel_company{
		background:#1a2229;
		width:100%;
		height:5em;
		text-align:left;
	}
	.rate_bid_company,
	.full_info_user_company{
		background:#FFFFFF;
		text-align:left;
		margin:0 0 1em 0;
	}
	.info_user_company_text{
		display:table;
		padding:0 1em 0 2em;
		margin:0;
		color:#707478;
		width:95%;
	}
	.info_user_company_text li{
		display:table-cell;
		padding:1em 1em 1em 0;
		width:30%;
	}
	.info_user_company_text span{
		font-weight:700;
		text-transform:uppercase;
		font-size:1em;
		letter-spacing:0.5px;
		color:#242a30;
	}
	.avater_info_user_company{
		display:table;
		padding:1em 1em 0 1em;
		margin:0;
	}
	.avater_info_user_company li{
		display:table-cell;
	}
	.avater_info_user_company img{
		width:50px;
		height:50px;
		border-radius:50px;
		-moz-border-radius:50px;
		-webkit-border-radius:50px;
	}
	.avater_info_user_company_two{
		vertical-align:top;
		padding:0 0 0 1em;
	}
	.avater_info_user_company_two h3{
		color:#242a30;
		margin:0;
	}
	.avater_info_user_company_two span{
		color:#707478;
		margin:0.5em 0 0 0;
	}
	.ban_user_company_open{
		position:absolute;
		right:1em;
		text-decoration:none;
		font-size:2em;
		margin:0.5em 0 0 0;
		color:#e66761;
	}
	.ban_user_company_menu{
		position:absolute;
		right:1em;
		display:none;
	}
	.ban_user_company_menu li{
		padding:1em;
	}
	.ban_user_company_menu a{
		text-decoration:none;
		color:#e66761;
	}
	.ban_user_company_menu li:hover{
		background:#e66761;
		color:#FFFFFF;
	}
	#help_country_company{
		position:absolute;
		background:#FFFFFF;
		display:none;
	}
	#help_country_company ul{
		margin:0;
		padding:0;
	}
	#help_country_company li{
		list-style-type:none;
		padding:1em;
		color: #555;
	}
	#help_country_company a{
		text-decoration:none;
	}
	#help_country_company li:hover{
		background:#e97770;
		color:#FFFFFF;
	}
	#help_city_company{
		position:absolute;
		background:#FFFFFF;
		display:none;
	}
	#help_city_company ul{
		margin:0;
		padding:0;
	}
	#help_city_company li{
		list-style-type:none;
		padding:1em;
		color: #555;
	}
	#help_city_company a{
		text-decoration:none;
	}
	#help_city_company li:hover{
		background:#e97770;
		color:#FFFFFF;
	}
	/*профиль компании*/
	
	
	
	/*почта*/
	.img_mail {
		float:left;
		width:2em;
		height:2em;
		vertical-align:middle;
		-webkit-border-radius:3em;
		-moz-border-radius:3em;
		border-radius:3em;
		margin:0 0.5em 0 0;
	}
	.img_mail_list {
		float:left;
		width:2em;
		height:2em;
		vertical-align:middle;
		-webkit-border-radius:3em;
		-moz-border-radius:3em;
		border-radius:3em;
		margin:0 0.5em 0 0;
	}
	#add_text_mail{
		width:100%;
		height:15em;
		font-size:1em;
		border:1px solid #ccd0d4;
	}
	.table {
		font:14px/1.5 Arial,sans-serif;
		-webkit-border-radius:3px;
		-moz-border-radius:3px;
		border-radius:3px;
		width:100%;
		max-width:100%;
		margin:0 0 20px 0;
		background-color:transparent;
		border-spacing:0;
		border-collapse:collapse;
		display:table;
		border-spacing:0px;
		table-layout:fixed;
	}
	.table>tbody>tr>td, 
	.table>tbody>tr>th, 
	.table>tfoot>tr>td, 
	.table>tfoot>tr>th, 
	.table>thead>tr>td, 
	.table>thead>tr>th {
		border-color:#e2e7eb;
	}
	.table>thead>tr>th {
		color:#242a30;
		font-weight:600;
		border-bottom:2px solid #e2e7eb!important;
	}
	.table>thead>tr>th {
		vertical-align:bottom;
		border-bottom:2px solid #ddd;
	}
	.table>thead>tr>th, 
	.table>tbody>tr>th, 
	.table>tfoot>tr>th, 
	.table>thead>tr>td, 
	.table>tbody>tr>td, 
	.table>tfoot>tr>td {
		padding:8px;
		line-height:1.42857143;
		vertical-align:top;
		border-top:1px solid #ddd;
	}
	.table td, 
	.table th {
		text-overflow:ellipsis;
		overflow:hidden;
		white-space:nowrap;
	}
	.table th {
		text-align:left;
		font-weight:bold;
		text-align:-internal-center;
	}
	.table tr {
		cursor:pointer;
	}
	.table tr:hover {
		background:#edefef;
	}
	.email-select {
		width:20px;
		font-size:14px;
	}
	.email-sender {
		width:200px;
	}
	.email-date {
		width:110px;
	}
	.email-message span{
		margin:0 0 0 1em;
		color:rgba(0,0,0,0.5);
	}
	.email-message ul {
		margin:0;
		padding:0;
		float:right;
	}
	.email-message ul li{
		margin:0;
		padding:0;
		display:inline-block;
	}
	.email-message ul li img{
		width:32px;
		height:42px;
	}
	.table_mail_select_left {
		display:inline-block;
		width:29%;
	}
	.table_mail_select_right {
		display:inline-block;
		float:right;
		width:70%;
	}
	.table_mail_select_left select{
		width:100%;
	}
	.table_mail_select_right input{
		width:100%;
	}
	#name_send_td_mail {
		width:100%;
	}
	#name_send_td_mail > .help_list_mail{
		position:absolute;
		z-index:9;
		background:#ffffff;
		margin:0;
		padding:0;
	}
	.help_list_mail ul{
		margin:0;
		padding:0;
	}
	#name_send_td_mail > #help_list_mail {
		position:absolute;
		z-index:9;
		background:#ffffff;
		margin:0;
		padding:0;
		display:none;
	}
	#help_list_mail li {
		list-style-type:none;
		padding:0.5em;
		cursor:pointer
	}
	#help_list_mail li:hover {
		background:#ff5b57;
		color:#fff;
	}
	#text_mail {
		border:1px solid #ccd0d4;
		height:15em;
		padding:1em;
		border-radius:3px;
		-webkit-border-radius:3px;
		-moz-border-radius:3px;
	}
	#fwd_message {
		border:1px solid #ccd0d4;
		height:1.5em;
		padding:1em;
	}
	.head_main{
		padding:0.5em 0.7em;
		margin:-0.7em -0.7em 0.5em -0.7em;
	}
	.load_file_mail{
		border:1px solid #ccd0d4;
		padding:0.5em 1em 1.1em 1em;
		margin:1em 0 0 0;
		border-radius:3px;
		-webkit-border-radius:3px;
		-moz-border-radius:3px;
		color:#242a30;
	}
	.load_file_mail img{
		float:left;
		margin:-0.6em 1em 0 0;
	}
	.load_file_mail a{
		float:right;
		color:#ff5b57;
		text-decoration:none;
	}
	.load_file_mail a:hover{
		border-bottom:1px dashed #ff5b57;
	}
	.load_file_mail div{
		font-weight:700;
	}
	.select{
		display:none;
		position:absolute;
		z-index:9;
		background:#ffffff;
		margin:0;
		padding:0;
	}
	.select ul{
		margin:0;
		padding:0;
	}
	.select li{
		padding:0.5em 2em 0.5em 1em;
		list-style-type:none;
		font-weight:normal;
		cursor:pointer;
	}
	.select li:hover{
		background:#ff5b57;
		color:#fff;
	}
	#inbox{
		cursor:pointer;
	}
	#inbox span:hover{
		text-decoration:underline;
	}
	#sort{
		float:right;
		cursor:pointer;
	}
	#sort span:hover{
		text-decoration:underline;
	}
	#select_sort{
		right:1em;
	}
	#context_menu_mail{
		display:none;
		position:absolute;
		background:#ffffff;
		margin:0;
		padding:0;
	}
	#context_menu_mail ul{
		margin:0;
		padding:0;
	}
	#context_menu_mail li{
		padding:0.5em 2em 0.5em 1em;
		list-style-type:none;
		font-weight:normal;
		cursor:pointer;
		color:#242a30;
	}
	#context_menu_mail li:nth-child(3){
		color:#ff5b57;
	}
	#context_menu_mail li:hover{
		background:#ff5b57;
		color:#fff;
	}
	.mail_help{
		position:absolute;
		right:1em;
		background:#ffffff;
		margin:2em 0 0 0;
		padding:0;
		width:30em;
		padding:1em;
		display:none;
	}
	#mail_signature{
		width:35em;
		height:8em;
		border:1px solid #ccd0d4;
	}
	#mail_search{
		width:95%;
		height:2em;
	}
	#mail_send_search{
		position:absolute;
		margin:0.5em 0 0 -1.5em;
		cursor:pointer;
	}
	.checkbox_mail, 
	#select_checkbox_all {
		-ms-transform: scale(2);
		-moz-transform: scale(2);
		-o-transform: scale(2);
		height: 14px;
		width: 14px
	}
	/*почта*/
	
	
	/*Профиль пользователя*/
	#photo_profile {
		width:320px;
		height:320px;
	}
	#photo_profile img{
		width:320px;
		height:320px;
	}
	.load_photo_profile {
		position:absolute;
		text-align:center;
		background:rgba(0, 0, 0, 0.5);
		width:320px;
		height:60px;
		margin:-80px 0 0 0;
		padding:20px 0 0 0;
		font-size:2em;
		cursor:pointer;
		color:#FFFFFF;
		display:none;
	}
	/*Профиль пользователя*/
	
	
	/*ЧАТ*/
	#chat{
		width: 100%;
		overflow-y: scroll;
		border-bottom: 1px solid rgb(211, 211, 211);
	}
	#chat img{
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	.button_message_chat{
		display: inline-block;
		padding: 6px 12px;
		margin-bottom: 0;
		font-size: 14px;
		font-weight: 400;
		line-height: 1.42857143;
		text-align: center;
		white-space: nowrap;
		vertical-align: middle;
		cursor: pointer;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		background-image: none;
		border: 1px solid transparent;
		border-radius: 4px;
		color: #fff;
		background: #00acac;
		border-color: #00acac;
		margin: 0px 10px 0 0;
	}
	.message_chat{
		font-size: 12px!important;
		line-height: 16px!important;
		padding-bottom: 2px!important;
		font-weight: 400!important;
		text-shadow: none!important;
		text-align: justify;
		overflow:hidden;
		color:#242a30;
		border : 1px solid #E2E2E2;
		margin: 2px 0 0 0;
		padding: 10px;
		background: #FDFCF5;
		border-radius: 6px;
	}
	.message_chat:hover{
		background: rgba(0, 0, 0, 0.1);
	}
	.message_chat a{
		text-decoration: none;
		color:#242a30;
	}
	.message_chat img{
		float:left;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	.user_chat{
		margin: 0 0 0 4em;
		color: rgba(0, 0, 0, 0.8);
	}
	.avatar_user_chat{
		border: silver solid 2px;
	}
	.avatar_premium_chat{
		border: gold solid 2px;
	}
	.premium_status{
		position:absolute;
		right:21.5em;
		margin: 1.5em 0 0 0;
	}
	.avatar_guest_chat{
		border: #3eb489 solid 3px;
	}
	.avatar_user_chat_name{
		color: #4d7198;
	}
	.avatar_premium_chat_name{
		color: #ffa500;
	}
	.avatar_guest_chat_name{
		color: #3eb489;
	}
	#message_chat{
		width: 100%;
		height:5em;
		resize: none;
	}
	.message_chat span{
		float:right;
	}
	.message_text {
		margin:0.7em 0 0.5em 0;
		font-family:'Open Sans',"Helvetica Neue",Helvetica,Arial,sans-serif;
		font-size:1.2em;
		border: 1px solid rgb(211, 211, 211);
		padding: 7px 12px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
	#write_incognito{
		box-sizing: border-box;
		display: inline-block;
		direction: ltr;
		cursor: pointer;
		border-radius: 4px;
		border: 1px solid rgb(204, 204, 204);
		position: relative;
		overflow: hidden;
		line-height: 8px;
		z-index: 0;
		-webkit-user-select: none;
		vertical-align: middle;
		transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
		width: 108px;		
	}
	#select_write_incognito{
		box-sizing: border-box;
		display: inline-block;
		top: 0px;
		border-radius: 4px;
		transform: translate3d(0px, 0px, 0px);
		transition: margin-left 0.5s;
		width: 159px;
		margin-left: 0px;
	}
	#left_write_incognito{
		box-sizing: border-box;
		cursor: pointer;
		height: 32px;
		padding: 6px 12px;
		line-height: 20px;
		text-align: center;
		z-index: 1;
		border-bottom-left-radius: 3px;
		border-top-left-radius: 3px;
		color: rgb(255, 255, 255);
		background: #1B7CBD;
		width: 53px;
		display: inline-block;
	}
	#center_write_incognito{
		box-sizing: border-box;
		cursor: pointer;
		height: 32px;
		padding: 6px 12px;
		line-height: 20px;
		text-align: center;
		margin-top: -1px;
		margin-bottom: -1px;
		z-index: 1;
		background-image: initial;
		background-position: initial;
		background-size: initial;
		background-repeat: initial;
		background-attachment: initial;
		background-origin: initial;
		background-clip: initial;
		border-bottom-right-radius: 3px;
		border-top-right-radius: 3px;
		width: 53px;
		display: inline-block;
	}
	#right_write_incognito{
		box-sizing: border-box;
		cursor: pointer;
		height: 32px;
		padding: 6px 12px;
		line-height: 20px;
		text-align: center;
		z-index: 1;
		border-bottom-right-radius: 3px;
		border-top-right-radius: 3px;
		color: rgb(0, 0, 0);
		background: rgb(238, 238, 238);
		width: 53px;
		display: inline-block;
	}
	.panel_user_chat{
		position:absolute;
		z-index:2;
		background:#FFFFFF;
		display:none;
	}
	.panel_user_chat ul{
		margin:0;
		padding:0;
	}
	.panel_user_chat li{
		list-style-type: none;
		padding:0.5em 1em;
		cursor: pointer;
	}
	.panel_user_chat li:hover{
		background:#e97770;
	}
	#list_users_chat{
		width: 15em;
		height: 30em;
		overflow-y: scroll;
		overflow-x: hidden;
	}
	.border_list_users_chat{
		margin: 1em 0 1em 0;
	}
	#list_users_chat a{
		text-decoration: none;
		color:#242a30;
	}
	#list_users_chat img{
		float:left;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	.name_user_chat{
		margin: 0 0 0 4em;
		color: rgba(0, 0, 0, 0.8);
		font-size: 12px!important;
		white-space: nowrap;
	}
	#control_panel_users_chat{
		position:absolute;
		font-size: 14px;
		color: rgba(0, 0, 0, 0.8);
		margin: -0.5em 0 0 0.5em;
		cursor: pointer;
	}
	#search_history_users_chat{
		position:absolute;
		font-size: 14px;
		color: rgba(0, 0, 0, 0.8);
		margin: -0.5em 0 0 0;
		right:15em;
		cursor: pointer;
	}
	#left_panel_list_users {
		display:none;
		width: 15em;
	}
	.left_panel_user_chat{
		position:absolute;
		z-index:2;
		background:#FFFFFF;
		display:none;
		font-size: 12px!important;
		line-height: 16px!important;
		padding-bottom: 2px!important;
		font-weight: 400!important;
		text-shadow: none!important;
		text-align: justify;
		overflow:hidden;
		color:#242a30;
		margin: 1em 0 0 0;
	}
	.left_panel_user_chat ul{
		margin:0;
		padding:0;
	}
	.left_panel_user_chat li{
		list-style-type: none;
		padding:0.5em 1em;
		cursor: pointer;
	}
	.left_panel_user_chat li:hover{
		background:#e97770;
	}
	
	#block_search_history_chat{
		position:absolute;
		margin: -1em 0 0 0;
		text-align:right;
		width: 70%;
		right:3em;
	}
	#search_history_chat{
		display:none;
		height: 2em;
	}
	#close_search_history_chat{
		display:none;
		text-decoration:none;
		color:#e66761;
	}
	#close_search_history_chat:hover{
		color:#e74c3c;
	}
	#close_search_history_chat span{
		position:absolute;
		font-size:2em;
		margin:0 0 0 -1.5em;
	}
	#history_users_chat{
		position:absolute;
		font-size: 14px;
		color: rgba(0, 0, 0, 0.8);
		margin: -0.5em 0 0 0;
		right:3em;
		cursor: pointer;
	}
	#hp_display_chat{
		position:fixed;
		background:#FFFFFF;
		width:20em;
		height:100%;
		right:0;
		top:0;
		padding: 0 0.4em 0 0;
		z-index:999;
		display:none;
		border-left: 1px solid rgb(169, 169, 169);
	}
	#hp_close_chat{
		position:absolute;
		right:1.5em;
		text-decoration: none;
		color:#FFFFFF;
	}
	#hp_close_chat div{
		background:#e66761;
		color:#FFFFFF;
		padding: 0.5em;
	}
	#hp_message_chat{
		width:100%;
		height:5em;
		resize:none;
		border: none;
		border: 1px solid rgb(169, 169, 169);
	}
	#hp_message_chat:focus { 
		outline: none !important;
		border-color: #719ECE;
		box-shadow: 0 0 10px #719ECE;
	}
	#hp_chat{
		padding: 0.5em;
		height:50%;
		overflow-x:hidden;
	}
	#add_message_hp_chat{
		float:right;
	}
	#panel_top_chat{
		padding:0 0 1em 0;
		border-bottom: 2px solid rgb(169, 169, 169);
	}
	.min_menu_chat{
		padding: 0px 10px;
		width: auto;
		height: 45px;
		-webkit-box-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		justify-content: space-between;
		border-bottom: 1px solid rgb(211, 211, 211);
		cursor: move;
	}
	.min_menu_chat div{
		display: inline-block;
		margin: 15px 0;
	}
	.min_menu_chat b{
		font-style: normal;
		padding: 0px;
		width: auto;
		height: auto;
		font-family: "Roboto Condensed", "Segoe UI", Tahoma, Arial, sans-serif;
		font-size: 16px;
		line-height: 16px;
		font-weight: 700;
		text-transform: uppercase;
		margin-right: 10px;
	}
	.min_menu_chat span{
		padding: 0px;
		width: auto;
		height: auto;
		color: rgb(164, 169, 183);
		line-height: 16px;
		font-size: 14px;
		float:right;
	}
	.min_menu_chat a{
		color: rgb(164, 169, 183);
		margin: 0px 3px;
	}
	#add_message_chat{
		float:right;
		margin: 0px 10px 0 0;
	}
	#draggable{
		background: rgb(255, 255, 255); 
		color: rgb(0, 0, 0);
	}
	.hp_name{
		padding:0 0.5em 1em 0.5em;
	}
	/*ЧАТ*/
	
	
	/*Справочник*/
	#input_panel_phone{
		width:15em;
	}
	.info_user_company_text a{
	    color:#707478;
	}
	.station{
		margin:1em 0 0 0;
	}
	.station h1{
		margin:0;
	}
	.station h2{
		margin:0;
	}
	#result_station{
		margin:0 0 1em 0;
	}
	#data_station{
		margin:0 0 1em 0;
	}
	.help_stantion {
		width:100%;
		text-align:left;
		color:#242a30;
	}
	.help_stantion a{
		color:#242a30;
	}
	.help_stantion tr{
		border-top: 1px solid #ddd;
	}
	.help_stantion tr:hover{
		background: #e9edf2;
	}
	.help_stantion td{
		padding:1em;
		box-shadow: 0 1px #e5eaf1;
	}
	.help_stantion table td{
		padding: 0 1em 1em 0;
	}
	.help_stantion ul{
		margin:0;
		padding:0;
	}
	.help_stantion li{
		list-style-type:none;
		padding:0;
	}
	.left_pahel_help{
		width:15em;
		text-align:right;
	}
	.help_stantion th{
		font:1em 'Formular',arial,sans-serif;
		width:15em;
	}
	.ymaps-2-1-45-map{
		-webkit-filter: grayscale(100%);
		-moz-filter: grayscale(100%);
		-ms-filter: grayscale(100%);
		-o-filter: grayscale(100%);
		filter: grayscale(100%);
		filter: gray;
	}
	.dialog_h4 a{
		color:#FFFFFF;
	}
	.help_head{
		color:#FFFFFF;
		padding:0.75em;
	}
	#panel_wagon_help{
		font-family:'Open Sans',"Helvetica Neue",Helvetica,Arial,sans-serif;
		font-size:1em;
		background: #fff;
	}
	#wagon_type, 
	#wagon_capacity, 
	#wagon_length {
		font-size:1em;
	}
	.panel_wagon_computer{
		display:table-row;
	}
	.panel_wagon_mobile{
		display:none;
	}
	/*Справочник*/
	
	
	/*Тариф*/
	.tariff_input{
		position:absolute;
		z-index:1;
		font-size:1.5em;
		margin:0.2em;
	}
	.tariff_close{
		position:absolute;
		text-decoration:none;
		color:#FF5B57;
		z-index:1;
		font-size:1.5em;
		margin:0.2em;
		right:1.5em;
		display:none;
	}
	#st_start, 
	#st_finish, 
	#etcng, 
	#weight, 
	#count, 
	#capacity, 
	#axis, 
	#model, 
	#utensils, 
	#currency, 
	#date{
		padding:0 0 0 2.2em;
		height:2em;
		width:100%;
		color:black;
	}
	#h4_st_start, 
	#h4_st_finish, 
	#h4_etcng, 
	#h4_model, 
	#h4_weight, 
	#h4_count, 
	#h4_utensils, 
	#h4_capacity, 
	#h4_axis, 
	#h4_currency, 
	#h4_date{
		padding:0;
		margin:0;
	}
	#result_spares_storage ul, 
	#result_take_station ul, 
	#result_pc_list_will_etcng ul, 
	#result_will_station ul, 
	#result_st_finish ul, 
	#result_st_start ul, 
	#result_gp_list_st_finish ul, 
	#result_gp_list_st_start ul, 
	#result_pc_st_start ul, 
	#result_gp_st_start ul, 
	#result_gp_st_finish ul, 
	#result_etcng ul, 
	#text_model ul, 
	#text_utensils ul, 
	#text_weight ul, 
	#text_count ul, 
	#text_capacity ul, 
	#text_axis ul, 
	#text_currency ul, 
	#result_pc_list_st_start ul, 
	#result_pc_list_st_finish ul, 
	#result_gp_etcng ul, 
	#result_gp_list_etcng ul, 
	#result_replay_gp_etcng ul, 
	#result_replay_gp_st_start ul, 
	#result_replay_gp_st_finish ul, 
	#result_bid_pc_id ul, 
	#result_bid_pc_etcng ul, 
	#result_bid_pc_st_start ul, 
	#result_bid_pc_st_finish ul, 
	#result_bid_gp_id ul, 
	#result_bid_gp_st_finish ul, 
	#result_replay_will_stantion ul, 
	#result_replay_take_stantion ul, 
	#result_bid_gp_st_start ul,
	#result_rate_etcng ul,
	#result_rate_st_start ul,
	#result_rate_st_finish ul,
	#result_rate_auto_st_start ul,
	#result_rate_auto_st_finish ul,
	.result_stantion_dislocation ul {
		position:absolute;
		z-index:2;
		background:#FFFFFF;
		margin:0;
		padding:0;
		display:none;
		border:0;
	}
	#result_spares_storage ul li, 
	#result_take_station ul li, 
	#result_pc_list_will_etcng ul li, 
	#result_will_station ul li, 
	#result_st_finish ul li, 
	#result_st_start ul li, 
	#result_gp_list_st_finish ul li, 
	#result_gp_list_st_start ul li, 
	#result_pc_st_start ul li, 
	#result_gp_st_start ul li, 
	#result_gp_st_finish ul li, 
	#result_etcng ul li, 
	#text_model ul li, 
	#text_utensils ul li, 
	#text_weight ul li, 
	#text_count ul li, 
	#text_capacity ul li, 
	#text_axis ul li, 
	#text_currency ul li, 
	#result_pc_list_st_start ul li, 
	#result_pc_list_st_finish ul li, 
	#result_gp_etcng ul li, 
	#result_gp_list_etcng ul li, 
	#result_replay_gp_etcng ul li, 
	#result_replay_gp_st_start ul li, 
	#result_replay_gp_st_finish ul li, 
	#result_bid_pc_id ul li, 
	#result_bid_pc_etcng ul li, 
	#result_bid_pc_st_start ul li, 
	#result_bid_pc_st_finish ul li, 
	#result_bid_gp_id ul li, 
	#result_bid_gp_st_finish ul li, 
	#result_replay_will_stantion ul li, 
	#result_replay_take_stantion ul li, 
	#result_bid_gp_st_start ul li,
	#result_rate_etcng ul li,
	#result_rate_st_start ul li,
	#result_rate_st_finish ul li,
	#result_rate_auto_st_start ul li,
	#result_rate_auto_st_finish ul li,
	.result_stantion_dislocation ul li{
		list-style-type:none;
		cursor:pointer;
		padding:0.3em 0.2em 0.3em 2.5em;
	}
	#result_spares_storage ul li span, 
	#result_take_station ul li span, 
	#result_pc_list_will_etcng ul li span, 
	#result_will_station ul li span, 
	#result_st_finish ul li span, 
	#result_st_start ul li span, 
	#result_gp_list_st_finish ul li span, 
	#result_gp_list_st_start ul li span, 
	#result_pc_st_start ul li span, 
	#result_gp_st_start ul li span, 
	#result_gp_st_finish ul li span, 
	#result_etcng ul li span, 
	#text_model ul li span, 
	#text_utensils ul li span, 
	#text_currency ul li span, 
	#result_pc_list_st_start ul li span, 
	#result_pc_list_st_finish ul li span, 
	#result_gp_etcng ul li span, 
	#result_gp_list_etcng ul li span, 
	#result_replay_gp_etcng ul li span, 
	#result_replay_gp_st_start ul li span, 
	#result_replay_gp_st_finish ul li span, 
	#result_bid_pc_id ul li span, 
	#result_bid_pc_etcng ul li span, 
	#result_bid_pc_st_start ul li span, 
	#result_bid_pc_st_finish ul li span, 
	#result_bid_gp_id ul li span, 
	#result_bid_gp_st_finish ul li span, 
	#result_replay_will_stantion ul li span, 
	#result_replay_take_stantion ul li span, 
	#result_bid_gp_st_start ul li span,
	#result_rate_etcng ul li span,
	#result_rate_st_start ul li span,
	#result_rate_st_finish ul li span,
	#result_rate_auto_st_start ul li span,
	#result_rate_auto_st_finish ul li span,
	.result_stantion_dislocation ul li span{
		color:#707478;
	}
	#result_spares_storage ul a, 
	#result_take_station ul a, 
	#result_pc_list_will_etcng ul a, 
	#result_will_station ul a, 
	#result_st_finish ul a, 
	#result_st_start ul a, 
	#result_gp_list_st_finish ul a, 
	#result_gp_list_st_start ul a, 
	#result_pc_st_start ul a, 
	#result_gp_st_start ul a, 
	#result_gp_st_finish ul a, 
	#result_etcng ul a, 
	#text_model ul a, 
	#text_utensils ul a, 
	#text_currency ul a, 
	#result_pc_list_st_start ul a, 
	#result_pc_list_st_finish ul a, 
	#result_gp_etcng ul a, 
	#result_gp_list_etcng ul a, 
	#result_replay_gp_etcng ul a, 
	#result_replay_gp_st_start ul a, 
	#result_replay_gp_st_finish ul a, 
	#result_bid_pc_id ul a, 
	#result_bid_pc_etcng ul a, 
	#result_bid_pc_st_start ul a, 
	#result_bid_pc_st_finish ul a, 
	#result_bid_gp_id ul a, 
	#result_bid_gp_st_finish ul a, 
	#result_replay_will_stantion ul a, 
	#result_replay_take_stantion ul a, 
	#result_bid_gp_st_start ul a,
	#result_rate_etcng ul a,
	#result_rate_st_start ul a,
	#result_rate_st_finish ul a,
	#result_rate_auto_st_start ul a,
	#result_rate_auto_st_finish ul a,
	.result_stantion_dislocation ul a{
		text-decoration:none;
		color:black;
		font:0.9em Arial;
	}
	#result_spares_storage ul li:hover, 
	#result_take_station ul li:hover, 
	#result_pc_list_will_etcng ul li:hover, 
	#result_will_station ul li:hover, 
	#result_st_finish ul li:hover, 
	#result_st_start ul li:hover, 
	#result_gp_list_st_finish ul li:hover, 
	#result_gp_list_st_start ul li:hover, 
	#result_pc_st_start ul li:hover, 
	#result_gp_st_start ul li:hover, 
	#result_gp_st_finish ul li:hover, 
	#result_etcng ul li:hover, 
	#text_model ul li:hover, 
	#text_utensils ul li:hover, 
	#text_currency ul li:hover, 
	#result_pc_list_st_start ul li:hover, 
	#result_pc_list_st_finish ul li:hover, 
	#result_gp_etcng ul li:hover, 
	#result_gp_list_etcng ul li:hover, 
	#result_replay_gp_etcng ul li:hover, 
	#result_replay_gp_st_start ul li:hover, 
	#result_replay_gp_st_finish ul li:hover, 
	#result_bid_pc_id ul li:hover, 
	#result_bid_pc_etcng ul li:hover, 
	#result_bid_pc_st_start ul li:hover, 
	#result_bid_pc_st_finish ul li:hover, 
	#result_bid_gp_id ul li:hover, 
	#result_bid_gp_st_finish ul li:hover, 
	#result_replay_will_stantion ul li:hover, 
	#result_replay_take_stantion ul li:hover, 
	#result_bid_gp_st_start ul li:hover,
	#result_rate_etcng ul li:hover,
	#result_rate_st_start ul li:hover,
	#result_rate_st_finish ul li:hover,
	#result_rate_auto_st_start ul li:hover,
	#result_rate_auto_st_finish ul li:hover,
	.result_stantion_dislocation ul li:hover{
		background:#FF5B57;
		color:#FFFFFF;
	}
	#result_spares_storage ul li:hover span, 
	#result_take_station ul li:hover span, 
	#result_pc_list_will_etcng ul li:hover span, 
	#result_will_station ul li:hover span, 
	#result_st_finish ul li:hover span, 
	#result_st_start ul li:hover span, 
	#result_gp_list_st_finish ul li:hover span, 
	#result_gp_list_st_start ul li:hover span, 
	#result_pc_st_start ul li:hover span, 
	#result_gp_st_start ul li:hover span, 
	#result_gp_st_finish ul li:hover span, 
	#result_etcng ul li:hover span, 
	#text_model ul li:hover span, 
	#text_utensils ul li:hover span, 
	#text_currency ul li:hover span, 
	#result_pc_list_st_start ul li:hover span, 
	#result_pc_list_st_finish ul li:hover span, 
	#result_gp_etcng ul li:hover span, 
	#result_gp_list_etcng ul li:hover span, 
	#result_replay_gp_etcng ul li:hover span, 
	#result_replay_gp_st_start ul li:hover span, 
	#result_replay_gp_st_finish ul li:hover span, 
	#result_bid_pc_id ul li:hover span, 
	#result_bid_pc_etcng ul li:hover span, 
	#result_bid_pc_st_start ul li:hover span, 
	#result_bid_pc_st_finish ul li:hover span, 
	#result_bid_gp_id ul li:hover span, 
	#result_bid_gp_st_finish ul li:hover span, 
	#result_replay_will_stantion ul li:hover span, 
	#result_replay_take_stantion ul li:hover span, 
	#result_bid_gp_st_start ul li:hover span,
	#result_rate_etcng ul li:hover span,
	#result_rate_st_start ul li:hover span,
	#result_rate_st_finish ul li:hover span,
	#result_rate_auto_st_start ul li:hover span,
	#result_rate_auto_st_finish ul li:hover span,
	.result_stantion_dislocation ul li:hover span{
		color:#FFFFFF;
	}
	.calculate{
		margin:2em 0 0 0;
	}
	.result_tariff{
		color:#707478;
		padding:1em 0 1em 1em;
		margin:0 0 1em 0;
		border:3px solid #e7eaec;
		width:100%;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	select option:hover{
		box-shadow: 0 0 10px 100px #000 inset;
	}
	#alert_queue{
		display:none;
		position:fixed;
		z-index:5;
		width:30em;
		height:15em;
		border:3px solid #e7eaec;
		background:#FFFFFF;
		top:50%;
		left:50%;
		margin:-7.5em 0 0 -15em;
		word-wrap:break-word;
		padding:1em;
	}
	#alert_queue div{
		margin:2em 0;
	}
	input[type="date"]{
		 box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		font-size:1.3em;
	}
	.result_table_tariff_hide{
		display:none;
	}
	#overlay{
		z-index:3;
		position:fixed;
		background-color:#000;
		opacity:0.4;
		-moz-opacity:0.4;
		filter:alpha(opacity=40);
		width:100%; 
		height:100%;
		top:0;
		left:0;
		display:none;
	}
	/*Тариф*/
	
	/*объявления*/
	.my_table_will th,
	.table_will th,
	.table_history th,
	.table_take th,
	.my_table_take th,
	.table_pc th,
	.table_repairs th,
	.my_table_pc th{
		background:#242a30;
		color:#FFFFFF;
		font:12px/1.4 Arial, Helvetica, sans-serif;
		font-weight:bold;
		padding:5px 0;
		text-align:center;
		border-left:1px solid #FFFFFF;
	}
	.my_table_will th a,
	.table_will th a,
	.table_history th a,
	.table_take th a,
	.my_table_take th a,
	.table_pc th a,
	.table_repairs th a,
	.my_table_pc th a{
		color:#FFFFFF;
	}
	.my_table_will th:first-child,
	.table_will th:first-child,
	.table_history th:first-child,
	.table_take th:first-child,
	.my_table_take th:first-child,
	.table_pc th:first-child,
	.table_repairs th:first-child,
	.my_table_pc th:first-child{
		border-left:1px solid #242a30;
	}
	.my_table_will th:last-child,
	.table_will th:last-child,
	.table_history th:last-child,
	.table_take th:last-child,
	.my_table_take th:last-child,
	.table_pc th:last-child,
	.table_repairs th:last-child,
	.my_table_pc th:last-child{
		border-left:1px solid #FFFFFF;
		border-right:1px solid #242a30;
	}
	.my_table_will tr:hover,
	.table_will tr:hover,
	.table_history tr:hover,
	.table_take tr:hover,
	.my_table_take tr:hover,
	.table_pc tr:hover,
	.table_repairs tr:hover,
	.my_table_pc tr:hover{
		background:#edefef;
	}
	.my_table_will td,
	.table_will td,
	.table_history td,
	.table_take td,
	.my_table_take td,
	.table_pc td,
	.table_repairs td,
	.my_table_pc td{
		font:12px/1.4 Arial, Helvetica, sans-serif;
		color: #737373;
		padding: 5px 0;
		text-align:center;
		border-left:1px solid #242a30;
		border-bottom:1px solid #242a30;
	}
	.my_table_will td:last-child,
	.table_will td:last-child,
	.table_history td:last-child,
	.table_take td:last-child,
	.my_table_take td:last-child,
	.table_pc td:last-child,
	.table_repairs td:last-child,
	.my_table_pc td:last-child{
		border-bottom:1px solid #242a30;
		border-left:1px solid #242a30;
		border-right:1px solid #242a30;
	}
	.my_table_will td ul,
	.table_will td ul,
	.table_history td ul,
	.table_take td ul,
	.my_table_take td ul,
	.table_pc td ul,
	.table_repairs td ul,
	.my_table_pc td ul{
		margin:0;
		padding:0;
	}
	.my_table_will td ul li,
	.table_will td ul li,
	.table_history td ul li,
	.table_take td ul li,
	.my_table_take td ul li,
	.table_pc td ul li,
	.table_repairs td ul li,
	.my_table_pc td ul li{
		list-style-type: none;
	}
	.my_table_will td a,
	.table_will td a,
	.table_history td a,
	.table_take td a,
	.my_table_take td a,
	.table_pc td a,
	.table_repairs td a,
	.my_table_pc td a{
		color:#242a30;
	}
	.my_table_will td:empty:before,
	.table_will td:empty:before,
	.table_history td:empty:before,
	.table_take td:empty:before,
	.my_table_take td:empty:before,
	.table_pc td:empty:before,
	.table_repairs td:empty:before,
	.my_table_pc td:empty:before{
		display:none;
	}
	#pc_date_th{
		min-width: 6em;
	}
	#pc_favorites_th{
		min-width: 3em;
	}
	#pc_company_th{
		min-width: 12em;
	}
	#pc_type_th{
		min-width: 9em;
	}
	.display_road,
	#display_road{
		margin:1em 0 0 0;
		height:18.5em;
		overflow-y:scroll;
	}
	.take_road_list,
	.road_list{
		margin:0;
		padding:0;
	}
	#gp_display_select_model{
		margin:1em 0 1em 0;
	}
	#pc_display_select_road{
		margin:1em 0 0 0;
	}
	.take_road_list li,
	.road_list li{
		list-style-type:none;
		padding:0;
	}
	
	.table_history  th {
		height:96px;
	}
/**********************************************************************************/
	.table_gp th,
	.my_table_gp th {
		background:#242a30;
		color:#FFFFFF;
		font:12px/1.4 Arial, Helvetica, sans-serif;
		font-weight:bold;
		padding:5px 0;
		text-align:center;
		border-left:1px solid #FFFFFF;
	}
	.table_gp th a,
	.my_table_gp th a {
		color:#FFFFFF;
	}
	.table_gp th:first-child,
	.my_table_gp th:first-child {
		border-bottom:1px solid #242a30;
		border-left:1px solid #242a30;
	}
	.table_gp th:last-child,
	.my_table_gp th:last-child {
		border-bottom:1px solid #242a30;
		border-left:1px solid #FFFFFF;
		border-right:1px solid #242a30;
	}
	.table_gp tr:hover,
	.my_table_gp tr:hover {
		background:#edefef;
	}
	.table_gp td,
	.my_table_gp td {
		font:12px/1.4 Arial, Helvetica, sans-serif;
		color: #737373;
		padding: 5px 0;
		text-align:center;
		border-bottom:1px solid #242a30;
		border-left:1px solid #242a30;
	}
	.table_gp td:last-child,
	.my_table_gp td:last-child {
		border-bottom:1px solid #242a30;
		border-left:1px solid #242a30;
		border-right:1px solid #242a30;
	}
	.table_gp td ul,
	.my_table_gp td ul{
		margin:0;
		padding:0;
	}
	.table_gp td ul li,
	.my_table_gp td ul li{
		list-style-type:none;
	}
	.table_gp td a,
	.my_table_gp td a{
		color:#242a30;
	}
	.table_gp td:empty:before,
	.my_table_gp td:empty:before{
		display:none;
	}
	#gp_date_th{
		min-width:8em;
	}
	#gp_favorites_th{
		min-width:3em;
	}
	#gp_company_th{
		min-width:12em;
	}
	#gp_etcng_th{
		width:14em;
	}
	#gp_period_th{
		min-width:6em;
	}
	
/*************************************************************************************/
	.replay_table_gp th{
		background:#242a30;
		color:#FFFFFF;
		font:12px/1.4 Arial, Helvetica, sans-serif;
		font-weight:bold;
		padding:5px 0;
		text-align:center;
		border-left:1px solid #FFFFFF;
	}
	.replay_table_gp th a{
		color:#FFFFFF;
	}
	.replay_table_gp th:first-child{
		border-bottom:1px solid #242a30;
		border-left:1px solid #242a30;
	}
	.replay_table_gp th:last-child{
		border-bottom:1px solid #242a30;
		border-left:1px solid #FFFFFF;
		border-right:1px solid #242a30;
	}
	.replay_table_gp tr:hover{
		background:#edefef;
	}
	.replay_table_gp td{
		font:12px/1.4 Arial, Helvetica, sans-serif;
		color: #737373;
		padding: 5px 0;
		text-align:center;
		border-bottom:1px solid #242a30;
		border-left:1px solid #242a30;
	}
	.replay_table_gp td:last-child{
		border-bottom:1px solid #242a30;
		border-left:1px solid #242a30;
		border-right:1px solid #242a30;
	}
	.replay_table_gp td ul{
		margin:0;
		padding:0;
	}
	.replay_table_gp td ul li{
		list-style-type:none;
	}
	.replay_table_gp td a{
		color:#242a30;
	}
	.replay_table_gp td:empty:before{
		display:none;
	}
	.replay_table_gp thead{
		position:absolute;
	}
	#replay_gp_date_th {
		min-width: 6em;
	}
	#replay_gp_count_th {
		min-width: 3em;
	}
	#replay_gp_is_count_th {
		min-width: 3em;
	}
	#replay_gp_period_th {
		min-width: 6em;
	}
	#replay_gp_etcng_th {
		width: 16em;
	}
	.replay_gp_etcng_td {
		width: 16em;
	}
	
/*************************************************************************************/
/*************************************************************************************/
/*************************************************************************************/
	.replay_table_pc th,
	.replay_table_take th,
	.replay_table_will th{
		background:#242a30;
		color:#FFFFFF;
		font:12px/1.4 Arial, Helvetica, sans-serif;
		font-weight:bold;
		padding:5px 0;
		text-align:center;
		border-left:1px solid #FFFFFF;
	}
	.replay_table_pc th a,
	.replay_table_take th a,
	.replay_table_will th a{
		color:#FFFFFF;
	}
	.replay_table_pc th:first-child,
	.replay_table_take th:first-child,
	.replay_table_will th:first-child{
		border-bottom:1px solid #242a30;
		border-left:1px solid #242a30;
	}
	.replay_table_pc th:last-child,
	.replay_table_take th:last-child,
	.replay_table_will th:last-child {
		border-bottom:1px solid #242a30;
		border-left:1px solid #FFFFFF;
		border-right:1px solid #242a30;
	}
	.replay_table_pc tr:hover,
	.replay_table_take tr:hover,
	.replay_table_will tr:hover{
		background:#edefef;
	}
	.replay_table_pc td,
	.replay_table_take td,
	.replay_table_will td{
		font:12px/1.4 Arial, Helvetica, sans-serif;
		color: #737373;
		padding: 5px 0;
		text-align:center;
		border-bottom:1px solid #242a30;
		border-left:1px solid #242a30;
	}
	.replay_table_pc td:last-child,
	.replay_table_take td:last-child,
	.replay_table_will td:last-child {
		border-bottom:1px solid #242a30;
		border-left:1px solid #242a30;
		border-right:1px solid #242a30;
	}
	.replay_table_pc td ul,
	.replay_table_take td ul,
	.replay_table_will td ul{
		margin:0;
		padding:0;
	}
	.replay_table_pc td ul li,
	.replay_table_take td ul li,
	.replay_table_will td ul li{
		list-style-type:none;
	}
	.replay_table_pc td a,
	.replay_table_take td a,
	.replay_table_will td a{
		color:#242a30;
	}
	.replay_table_pc td:empty:before,
	.replay_table_take td:empty:before,
	.replay_table_will td:empty:before{
		display:none;
	}
	.replay_pc_st_td{
		width:20em; 
	}
	.replay_pc_to_td{
		width:20em; 
	}
	.replay_table_pc thead,
	.replay_table_take thead,
	.replay_table_will thead{
		position:absolute;
	}
/*************************************************************************************/
/*************************************************************************************/

	.bid_table_will th,
	.bid_table_pc th{
		background:#242a30;
		color:#FFFFFF;
		font:12px/1.4 Arial, Helvetica, sans-serif;
		font-weight:bold;
		padding:5px 0;
		text-align:center;
		border-bottom:1px solid #242a30;
		border-left:1px solid #FFFFFF;
	}
	.bid_table_will th a,
	.bid_table_pc th a{
		color:#FFFFFF;
	}
	.bid_table_will th:first-child,
	.bid_table_pc th:first-child{
		border-top:1px solid #242a30;
		border-left:1px solid #242a30;
	}
	.bid_table_will th:last-child,
	.bid_table_pc th:last-child{
		border-bottom:1px solid #242a30;
		border-left:1px solid #FFFFFF;
		border-right:1px solid #242a30;
	}
	.bid_table_will tr:hover,
	.bid_table_pc tr:hover{
		background:#edefef;
	}
	.bid_table_will td,
	.bid_table_pc td{
		font:12px/1.4 Arial, Helvetica, sans-serif;
		color: #737373;
		padding: 5px 0;
		text-align:center;
		border-bottom:1px solid #242a30;
		border-left:1px solid #242a30;
	}
	.bid_table_will td:last-child,
	.bid_table_pc td:last-child{
		border-bottom:1px solid #242a30;
		border-left:1px solid #242a30;
		border-right:1px solid #242a30;
	}
	.bid_table_will td ul,
	.bid_table_pc td ul{
		margin:0;
		padding:0;
	}
	.bid_table_will td ul li,
	.bid_table_pc td ul li{
		list-style-type:none;
	}
	.bid_table_will td a,
	.bid_table_pc td a{
		color:#242a30;
	}
	.bid_table_will td:empty:before,
	.bid_table_pc td:empty:before{
		display:none;
	}
	.bid_table_will th div,
	.bid_table_pc th div{
		border-top: 1px solid #FFFFFF;
		padding:0.5em 0 0 0;
		margin:0.5em 0 0 0;
	}
	.bid_table_will td div,
	.bid_table_pc td div{
		border-top: 1px solid #242a30;
		padding:0.5em 0 0 0;
		margin:0.5em 0 0 0;
	}
	.bid_table_will tr:nth-child(odd),
	.bid_table_pc tr:nth-child(odd){
		background:#E5E5E5;
	}

	#bid_pc_date_th{
		min-width:8em; 
	}
	#bid_pc_etcng_th{
		width:16em; 
	}
	#bid_pc_st_th{
		min-width:16em; 
	}
	#bid_pc_to_th{
		min-width:16em;  
	}
/*************************************************************************************/
	/*объявления*/
	#load_text_temp{
		height:50px;
		text-align:center;
		padding:1em;
	}
	.add_panel_company{
		height:5em;
	}
	/***************************************************************/
	/*************************pc*****************************/
	/***************************************************************/
	
	#drag_and_drop_file{
		position:fixed;
		top:0;
		left:0;
		width:100%;
		height:100%;
		background:rgba(255, 255, 255, 0.6);
		display:none;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
	}
	#drag_and_drop_file div{
		border: 1em dashed #e97770;
		width:100%;
		height:100%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		text-align:center;
	}
	#drag_and_drop_file div h1{
		margin:15% 0 0 0;
	}
	#list_number_wagon,
	#will_list_number_wagon,
	#take_list_number_wagon{
		width:100%;
		height:20em;
		border:1px solid #ccd0d4;
		border-radius:3px;
		-webkit-border-radius:3px;
		-moz-border-radius:3px;
		color:#555;
		padding:0.5em;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		resize:none;
	}
	#display_station{
		margin:1em 0 0 0;
		display:none;
	}
	.direction_finish,
	.load_file_pc,
	.send_mail_select,
	.select_file_pc,
	.load_file_will{
		width:1.5em;
		height:1.5em;
	}
	#take_period,
	#replay_will_period,
	#replay_take_period,
	#will_period{
		height:3em;
		padding:0.5em 1em;
		font-size:1em;
		width:100%;
	}
	#will_valuta,
	#dey, 
	#month, 
	#year, 
	#to_dey, 
	#to_month, 
	#to_year, 
	#contract, 
	#percent, 
	#postponement{
		height:3em;
		padding:0.5em 1em;
		font-size:1em;
	}
	#add_pc_panel{
		margin:1em 0 0 0;
	}
	#status_load_file{
		width:0;
		height:1em;
		padding:1em 0 1em 0;
		background:#1ABC9C;
		color:#FFFFFF;
		overflow:hidden;
	}
	#add_pc:focus{
		background:#1B7CBD;
	}
	#add_file_pc:focus{
		background:#139B80; 
	}
	#check_company,
	.add_more_clients, 
	.list_add_services{
		width:2em;
		height:2em;
	}
	.img_more_clients{
		width:2em;
		height:2em;
	}
	.color{
		width:2em;
		height:2em;
		border-radius:6px; 
		-webkit-border-radius:6px; 
		-moz-border-radius:5px; 
		-khtml-border-radius:10px;
	}
	.radio_color{
		position:absolute;
		left:-99999px;
	}
	.ads_vip{
		background:#FFE314;
		color:#472400;
		padding:1em;
	}
	.ads_vip a{
		color:#472400;
	}
	#panel_color{
		display:inline-block;
		padding:0;
	}
	#panel_color li{
		display:inline-block;
	}
	.ads_top_and_color{
		width:100%;
	}
	.ads_top_and_color td{
		height:5em;
		vertical-align:top;
	}
	.ads_top_and_color td select{
		height:2.5em;
		padding:0.5em 1em;
		font-size:1em;
	}
	.ads_top_and_color td a{
		color:#242a30;
		font-size:1.5em;
	}
	.ads_sum{
		font-size:1.5em;
		padding:1em 0 0 0;
		color:#000000;
	}
	.ads_sum td{
		padding:0.5em;
	}
	.total_pc{
		font-size:1.6em;
	}
	.pc_value{
		background:#1ABC9C;
		width:100%;
		height:2em;
		padding:0.5em 1em;
		margin:0.5em 0;
		color:#FFFFFF;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
	}
	.pc_value div{
		display:inline-block;
		width:200px;
	}
	.pc_value select{
		position:absolute;
		margin:-1.45em 0 0 0;
		height:2em;
	}
	#will_sort_type, 
	#replay_will_road, 
	#replay_take_road, 
	#replay_will_sort_type,
	#take_sort_type, 
	#pc_sort_type, 
	#will_road_list_period, 
	#take_road_list_period, 
	#pc_road_list_st, 
	#pc_road_list_fn{
		width:100%;
		height:3em;
		padding:0.5em 1em;
		font-size:1em;
	}
	#pc_list_display{
		margin:1em;
	}
	#pc_list_display h2{
		padding:0;
		margin:0.2em 0;
	}
	#pc_list_display{
		display:none;
	}
	#show_pc_list_display{
		color:#e97770;
	}
	.pc_add_ads{
		float:right;
	}
	.pc_close{
		position:absolute;
		right:2em;
		font-size:1.5em;
		padding:0.3em;
		margin:0.15em 0px 0px;
		text-decoration:none;
		color:rgb(255, 91, 87);
		display:none;
	}
	#pc_reply_count_model,
	#take_reply_count_model{
		display:none;
	}
	
	#result_pc_reply_etcng ul, 
	#result_pc_reply_st_start ul, 
	#result_pc_reply_st_finish ul{
		position:absolute;
		z-index:2;
		background:#FFFFFF;
		margin:0;
		padding:0;
		display:none;
		border:0;
	}
	#result_pc_reply_etcng ul li, 
	#result_pc_reply_st_start ul li, 
	#result_pc_reply_st_finish ul li{
		list-style-type:none;
		cursor:pointer;
		padding:0.3em 0.2em 0.3em 2.5em;
	}
	#result_pc_reply_etcng ul li span, 
	#result_pc_reply_st_start ul li span, 
	#result_pc_reply_st_finish ul li span{
		color:#707478;
	}
	#result_pc_reply_etcng ul a, 
	#result_pc_reply_st_start ul a, 
	#result_pc_reply_st_finish ul a{
		text-decoration:none;
		color:black;
		font:0.9em Arial;
	}
	#result_pc_reply_etcng ul li:hover, 
	#result_pc_reply_st_start ul li:hover, 
	#result_pc_reply_st_finish ul li:hover{
		background:#FF5B57;
		color:#FFFFFF;
	}
	#result_pc_reply_etcng ul li:hover span, 
	#result_pc_reply_st_start ul li:hover span, 
	#result_pc_reply_st_finish ul li:hover span{
		color:#FFFFFF;
	}
	.rate_valuta,
	#pc_reply_capacity, 
	#pc_reply_length,
	#pc_reply_volume, 
	#pc_reply_valuta,
	#take_reply_capacity, 
	#take_reply_length, 
	#take_reply_volume, 
	#take_reply_valuta,
	#will_capacity,
	#take_capacity,
	#will_length,
	#take_length,
	#will_volume,
	#take_volume,
	#replay_will_capacity,
	#replay_take_capacity,
	#replay_will_length,
	#replay_take_length,
	#replay_will_volume,
	#replay_take_volume{
		height: 3em;
		padding: 0.5em 1em;
		font-size: 1em;
	}
	.pc_reply_count, 
	.pc_reply_select_start, 
	.pc_reply_select_finish, 
	.reply_pc, 
	.reply_will, 
	.take_reply_count, 
	.reply_take,
	.pc_reply_price_select, 
	#pc_reply_all_types_transport, 
	.new_comment{
		width:1.5em;
		height:1.5em;
	}
	.pc_reply_model_list{
		width: 1.3em;
		height: 1.3em;
	}
	#replay_display_ads_value{
		position: relative;
		width:100%;
		height:20em;
		overflow-y:scroll;
		margin:2.7em 0 0 0;
	}
	.replay_box_ads h3{
		padding:0;
		margin:0;
	}
	.replay_box_ads_head{
		background:#FFFFFF;
		text-align:left;
		margin:0 0 1em 0;
	}
	.replay_box_ads_head a{
		text-decoration:none;
		color:#242a30;
	}
	.replay_box_ads_head_div{
		padding:1em 1em 0 1em;
	}
	.replay_box_ads_head_div table td{
		padding:0.5em 4em 0.5em 0.5em;
		width:20em;
	}
	.replay_box_ads_body{
		border-top:1px solid #e2e7eb;
		padding:0.5em 1em 1em 1em;
		text-align:left;
		color:#242a30;
	}
	.replay_box_ads_body h3{
		padding:0;
		margin:0;
	}
	.replay_box_ads_body table td{
		padding:0.5em 0.5em 0 0.5em;
	}
	.replay_checkbox, .replay_checkbox_model{
		width:1.5em;
		height:1.5em;
	}
	#replay_close_etcng, 
	#replay_close_date, 
	#replay_close_gp_st_start, 
	#replay_close_st_finish{
		position: absolute;
		right: 1.5em;
		font-size: 1.5em;
		padding: 0.3em;
		margin: 0.15em 0px 0px;
		text-decoration: none;
		color: rgb(255, 91, 87);
		display: none;
	}
	#replay_gp_road_start, 
	#replay_gp_road_finish{
		width: 100%;
		height: 3em;
		padding: 0.5em 1em;
		font-size: 1em;
	}
	/***************************************************************/
	/*************************pc*****************************/
	/***************************************************************/
	#bid_menu {
		height:2em;
	}
	#bid_menu ul{
		margin:0;
		padding:0;
	}
	#bid_menu ul li{
		list-style-type:none;
		display:inline-block;
		
	}
	#bid_menu ul li a{
		color:#1A2229;
	}
	#bid_menu_pc {
		height:2em;
	}
	#bid_menu_pc ul{
		margin:0;
		padding:0;
	}
	#bid_menu_pc ul li{
		list-style-type:none;
		display:inline-block;
	}
	#bid_menu_pc ul li a{
		color:#1A2229;
	}
	.bid_select_checkbox{
		width:1.5em;
		height:1.5em;
	}
	#display_panel_button_pc{
		background:#FFFFFF;
		padding:0 0 1em 0;
	}
	#pc_list_display{
		display:none;
	}
	#opf, 
	#country, 
	#bid_pc_type, 
	#bid_gp_type, 
	#bid_pc_road_list_st, 
	#bid_gp_road_list_st, 
	#bid_gp_road_list_fn, 
	#bid_pc_road_list_fn, 
	#will_bid_select_cancel, 
	#pc_bid_select_cancel{
		width:100%;
		height:3em;
		padding:0.5em 1em;
		font-size:1em;
	}
	#pc_bid_valuta{
		width:10em;
		height:3em;
		padding:0.5em 1em;
		font-size:1em;
	}
	#bid_pc_road_list_fn{
		margin: 0 0 1em 0;
	}
	.pc_bid_close{
		position:absolute;
		right:2em;
		font-size:1.5em;
		padding:0.3em;
		margin:0.15em 0px 0px;
		text-decoration:none;
		color:rgb(255, 91, 87);
		display:none;
	}
	.panel_bid_pc_select_start, 
	.panel_bid_pc_select_finish{
		padding:1em 1em 0 0;
	}
	#close_bid_pc_date_add_from, 
	#close_bid_pc_date_add_to{
		margin: 1em 0 0 0;
	}
	.pc_bid_panel_price{
		padding:1em;
		text-align:center;
	}
	#pc_bid_panel_price table{
		width:100%;
	}
	#pc_bid_panel_cancel,
	#will_bid_panel_cancel{
		display:none;
	}
	.bid_view{
		width:100%;
		color:#242a30;
	}
	.bid_view tr:hover{
		background: #e9edf2;
	}
	.bid_view ul{
		margin:0;
		padding:0;
	}
	.bid_view ul li{
		list-style-type:none;
	}
	.bid_view th{
		text-align:left;
		font:1em 'Formular',arial,sans-serif;
		width:15em;
	}
	.bid_view td{
		padding:1em;
		box-shadow: 0 1px #e5eaf1;
	}
	.bid_view td a{
		color:#1A2229;
	}
	.bid_view_model{
		width:30em;
		color:#242a30;
	}
	.bid_view_model td{
		padding:0.5em;
	}
	.bid_view_model tr:nth-child(odd){
		background:#E5E5E5;
	}
	.bid_view_available{
		width:28em;
		color:#242a30;
	}
	.bid_view_available td{
		width:7em;
	}
	.bid_view_available td:first-child{
		width:7em;
	}
	.bid_view_available tr:nth-child(odd){
		background:#E5E5E5;
	}
	.bid_view_available td h3{
		margin:0;
		padding:0;
	}
	.bid_view_available input{
		width:1.5em;
		height:1.5em;
	}
	/***************************************************************/
	/***************заявки*****************************/
	/***************************************************************/
	/***************************************************************/
	/*************************************************************************************/

	.bid_table_gp th{
		background:#242a30;
		color:#FFFFFF;
		font:12px/1.4 Arial, Helvetica, sans-serif;
		font-weight:bold;
		padding:5px 0;
		text-align:center;
		border-bottom:1px solid #242a30;
		border-left:1px solid #FFFFFF;
	}
	.bid_table_gp th a{
		color:#FFFFFF;
	}
	.bid_table_gp th:first-child{
		border-bottom:1px solid #242a30;
		border-left:1px solid #242a30;
	}
	.bid_table_gp th:last-child{
		border-bottom:1px solid #242a30;
		border-left:1px solid #FFFFFF;
		border-right:1px solid #242a30;
	}
	.bid_table_gp tr:hover{
		background:#edefef;
	}
	.bid_table_gp td{
		font:12px/1.4 Arial, Helvetica, sans-serif;
		color: #737373;
		padding: 5px 0;
		text-align:center;
		border-bottom:1px solid #242a30;
		border-left:1px solid #242a30;
	}
	.bid_table_gp td:last-child{
		border-bottom:1px solid #242a30;
		border-left:1px solid #242a30;
		border-right:1px solid #242a30;
	}
	.bid_table_gp td ul{
		margin:0;
		padding:0;
	}
	.bid_table_gp td ul li{
		list-style-type:none;
	}
	.bid_table_gp td a{
		color:#242a30;
	}
	.bid_table_gp td:empty:before{
		display:none;
	}
	.bid_table_gp th div{
		border-top: 1px solid #FFFFFF;
		padding:0.5em 0 0 0;
		margin:0.5em 0 0 0;
	}
	.bid_table_gp td div{
		border-top: 1px solid #242a30;
		padding:0.5em 0 0 0;
		margin:0.5em 0 0 0;
	}
	.bid_table_gp tr:nth-child(odd){
		background:#E5E5E5;
	}
	#bid_gp_etcng_th{
		width:16em;
	}
	#bid_gp_st_th{
		min-width:16em;
	}
	#bid_gp_to_th{
		min-width:16em;
	}
	
/*************************************************************************************/
	.file_iframe{
		height:100%;
		width:100%;
	}
	#message_save{
		position:fixed;
		right:1em;
		bottom:3.5em;
		width:10em;
		display:none;
	}
	.gp_direction{
		margin:0 0 1em 0;
	}
	.chat_settings{
		position:absolute;
		background:#FFFFFF;
		width:16em;
		margin: -0.5em 0 0 3em;
	}
	/*отзывы*/
	#edit_company_comment{
		padding:2em;
		border:1px solid #ccd6e4;
		margin:0 0 3em 0;
		cursor:pointer;
	}
	.add_new_comment{
		height:5em;
		overflow:hidden;
		border: 1px solid #ffffff;
		cursor:text;
		text-align:left;
	}
	#add_new_comment{
		background:#1059fa;
		padding:1.2em;
		color:#ffffff;
		cursor:pointer;
		margin: 1em 0 0 0;
	}
	#add_new_comment div{
		float:right;
		background:#1a2229;
		padding:1.25em;
		margin: -1.2em -1.2em 0 0;
	}
	#display_comment{
		display:none;
	}
	.list_comment_company{
		margin: 0 0 3em 0;
	}
	.list_comment_company img{
		width:3em;
		height:3em;
		float:left;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
	}
	.list_comment_company a{
		color:#ffffff;
		text-decoration:none;
		font: 15px/20px "Formular",arial,sans-serif;
		font-weight:700;
	}
	.list_comment_company_body{
		padding: 0 0 0 4em;
		text-align: justify;
	}
	.list_comment_company_up{
		padding:1em;
		color:#ffffff;
	}
	.company_button_next{
		text-decoration:none;
	}
	.company_button_next div{
		margin:0 0.8em 0 0;
		width: 0.5em;
		height: 0.5em;
		border:3px solid #707478;
		padding: 0;
		display:inline-block;
		background:#707478;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
	}
	.row_list {
		max-width: 1210px;
		margin-right: auto;
		margin-left: auto;
	}
	.box_type, .box_type_ps {
		position: relative; 
		float: left; 
		width: 25%;
	}
	.box_list {
		width: 95%;
		background: rgb(56, 72, 111);
		color: #FFFFFF;
		text-align: center;
		padding:1em 0 0 0;
		min-height: 20em;
	}
	.box_list:hover {
		transition: 1s;
		background: rgb(51, 51, 51);
	}
	.box_list h3{
		font-family: century gothic; 
		font-size: 1.5em; 
		color: #FFFFFF;
		text-align: center; 
		margin: -1em 0 0 0.5em;
		overflow: hidden;
	}
	.box_list p{
		font-size: 14px!important;
		line-height: 16px!important;
		font-weight: 400!important;
		text-shadow: none!important;
		text-align: left;
		color: #FFFFFF; 
		padding:1em 2em 2em 2em;
		overflow: hidden;
	}
	.color_panel_company_about, .color_panel_company_pc{  
		background: #1a2229;
		width: 100%;
		height: 8em;
		text-align: left;
	}
	.color_panel_company_about h2, .color_panel_company_pc h2{  
		margin:0;
		padding:0;
	}
	.color_panel_company_about div, .color_panel_company_pc div{  
		float: left; 
		width: 2.5em;
		height: 2.5em;
		border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		-khtml-border-radius: 6px;
		margin:1em;
		color:#FFFFFF;
	}
	.fast_button{
		margin:0 auto 0 auto;
	}
	.fast_button_data{
		box-sizing:border-box;
		position:relative;
		min-height:1px;
		padding-right:15px;
		padding-left:15px;
		float:left;
		width:100%;
	}
	.fast_button_body{
		box-sizing:border-box;
		border-radius:3px;
		padding:20px;
		margin-bottom:30px;
		border:1px solid rgb(164, 169, 183);
	}
	.fast_button_body p{
		box-sizing:border-box;
		margin:0px;
		line-height:1.2;
		text-align:right;
	}
	.fast_button_head{
		box-sizing:border-box;
		border-radius:50%;
		float:left;
		width:50px;
		height:50px;
		line-height:50px;
		background-color:#3498db;
		text-align:center;
	}
	.fast_button_head span{
		box-sizing:border-box;
		font-stretch:normal;
		font-size:18px;
		text-rendering:auto;
		color:rgb(255, 255, 255);
	}
	.fast_button_one{
		box-sizing:border-box;
		display:block;
		font-size:28px;
	}
	.fast_button_two{
		box-sizing:border-box;
		font-size:16px;
	}
	
	
	
	.little{
	font-size:9px;
}

.topscroll {
	position: absolute;
	width:60em;
	height: 20px;
	overflow-x: scroll;
	margin: -20px 0 0 0;
}
.fake {
	height: 1px;
}
div.container {
	width:60em;
	height:40em;
	overflow:scroll;
}
div.container thead th {
	position: -webkit-sticky; /* for Safari */
	position: sticky;
	top: 0;
}

div.container tbody td:nth-child(1) {
	position: -webkit-sticky; /* for Safari */
	position: sticky;
	left: 0;
}
div.container thead th:first-child {
	left: 0;
	z-index: 1;
}

div.container thead th {
	position: -webkit-sticky; /* for Safari */
	position: sticky;
	top: 0;
}

div.container tbody td:nth-child(1) {
	position: -webkit-sticky; /* for Safari */
	position: sticky;
	left: 0;
	border: 1px solid #242a30;
}

div.container thead th:first-child {
	left: 0;
	z-index: 1;
}

div.container tbody td:nth-child(1) {
	font: 12px/1.4 Arial, Helvetica, sans-serif;
	color: #737373;
	padding: 5px 0;
	text-align: center;
	border-left: 1px solid #242a30;
	border-bottom: 1px solid #242a30;
	background: #FFF;
}

div.container table {
	border-collapse: collapse;
}
	
	
}
@media screen and (max-width:1450px) {
	.fast_button_item{
		position:relative;
		float:left;
		width:50%;
	}
}
@media screen and (min-width:1450px) {
	.fast_button_item{
		position:relative;
		float:left;
		width:25%;
	}
}
nav ul{
	margin:0;
	padding:0;
}
nav ul li {
	display:inline-block;
	list-style-type:none;
}