@font-face {
  font-family: 'HelveticaNeueCyr';
  src: url('fonts/HelveticaNeueCyrLight.eot');
  src: url('fonts/HelveticaNeueCyrLight.eot') format('embedded-opentype'),
  url('fonts/HelveticaNeueCyrLight.woff2') format('woff2'),
  url('fonts/HelveticaNeueCyrLight.woff') format('woff'),
  url('fonts/HelveticaNeueCyrLight.ttf') format('truetype'),
  url('fonts/HelveticaNeueCyrLight.svg#HelveticaNeueCyrLight') format('svg');
  font-weight: 300;
}
@font-face {
  font-family: 'HelveticaNeueCyr';
  src: url('fonts/HelveticaNeueCyrRoman.eot');
  src: url('fonts/HelveticaNeueCyrRoman.eot') format('embedded-opentype'),
  url('fonts/HelveticaNeueCyrRoman.woff2') format('woff2'),
  url('fonts/HelveticaNeueCyrRoman.woff') format('woff'),
  url('fonts/HelveticaNeueCyrRoman.ttf') format('truetype'),
  url('fonts/HelveticaNeueCyrRoman.svg#HelveticaNeueCyrRoman') format('svg');
  font-weight: 400;
}
@font-face {
  font-family: 'HelveticaNeueCyr';
  src: url('fonts/HelveticaNeueCyrBold.eot');
  src: url('fonts/HelveticaNeueCyrBold.eot') format('embedded-opentype'),
  url('fonts/HelveticaNeueCyrBold.woff2') format('woff2'),
  url('fonts/HelveticaNeueCyrBold.woff') format('woff'),
  url('fonts/HelveticaNeueCyrBold.ttf') format('truetype'),
  url('fonts/HelveticaNeueCyrBold.svg#HelveticaNeueCyrBold') format('svg');
  font-weight: 700;
}

html, body{/* height:100% */}

strong {
	font-weight: bold;
}

html{
  height: 100%;
}

.clear {
  font-size: 0;
  height: 0;
  display: block;
  clear: both;
}
.clearfix:after {
  visibility: hidden;
  display: table;
  content: " ";
  clear: both;
  height: 0;
  line-height: 0;
}
.overflow {overflow: hidden;}
.left {float: left; display: block;}
.right {float: right!important; display: block;}
.margin-right {margin: 0px 10px 0px 0px!important;}
.ib {display: inline-block;}
.block {display: block;}
.none {display: none;}
.text-left {text-align: left !important;}
.text-right {text-align: right !important;}
.text-center {text-align: center !important;}
.text-justify {text-align: justify !important;}
.va-middle {vertical-align:middle !important;}
.text-warning {color:#f39d57}
.text-success {color:#339900}
.text-active {color:#9966cc}
.text-waiting {color:#cc9900}

body{
  color: #333;
  font-family: 'HelveticaNeueCyr';
  font-weight: 400;
}

.body-high {
    height: 100%;
    min-height: 100%;
    padding: 0;
    background: #fff;
}

.error-text {
	color: #ff0000;
}

input.inp {
	border: 1px solid #e8e8e8;
    height: 37px;
    line-height: 1;
    box-sizing: border-box;
    padding: 0px 13px;
    margin: 0px 0px 0px 0px;
    color: #333333;
}

.wrapper{
  width: 100%;
  /*max-width: 1520px;*/
  min-width:320px;
  margin: 0 auto;
  position: relative;
}

.wrapper-holder {
    min-height: 100%;
    margin-bottom: -49px;
}

.wrapper-holder:after {
    content: '';
    clear: both;
    display: block;
    height: 49px;
}

.inner_wrap{
  width: 1010px;
  margin: auto;
}
.outer_wrap{
  min-width: 1010px;
}

a{
  color: #f39d57;
}
a:hover{
  text-decoration: /*underline*/none;
}
.catalog-stock-b {
	font-weight: bold;
}

.stock_1_style {
	color: #f39d57!important;
}

.stock_2_style {
	color: #32CD32!important;
}

.stock_3_style {
	color: #0000CD!important;
}

.stock_4_style {
	color: #BA55D3!important;
}

.narrow-container {
    margin: 0 auto;
    max-width: 768px;
}

/* btn */

a.btn,
.btn{
  box-sizing: border-box;
  border: 1px solid #000;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  height: 32px;
  font-size: 14px;
  line-height: 29px;
  outline: none;
  padding: 0 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: ease-in 1000ms;
  border-radius:0;
  -webkit-appearance:none;
}

.btn:hover,
a.btn:hover{
  transition: ease 300ms;
  text-decoration: none!important;
}

.btn:active{
  top: 1px;
}

.btn.btn-transparent{
  border: 2px solid #4C5976;
  color: #fff;
  height: 48px;
  line-height: 44px;
}
.btn.btn-transparent:hover{
  border-color: #f39d57;
  background: #f39d57;
}
.btn-purple {
        background: #4c5976;
    color: #fff;
    border: 0!important;
    height: 39px!important;
    line-height: 39px!important;
}

.btn.btn-buy{
  border: none;
  width: 39px;
  height: 39px;
  line-height: 39px;
  padding: 0;
  text-align: center;
  /*width: 0;*/
}
.btn.btn-buy:after{
    font: 29px/39px "avtopilot";
    color: #4b5976;
    content: 'g';
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
}
.btn.btn-buy:hover:after {color: #f39d57;}
.btn.btn-buy.btn-buy-txt{
  color: #4c5976;
  font-size: 14px;
  padding-right: 10px;
  background: #f39d57;
  width: auto;
  padding-left: 30px;
}
.btn.btn-buy.btn-buy-txt:after {
    color: #4c5976;
    top: 0;
    left: 0;
    content: "u";
    font-size: 14px;
    width: 30px;
}
.btn.btn-transparent-dark{
  color: #333;
}
.btn.btn-disabled, .btn.btn-disabled:hover {
  background: #ddd!important;
  cursor: default;
  border: 1px solid #000!important;
  color: #000!important;
}
.btn.btn-buy.btn-buy-hide {
	display: none;
}
.quantity-add {
	display: none;
}
.btn.btn-primary{
  border-color: #3293ba;
  background: #3293ba;
  color: #fff;
  padding-left: 14px;
  padding-right: 14px;
  /*margin: 0 0 2px;*/
}
.btn.btn-primary:hover{
  border-color: #f39d57;
  background: #f39d57;
}
.btn.btn-primary.disabled,
.btn.btn-primary.disabled:hover {
	background: #b1b2b3;
	 border-color: #b1b2b3;
}
.btn.eva-btn {
	height: 36px;
    line-height: 32px;
	text-decoration: none;
	font-weight: normal;
}

.btn.btn-success{
  border-color: #32ba35;
  background: #32ba35;
  color: #fff;
  padding-left: 14px;
  padding-right: 14px;
}
.btn.btn-success:hover{
  border-color: #f39d57;
  background: #f39d57;
}

.btn.btn-edit:before{
  background: url('../images/sprites.png') 0 -160px;
  cursor: pointer;
  content: '';
  display: inline-block;
  font-size: 0;
  height: 15px;
  margin-top: -4px;
  margin-right: 15px;
  vertical-align: middle;
  width: 19px;
}

.btn.btn-add:before{
  background: url('../images/sprites.png') 0 -176px;
  cursor: pointer;
  content: '';
  display: inline-block;
  font-size: 0;
  height: 19px;
  margin-top: -4px;
  margin-right: 15px;
  vertical-align: middle;
  width: 19px;
}
.btn.btn-massage:before{
  background: url('../images/sprites.png') 0 -195px;
  cursor: pointer;
  content: '';
  display: inline-block;
  font-size: 0;
  height: 17px;
  margin-top: -4px;
  margin-right: 15px;
  vertical-align: middle;
  width: 23px;
}

.btn.btn-drop, .btn.btn-sewing-drop, .btn-del {
    background: url('../images/sprites.png') -23px -200px;
    border: none;
    border-radius: 0;
    height: 14px;
    padding: 0;
    width: 14px;
}

.btn-unowned {
	background: url('../images/not-found.png') no-repeat left top;
    border: none;
    border-radius: 0;
    height: 30px;
    padding: 0;
    width: 30px;
	vertical-align: top;
	font-size: 0;
}

.btn.btn-drop:active, .btn.btn-sewing-drop:active, .btn-del:active {
	-webkit-box-shadow: none;
    box-shadow: none;
}

.btn-add-download-to-cart {
	float: right;
}

.btn.btn-active {
    background: #f39d57;
    border-color: #f39d57;
    color: #fff;
}
.btn.btn-blue {
    background: #3293ba;
    border-color: #3293ba;
    color: #fff;
}
.btn.btn-lg{
  font-size: 18px;
  font-weight: 400;
  line-height: 55px;
  height: 56px;
  padding-left: 22px;
  padding-right: 22px;
  margin-bottom: 5px;
}
.btn.btn-md{
  font-size: 13px;
  font-weight: 400;
  line-height: 44px;
  height: 44px;
  padding-left: 5px;
  padding-right: 5px;
  width: 100%;
}
.btn.btn-middle {
    font-size:14px;
    line-height:42px;
    height:42px;
    padding:0 20px;
}
.btn.btn-round {
    border-radius:3px;
}
/* overlay */

.overlay{
  color: #3293ba;
  cursor: pointer;
  position: relative;
}
.overlay:hover{
  color: #f39d57;
}
.overlay em{
  border: 1px solid #f2f2f2;
  box-shadow: inset 0 0 0 4px #fff, 2px 3px 4px #c3c3c3;
  background: #fffef1;
  color: #000;
  left: 60px;
  opacity: 0;
  padding: 25px 30px;
  position: absolute;
  top: 30px;
  transition: z-index 700ms ease 0ms, opacity ease 700ms;
  white-space: nowrap;
  z-index: -1;
}
.overlay:hover em{
  z-index: 1;
  opacity: 1;
  transition: z-index 0ms ease 0ms, opacity ease-in 400ms;
  z-index: 1;
}

.tablet-label{
  display: none;
}

/*monitoring-picker-table*/
.monitoring-picker-form {
	width: 100%;
	display: inline-block;
	margin: 0px 0px 30px;
}

.monitoring-picker-table {
	width: 100%;
}

.monitoring-picker-table th {
	font-weight: bold;
	text-align: center;
	border: 1px solid #e8e8e8;
	padding: 6px 12px;
	font-size: 18px;
}

.monitoring-picker-table td {
	padding: 6px 12px;
	border: 1px solid #e8e8e8;
}

.monitoring-picker-table-total {
	font-size: 18px;
	font-weight: bold;
}

/* .ttl_b */

.ttl_b{
  font-size: 24px;
  margin-bottom: 22px;
  font-weight: 700;
}
.ttl_b:after{
  content: '';
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  width: 100%;
}
.bx_rt .ttl_b:after{
	content: none;
}
.ttl_b__label-col{
  float: left;
}
.ttl_b__label-col.title-links {
	font-size: 14px;
}
.ttl_b__label-col.title-links a {
	font-size: 14px;
	position: relative;
	margin: 0 0 15px;
	display: inline-block;
}
.ttl_b__label-col.title-links span {
	position: relative
}
.ttl_b__label-col.title-links .return_count {
	right: 4px;
    top: -15px;
    left: auto;
    color: #fff;
    font-weight: 500;
}
.ttl_b__action-col{
  float: right;
}
.ttl_b__action-col label {
	font-weight: 500;
	font-size: 16px;
	cursor: pointer;
}
.ttl_b__action-col label input[type="checkbox"] {
	position: relative;
	top: 2px;
	cursor: pointer;
}
.eva-btn-box {
	float: left;
}
.ttl_b__action-item{
  float: left;
  margin-left: 10px;
}
.ttl_b__action-label{
  font-size: 14px;
}

.b_ttl{
  font-weight: 700;
  padding-left: 5px;
}
.b_ttl:before{
  background: url('../images/sprites.png') -45px 0;
  content: '';
  display: inline-block;
  height: 27px;
  margin-right: 22px;
  vertical-align: middle;
  width: 27px;
}
.b_ttl a{
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  margin-left: 15px;
  text-decoration: none;
}
.b_ttl a:after{
  background: url('../images/sprites.png') -72px -71px;
  content: '';
  display: inline-block;
  height: 10px;
  margin-left: 13px;
  vertical-align: bottom;
  width: 5px;
}


.m_ttl{
  border-left: 2px solid #f39d57;
  font-weight: 700;
  /* height: 50px; */
  line-height: 50px;
  margin-bottom: 20px;
  padding-left: 16px;
}

.stock-select-box {
	display: inline-block;
}
.stock-select-title {
	display: inline-block;
	line-height: 36px;
    padding: 0 10px 0 0;
	float: left;
}
.stock-select {
	display: inline-block;
}

/*download-order*/
.download-order-file-container {
	display: inline-block;
}
.download-order-file-container label {
	margin: 0px 0px 10px;
    display: inline-block;
}
#download-order-file-name {
	display: block;
}
.download-order-goods {
	display: none;
}
.download-order-goods.show {
	display: inline-block;
	vertical-align: top;
}

/* tabs */

.tabs_box{}
.tabs_box .tab_menu{
  margin-bottom: 1px;
}
.tabs_box .tab_menu:after{
  content: '';
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}
.tabs_box .tab_menu ul{
}
.tabs_box .tab_menu ul li{
  background: #F08E5D;
  border-bottom: 1px solid #F08E5D;
  border-top: 1px solid #F08E5D;
  color: #fff;
  cursor: pointer;
  display: block;
  height: 45px;
  float: left;
  line-height: 45px;
  padding: 0 17px;
  transition: ease-out 700ms
}
    .tabs_box .tab_menu ul li span {
        display:inline-block;
        vertical-align:middle;
    }
  .tabs_box .tab_menu ul li:first-child {border-left:0;}
    .tabs_box .tab_menu ul li:last-child {border-right:0;}
.tabs_box .tab_menu ul li:hover,
.tabs_box .tab_menu ul li.active{
  background: #4C5976;
  border-bottom: 1px solid #4C5976;
  border-top: 1px solid #4C5976;
  transition: ease-in 200ms
}
.tabs_box .tab_enum{
  background: #fff;
}
.tabs_box .tab_enum .tab{
  display: none;
  padding: 30px 40px;
}
.tabs_box .tab_enum .tab.active{
  display: block;
}
.tab_menu span.count{
  background: #f39d57;
  border-radius: 10px;
  display: block;
  height: 20px;
  font-size: 14px;
  line-height: 21px;
  right: -18px;
  min-width: 12px;
  padding: 0 4px;
  position: absolute;
  text-align: center;
  top: -13px;
  box-sizing: content-box;
}
.catalog-gallery-box {
	width: 100%;
	margin: 30px 0 0 0;
}
.catalog-gallery-title,
.catalog-property-title {
	width: 100%;
	margin: 0px 0 10px 0;
	font-size: 24px;
}
.catalog-gallery-item {
	width: 200px;
    margin: 0 10px 10px 0;
    display: inline-block;
}
/* content_ */

.content_{
  color: #333333;
  font-size: 16px;
  line-height: 1.2;
}
.content_ p{
  margin-bottom: 25px;
}
.content_ *:nth-last-child(1){
  margin-bottom: 0;
}

/* table */

.table{
  font-size: 14px;
  width: 100%;
}
.table a{
  text-decoration: none;
}
.table tr{}
.table tr td,
.table tr th{
  padding: 12px 24px;
  text-align: left;
}
.table .table.table-linear{}
.table .table.table-linear tr{}
.table .table.table-linear tr:nth-child(odd) td{
  background: #f4f4f4;
}
.table .table.table-linear td.price-value {
	min-width: 100px;
}
.table thead th{
  background: #3293ba;
  color: #fff;
}
.table.table-important thead th{
  background: #f39d57;
}

.table.title-column tr td:nth-child(1){
  color: #3293ba;
  font-weight: 700;
  width: 35%;
}
.table.table-linear .tr-total td {
	padding: 12px 5px 12px 5px;
}

.table.table-linear .total {
	text-align: right;
}

.table .statistics-table-tr td {
	text-align: center;
}

.table .statistics-table-tr td:first-child {
	text-align: left;
}

/* body_wrap */


body{
  box-sizing: border-box;
  min-height: 100%;
  background: #eaeaea;
  padding: 0px 0 0;
}
.body_wrap{
  background: #F08E5D;
}

.main_wrap{
  background: #e9e9e9;
  box-sizing: border-box;
  /* overflow: hidden; */
  /* padding: 40px 10px; */
  transition: ease 700ms;
  margin-left: 230px;	
}
.menu_close .main_wrap{
  margin-left: 76px;
}

.sidebar_b{
  display: none;
}

/* customSelect */

.customSelect{
  border: 2px solid #b4c6d3;
  border-radius: 5px;
  display: inline-block;
  height: 35px;
  line-height: 1;
  vertical-align: top;
  overflow: hidden;
  position: relative;
  width: 75px;
}
.customSelect.error{
	border: 2px solid #ff0000;
}
.customSelect:before {
  border: 4px solid rgba(0, 0, 0, 0);
  border-top: 6px solid #787878;
  content: '';
  height: 0;
  float: right;
  position: absolute;
  right: 12px;
  top: 22px;
  width: 0;
  z-index: 1;
}
.customSelect--form-inline:before, .return-count .customSelect:before {
	top: 16px;
}
.monetary-bill-select {
	display: none;
}
.monetary-bill-select.show {
	display: inline-block;
}
.customSelect select{
  box-sizing: content-box;
  border: none;
  color: #777777;
  display: block;
  cursor: pointer;
  font-size: 14px;
  height: 100%;
  outline: none;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}

.customSelect select option:disabled {
	color: #ccc;
}

.customSelect select::-ms-expand {
    display: none;
    opacity: .01
}
.customSelect--form {
    border: 1px solid #e8e8e8;
    border-radius: 0;
    width: 100%;
}
.customSelect--form-inline {
    margin-left: 6px;
    vertical-align: middle;
    width: auto;
}
.customSelect--dark {
    background: #2d2d2d;
    box-sizing: border-box;
    display: inline-block;
    border: 1px solid #474747;
    height: 34px;
    line-height: 1;
    overflow: hidden;
    position: relative;
    /* margin-top: -3px; */
    vertical-align: middle;
    width: 100%;
}
.customSelect--dark select {
    background: transparent;
    border: none;
    color: #7d7d7d;
    height: 100%;
    outline: none;
    width: 130%;
}

.customSelect--form-body {
    border: none;
    height: 100%;
    width: 100%;
	border: 1px solid #e8e8e8;
}
.customSelect--form-body.error {
	border-radius: 0px;
	border: 1px solid #ff0000;
}
.quantity-block {
	display: inline;
}
.order-goods-price-edit-input,
.sewing-input-count,
.storage-container-input-count {
	border: 2px solid #b4c6d3;
    border-radius: 5px;
    display: inline-block;
    height: 35px;
    line-height: 1;
    vertical-align: top;
    overflow: hidden;
    position: relative;
    width: 75px;
	text-align: center
}
.sewing-input-in-queue {
	position: absolute;
	top: 17px;
	right: 0;
	z-index: 9;
}
.sewing-order-box {
	text-align: right;
}
/* menu_b */

.menu_fixator{
  box-sizing: border-box;
  height: 0;
  left: 0;
  /* padding: 0 30px; */
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.menu_fixator .wrapper{
  height: 0;
}
.menu_wrap {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    top: auto;
    overflow: hidden;
    /* padding: 30px 0; */
    
    -webkit-transition:width ease 700ms;
    -o-transition:width ease 700ms;
    transition:width ease 700ms;
    
    position: relative;
    width: 230px;
}
.menu_close .menu_wrap{width: 76px;}


.menu_b{
  background: #F08E5D;
  color: #fff;
  height: 100%;
  font-size: 14px;
  width: 230px;
}
.menu_b .toogle_box{
  /*height: 78px;
  line-height: 70px;
  text-align:center;*/
	height: 50px;
    line-height: 50px;
    padding: 14px 28px 0;
    width: 200px;
    margin: 0px 0 14px;
}
.menu_b .toogle_box .toogle{
  background: url('../images/sprites.png') 0 -114px;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  height: 17px;
  vertical-align: middle;
  width: 19px;
  /*display:none;*/
}
.menu_b .toogle_box .label{
  /*cursor: pointer;
  display: inline-block;
  font-size: 16px;
  opacity: 1;
  transition: ease 700ms;
  width:98px;*/
  cursor: pointer;
    display: inline-block;
    font-size: 16px;
    opacity: 1;
    margin-left: 100px;
    -webkit-transition: ease 700ms;
    -o-transition: ease 700ms;
    transition: ease 700ms;
    font-weight:normal;
    padding:0;
}
.menu_close .menu_b .toogle_box .label {
    opacity: 0;
}
    .menu_b .toogle_box .label .logo img {
        max-width:100%; 
        height:auto;
        vertical-align:middle;
    }
/*.menu_close .menu_b .toogle_box .label{opacity: 0;}*/
.menu_b .menu,
.menu_b{
    position: relative;
}
.menu_b .menu ul{}
.menu_b .menu > ul > li{
  min-height: 40px;
  line-height: 40px;
  /* padding-top: 40px; */
}
.menu_b .menu ul li.active{
}
.menu_b .menu ul li.active > a{
  background: #4C5976!important;
}
.menu_b .menu ul li a{
  color: #fff;
  display: block;
  height: 100%;
  text-decoration: none;
  padding: 0 28px 0 76px;
  position: relative;
  transition: ease 700ms;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.menu_b .menu ul li a:hover{
  background: #262626;
  transition: ease 200ms;
}
.menu_b .menu > ul > li:before{
  border: 4px solid transparent;
  border-left: 6px solid #787878;
  content: '';
  height: 0;
  float: right;
  position: relative;
  right: 12px;
  top: 17px;
  width: 0;
  z-index: 1;
}
.menu_b .menu ul li.active:before{
  border: 4px solid transparent;
  border-top: 6px solid #fff;
  top: 17px;
  right: 15px;
}

.icon.avto-return-catalog {
	background: url(/local/templates/main_v2/images/return-catalog-icon.png) no-repeat center top!important;
    height: 27px!important;
}
.icon.avto-nowned-goods {
	background: url(/local/templates/main_v2/images/search.png) no-repeat center!important;
    height: 25px!important;
}
.icon.avto-scanner-combine-order {
	background: url(/local/templates/main_v2/images/scanner-combine-order.png) no-repeat center!important;
    height: 25px!important;
}
.icon.avto-change-statuses-orders {
	background: url(/local/templates/main_v2/images/change-statuses-orders.png) no-repeat center!important;
    height: 25px!important;
}
.icon.avto-storage-manage {
	background: url(/local/templates/main_v2/images/storage-manage.png) no-repeat center!important;
    height: 25px!important;
}
.icon.avto-storage-log {
	background: url(/local/templates/main_v2/images/log.png) no-repeat center!important;
    height: 25px!important;
}
.icon.avto-storage-storage {
	background: url(/local/templates/main_v2/images/storage.png) no-repeat center!important;
    height: 25px!important;
}
.icon.avto-storage-inventory {
	background: url(/local/templates/main_v2/images/inventory.png) no-repeat center!important;
    height: 25px!important;
}
.icon.avto-storage-add {
	background: url(/local/templates/main_v2/images/storage-add.png) no-repeat center!important;
    height: 25px!important;
}
.icon.avto-storage-containers{
	background: url(/local/templates/main_v2/images/storage-containers.png) no-repeat center!important;
    height: 25px!important;
}
.icon.avto-storage-error-log{
	background: url(/local/templates/main_v2/images/storage-error-log.png) no-repeat center!important;
    height: 25px!important;
}
.icon.avto-storage-print{
	background: url(/local/templates/main_v2/images/storage-print.png) no-repeat center!important;
    height: 25px!important;
}
.icon.avto-storage-monitoring{
	background: url(/local/templates/main_v2/images/storage-monitoring.png) no-repeat center!important;
    height: 25px!important;
}
.icon.avto-defect {
	background: url(/local/templates/main_v2/images/defect.png) no-repeat center!important;
    height: 25px!important;
}
.icon.avto-add-services {
	background: url(/local/templates/main_v2/images/add-services.png) no-repeat center!important;
    height: 34px!important;
}
.icon.avto-refutable {
	background: url(/local/templates/main_v2/images/refutable.png) no-repeat center!important;
    height: 25px!important;
}

.icon.avto-detailed-statistics {
	background: url(/local/templates/main_v2/images/detailed-statistics.png) no-repeat center!important;
	height: 25px!important;
    background-size: contain!important;
}

.icon.avto-new {
	background: url(/local/templates/main_v2/images/new.png) no-repeat center!important;
    height: 25px!important;
}

.icon.avto-sale {
	background: url(/local/templates/main_v2/images/sale.png) no-repeat center!important;
    height: 25px!important;
}

.icon.avto-others {
	background: url(/local/templates/main_v2/images/others.png) no-repeat center!important;
    height: 25px!important;
}

.icon.avto-production {
	background: url(/local/templates/main_v2/images/production.png) no-repeat center!important;
    height: 25px!important;
}

.icon.avto-install-cases {
	background: url(/local/templates/main_v2/images/install-cases.png) no-repeat center!important;
}

.icon.avto-order-goods {
	background: url(/local/templates/main_v2/images/order-goods.png) no-repeat center!important;
	height: 25px!important;
}

.icon.avto-install-cases {
	height: 25px!important;
}

.icon.avto-approve {
	background: url(/local/templates/main_v2/images/approve-icon.png) no-repeat center!important;
    height: 25px!important;
}

.icon.avto-return-requests {
	background: url(/local/templates/main_v2/images/return-requests.png) no-repeat center!important;
    height: 25px!important;
	background-size: contain!important;
}

.icon.avto-warehouse-work {
	background: url(/local/templates/main_v2/images/warehouse-work.png) no-repeat center!important;
    height: 25px!important;
}

.icon.avto-seat-capes:before {
	content: '';
    background: url(/local/templates/main_v2/images/seat-capes.png) no-repeat center!important;
    height: 30px!important;
    width: 30px;
    display: inline-block;
    background-size: cover!important;
}

.icon.avto-acessories-new:before {
	content: '';
    background: url(/local/templates/main_v2/images/acessories-new.png) no-repeat center!important;
    height: 30px!important;
    width: 30px;
    display: inline-block;
    background-size: cover!important;
}

.icon.avto-universal-covers:before {
	content: '';
    background: url(/local/templates/main_v2/images/universal-covers.png) no-repeat center!important;
    height: 30px!important;
    width: 30px;
    display: inline-block;
    background-size: cover!important;
}

.icon.avto-carpet-builder:before {
	content: '';
    background: url(/local/templates/main_v2/images/carpet-builder.png) no-repeat center!important;
    height: 30px!important;
    width: 30px;
    display: inline-block;
    background-size: cover!important;
}

.icon.avto-designer-covers:before {
	content: '';
    background: url(/local/templates/main_v2/images/designer-covers.png) no-repeat center!important;
    height: 30px!important;
    width: 30px;
    display: inline-block;
    background-size: cover!important;
}

.icon.avto-armrest-builder:before {
	content: '';
    background: url(/local/templates/main_v2/images/armrest-builder.png) no-repeat center!important;
    height: 30px!important;
    width: 30px;
    display: inline-block;
    background-size: cover!important;
}

.icon.avto-pillows:before {
	content: '';
    background: url(/local/templates/main_v2/images/pillows.png) no-repeat center!important;
    height: 30px!important;
    width: 30px;
    display: inline-block;
    background-size: cover!important;
}

.icon.avto-products-for-wb:before {
	content: '';
    background: url(/local/templates/main_v2/images/wb.png) no-repeat center!important;
    height: 30px!important;
    width: 30px;
    display: inline-block;
    background-size: cover!important;
}

.icon.avto-tents:before {
	content: '';
    background: url(/local/templates/main_v2/images/tenty.png) no-repeat center!important;
    height: 30px!important;
    width: 30px;
    display: inline-block;
    background-size: cover!important;
}

.icon.avto-organizer-bags:before {
	content: '';
    background: url(/local/templates/main_v2/images/organayzer.png) no-repeat center!important;
    height: 30px!important;
    width: 30px;
    display: inline-block;
    background-size: cover!important;
}

.icon.avto-furniture:before {
	content: '';
    background: url(/local/templates/main_v2/images/furniture.png) no-repeat center!important;
    height: 30px!important;
    width: 30px;
    display: inline-block;
    background-size: cover!important;
}

.menu_b .menu ul li a .icon{
  background: none;
  cursor: pointer;
  display: block;
  width: 76px;
  height: auto;
  font-size: 23px;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0,-50%);
  text-align: center;
}
.menu-sitemap-tree > ul > li:not(.active) > a:hover .icon {
    color: #f39d57;
}



.menu_b .menu ul li a span{
  opacity: 1;
  -webkit-transition: ease 700ms;
  -o-transition: ease 700ms;
  transition: ease 700ms;
  position: relative;
}
.menu_close .menu_b .menu ul li a span{opacity: 0;}
.menu_b .menu ul li .sumenu{
  background: #f39d57;
  line-height: 1;
  margin-left: -45px;
  transition: ease 700ms;
  opacity: 0;
  display: none;
  overflow: hidden;
  
}
.menu_close .menu_b .menu ul li.active .sumenu{
  display: block;
 /* height: 0!important;*/
  opacity: 1;
}
.menu_b .menu ul li .sumenu li{
  height: 40px;
  line-height: 40px;
  padding-left: 45px;
}
.menu_b .menu ul li .sumenu li a{
  background: #4C5976!important
}
.menu_b .menu ul li .sumenu li a:hover{
  text-decoration: underline
}
.menu_b .menu ul li a .icon.price-change {
	background-position: -19px -398px;
    height: 22px;
    width: 22px;
}
.menu_b .menu ul li:not(.active) a:hover .icon.price-change{
  background-position: -42px -398px;
}
.menu_b .menu ul li a .icon.change-cases-price {
	background-position: -20px -424px;
    height: 22px;
    width: 21px;
}
.menu_b .menu ul li:not(.active) a:hover .icon.change-cases-price {
  background-position: -42px -424px;
}
.menu_b .menu ul li a .icon.scanner {
	background-position: -25px -447px;
    height: 20px;
    width: 28px;
}
.menu_b .menu ul li:not(.active) a:hover .icon.scanner {
  background-position: -53px -447px;
}
.menu_b .menu ul li a .icon.change-statuses-orders {
	background-position: -25px -468px;
    height: 20px;
    width: 20px;
}
.menu_b .menu ul li a .icon.goods-reception {
	background-position: -54px -468px;
    height: 18px;
    width: 22px;
}
.menu_b .menu ul li a .icon.goods-reception-confirm {
	background-position: -26px -490px;
    height: 19px;
    width: 24px;
}
.menu_b .menu ul li a .icon.in-stock {
	background-position: -54px -488px;
    height: 22px;
    width: 22px;
}
/* header_b */

#header_holder{
  height: 122px;
  position: relative;
  width: 100%;
}

.header_fixator{
  box-sizing: border-box;
  position: absolute;
  z-index: 11;
  width: 100%;
}


.header_b{
  background: #F08E5D;
  color: #fff;
  height: 78px;
  line-height: 78px;
  /*padding-left: 20px;
  position: relative;*/
}
.header_b .logo{
  float: left;
  /*margin-top: -11px;*/
  margin: 0 50px 0 0;
  position: relative;
  padding-left: 20px;
}
.header_b .logo a{
  display: block;
}
.header_b .logo a img{
  display: block;
  transition: ease 400ms;
  margin: 7px 0 0;
  width: 167px;
}
.header_b .go-to-cases-block {
	float: left;
    margin: 0px 20px 0 0;
    padding: 15px 0;
}
.header_b .go-to-cases-block a {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}
.header_b .go-to-cases-block img {
	width: 100%;
	max-width: 200px;
	float: left;
}
.header_b .users-online {
	float: left;
}
.header_b .users-online span {
	padding: 5px 7px;
    border-radius: 5px;	
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}
.header_b .info_box{
  float: right;
}
.get-qr-code-block {
	cursor: pointer;
    display: inline-block;
    height: 19px;
    margin: 1px 6px 0 6px;
    vertical-align: middle;
    width: 20px;
    height: 20px;
	background: url('../images/qr-code.png') no-repeat center;
	background-size: contain;
}
.qr-code-block-popup-block {
	position: relative;
    background: #FFF;
    padding: 30px;
    width: auto;
    max-width: 320px;
    margin: 20px auto;
}
.qr-code-block-popup-block-title {
	display: inline-block;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 15px;
}
.qr-code-block-popup-block-code {
	text-align: center;
}
.qr-code-block-popup-block-print {
	text-align: right;
}
#basket-container {
	display: inline;
}
.header_b .userinfo_ctx{
  float: left;
  padding: 0 15px;
}
.header_b .userinfo_ctx:before{
  background: url('../images/sprites.png') -20px 0;
  content: '';
  display: inline-block;
  height: 23px;
  margin-right: 16px;
  vertical-align: middle;
  width: 20px;
}
.header_b .userinfo_ctx .name{
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  vertical-align: middle;
  text-decoration:none;
  color:#fff;
}
.header_b .userinfo_ctx .name .welcome{
  font-size: 12px;
  font-style: italic;
}
.header_b .userinfo_ctx .logout{
  background: url('../images/sprites.png') -20px -23px;
  content: '';
  cursor: pointer;
  display: inline-block;
  height: 19px;
  margin-left: 3px;
  vertical-align: middle;
  width: 18px;
}
.header_b .cart{
  background: #4C5976;
  color: #fff;
  display: block;
  float: left;
  padding: 0 15px;
  position: relative;
  text-decoration: none;
}
.header_b .cart:before{
  background: url('../images/sprites.png') -20px -42px;
  content: '';
  cursor: pointer;
  display: inline-block;
  height: 24px;
  margin-right: 22px;
  vertical-align: middle;
  width: 22px;
}
.header_b .search-block {
	float: left;
	line-height: 34px;
}
.return_count,
.ubt_count {
	background: #4c5976;
    border-radius: 10px;
    display: block;
    height: 20px;
    font-size: 14px;
    line-height: 21px;
    left: 44px;
    min-width: 12px;
    padding: 0 4px;
    position: absolute!important;
    text-align: center;
    box-sizing: content-box;
	top: 17px;
    opacity: 1!important;
    z-index: 10;
}
.ubt_count {
	right: -8px;
    left: inherit;
    top: -12px;
}
.header_b .cart .count{
  background: #F08E5D;
  border-radius: 10px;
  display: block;
  height: 20px;
  font-size: 14px;
  line-height: 21px;
  left: 33px;
  min-width: 12px;
  padding: 0 4px;
  position: absolute;
  text-align: center;
  top: 23px;
  box-sizing: content-box;
}

.header_b .callback .count{
  background: #f39d57;
  border-radius: 10px;
  display: block;
  height: 20px;
  font-size: 14px;
  line-height: 21px;
  right: 0px;
  min-width: 12px;
  padding: 0 4px;
  position: absolute;
  text-align: center;
  top: 18px;
  box-sizing: content-box;
}
.header-news-count {
	background: url(/local/templates/main_v2/images/bell-alert.png) no-repeat center;
    color: #fff;
    cursor: pointer;
    display: block;
    float: left;
    padding: 0px 9px;
    position: relative;
    text-decoration: none;
    background-size: contain;
    margin: 0 5px 0 10px;
}

.header_b .balance{
  background: #F08E5D;
  color: #fff;
  display: block;
  float: left;
  padding: 0 15px;
  position: relative;
  text-decoration: none;
}
.header_b .balance:before{
  background: url('../images/sprites.png') -20px -66px;
  content: '';
  display: inline-block;
  height: 21px;
  margin-right: 22px;
  vertical-align: middle;
  width: 23px;
}
.header_b .callback{
  color: #fff;
  cursor: pointer;
  display: block;
  float: left;
  padding: 0 15px;
  position: relative;
  text-decoration: none;
}
.header_b .callback:before{
  background: url('../images/sprites.png') -20px -87px;
  content: '';
  display: inline-block;
  height: 24px;
  margin-right: 22px;
  vertical-align: middle;
  width: 25px;
}

.header_b .search_holder{
  display: block;
  float: left;
  height: 78px;
  position: relative;
  z-index: 3;
  width: 50px;
}
.header_b .search_holder .open_btn{
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 78px;
  z-index: 113;
}
.header_b .search_holder.open .open_btn{
  display: none;
}
.header_b .search_holder .close_btn{
  background: url('../images/sprites.png') -45px -151px;
  cursor: pointer;
  position: absolute;
  left: 16px;
  top: 26px;
  width: 24px;
  height: 24px;
  z-index: 111;
}


.header_b .search{
  display: block;
  height: 78px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  transition: ease 700ms;
  width: 50px;
  z-index: 3;
}

.header_b .search button{
  background: #F08E5D;
  border: none;
  color: #fff;
  cursor: pointer;
  display: block;
  float: right;
  height: 78px;
  position: relative;
  width: 50px;
  z-index: 112;
}
.header_b .search button:before{
  background: url('../images/sprites.png') -20px -111px;
  content: '';
  display: block;
  height: 23px;
  left: 50%;
  margin: -12px 0 0 -12px;
  position: absolute;
  top: 50%;
  vertical-align: middle;
  width: 23px;
}
.header_b .search input{
  box-sizing: border-box;
  border: none;
  height: 78px;
  float: left;
  line-height: 78px;
  top: 0;
  padding: 0 20px 0 60px;
  position: absolute;
  right: 0;
  width: 100%;
}
.header_b .search_holder.open .search{
  width: 500px;
}
.header_b .search_holder.open input{
	color: #000;
}


.header_b .balance:hover,
.header_b .callback:hover,
.header_b .search button:hover{
  background: #262626;
}



#header_holder.fixed .header_fixator{
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
}

#header_holder.fixed .header_fixator .header_b .logo a img{
  width: 80px;
  margin-top: 12px;
}

/* auth-header */

.auth-header{
  background: #F08E5D;
  height: 79px;
}
.auth-header__body{
  margin: 0 auto;
  line-height: 79px;
  text-align: center;
}
.auth-header__link{
  color: #fff;
  text-decoration: none;
}
.auth-header__link:before{
  background: url('../images/sprites.png') -38px -249px;
  content: '';
  display: inline-block;
  height: 21px;
  margin-top: -3px;
  margin-right: 15px;
  vertical-align: middle;
  width: 21px;
}

/* auth-logo */

.auth-logo{
  text-align: center;
  padding: 15px 0 20px;
  background: #f5f5f5;
  margin-bottom: 40px;
}

/* auth-form */
.auth-form-login-text {
	text-align: center;
	line-height: 24px;
}
.auth-form{
  background: #f5f5f5;
  padding: 25px;
  max-width: 420px;
  margin: auto;
}
.auth-form__body{}
.auth-form__ttl{
  color: #333;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 25px;
  text-align: center;
}

/* form-body */

.form-body{
  margin: 0 auto;
}
.form-body--wide{
  width: 100%;
  max-width: 100%;
}

.form-body__ttl{
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
}

.form-body__group{
  margin-bottom: 50px;
}

.form-body__item{
  margin-bottom: 14px;
}
.form-body__item:nth-last-child(1){
  margin-bottom: 0;
}
.form-body__item:after{
  content: '';
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  width: 100%;
}

.form-body__action{
  line-height: 35px;
  text-align: right;
}

.form-body__label-col{
  box-sizing: border-box;
  font-size: 14px;
  float: left;
  line-height: 35px;
  padding-right: 15px;
  width: 21%;
}
.form-body__label-col--wide{
  width: 100%;
}
.form-body__field-col{
  box-sizing: border-box;
  float: left;
  width: 79%;
}
.form-license {
	font-size: 14px;
	margin-bottom: 10px;
}
.form-license input[type="checkbox"] {
	margin: 0px;
}
#admin-manager-form .form-field--narrow, #admin-client-form .form-field--narrow {
	float: left;
	margin: 0 10px 0 0;
}
.form-body__field-col--alone{
  margin-left: 21%;
}

.form-body__label{
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.form-body__label b{
  color: #f39d57;
}
.form-body__item--links{
  margin-top: -10px;
  margin-left: -15px;
}
.form-body__item--link{
  font-size: 14px;
  display: inline-block;
  margin-top: 10px;
  margin-left: 15px;
  white-space: nowrap;
}
.form-body__note{
  color: #7d7d7d;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
.form-body__note b{
  color: #f39d57;
}
.form-body__note--inline{
  display: inline-block;
  line-height: inherit;
  margin: 0 30px;
}
.form-field{
  background: #fff;
  height: 50px;
  position: relative;
}
.form-field.picker-select-style {
	width: 74%;
    display: inline-block;
	border-radius: 5px;
}
.form-field.customSelect-merge-orders {
	float: right;
	vertical-align: top;
}
.form-field.customSelect-choose-picker-num {
	width: 65px;
	display: inline-block;
	    border-radius: 5px;
}
.form-field.order-list-fix-block {
	width: 250px;
	display: inline-block;
	vertical-align: top;
    border: 1px solid #e6e6e6;
    margin: 0 0 0 20px;
	height: 42px;
}
.form-field.order-list-fix-block .customSelect:before {
	top: 19px;
}
.form-field.store-doc-change {
	width: 200px;
	display: inline-block;
}
.form-field--inline{
  display: inline-block;
  margin-right: 15px;
}
.form-field--icon{}
.form-field--icon:before{
  background: url('../images/sprites.png') 0 -270px;
  content: '';
  display: block;
  height: 18px;
  position: absolute;
  left: 17px;
  top: 50%;
  margin-left: -6px;
  margin-top: -9px;
  width: 16px;
}
.form-field--icon-key:before{
  background-position: -16px -270px;
  height: 18px;
  width: 18px;
}
.form-field--narrow{
  max-width: 55%; 
}
.form-field--textarea{
  height: 67px; 
}
.form-field__input{
  background: transparent;
  box-sizing: border-box;
  border: none;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  height: 100%;
}
.form-field__input--icon{
  padding-left: 48px;
}
.auth-form .btn.btn-primary {
    height: 50px;
    line-height: 50px;
    min-width: 150px;
    background: #f39d57;
    border-color: #f39d57;
}
.auth-form .btn.btn-primary:hover {
    background: #3293ba;
    border-color: #3293ba;

}


.form-field--radio,
.form-field--checkbox{
  background: transparent;
  border: none;
  color: #606060;
  font-size: 14px;
  padding-left: 0;
}

.form-field__checkbox-input{
  display: none;
}
.form-field__checkbox:before{
  background: #fff url('../images/sprites.png') 0 -295px;
  content: '';
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin-top: -4px;
  margin-right: 10px;
  vertical-align: middle;
  width: 20px;
}
.form-field__checkbox-input:checked+.form-field__checkbox:before{
  background: #333 url('../images/sprites.png') -20px -295px;
}


.form-field__radio-input{
  display: none;
}
.form-field__radio:before{
  background: url('../images/sprites.png') -40px -295px;
  border-radius: 50%;
  content: '';
  cursor: pointer;
  display: inline-block;
  height: 17px;
  margin-top: -4px;
  margin-right: 5px;
  vertical-align: middle;
  width: 17px;
}
.form-field__radio-input:checked+.form-field__radio:before{
  background: url('../images/sprites.png') -57px -295px;
}


.form-field__textarea{
  background: transparent;
  box-sizing: border-box;
  border: none;
  width: 100%;
  padding: 15px;
  resize: none;
  height: 100%;
  font-family: "HelveticaNeueCyr";
  font-size: 14px;
}

@media screen and (max-width: 700px){
  .form-body{
    padding: 0; 
  }
  .form-body__label-col, .form-body__field-col{
    float: none;
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  } 
  .form-body__field-col--alone{
    margin-left: 0;
  }
  .form-body__note{
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 603px){
  .form-field--narrow{
    max-width: 100%;
    float: none !important;
  }
}

/* main_inner */

.main_inner{
  background: #f5f5f5;
  padding: 40px 36px 0;
}

/* tiles_b */

.tiles_b{
  margin: 0 -14px 40px;
}
.tiles_b .tile{
  box-sizing: border-box;
  float: left;
  height: 252px;
  padding: 14px;
  width: 33%;
 
}
.tiles_b .wrap{
  /*background: #fff;*/
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.tiles_b .wrap img{
  display: block;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
}
.tile-wrap-a {
	width: 100%;
	height: 100%;
	display: inline-block;
}
.tiles_b .tile .body{
  border-left: 2px solid #4C5976;
  color: #fff;
  font-size: 24px;
  left: 27px;
  padding-left: 17px;
  position: absolute;
  top: 24px;
  text-decoration: none;
  z-index: 1;
}
.tiles_b .tile .body .ttl{
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
}
.tiles_b .tile .body .dsc{
  font-size: 14px;
}
.tiles_b .tile .body .dsc span{
  background: #4C5976;
  border-radius: 15px;
  display: inline-block;
  padding: 5px 11px 5px;
  margin-bottom: -6px;
  vertical-align: bottom;
}
.tiles_b .tile .action{
  bottom: 24px;
  position: absolute;
  left: 27px;
}

.tiles_b .tile .action .btn.btn-transparent{
    background: rgba(114, 122, 142,1);
}
.tiles_b .tile .action .btn.btn-transparent:hover {
    background: #f39d57;
}

.tiles_b .tile.tile-title{}
.tiles_b .tile.tile-title .wrap{
  border: 1px solid #dfe8ef;
}
.tiles_b .tile.tile-title .body{
  border: none;
  display: block;
  height: auto;
  position: absolute;
  left: 50%;
  line-height: 1.3;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 60%;
}
.tiles_b .tile.tile-title .body:after{
  background: #f39d57;
  content: '';
  display: block;
  height: 2px;
  margin-top: 12px;
  width: 45%;
}
.tiles_b .tile.tile-title .body a{
  color: #3293ba;
  text-decoration: none;
}

/* news_b */

.news_b{
  margin-bottom: 40px;
}
.news_b .inner_ctx{}
.news_b .ttl_b:before{

}
.news_b .ttl_b{
  font-weight: 700;
  padding-left: 5px;
}
.news_b .ttl_b:before{
  background: url('../images//sprites.png') -45px 0;
  content: '';
  display: inline-block;
  height: 27px;
  margin-right: 22px;
  vertical-align: middle;
  width: 27px;
}
.news_b .ttl_b a{
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  margin-left: 15px;
  text-decoration: none;
}
.news_b .ttl_b a:hover{
  color: #000;
}
.news_b .ttl_b a:after{
  background: url('../images//sprites.png') -72px -71px;
  content: '';
  display: inline-block;
  height: 10px;
  margin-left: 13px;
  vertical-align: bottom;
  width: 5px;
}
.news_b .enum{}
.news_b .enum .item{
  background: #fff;
  float: left;
  height: 151px;
  width: 33.3333333332%;
}
.news_b .enum .item .pic{
  background: gray;
  float: left;
  display: block;
  height: 151px;
  position: relative;
  width: 86px;
}
.news_b .enum .item .pic:before{
  background: #fff;
  border-radius: 15px 0 0 15px;
  content: '';
  display: block;
  height: 30px;
  margin-top: -15px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 15px;
}
.news_b .enum .item .pic:after{
  background: url('../images//sprites.png') -72px -64px;
  content: '';
  display: block;
  height: 7px;
  right: 2px;
  position: absolute;
  margin-top: -3px;
  top: 50%;
  width: 8px;
  z-index: 1;
}
.news_b .enum .item .pic img{}
.news_b .enum .item .body{
  margin-left: 98px;
  padding-right: 40px;
  padding-top: 20px;
}
.news_b .enum .item .body .publishedon{
  font-size: 14px;
  text-decoration: none;
}
.news_b .enum .item .body .publishedon:hover{
  text-decoration: underline;
}
.news_b .enum .item .body .dsc{
  font-size: 15px;
  line-height: 1.4;
  margin-top: 14px;
  max-height: 82px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news_b .enum .item .body .dsc a{
  color: #000;
  text-decoration: none;
  text-overflow: ellipsis;
}
.news_b .enum .item .body .dsc a:hover{
  color: #f39d57;
}

/* help_b */

.help_b{
}
.help_b .ttl_b{}
.help_b .ttl_b:before{
  background: url('../images//sprites.png') -45px -27px;
  content: '';
  display: inline-block;
  height: 37px;
  margin-left: -5px;
  margin-right: 22px;
  vertical-align: middle;
  width: 37px;
}
.help_b .ttl_b a{}
.help_b .enum{
  background: #fff;
  padding: 5px 30px;
}
.help_b .enum .item{
  height: 82px;
  float: left;
  margin: 25px 0;
  width: 33.333332%;
}
.help_b .enum .item .pic, .wdg_body .item .pic {
  border: 1px solid #e6e6e6;
  display: block;
  height: 65px;
  float: left;
  width: 75px;
  padding: 6px;
  position: relative;
}
.help_b .enum .item.video .pic:after{
  background: url('../images/sprites.png') -45px -115px;
  content: '';
  display: block;
  height: 36px;
  left: 50%;
  margin-top: -18px;
  margin-left: -18px;
  position: absolute;
  top: 50%;
  width: 36px;
  z-index: 1;
}
.help_b .enum .item:hover .pic, .wdg_body .item:hover .pic{
  border-color: #3293ba;
}
.help_b .enum .item .pic img{
  display: block;
  height: 65px;
  width: 75px;
}
.help_b .enum .item .body{
  line-height: 77px;
  margin-left: 105px;
  margin-right: 20px;
}
.information_block .item .body {
    margin-left: 105px;
    margin-right: 0px;
}
.information_block .item {
	display: inline-block;
    margin: 15px 0;
    width: 100%;
}
.information_block .item:hover .body .dsc a {
    color: #3293ba;
}
.help_b .enum .item .body .dsc{
  color: #000;
  display: inline-block;
  line-height: 1.4;
  vertical-align: middle;
}
.help_b .enum .item .body .dsc a{
  color: #000;
  text-decoration: none;
}
.help_b .enum .item:hover .body .dsc a{
  color: #3293ba
}

/* contacts_b */

.contacts_b{
  color: #1f2527;
  font-size: 14px;
  height: 86px;
  line-height: 86px;
  padding: 0 15px;
}
.contacts_b .wrap{
  display: inline-block;
}
.contacts_b .phone{
  float: left;
  position:relative;
  padding-left:60px;
}
.contacts_b .phone:before{
  background: url('../images//sprites.png') -45px -64px;
  content: '';
  display:block;
  height: 25px;
  vertical-align: middle;
  width: 27px;
  position:absolute;
  left:0;
  top:50%;
  margin-top:-12px;
}
.contacts_b .phone span{
  display: inline-block;
  margin-right: 10px;
}
.contacts_b .addr{
  float: right;
  position:relative;
  padding-left:60px;
}
.contacts_b .addr:before{
  background: url('../images//sprites.png') -45px -89px;
  content: '';
  display: block;
  height: 26px;
  vertical-align: middle;
  width: 20px;
  position:absolute;
  left:0;
  top:50%;
  margin-top:-13px;
}


/* footer_b */

.footer_b{
  clear: both;
  font-size: 13px;
  font-weight: 300;
  overflow: hidden;
  padding: 0;
}
.footer_b .inner_ctx{
  padding: 50px 0 50px 112px;
  box-sizing: border-box;
}
.footer_b .inner_ctx .cols{
  margin: 0 -10px;
}
.footer_b .inner_ctx .cols .col{
  box-sizing: border-box;
  float: left;
  padding: 10px;
  width: 15%;
}
.footer_b .inner_ctx .cols .col.logo{
  margin-top: -10px;
  width: 25%;
}
.footer_b .inner_ctx .cols .col.logo a{
  display: block;
  max-width: 159px;
  width: 100%;
}
.footer_b .inner_ctx .cols .col.logo a img{
  display: block;
  width: 100%;
  height: auto;
}
.footer_b .inner_ctx .cols .col.logo .footer-slogan {
    margin: 30px 0 0;
    font-size: 14px;
    color: #333333;
    text-align: left;
}
    .footer_b .inner_ctx .cols .col.logo .footer-slogan span {
        text-align: center;
        display: inline-block;
    }
.footer_b .inner_ctx .cols .col.menu{
  height: auto;
  width: 19%;
}
.footer_b .inner_ctx .cols .col.menu,
.footer_b .inner_ctx .cols .col.social,
.footer_b .inner_ctx .cols .col.subscribe {padding-top: 35px;}
.footer_b .inner_ctx .cols .col.menu ul{}
.footer_b .inner_ctx .cols .col.menu ul li{
  margin-bottom: 12px;
}
.footer_b .inner_ctx .cols .col.menu ul li a{
  text-decoration: none;
  font-size: 14px;
}
.footer_b .inner_ctx .cols .col.menu ul li a:hover {
	text-decoration: underline;
}
.footer_b .inner_ctx .cols .col .ttl{
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 400;
}
.footer_b .inner_ctx .cols .col.social .ttl {
    margin-bottom: 16px
}
.footer_b .inner_ctx .cols .col.social{}
.footer_b .inner_ctx .cols .col.social ul{}
.footer_b .inner_ctx .cols .col.social ul li{
  display: inline-block;
}
.footer_b .inner_ctx .cols .col.social ul li .icon {
  display: inline-block;
  height: 30px;
  margin-right: 4px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  text-decoration: none;
  color: #4c5976;
}
.footer_b .inner_ctx .cols .col.social ul li .icon:hover {color: #f39d57;}

.footer_b .inner_ctx .cols .col.subscribe{
  width: 22%;
}
.footer_b .inner_ctx .cols .col.subscribe .ttl{}
.footer_b .inner_ctx .cols .col.subscribe form{}
.footer_b .inner_ctx .cols .col.subscribe form .row{
  background: #4c5976;
  
  padding: 10px;
  position: relative;
}
.footer_b .inner_ctx .cols .col.subscribe form .row input{
  box-sizing: border-box;
  border: none;
  height: 39px;
  padding: 0 49px 0 10px;
  width: 100%;
}
.footer_b .inner_ctx .cols .col.subscribe form .row button{
  background: #f39d57;
  border: none;
  height: 39px;
  outline: none;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 39px;
}
.footer_b .inner_ctx .cols .col.subscribe form .row button:before{
  background: url('../images//sprites.png') -65px -89px;
  content: '';
  display: block;
  height: 13px;
  vertical-align: middle;
  position: absolute;
  right: 13px;
  top: 14px;
  width: 14px;
}

.copy_b{
  background: #F08E5D;
  color: #fff;
  font-size: 13px;
  height: 49px;
  line-height: 49px;
  text-align: center;
}
.full-version-link {
	float: right;
	padding: 0 20px 0 0;
}
.body-high .copy_b{
  margin: 0!important;
}

.paykeeper-logos {
	display: block;
    width: 100%;
    height: auto;
}

/* widget_ctx */

.widget_ctx{
  background: #f5f5f5;
  display: block;
  width: 100%;
}
.widget_ctx .wdg_title{
  background: #F08E5D;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  height: 49px;
  line-height: 49px;
  padding: 0 22px;
}
.widget_ctx .wdg_body{
  padding: 10px;
}

/* sidebar_b */

.sidebar_b{
  display: block;
}

.sidebar_b{}
.sidebar_b .slider_wrap{
  margin: 0 -10px;
}
.sidebar_b .widget_wrap{
  box-sizing: border-box;
  float: left;
  padding: 10px;
  width: 33.333332%;
}

.sidebar_b .receipts_wdg.widget_ctx{}
.sidebar_b .receipts_wdg.widget_ctx .wdg_title{}
.sidebar_b .receipts_wdg.widget_ctx .wdg_body{
  box-sizing: border-box;
  width: 100%;
}
.sidebar_b .receipts_wdg.widget_ctx .wdg_body table{
  border-collapse: separate;
  font-size: 13px;
  table-layout: fixed;
  text-overflow: ellipsis;
  width: 100%;
}
.sidebar_b .receipts_wdg.widget_ctx .wdg_body table tr{}
.sidebar_b .receipts_wdg.widget_ctx .wdg_body table tr td{
  border: 2px solid transparent;
  padding: 10px 0;
  box-sizing: border-box;
}
.sidebar_b .receipts_wdg.widget_ctx .wdg_body table tr td:nth-child(1){
}
.sidebar_b .receipts_wdg.widget_ctx .wdg_body table tr td:nth-child(2){
}
.sidebar_b .receipts_wdg.widget_ctx .wdg_body table tr td:nth-child(3){
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 55%;
  padding-right: 20px;
}
.sidebar_b .receipts_wdg.widget_ctx .wdg_body table tr td.sewing_order_journal_list a,
.sewing_order_journal_list_new {
	font-weight: bold;
	color: #4c5976;
}
.sewing_order_journal_list_visited {
	font-weight: normal!important;
	color: #f39d57!important;
}
.sidebar_b .receipts_wdg.widget_ctx .wdg_body table tr td a{
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
  max-width: 100%;
  color: #f39d57;
}
.sidebar_b .receipts_wdg.widget_ctx .wdg_body table tr td a:hover{
  text-decoration: underline;
}

.sidebar_b .receipts_wdg.widget_ctx .wdg_body table tr:hover td{
  box-sizing: border-box;
  background: #fff;
  border: 2px solid #dfe8ef;
  border-right: none;
}
.sidebar_b .receipts_wdg.widget_ctx .wdg_body table tr td:nth-child(1){
  border-radius: 4px 0 0 4px;
  padding-left: 20px;
}
.sidebar_b .receipts_wdg.widget_ctx .wdg_body table tr td:nth-child(n+2){
  border-left:none;
}
.sidebar_b .receipts_wdg.widget_ctx .wdg_body table tr:hover td:nth-last-child(1){
  border-right: 2px solid #dfe8ef;
  border-radius: 0 4px 4px 0;
  height: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.more-arrivals {
	text-align: right;
    display: block;
	margin: 5px 0 0 0;
}
.more-block {
	text-align: right;
    display: block;
}
.more {
	text-align: right;
    display: inline-block;
	margin: 5px 0 0 0;
}

.sidebar_b .news_wdg.widget_ctx{}
.sidebar_b .news_wdg.widget_ctx .wdg_title{
  background: #4C5976;
}
.sidebar_b .news_wdg.widget_ctx .wdg_body{
  padding: 30px 25px;
}
.sidebar_b .news_wdg.widget_ctx .wdg_body .item{}
.sidebar_b .news_wdg.widget_ctx .wdg_body .item+.item{
  margin-top: 20px;
}
.sidebar_b .news_wdg.widget_ctx .wdg_body .item .publishedon{
  font-size: 13px;
  text-decoration: none;
}
.sidebar_b .news_wdg.widget_ctx .wdg_body .item .publishedon:hover{
  text-decoration: underline;
}
.sidebar_b .news_wdg.widget_ctx .wdg_body .item .dsc{
  font-size: 13px;
  margin-top: 9px;
  line-height: 1.4;
}
.sidebar_b .news_wdg.widget_ctx .wdg_body .item .dsc a, .wdg_body .item .dsc a {
  color: #000;
  text-decoration: none;
}
.sidebar_b .news_wdg.widget_ctx .wdg_body .item .dsc a:hover{
  color: #f39d57;
}
.right-block-news {
	
}
.right-block-news .item +.item {
	margin-top: 20px;
}
.right-block-news .item .dsc {
	font-size: 15px;
    margin-top: 9px;
    line-height: 1.4;
}
.right-block-news .item .dsc a {
	color: #000;
    text-decoration: none;
}
.right-block-news .item .dsc a:hover {
	color: #3293ba;
}
.sidebar_b .stats_wdg.widget_ctx{}
.sidebar_b .stats_wdg.widget_ctx .wdg_title{}
.sidebar_b .stats_wdg.widget_ctx .wdg_body{
  padding: 30px 25px;
}
.sidebar_b .stats_wdg.widget_ctx .wdg_body .last{}
.sidebar_b .stats_wdg.widget_ctx .wdg_body .last .label{
  font-size: 13px;
  margin-bottom: 15px;
}
.sidebar_b .stats_wdg.widget_ctx .wdg_body .last .data{
  color: #f39d57;
  font-size: 16px;
  margin-bottom: 45px;
}
.sidebar_b .stats_wdg.widget_ctx .wdg_body table{
  font-size: 14px;
  margin: 0 -10px;
}
.sidebar_b .stats_wdg.widget_ctx .wdg_body table tr{}
.sidebar_b .stats_wdg.widget_ctx .wdg_body table tr td{
  padding: 10px
}
.sidebar_b .stats_wdg.widget_ctx .wdg_body table tr td:nth-child(2){
  color: #3293ba;
}
.price-download-box {
	float: right;
	text-align: right;
    line-height: 14px;
	padding: 22px 0 0 0;
}
.all-price-download-box, 
.all-extended-price-download-box, 
.orders-with-goods-download-box,
.availability-download-box {
    float: right;
    text-align: right;
    line-height: 14px;
}
.price-download, .price-download-xml, .all-price-download, .all-price-download-link, .all-extended-price-download, .all-extended-price-download-link, .orders-with-goods-download, .availability-download {
    font-size: 14px;
}
.price-download:hover, .all-price-download:hover, .all-extended-price-download:hover, .orders-with-goods-download:hover, .availability-download:hover {
    text-decoration: none;
}
.price-download-message, .all-price-download-message, .all-extended-price-download-message, .orders-with-goods-download-message, .availability-download-message, .goods-price-message {
    display: none;
    font-size: 12px;
	line-height: 14px;
}
.price-download-order {
	float: right;
    text-align: right;
    line-height: 28px;
}
.price-download-order a {
	font-size: 14px;
}
.price-download-date-block,
.orders-with-goods-download-date-block {
	display: inline-block;
}
.price-download-date-block .date-interval-hellip,
.orders-with-goods-download-date-block .date-interval-hellip {
	font-size: 16px;
}
.price-download-date-block input[type="text"],
.orders-with-goods-download-date-block input[type="text"] {
	border: 1px solid #e8e8e8;
    height: 37px;
    line-height: 1;
    box-sizing: border-box;
    padding: 0px 13px;
    margin: 0px 0px 0px 0px;
    color: #333333;
}

/* breadcrumb_b */

.breadcrumb_b{}
.breadcrumb_b .inner_ctx{}
.breadcrumb_b .inner_ctx ul{}
.breadcrumb_b .inner_ctx ul li{
  font-size: 14px;
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 4px;
}
.breadcrumb_b .inner_ctx ul li+li:before{
  content: '/';
  color: #bdbdbd;
  margin-right: 4px;
  display: inline-block;
}
.breadcrumb_b .inner_ctx ul li a{}


.breadcrumb_b .inner_ctx .back{
  display: none;
}


@media screen and (max-width: 466px){
  .breadcrumb_b{
    padding: 10px;
  }
  .breadcrumb_b .inner_ctx ul{
    display: none;
  }
  .breadcrumb_b .inner_ctx .back{
    display: inline-block;
    font-size: 18px;
  }
  .breadcrumb_b .inner_ctx .back a{
    color: #333333;
    text-decoration: none;
  }
  .breadcrumb_b .inner_ctx .back a:before{
    background: #f5f5f5 url('../images//sprites.png') -20px -148px;
    border: 15px solid #f5f5f5;
    border-width: 16px 21px 15px 20px;
    box-shadow: 0 0 0 2px #3293ba;
    content: '';
    display: inline-block;
    height: 23px;
    vertical-align: middle;
    margin-right: 18px;
    width: 13px;
  }

}

/* catalog_b */

.catalog_b{
  margin-bottom: 0px;
  padding: 15px 0;
}
#case-block .showcase_ttl  .col.name,
#case-block .showcase_enum .col.name {
    width: 22.5%!important;
}
#case-block .showcase_ttl .col.avaible {
    width: 17.1%;
	line-height: 20px;
}
#case-block .showcase_ttl .col.avaible.midd {
	line-height: 44px;
}
#case-block .showcase_ttl .col.avaible span {
	color: #333;
}
#case-block .showcase_enum .item .opt.avaible {
    width: 16.1%;
}
#case-block .showcase_enum .item .opt.color .marker-cases {
    width: 100%;
}
#case-block .showcase_ttl .col.count, #case-block  .showcase_enum .col.count {
    width: 12.1%;
	padding: 5px 0px;
}
#case-block .showcase_enum .col.count, #capes-block .showcase_enum .col.count, #acessories-block .showcase_enum .col.count, #carpets-block .showcase_enum .col.count {white-space: nowrap;}
#case-block .showcase_enum .item .opt.color .marker-cases {
	line-height: 16px;
    padding: 14px 0 12px;
}
#case-block .showcase_ttl .col.color, #case-block .showcase_enum .col.color {
    width: 19.1%;
    padding: 0px 5px 0 0px; 
}
#case-block .showcase_ttl .col.color, #case-block .showcase_enum .col.color {
    width: 19.1%;
}
#case-block .col.opt.color,
#case-block .col.opt.code,
#case-block .col.opt.avaible,
#case-block .col.opt.price ,
#capes-block .col.opt.color,
#capes-block .col.opt.code,
#capes-block .col.opt.avaible,
#capes-block .col.opt.price,
#acessories-block .col.opt.color,
#acessories-block .col.opt.code,
#acessories-block .col.opt.avaible,
#acessories-block .col.opt.price,
#carpets-block .col.opt.color,
#carpets-block .col.opt.code,
#carpets-block .col.opt.avaible,
#carpets-block .col.opt.price,
#add-services .col.opt.color,
#add-services .col.opt.code,
#add-services .col.opt.avaible,
#add-services .col.opt.price,
#others .col.opt.color,
#others .col.opt.code,
#others .col.opt.avaible,
#others .col.opt.price,
#furniture .col.opt.color,
#furniture .col.opt.code,
#furniture .col.opt.avaible,
#furniture .col.opt.price,
#production .col.opt.color,
#production .col.opt.code,
#production .col.opt.avaible,
#production .col.opt.price,
.detail-goods-list .col.opt.color,
.detail-goods-list .col.opt.code,
.detail-goods-list .col.opt.avaible,
.detail-goods-list .col.opt.price,
.col.opt.size
 {
	text-align: center;
}

#case-block .col.opt.price.col-price,
#capes-block .col.opt.price.col-price,
#acessories-block .col.opt.price.col-price,
#carpets-block .col.opt.price.col-price,
.col.opt.size {
	line-height: 25px;
}

#case-block .col.opt.price.col-price span,
#capes-block .col.opt.price.col-price span,
#acessories-block .col.opt.price.col-price span,
#carpets-block .col.opt.price.col-price span {
	font-size: 16px;
	position: relative;
}

.col.opt.price.col-price .price-tooltipster {
	margin: 0 2px;
}

.col.opt.price.col-price .price-tooltipster strong {
	color: #9f9b9b;
	position: relative;
}

#case-block .col.opt.price.col-price span span.price-tooltipster-price-title,
#capes-block .col.opt.price.col-price span span.price-tooltipster-price-title,
#acessories-block .col.opt.price.col-price span span.price-tooltipster-price-title, 
#carpets-block .col.opt.price.col-price span span.price-tooltipster-price-title {
	position: absolute;
    top: -19px;
    left: 0;
    font-size: 11px;
    margin: auto;
    width: 100%;
	color: #f39d57;
	font-weight: bold;
	min-width: 64px;
}

#case-block .col.opt.price.col-price span strong .price-tooltipster-price-title,
#capes-block .col.opt.price.col-price span strong .price-tooltipster-price-title,
#acessories-block .col.opt.price.col-price span strong .price-tooltipster-price-title, 
#carpets-block .col.opt.price.col-price span strong .price-tooltipster-price-title {
	position: absolute;
    top: -19px;
    left: 0;
    font-size: 11px;
    margin: auto;
    width: 100%;
	color: #9f9b9b;
}

#case-block .col.opt.count,
#capes-block .col.opt.count,
#acessories-block .col.opt.count,
.detail-goods-list .col.opt.count {
	text-align: left;
	padding-left: 30px;
}

.detail-goods-list .col.opt.color {
	line-height: 44px!important;
}

.catalog_b .enum{}
.catalog_b .enum .folder{position: relative;}
.catalog_b .enum .folder .folder_ttl{
  background: #F08E5D;
  border-bottom: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  height: 45px;
  font-size: 18px;
  line-height: 45px;
  padding: 0 20px 0 50px;
  position: relative;
}
.return-count {
	width: 38%!important;
    text-align: right;
}
.showcase_ttl .col.count.return-count {
	padding-right: 90px!important;
}
.catalog_b_capes .cut_body, .catalog_b_cases  .cut_body {
	display: none;
}
.catalog_b .enum .folder .folder_ttl:hover{
  background: #4C5976;
  border-bottom-color: #4C5976;
}
.catalog_b .enum .folder .folder_ttl:before {
  border: 4px solid rgba(0, 0, 0, 0);
  border-top: 6px solid #fff;
  content: '';
  height: 0;
  position: absolute;
  left: 21px;
  top: 50%;
  width: 0;
  z-index: 1;
  margin-top: -4px;
}
.catalog_b .enum .folder.close .folder_ttl:before {
  border: 4px solid rgba(0, 0, 0, 0);
  border-left: 6px solid #fff;
}
.catalog_b .enum .folder .folder_ttl .folder_label{
  display: inline-block;
  line-height: 1.2;
  width: 100%;
}
.catalog_b .enum .folder .folder_ttl .counter{
  font-size: 14px;
  line-height: 1;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.catalog_b .enum .folder .folder_ttl .counter .badge{
  background: #4C5976;
  border-radius: 10px;
  display: inline-block;
  font-size: 14px;
  height: 20px;
  line-height: 21px;
  padding: 0 8px;
}
.catalog_b .enum .folder .folder_ttl .counter .badge img {
	position: relative;
	top: 1px;
}
.catalog_b .enum .folder .folder_ttl:hover .counter .badge{
  background: #000;
}
.catalog_b .enum .folder .folder_body{
  transition: ease 700ms;
}
.catalog_b .enum .folder.close .folder_body{
  height: 0!important;
  overflow: hidden;
}
.catalog_b .enum .folder .folder_body .group{
	position: relative;
}
.catalog_b .enum .folder .folder_body .group .group_ttl{
  background: #8391ae;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  /* height: 45px; */
  font-size: 18px;
  line-height: 45px;
  padding: 3px 20px 4px 20px;
  position: relative;
}
.catalog_b .enum .folder .folder_body .group.close .group_ttl{
  background: #8391ae;
  border-top: 1px solid #fff;
  border-bottom: 0;
}
.body-container {
	background: #3293ba;
    border-bottom: 1px solid #277fa2;
    border-top: 1px solid #58c2dc;	
	color: #fff;
	cursor: pointer;
	/* height: 45px; */
	font-size: 18px;
	line-height: 45px;
	padding: 3px 20px 4px 20px;
	position: relative;
}
.body-container:hover, .body-container.active {
	background: #f39d57;
	border-bottom: 1px solid #da3f39;
	border-top: 1px solid #ff8580;
}
.body-items {
	display: none;
}
.body-container.active + .body-items {
	display: block;
}
.group .section-body__list {
	display: none;
}
.catalog_b .enum .folder .folder_body .group .section-body__list {
	display: block;
}
.catalog_b .enum .folder .folder_body .group.close .section-body__list {
	display: none;
}
.catalog_b .enum .folder .folder_body .group .group_ttl:hover{
  background: #f39d57;
  border-top: 1px solid #ff8580;
}
.catalog_b .enum .folder .folder_body .group .group_ttl .group_label{
  box-sizing: border-box;
  display: inline-block;
  line-height: 1.2;
  vertical-align: middle;
  width: 100%;
  padding-right: 200px;
}
.catalog_b .enum .folder .folder_body .group .group_ttl.active:before {
  border: 4px solid rgba(0, 0, 0, 0);
  border-top: 6px solid #fff;
  top: 17px;
  right: 15px;
}
.catalog_b .enum .folder .folder_body .group .group_ttl .counter{
  font-size: 14px;
  line-height: 1;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.catalog_b .enum .folder .folder_body .group .group_ttl .counter .badge{
  background: #f39c59;
  border-radius: 10px;
  display: inline-block;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  padding: 0 8px;
}
.catalog_b .enum .folder .folder_body .group .group_ttl:hover .counter .badge {
    background: #000;
}
.catalog_b .enum .folder .folder_body .group .group_body{
 transition: ease 700ms;
}
.catalog_b .enum .folder .folder_body .group.close .group_body{
  height: 0!important;
  overflow: hidden;
}
.cut_ttl_new_sale_tent {
	text-align: center;
}

.catalog-view-block {
	
}

.catalog-view-block a {
	width: 22px;
	height: 22px;
	display: inline-block;
	margin: 0 5px 0 0;
	
}

.catalog-view-block a:not(.active):hover {
	background-position: 1px 1px;
	box-shadow: 0 1px 4px rgb(0 0 0 / 45%), -23px 0 20px -23px rgb(0 0 0 / 90%), 23px 0 20px -23px rgb(0 0 0 / 90%), 0 0 40px rgb(0 0 0 / 10%) inset
}

.catalog-view-block a.active {

	box-shadow: 0 1px 4px rgb(0 0 0 / 45%), -23px 0 20px -23px rgb(0 0 0 / 90%), 23px 0 20px -23px rgb(0 0 0 / 90%), 0 0 40px rgb(0 0 0 / 10%) inset;
}

.catalog-view-list {
	background: url(/local/templates/main_v2/images/list-icon.png) no-repeat center;
	background-size: cover;
}

.catalog-view-tile {
	background: url(/local/templates/main_v2/images/tile-icon.png) no-repeat center;
	background-size: cover;
}

#print-content, #print-bill, #containers-box-print, #print-order-label, #print-order-label-container {
	display: none;
}
#print-booklet {
	position: absolute;
	top: -999999999px;
}
.print-bill {
	padding: 0 10px 0 0;
}

/* showcase_b */
#factory-orders .item {
	padding: 7px 5px 7px 19px;
}
#factory-orders .workshops_item.showcase_enum .col.name {
	width: 30%;
}
#factory-orders .showcase_ttl .col.model {
	width: 56%;
}
#sewing-order-detail .showcase_ttl .col.model {
	width: 28%;
}
#sewing-order-detail .workshops_item.showcase_enum .col.name {
	width: 24%;
}
#sewing-order-detail .showcase_enum .item .opt.color {
    line-height: 15px;
}
#sewing-order-detail .showcase_enum .item .opt.size {
    line-height: 50px;
	width: 14.1%;
}
#sewing-order-detail .showcase_ttl .col.size {
	width: 11.1%;
}
#sewing-order-detail.journal-order-detail .workshops_item.showcase_enum .col.name {
	width: 26%;
}
#sewing-order-detail .col.articul {
	width: 17%;
}
#sewing-order-detail  .showcase_enum .item .opt.code {
	width: 20%;
}
#sewing-order-detail  .workshops_item.showcase_enum .col.quant {
	width: 9%;
}
#sewing-order-detail .showcase_ttl .col.quant {
	width: 10%;
}
#sewing-order-detail .workshops_item .amount {
	width: 10%;
	color: #3293ba;
	height: 50px;
    line-height: 50px;
}
.showcase_wrap{
  background: #fff;
  padding: 15px;
}

.showcase_b{
  background: #f5f5f5;
}
.showcase_b .showcase_title{
  background: #fff;
  font-size: 24px;
  padding: 0 15px;
}
.showcase_b .showcase_title span{
  border-bottom: 2px solid #000;
  display: block;
  height: 50px;
  line-height: 50px;
  /*padding: 0 20px;*/
}
.showcase_b .showcase_title+.showcase_ttl{
  border-width: 0;
}
.showcase_b .showcase_ttl{
  background: #fff;
  border: 1px solid #dfdfdf;
  color: #4c5976;
  min-height: 43px;
  font-size: 14px;
  line-height: 43px;
  padding: 0 20px;
}
.showcase_b .showcase_ttl:after{
  content: '.';
  clear: both;
  display: block;
  height: 0;
  width: 100%;
  visibility: hidden;
}
.showcase_ttl .col,
.showcase_enum .col{
  box-sizing: border-box;
  float: left;
  width: 14.1%;
}
.showcase_ttl .col.code {
	width: 15.1%;
}
.showcase_ttl .col.avaible {
	width: 13.1%;
}
.showcase_ttl .col.avaible.element-manager-view {
	line-height: 20px;
}
.showcase_ttl .col.avaible.element-manager-view span {
	font-size: 12px;
}
.item b {
	font-weight: bold;
}
.catalog_b_capes .showcase_ttl .col.avaible {
	width: 17.1%;
	line-height: 20px;
}
.catalog_b_capes .showcase_ttl .col.avaible span {
	color: #333;
}
.catalog_b_capes .showcase_enum .item .opt.avaible {
    width: 16.1%;
}
.catalog_b_capes .showcase_ttl .col.count, .catalog_b_capes .showcase_enum .col.count {
    float: right;
    width: 13.1%;
}
.catalog_b_capes  .col.avaible.midd {
	line-height: 44px;
}
.showcase_ttl .col.name,
.showcase_enum .col.name{
  width: 21.5%;
}
.showcase_ttl .col.color,
.showcase_enum .col.color{
  width: 11.1%;
}
.showcase_ttl .col.count,
.showcase_enum .col.count{
  float: right;
  width: 16.1%;
}
.showcase_ttl .col.price,
.showcase_enum .col.price {
  box-sizing: border-box;
  float: left;
  width: 22.1%;
}
.showcase_enum .col.price.col-price {
	padding: 10px 0;
}
.showcase_enum{background: #fff;}
.showcase_enum .item{
  background: #f5f5f5;
  font-size: 14px;
  /*padding: 7px 19px;*/
  padding: 4px 19px;
}
.showcase_enum .item:nth-child(even){
  background: #fff;
}
.showcase_enum .item:after{
  content: '.';
  clear: both;
  display: block;
  height: 0;
  width: 100%;
  visibility: hidden;
}
.showcase_enum .item.alk {
	background: #b2e9a6!important;
	margin-bottom: 3px;
	padding: 4px 19px 1px;
}
.showcase_enum .item.velur {
	background: #ffb8b8!important;
	margin-bottom: 3px;
	padding: 4px 19px 1px;
}
.showcase_enum .item.romb {
	background: #e0d1ec!important;
	margin-bottom: 3px;
	padding: 4px 19px 1px;
}
.showcase_enum .item.aromb {
	background: #e7f1f5!important;
	margin-bottom: 3px;
	padding: 4px 19px 1px;
}
.showcase_enum .item.universal {
	background: #f5f5f5!important;
	margin-bottom: 3px;
	padding: 4px 19px 1px;
}
.showcase_enum .item.eco {
	background: #f5f5f5!important;
	margin-bottom: 3px;
	padding: 4px 19px 1px;
}
.showcase_enum .item .label{
  display: none;
}
.showcase_enum .item .opt.name{
  line-height: 44px;
}
.showcase_enum .item .opt.name .label{}
.showcase_enum .item .opt.name .pic{
  border: 1px solid #dfdfdf;
  box-shadow: -2px 0 0 0 #f39d57;
  background: #f5f5f5;
  cursor: pointer;
  display: block;
  float: left;
  height: 44px;
  vertical-align: middle;
  padding: 2px;
  transition: ease 400ms; 
  width: 44px;
}
.showcase_enum .item .opt.name .pic:hover{
  border-color: #3293ba;
  background: #3293ba;
}
.image-popup-no-margins img {
	max-width: 44px;
	max-height: 44px; 
}
.showcase_enum .item .opt.name .body{
  margin-left: 60px;
}
.showcase_enum .item .opt.name .favorits{
  display: block;
  float: left;
}
.showcase_enum .item .opt.name .favorits em{
  background: url('../images/sprites.png') 0 -146px;
  content: '';
  cursor: pointer;
  display: inline-block;
  width: 16px;
  vertical-align: middle;
  height: 15px;
}
.showcase_enum .item .opt.name .favorits.active em{
	background: url('../images/sprites.png') 0 -131px;
}
.showcase_enum .item .opt.name .ttl{
  display: block;
  line-height: 44px;
  margin-left: 26px;
}
.order .showcase_enum .item .opt.name .ttl, .order .showcase_enum .item .opt.color {
    display: block;
    line-height: 20px;
    margin-left: 26px;
    padding: 12px 0;
}
.order .showcase_ttl .col.count, .order .showcase_enum .col.count {
	width: 10.1%;
}
#merge-orders-list .cart_b .cart_enum .item .col.opt.color {
    line-height: 17px;
    width: 9.1%;
	padding: 8px 0 10px 10px;
}
#merge-orders-list .cart_b .cart_enum .item .col.opt.name {
    width: 32.5%;
}
.showcase_enum .item .opt.name .ttl span{
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}
.showcase_enum .item .opt.color{
  line-height: 15px;
  padding-left: 2px;
}
.gild-list .showcase_enum .item .opt.color{
  line-height: 15px;
}
.catalog_b_capes .showcase_enum .item .opt.color{
  line-height: 50px;
  padding-left: 0px;
  word-break: break-all;
}
    .catalog_b_capes .showcase_enum .item .opt.color span {
        display: inline-block;
        line-height: 1;
        vertical-align: middle;
    }
.showcase_enum .item .opt.color .label{}
.showcase_enum .item .opt.color .marker{
  background: #000;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  min-height: 28px;
  margin-bottom: -2px;
  position: relative;
  vertical-align: middle;
  width: 17px;
}
#bx-soa-order-form .opt.color .marker,
.section-body__list.sewing-catalog_b .marker {
  background: #000;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 28px;
  margin-bottom: -2px;
  position: relative;
  vertical-align: middle;
  width: 17px;
}
.showcase_enum .item .opt.color .marker-cases {
	background: none;
}
.showcase_enum .item .opt.color .marker img {
	float: left;
}
.showcase_enum .item .opt.color .marker .tag, .opt.color .marker .tag, .section-body__list.sewing-catalog_b .marker .tag {
  background: #fff;
  border: 1px solid #e4e4e4;
  box-shadow: 0 0 5px #c5c5c5;
  font-size: 18px;
  height: 28px;
  left: 30px;
  line-height: 28px;
  opacity: 0;
  padding: 0 14px;
  position: absolute;
  top: -21px;
  transition: z-index 700ms ease 0ms, opacity ease 700ms;
  white-space: nowrap;
  z-index: -1;
}
.showcase_enum .item .opt.color .marker-cases .tag, 
#bx-soa-order-form .opt.color .marker .tag, 
.section-body__list.sewing-catalog_b .res-table__row--block .marker-cases .tag {
	left: 35px;
	top: -1px;
}
.marker-sewing {
	position:relative;
}
.marker-sewing .tag {
	left: 35px!important;
	top: 0px!important;
}
.showcase_enum .item .opt.color .marker:hover .tag, .opt.color .marker:hover .tag, .res-table__row--block .marker-cases:hover .tag {
  opacity: 1;
  transition: z-index 0ms ease 0ms, opacity ease-in 400ms;
  z-index: 1;
}
.showcase_enum .item .opt.color .marker .tag:after, .opt.color .marker .tag:after, .res-table__row--block .marker-cases .tag:after {
  background: url('../images//tag_border.png') center left;
  content: '';
  display: block;
  height: 28px;
  position: absolute;
  left: -13px;
  top: -2px;
  width: 13px;
}
.showcase_enum .item .opt.color .marker .tag em{
  background: red;
  display: inline-block;
  height: 32px;
  vertical-align: middle;
  width: 32px;
  margin-top: -4px;
  margin-left: 10px;
}
.showcase_enum .item .opt.color .marker .tag em img{
	float: left;
}

.showcase_enum .item .opt.color .multicolor{
  background: gray;
  cursor: pointer;
  display: inline-block;
  position: relative;
  height: 28px;
  vertical-align: middle;
  width: 28px;
}
.showcase_enum .item .opt.color .multicolor em{
  background: #ea8f00;
  float: left;
  height: 100%;
  width: 50%;
}
.showcase_enum .item .opt.color .multicolor em:nth-child(2){
  background: #000;
}
.showcase_enum .item .opt.color .multicolor:before{
  background: #fff;
  content: '';
  display: block;
  height: 12px;
  left: 8px;
  position: absolute;
  top: 8px;
  width: 12px;
  z-index: 1;
}

.showcase-code-link {
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 100%;
    line-height: normal;
    justify-content: center;
}

.catalog-list-detail-link {
	font-weight: bold;
	color: #4c5976;
}

.showcase_enum .item .opt.code{
  height: 50px;
  line-height: 50px;
  width: 15.1%;
}
.showcase_enum .item .opt.code .label{}
.showcase_enum .item .opt.code span{}
.showcase_enum .item .opt.avaible{
  height: 50px;
  line-height: 50px;
  width: 13.1%;
}
.showcase_enum .item .opt.avaible .label{}
.showcase_enum .item .opt.avaible .process{
  color: #f39d57;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  position: relative;
  padding-right: 10px;
  width: 100%;
  box-sizing: border-box;
}
.showcase_enum .item .opt.avaible .process .text{
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}
.showcase_enum .item .opt.avaible .process .tag{
  background: #fff;
  border: 1px solid #000;
  color: #000;
  cursor: pointer;
  white-space: nowrap;
  left: 0;
  line-height: 1;
  padding: 10px;
  position: absolute;
  top: 35px;
  transition: z-index 700ms ease 0ms, opacity ease 700ms;
  opacity: 0;
  z-index: -1;
}
.showcase_enum .item .opt.avaible .process:hover .tag{
  opacity: 1;
  transition: z-index 0ms ease 0ms, opacity ease-in 400ms;
  z-index: 1;
}
.showcase_enum .item .opt.avaible .process .tag em{
  color: #f39d57;
}
.showcase_enum .item .opt.price{
  height: 50px;
  line-height: 50px;
}
.showcase_enum .item .opt.price.sale-price {
	position: relative;
}
.showcase_enum .item .opt.price.sale-price span {
	color: #ff0000;
}
.showcase_b .showcase_enum .item .opt.price.sale-price span,
.showcase_b .showcase_enum .item .opt.price.sale-price span.manager-price {
	color: #65c165;
	/*border-bottom: 1px dotted transparent;*/
}
.showcase_enum .item .opt.price.sale-price .sale-price-title {
    color: #ff0000;
    line-height: 0px;
    position: absolute;
    bottom: 6px;
    right: 0;
    left: 0;
}
.showcase_enum .item .opt.price .label{}
.showcase_enum .item .opt.price span{
  color: #f39d57;
  font-size: 18px;
}
.showcase_enum .item .opt.count{
  height: 50px;
  line-height: 50px;
  padding: 5px 0 0px;
}
.personal-item-info .col.opt.total {
  height: 50px;
  line-height: 50px; 
  color: #f39d57;
  font-size: 18px;
  width: 13.1%;
  float: right;
  text-align: right;
}
.personal-item-info .col.opt.count {
	width: 6.1%;
}
.personal-item-info .col.price.count {
	width: 15.1%;
}
.personal-item-info .col.opt.name {
	width: 31%;
}
.showcase_enum .item .opt.count .label{}
.showcase_enum .item .opt.count select{}
.showcase_enum .item .opt.count select option{}
.showcase_enum .item .opt.count .btn.btn-buy{}

.folder.cut.close .showcase_b.no-section {
	display: none;
}
.folder.cut.showcase_b.no-section {
	display: block;
}

.showcase_enum .item .opt.price {
	font-size: 16px;
}

.showcase_enum .item .opt.price span.price-tooltipster {
	cursor: pointer;
	border-bottom: 1px dotted #4c5976;
	color: #4c5976;
}

.showcase_enum .item .opt.price span.price-tooltipster.manager-price {
	cursor: pointer;
	border-bottom: 1px dotted #f39d57;
	color: #f39d57;
}

.showcase_enum .item .opt.price span.price-tooltipster.not-active {
	cursor: default;
	border-bottom: none;
}

.showcase_enum .item .opt.price span.price-tooltipster:hover {
	border-bottom-color: transparent;
}

.catalog-old-price {
	color: #ff0000;
	display: inline;
    text-decoration: line-through;
}

/* card_b */

.card_b{
  padding: 15px;
  margin-bottom: 40px;
}
.card_b .inner_ctx{}

.card_b .inner_ctx .ttl_b.m_ttl{
  margin-left: 500px;
  /* margin-bottom: 3px; */
}
.manager-stock-count {
  float: left;
  width: 100%;
}
.manager-stock-count-title {
	float: left;
	width: 100%;
	font-size: 18px;
	padding: 0 0 8px;
}
.manager-stock-count-item {
	float: left;
	width: 100%;
	padding: 0 0 5px;
}
.card_b .inner_ctx .gallery{
  /* margin-top: -70px; */
  float: left;
  position: relative;
  width: 466px;
  max-width: 100%;
}
.card_b .inner_ctx .gallery .tags{
  left: -13px;
  position: absolute;
  top: 13px;
  width: 100px;
}
.card_b .inner_ctx .gallery .tags .tag{
  background: #ff7200;
  color: #fff;
  display: block;
  height: 22px;
  font-size: 12px;
  line-height: 22px;
  margin-bottom: 2px;
  position: relative;
  text-align: center;
}
.card_b .inner_ctx .gallery .tags .tag:after{
  border: 10px solid transparent;
  border-top: 22px solid #ff7200;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  right: -10px;
  top: 0;
  width: 0;
}
.card_b .inner_ctx .gallery .tags .tag.sale{
  background: #f39d57;
}
.card_b .inner_ctx .gallery .tags .tag.sale:after{
  border-top-color: #f39d57;
}
.card_b .inner_ctx .gallery .fs{
  margin-bottom: 10px;
  margin-top: 0!important;
  width: 100%;
}
.card_b .inner_ctx .gallery .fs img{
  max-width: 100%;
}
.card_b .inner_ctx .gallery .prev{

}
.card_b .inner_ctx .gallery .prev .item{
  border: 1px solid #dedede;
  cursor: pointer;
  float: left;
  height: 79px;
  margin-right: 15px;
  position: relative;
  width: 79px;
}
.card_b .inner_ctx .gallery .prev .item:after{
  border: 2px solid transparent;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transition: ease 700ms;
}
.card_b .inner_ctx .gallery .prev .item:hover{
  transition: ease 700ms;
  border-color: #f39d57;
}
.card_b .inner_ctx .gallery .prev .item:hover:after{
  border: 2px solid #f39d57;
}
.card_b .inner_ctx .gallery .prev .item img{
  display: block;
}
.card_b .inner_ctx .options{
  margin-left: 500px;
}
.card_b .inner_ctx .options .ttl_b.m_ttl{
  margin-left: -15px;
}
.card_b .inner_ctx .options .code{
  color: #777777;
  font-size: 14px;
  margin-bottom: 10px;
}
.card_b .inner_ctx .options .avaible{
  color: #2d9e16;
  font-size: 14px;
  margin-bottom: 35px;
}
.card_b .inner_ctx .options .vars{}
.card_b .inner_ctx .options .vars ul{}
.card_b .inner_ctx .options .vars ul li{
  font-size: 16px;
  display: inline-block;
  margin-bottom: 24px;
}
.card_b .inner_ctx .options .vars ul li label:before{
  background: #fff;
  border: 1px solid #c5cfd0;
  border-radius: 50%;
  content: '';
  cursor: pointer;
  display: inline-block;
  height: 16px;
  margin-right: 11px;
  vertical-align: bottom;
  width: 16px;
}
.card_b .inner_ctx .options .vars ul li label{}
.card_b .inner_ctx .options .vars ul li label em{
  font-style: normal;
  font-size: 18px;
  font-weight: 700;
  margin-right: 30px;
}
.card_b .inner_ctx .options .vars ul li input{
  display: none;
}
.card_b .inner_ctx .options .vars ul li input:checked+label:before{
  border: 5px solid #f39d57;
  height: 8px;
  width: 8px;
}

.card_b .inner_ctx .options .colors{}
.card_b .inner_ctx .options .colors ul{
  margin-bottom: 15px;
}
.card_b .inner_ctx .options .colors ul li{
  display: inline-block;
}
.card_b .inner_ctx .options .colors ul li label{
 /* background: gray;*/
  cursor: pointer;
  display: inline-block;
  position: relative;
  height: 28px;
  width: 28px;
}
.card_b .inner_ctx .options .colors ul li label em{
  background: green;
  float: left;
  height: 100%;
  width: 50%;
}
.card_b .inner_ctx .options .colors ul li label em:nth-child(2){
  background: red;
}
.card_b .inner_ctx .options .colors ul li label:before{
  background: #fff;
  content: '';
  display: block;
  height: 12px;
  left: 8px;
  position: absolute;
  top: 8px;
  width: 12px;
  z-index: 1;
}
.card_b .inner_ctx .options .colors ul li label:after{
  background: url('../images//sprites.png') -83px -198px;
  content: '';
  display: block;
  height: 10px;
  left: 9px;
  position: absolute;
  top: 9px;
  transition: ease 400ms;
  width: 10px;
  opacity: 0;
  z-index: 2;
}
.card_b .inner_ctx .options .colors ul li input:checked+label:after{
  opacity: 1;
}
.card_b .inner_ctx .options .colors ul li input{
  display: none;
}
.card_b .inner_ctx .options .order_avaible{
  font-size: 14px;
  margin-bottom: 60px;
}
.card_b .inner_ctx .options .price{
  font-size: 36px;
  font-weight: 700;
}
.card_b .inner_ctx .options .action_box{
  height: 100px;
}
.card_b .inner_ctx .options .price{
  float: left;
  margin-right: 35px;
  margin-bottom: 20px;
}
.card_b .inner_ctx .options .action{
  float: left;
}
.card_b .inner_ctx .options .action .customSelect{}
.card_b .inner_ctx .options .action .customSelect select{}
.card_b .inner_ctx .options .action .customSelect select option{}
.card_b .inner_ctx .options .action .btn.btn-buy{}
.card_b .inner_ctx .options .action .follow{
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.not_avalible {
	margin: 10px 0 0 0;
}

.report-detail a span.on, .trace-detail a span.on, .report-detail a.active span.off, .trace-detail a.active span.off {
	display: block;
}

.report-detail a.active span.on, .trace-detail a.active span.on, .report-detail a span.off, .trace-detail a span.off {
	display: none;
}

#order-search, #order-num-search, #manager-search, #city-search, #unowned-order-num-search, #return-num-search, #manager-unowned-search, #client-id-search, #client-email-search, #order-articul-search, #stock-reception-goods-search, .filter-input {
	border: 1px solid #e8e8e8;
	height: 37px;
    line-height: 1;
	box-sizing: border-box;
	padding: 0px 25px 0 10px;
	margin: 0px 0px 0px 12px;
	color: #333333;
}
.order-post-fact-input input {
	border: 1px solid #e8e8e8;
	height: 37px;
    line-height: 1;
	box-sizing: border-box;
	padding: 0px 13px;
	margin: 0px 0px 0px 0px;
	color: #333333;
}
.order-post-fact-btn {
	margin: 0px 0px 0px 10px;
	cursor: pointer;
	height: 37px;
	line-height: 35px;
	display: none;
}
.order-post-fact-btn.show {
	display: inline-block;
}
.monetary-search {
	min-width: 220px;
}
.client-add-money #order-search {
	border: none;
	margin: 0;
}
.monetary-radio li {
	float: left;
	margin: 0 10px 0 0!important;
	line-height: 40px;
	cursor: pointer;
}
.monetary-radio .options_enum span:before {
	top: 11px;
}
.monetary-radio li span {
	padding-left: 24px;
}
.monetary-balance-sum {
	float: left;
	margin: 12px 0 0 0;
}
#monetary-sum-to-str {
	float: left;
	margin: 12px 0 0 0;
	font-size: 16px;
}
.order-search-box {
	position: relative;
}
.order-search-box:after {
	content: '';
	background: url('../images/sprites.png') -69px -217px;
	width: 13px;
	height: 13px;
	position: absolute;
    right: 9px;
    top: 13px;
}

.card_b .mobile{
  display: none;
}

.return-button {
	float: right;
    line-height: 0px;    
	background: #4c5976;
	color: #fff;
	border: 0!important;
    height: 39px!important;
    line-height: 39px!important;
}
.return-button:hover {
	background: #f39d57;
}
.return-button-box {
	display: inline-block;
	line-height: 39px;
    padding-left: 4px;
}
.return-box {
	margin: 25px 0 0 0;
}
.return-button.returned {
	background: #f39d57;
}
.manager-return-defect-btn {
	display: none;
}
.cart_b.return-block .col.opt.name {
	height: auto;
}
.cart_b.return-block .col.opt.name .ttl {
	margin-bottom: 0px!important;
}

/* description_b */

.description_b{
  margin-bottom: 0px;
}
.description_b .tabs{}
.description_b .tabs .tab_menu{}
.description_b .tabs .tab_menu ul{}
.description_b .tabs .tab_menu ul li{}
.description_b .tabs .tab_enum{}
.description_b .tabs .tab_enum .content_wrap b {font-weight: bold}
.description_b .tabs .tab_enum .tab{}

.barcode_wrap {
	display: inline-block;
}
.barcode_wrap p {
	padding: 0 0 10px;
	margin: 0;
}
.barcode_wrap img {
	float: left;
	margin: 0 20px 20px 0;
}
#barcode-box-print {
	display: none;
}

/* mobile_cut_box */

.mobile_cut_box{}
.mobile_cut_ttl{
  display: none;
}
.mobile_cut_boby{}

@media screen and (max-width:450px){
  .mobile_cut_box{
    padding: 0!important;
  }
  .mobile_cut_ttl{
    background: #333333;
    border-bottom: 1px solid #242424;
    border-top: 1px solid #505050;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    padding: 0 20px 0 50px;
    position: relative;
  }
  .mobile_cut_ttl:before {
    border: 4px solid rgba(0, 0, 0, 0);
    border-left: 6px solid #787878;
    content: '';
    height: 0;
    float: right;
    position: absolute;
    left: 21px;
    top: 18px;
    width: 0;
    z-index: 1;
  }
  .open_cut_box .mobile_cut_ttl{
    background: #f39d57;
    border-bottom: 1px solid #da3f39;
    border-top: 1px solid #ff8580;
  }
  .open_cut_box .mobile_cut_ttl:before {
    border: 4px solid rgba(0, 0, 0, 0);
    border-top: 6px solid #fff;
    content: '';
    height: 0;
    float: right;
    position: absolute;
    left: 21px;
    top: 20px;
    width: 0;
    z-index: 1;
  }
  .mobile_cut_boby{
    box-sizing: border-box;
    height: 0;
    overflow: hidden;
  }
  .open_cut_box .mobile_cut_boby{
    height: auto;
  }
}

/* cabinet_b */

.cabinet_b{}

.cabinet_b .tabs_box{}
.cabinet_b .tabs_box .tab_menu{}
.cabinet_b .tabs_box .tab_menu ul{}
.cabinet_b .tabs_box .tab_menu ul .info{}
.cabinet_b .tabs_box .tab_menu ul .info .icon.active{}
.cabinet_b .tabs_box .tab_menu ul li{}
.cabinet_b .tabs_box .tab_menu ul li a{
  color: #fff;
  display: inline-block;
  text-decoration: none;
  line-height: 1;
  font-size:14px;
  vertical-align:middle;
  width: auto;
  position: relative;
}
.cabinet_b .tabs_box .tab_menu ul li a .return_count {
	top: -15px;
	right: -15px;
	left: inherit;
}
.cabinet_b .tabs_box .tab_menu ul li .icon:before{
  background: url('../images/sprites.png') 0 -114px;
  cursor: pointer;
  content: '';
  display: inline-block;
  font-size: 0;
  height: 17px;
  margin-right: 10px;
  vertical-align: middle;
  width: 19px;
}
.cabinet_b .tabs_box .tab_menu ul li .icon.information:before{
  background-position: -82px -57px;
  height: 20px;
  width: 20px;
}
.cabinet_b .tabs_box .tab_menu ul li .icon.history:before{
  background-position: -82px -17px;
  height: 20px;
  width: 16px;
}
.cabinet_b .tabs_box .tab_menu ul li .icon.clients:before{
  background-position: 0 -212px;
  height: 21px;
  width: 21px;
}
.cabinet_b .tabs_box .tab_menu ul li .icon.callback:before{
  background-position: -82px -116px;
  height: 19px;
  width: 20px;
}
.cabinet_b .tabs_box .tab_menu ul li .icon.staff:before {
    background-position: -82px -37px;
    height: 20px;
    width: 20px;
}
.cabinet_b .tabs_box .tab_menu ul li .icon.stats:before{
  background-position: -82px -77px;
  height: 20px;
  width: 20px
}
.cabinet_b .tabs_box .tab_menu ul li .icon.avto-return:before{
  background: none;
  font-size: 22px; 
  content: "\72";
}
.cabinet_b .tabs_box .tab_menu ul li .icon.favorits:before{
  background-position: -82px -135px;
  height: 20px;
  width: 21px;
}
.cabinet_b .tabs_box .tab_menu ul li .icon.docs:before{
  background-position: -82px -155px;
  height: 21px;
  width: 17px;
}
/*.cabinet_b .tabs_box .tab_menu ul li .icon.cashbox:before{
  background-position: -82px -155px;
  height: 20px;
  width: 21px;
}
*/
.cabinet_b .tabs_box .tab_menu ul li .icon.order-sewing:before{
  background-position: 0 -448px;
  height: 24px;
  width:23px;
}
.cabinet_b .tabs_box .tab_menu ul li .icon.order-list:before{
  background-position: 0 -472px;
  height: 22px;
  width: 17px;
}
.cabinet_b .tabs_box .tab_menu ul li .icon.workshops:before{
  background-position: 0 -494px;
  height: 19px;
  width: 26px;
}
.cabinet_b .tabs_box .tab_menu ul li .icon.workshops-coming:before{
  background-position: 0 -513px;
  height: 26px;
  width: 19px;
}
.cabinet_b .tabs_box .tab_menu ul li .icon.reduced-balances:before{
  background: url(/local/templates/main_v2/images/reduced-balances.png) no-repeat top 1px left 0;
  height: 24px;
  width: 24px;
}
.cabinet_b .tabs_box .tab_menu ul li .icon.running-out:before{
  background: url(/local/templates/main_v2/images/running-out.png) no-repeat;
  height: 25px;
  width: 24px;
  background-size: contain;
}
.cabinet_b .tabs_box .tab_menu ul li .icon.balance:before{
    background-position: -20px -66px;
    height: 21px;
    width: 23px;
}
.cabinet_b .tabs_box .tab_menu ul li .icon.approve:before{
	background: url(/local/templates/main_v2/images/approve-icon.png) no-repeat top 1px left 0;
    background-size: contain;
    width: 20px;
    height: 21px;
}
.cabinet_b .content_ctx{
  background: #fff;
  padding: 17px 25px;
}
.admin-statistic-button-box {
	text-align: right;
	padding: 0 0 20px;
}
.statistic-preloader-table {
	display: none;
}
.cabinet_b .content_ctx.docs_ctx{
  background: transparent;
}

.cabinet_b .main_info{
  border-bottom: 3px solid #ededed;
  font-size: 18px;
  height: 54px;
  line-height: 54px;
  margin-bottom: 18px;
  padding-bottom: 10px;
}
.cabinet_b .main_info .user{
  float: left;
}
.cabinet_b .main_info .user .pic{
  background: #3293ba;
  height: 54px;
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
  width: 54px;
}
.cabinet_b .main_info .user .pic img{}
.cabinet_b .main_info .user .label{}
.cabinet_b .main_info .user .mail{
  color: #3293ba;
}
.cabinet_b .main_info .logout{
  font-size: 14px;
  float: right;
}
.cabinet_b .main_info .logout a{
  color: #333;
  text-decoration: none;
}
.cabinet_b .main_info .logout a:after{
  background: url('../images//sprites.png') -20px -23px;
  content: '';
  cursor: pointer;
  display: inline-block;
  height: 19px;
  margin-left: 10px;
  vertical-align: middle;
  width: 18px;
}

.cabinet_b .manager_group{
  float: right;
  width: 40%;
}
.cabinet_b .manager_ctx{
  border: 2px solid #3293ba;
  background: #f4f9fd;
  box-sizing: border-box;
  font-size: 14px;
  padding: 27px 19px;
  margin-bottom: 40px;
}
.cabinet_b .manager_ctx .row+.row{
  margin-top: 15px;
}
.cabinet_b .manager_ctx .row:after{
  content: '.';
  clear: both;
  display: block;
  height: 0;
  width: 100%;
  visibility: hidden;
}
.cabinet_b .manager_ctx .row .col.label{
  color: #3293ba;
  float: left;
  line-height: 1.4;
  width: 50%;
}
.cabinet_b .manager_ctx .row .col.dsc{
  color: #f39d57;
  float: left;
  line-height: 1.4;
  width: 50%;
}
.cabinet_b .col.dsc.manager_dsc .action span {
	line-height: 18px;
	height: auto;
	padding: 4px 5px;
}
.cabinet_b .manager_ctx .row .col.dsc .name,
.cabinet_b .manager_ctx .row .col.dsc .phone{
  color: #333;
}
.cabinet_b .manager_ctx .row .col.dsc .email{
  color: #3293ba;
}

.cabinet_b .info_ctx{
  float: left;
  width: 55%;
}
.cabinet_b .info_ctx .info_group{
  margin-bottom: 43px;
}
.ttl{
  /*font-size: 24px;*/
  font-weight: 700;
  margin-bottom: 0px;
}
.cabinet_b .ttl {
  /*font-size: 24px;*/
  font-weight: 700;
  margin-bottom: 24px!important;
}
.showcase_history .ttl {
  font-size: 14px;
   margin-bottom: 0px;
}
.info_group b {
	font-weight: bold;
}
.cabinet_b .info_ctx .info_group .table{}
.cabinet_b .info_ctx .info_group .table .table.table-linear{}
.cabinet_b .info_ctx .info_group .table .table.table-linear tr{}
.cabinet_b .info_ctx .info_group .table .table.table-linear tr td{}
.cabinet_b .info_ctx .info_group .table .table.table-linear tr td:nth-child(1){}

.cabinet_b .info_ctx .info_group.requisites{}
.cabinet_b .info_ctx .info_group.requisites .ttl{}
.cabinet_b .info_ctx .info_group.requisites .block{
  border: 1px solid #e6e6e6;
  box-shadow: inset 0 0 2px 4px #eeeeee;
  font-size: 14px;
  padding: 30px 24px;
}
.cabinet_b .info_ctx .info_group.requisites .block .row{}
.cabinet_b .info_ctx .info_group.requisites .block .row+.row{
  margin-top: 15px;
}
.cabinet_b .info_ctx .info_group.requisites .block .row:after{
  content: '.';
  clear: both;
  display: block;
  height: 0;
  width: 100%;
  visibility: hidden;
}
.cabinet_b .info_ctx .info_group.requisites .block .row .label{
  color: #777;
  float: left;
  width: 22%;
}
.cabinet_b .info_ctx .info_group.requisites .block .row .dsc{
  float: left;
  width: 78%;
}
.cabinet_b .info_ctx .info_group.requisites .block .row .dsc.offset{
  margin-left: 22%;
}

.cabinet_b .info_ctx .action{
  margin-top: 40px;
  text-align: right;
  padding-right: 20px;
}
.cabinet_b .info_ctx .action .btn.btn-primary{}

.cabinet_b .info_ctx .info_group .stats_ctx{
  background: #f5f5f5;
  padding: 15px 17px;
}
.cabinet_b .info_ctx .info_group .stats_ctx .row{
  background: #fff;
  height: 65px;
  line-height: 65px;
  margin-bottom: 10px;
  padding: 0 30px;
}
.cabinet_b .info_ctx .info_group .stats_ctx .row:after{
  background: #e4e4e4;
  content: '';
  clear: both;
  display: block;
  height: 1px;
  position: relative;
  top: 1px;
  margin: 0 -19px;
}
.cabinet_b .info_ctx .info_group .stats_ctx .row .label{
  color: #3293ba;
  font-weight: 700;
  float: none;
  display: inline-block;
}
.cabinet_b .info_ctx .info_group .stats_ctx .row .value{
  float: right;
  display: inline-block;
}
.cabinet_b .info_ctx .info_group .stats_ctx .row .value span{
  color: #f39d57;
  font-size: 18px;
}
.cabinet_b .info_ctx .info_group .stats_ctx .action{
  text-align: right;
  margin-top: 50px;
  padding-right: 0;
}
.cabinet_b .info_ctx .info_group .stats_ctx .action .btn.btn-succes{}

.client-approve-info-edit {
	font-weight: normal;
	border-bottom: 1px dashed #f39d57;
	color: #f39d57;
	cursor: pointer;
}

.client-approve-info-edit:hover {
	border-bottom-color: transparent;
}

.approve-info-table textarea,
.approve-info-table input[type="text"] {
	display: none;
	line-height: 28px;
	border: 1px solid #f4f4f4;
	padding: 0px 5px 0px 5px;
}

.approve-info-table.edit textarea,
.approve-info-table.edit input[type="text"] {
	display: inline-block;
}

.approve-info-table textarea{
	line-height: 18px;
	font-family: 'HelveticaNeueCyr';
    border: 1px solid #f4f4f4;
    padding: 5px 5px 5px 5px;
	min-width: 300px;
    min-height: 70px;
}

.approve-info-table .approve-info-param {
	
}

.approve-info-table.edit .approve-info-param {
	display: none;
}

/* docs_b */

.docs_b{}
.docs_b:after{
  content: '.';
  clear: both;
  display: block;
  height: 0;
  width: 100%;
  visibility: hidden;
}
.docs_b .docs_group{
  float: left;
  width: 50%;
}
.docs_b .docs_group .ttl{
  color: #3293ba;
  font-size: 18px;
  margin-bottom: 18px;
}
.docs_b .docs_group .enum{
  margin-bottom: 16px;
  padding: 0 16px;
}
.docs_b .docs_group .enum .item{
  border-bottom: 1px solid #e4e4e4;
  line-height: 39px;
  margin-bottom: 4px;
  padding: 12px 16px 16px;
}
.docs_b .docs_group .enum .item:after{
  content: '.';
  clear: both;
  display: block;
  height: 0;
  width: 100%;
  visibility: hidden;
}
.docs_b .docs_group .enum .item .label{
  float: left;
  width: 70%;
}
.docs_b .docs_group .enum .item .label a{
  text-decoration: none;
}
.docs_b .docs_group .enum .item .label a:hover{
  color: #f39d57;
}
.docs_b .docs_group .enum .item .icon a:before,
.docs_b .docs_group .enum .item .label a:before{
  background: url('../images//docs_icons.png');
  content: '';
  display: inline-block;
  height: 39px;
  margin-right: 19px;
  vertical-align: middle;
  width: 39px;
}
.docs_b .docs_group .enum .item .icon a[href$=pdf]:before,
.docs_b .docs_group .enum .item .label a[href$=pdf]:before{
  background-position: 0 -78px;
}
.docs_b .docs_group .enum .item .icon a[href$=xls]:before,
.docs_b .docs_group .enum .item .label a[href$=xls]:before{
  background-position: 0 -39px;
}
.docs_b .docs_group .enum .item .icon a[href$=doc]:before,
.docs_b .docs_group .enum .item .label a[href$=doc]:before,
.docs_b .docs_group .enum .item .icon a[href$=docx]:before,
.docs_b .docs_group .enum .item .label a[href$=docx]:before{
  background-position: 0 0;
}
.docs_b .docs_group .enum .item .icon a[href$=jpg]:before,
.docs_b .docs_group .enum .item .label a[href$=jpg]:before,
.docs_b .docs_group .enum .item .icon a[href$=jpeg]:before,
.docs_b .docs_group .enum .item .label a[href$=jpeg]:before{
  background-position: 0 -117px;
}
.docs_b .docs_group .enum .item .icon a[href$=tif]:before,
.docs_b .docs_group .enum .item .label a[href$=tif]:before{
  background-position: 0 -156px;
}
.docs_b .docs_group .enum .item .icon a:hover:before,
.docs_b .docs_group .enum .item .label a:hover:before{
  background-position-x: -39px;
}
.docs_b .docs_group .enum .item .createdon{
  float: left;
  width: 20%;
}
.docs_b .docs_group .enum .item .action{
  float: right;
}
.docs_b .docs_group .enum .item .action .remove{
  background: url('../images//sprites.png') -45px -176px;
  cursor: pointer;
  display: inline-block;
  height: 12px;
  vertical-align: middle;
  width: 12px;
}
.docs_b .docs_group .docs_group_action{
  text-align: right;
  padding-right: 16px;
}
.docs_b .docs_group .docs_group_action .btn.btn-priamry.btn-add{}
.docs_b .docs_group.other{}
.docs_b .docs_group.other .ttl{}
.docs_b .docs_group.other .enum{}
.docs_b .docs_group.other .enum .item{
  background: #fff;
}
.docs_b .docs_group.other .enum .item .label{}
.docs_b .docs_group.other .enum .item .label a{}
.docs_b .docs_group.other .enum .item .createdon{}
.docs_b .docs_group.other .enum .item .action{}
.docs_b .docs_group.other .enum .item .action .remove{}
.docs_b .docs_group.other .docs_group_action{}
.docs_b .docs_group.other .docs_group_action .btn.btn-priamry.btn-add{}


.docs_b .docs_group .enum .item .icon{
  display: none;
}

/* tickets_b */

.tickets_b{}
.tickets_b .order_ctx{
  background: #000;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding-left: 28px;
}
.tickets_b .order_ctx .order_ctx-select{
  display: none;
}
.tickets_b .order_ctx:after{
  content: '.';
  clear: both;
  display: block;
  height: 0;
  width: 100%;
  visibility: hidden;
}
.tickets_b .order_ctx .col{
  box-sizing: border-box;
  float: left;
  /* width: 160px; */
}
.tickets_b .order_ctx .col .way{
  color: #ededed;
  cursor: pointer;
  text-decoration: none;
  padding-right: 17px;
  position: relative;
}
.tickets_b .order_ctx .col .way:after{
  border: 4px solid transparent;
  border-top: 6px solid #ededed;
  content: '';
  display: inline-block;
  height: 0;
  margin-top: 2px;
  position: absolute;
  right: 0;
  top: 50%;
  vertical-align: middle;
  width: 0;
}
.tickets_b .order_ctx .col .way:before{
  border: 4px solid transparent;
  border-bottom: 6px solid #ededed;
  content: '';
  display: inline-block;
  height: 0;
  margin-top: -10px;
  position: absolute;
  right: 0;
  top: 50%;
  vertical-align: middle;
  width: 0;
}
.tickets_b .order_ctx .col .way.data.desc:before, .tickets_b .order_ctx .col .way.id.desc:before{
	content: initial;
}
.tickets_b .order_ctx .col .way.data.desc:after, .tickets_b .order_ctx .col .way.id.desc:after{
	top: 33%;
}

.tickets_b .order_ctx .col .way.data.asc:before, .tickets_b .order_ctx .col .way.id.asc:before{
	top: 69%;
}
.tickets_b .order_ctx .col .way.data.asc:after, .tickets_b .order_ctx .col .way.id.asc:after{
	content: initial;
}
.tickets_b .order_ctx .col.num{
  width: 10%;
}
.tickets_b .order_ctx .col.date{
  width: 14%;
}
.tickets_b .order_ctx .col.theme{
  width: 56%;
}
.tickets_b .order_ctx .col.theme .way{}
.tickets_b .order_ctx .col.state{}
.tickets_b .order_ctx .col.state .way{}

.tickets_b .enum{
  margin-bottom: 16px;
}
.tickets_b .enum .item{
  background: #fff;
  border-bottom: 1px solid #e4e4e4;
  box-sizing: border-box;
  color: #000;
  display: block;
  font-size: 14px;
  height: 62px;
  line-height: 62px;
  padding: 0 28px;
  text-decoration: none;
}
.tickets_b .enum .item .col{
  box-sizing: border-box;
  float: left;
}
.tickets_b .enum .item .col.num{
  font-weight: 700;
  width: 10%;
}
.tickets_b .enum .item .col.date{
  width: 13%;
}
.tickets_b .enum .item .col.theme{
  width: 63%;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 61px;
  padding-right: 10px;
}
.tickets_b .enum .item .col.state{
  float: right;
  position: relative;
  width: 7%;
}
.tickets_b .enum .item .col.state em{
  background: url('../images/sprites.png') -130px -47px;
  content: '';
  display: inline-block;
  height: 24px;
  position: relative;
  vertical-align: middle;
  width: 24px;
}
.tickets_b .enum .item .col.state .state_label{
  background: #fff;
  display: block;
  position: absolute;
  right: 100%;
  line-height: 60px;
  margin-right: 15px;
  text-align: right;
  padding-left: 10px;
  top: 1;
  bottom: 1;
  white-space: nowrap;
}
.tickets_b .enum .item .col.state .state_label:before{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+94&0+0,1+72 */
  background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 72%, rgba(255,255,255,1) 94%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 72%,rgba(255,255,255,1) 94%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 72%,rgba(255,255,255,1) 94%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
  content: '';
  display: block;
  bottom: 0;
  top: 0;
  position: absolute;
  width: 40px;
  right: 100%;
}
.tickets_b .enum .item .col.state em .badge{
  background: #f39d57;
  border-radius: 10px;
  color: #fff;
  display: block;
  height: 14px;
  font-size: 11px;
  line-height: 14px;
  left: 18px;
  min-width: 4px;
  padding: 0 4px;
  position: absolute;
  text-align: center;
  top: -10px;
}
.tickets_b .enum .item .col.count {
  float: right;
  text-align: center;
  width: 7%;
}
.tickets_b .enum .item .col.count .badge{
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e8e8e8;
  color: #bcbcbc;
  display: inline-block;
  height: 20px;
  font-size: 14px;
  line-height: 21px;
  min-width: 12px;
  padding: 0 8px;
  text-align: center;
  top: -10px;
}


.tickets_b .enum .item.unread, .tickets_b .enum .item.new{
  background: #fcfbe9;
  border: 1px solid #f3ead5;
  padding: 0 27px;
  line-height: 61px;
  margin-top: -1px;
}
.tickets_b .enum .item.unread .col.state em, .tickets_b .enum .item.new .col.state em{
  background-position: -130px 0;
  height: 18px;
  width: 24px;
}
.tickets_b .enum .item.unread .col.state .state_label, .tickets_b .enum .item.new .col.state .state_label{
  background: #fcfbe9;
}
.tickets_b .enum .item.unread .col.state .state_label:before, .tickets_b .enum .item.new .col.state .state_label:before{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcfbe9+0,fcfbe9+94&0+0,1+72 */
  background: -moz-linear-gradient(left,  rgba(252,251,233,0) 0%, rgba(252,251,233,1) 72%, rgba(252,251,233,1) 94%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(252,251,233,0) 0%,rgba(252,251,233,1) 72%,rgba(252,251,233,1) 94%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(252,251,233,0) 0%,rgba(252,251,233,1) 72%,rgba(252,251,233,1) 94%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fcfbe9', endColorstr='#fcfbe9',GradientType=1 ); /* IE6-9 */

}
.tickets_b .enum .item.response{
  background: #dcf5ff;
  border: 1px solid #b8e1f1;
  line-height: 61px;
  margin-top: -1px;
  padding: 0 27px;
}
.tickets_b .enum .item.response .col.state em{
  background-position: -130px -19px;
  height: 28px;
  margin-top: -11px;
  width: 31px;
}


.tickets_b .enum .item.response .col.state .state_label{
  background: #dcf5ff;
}
.tickets_b .enum .item.response .col.state .state_label:before{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dcf5ff+0,dcf5ff+94&0+0,1+72 */
  background: -moz-linear-gradient(left,  rgba(220,245,255,0) 0%, rgba(220,245,255,1) 72%, rgba(220,245,255,1) 94%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(220,245,255,0) 0%,rgba(220,245,255,1) 72%,rgba(220,245,255,1) 94%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(220,245,255,0) 0%,rgba(220,245,255,1) 72%,rgba(220,245,255,1) 94%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00dcf5ff', endColorstr='#dcf5ff',GradientType=1 ); /* IE6-9 */
}

.tickets_b .enum .item.closed{
  color: #949494;
}
.tickets_b .enum .item.closed .col.count .close{
  background: url('../images/sprites.png') -130px -71px;
  cursor: pointer;
  display: inline-block;
  height: 13px;
  width: 13px;
}
.tickets_b .enum .item.closed .num{
}
.tickets_b .enum .item.closed .date{
  color: #949494;
}


.tickets_b .action{
  line-height: 40px;
}
.tickets_b .action .create{
  float: left;
}
.tickets_b .action .create .btn.btn-primary.btn-massage{}
.tickets_b .action .nav{
  float: right;
}

/* pagination_b */

.pagination_b{}
.pagination_b ul{}
.pagination_b ul:after{
  content: '.';
  clear: both;
  display: block;
  height: 0;
  width: 100%;
  visibility: hidden;
}
.pagination_b ul li{
  display: block;
  float: left;
}
.pagination_b ul li a{
  border: 1px solid #e6e6e6;
  color: #d3d3d3;
  height: 40px;
  display: block;
  text-decoration: none;
  line-height: 40px;
  min-width: 40px;
  text-align: center;
}
.pagination_b ul li.active a{
  color: #333;
}
.pagination_b ul li:nth-child(1) a{
  border-radius: 3px 0 0 3px;
  font-size: 0;
}
.pagination_b ul li:nth-last-child(1) a{
  border-radius: 0 3px 3px 0;
  font-size: 0;
}
.pagination_b ul li.active:nth-child(1) a, .pagination_b ul li.active:nth-last-child(1) a{
	font-size: 16px;
}

.pagination_b ul li:nth-child(1) a:before,
.pagination_b ul li:nth-last-child(1) a:before{
  background: url('../images//sprites.png') -28px -172px;
  content: '.';
  clear: both;
  display: inline-block;
  height: 14px;
  vertical-align: middle;
  width: 8px;
}
.pagination_b ul li.active:nth-child(1) a:before, .pagination_b ul li.active:nth-last-child(1) a:before{
	background: none;
	content: '';
	width: auto;
}
.pagination_b ul li:nth-last-child(1) a:before{
  background-position: -37px -172px;
}
.pagination_b ul li:nth-child(1) a:hover:before{
  background-position: -28px -186px;
}
.pagination_b ul li:nth-last-child(1) a:hover:before{
  background-position: -37px -186px;
}
.pagination_b ul li+li{
  margin-left: -1px;
}
.pagination_b ul li a:hover{
  background: #3293ba;
  border-color: #3293ba;
  color: #fff;
}

/* chat_b */

.chat_b{}

.chat_b .feed{
  padding: 0 15px;
}

.chat_b .feed .item{
  clear: both;
  float: right;
  margin-bottom: 15px;
  max-width: 880px;
  width: 100%;
}
.chat_b .feed .item .pic{
  background: #3293ba;
  color: #fff;
  float: left;
  font-size: 36px;
  height: 57px;
  line-height: 57px;
  margin-right: 20px;
  text-align: center;
  width: 57px;
}
.chat_b .feed .item .pic img{}
.chat_b .feed .item .body{
  border: 1px solid #e8e8e8;
  margin-left: 77px;
  padding: 17px 23px;
}
.chat_b .feed .item .body > *:nth-last-child(1){
  margin-bottom: 0;
}
.chat_b .feed .item .body .name{
  color: #3293ba;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
.chat_b .feed .item .body .date{
  color: #999;
  margin-bottom: 15px;
}
.chat_b .feed .item .body .dsc{
  clear: both;
  line-height: 1.4;
  margin-bottom: 20px;
  margin-top: 15px;
}
.chat_b .feed .item .body .attachments{}
.chat_b .feed .item .body .attachments .pic{
  border: 2px solid #e6e6e6;
  display: inline-block;
  float: none;
  height: auto;
  width: auto;
  margin-right: 5px;
}
.chat_b .feed .item .body .attachments .pic img{
  display: block;
}

.chat_b .feed .item.manager{
  float: left;
}
.chat_b .feed .item.manager .pic{
  float: left;
}
.chat_b .feed .item.manager .pic img{}
.chat_b .feed .item.manager .body{
  background: #f0f4f7;
  border-color: #3293ba;
  margin-left: 0;
  margin-right: 67px;
}
.chat_b .feed .item.manager .body .name{
  color: #f39d57;
}


/* favorits */

.cabinet_b .catalog_b{
  margin: 0 -15px;
}

/* history_b */

.history_b{}
.history_b .ttl_b{}
.history_b .ttl_b .link{
  float: right;
  font-size: 14px;
  font-weight: 400;
  margin-right: 5px;
  text-decoration: none;
}
.history_b .ttl_b .link:after{
  background: url('../images//sprites.png') -45px -188px;
  content: '';
  display: inline-block;
  height: 23px;
  margin-left: 8px;
  vertical-align: middle;
  width: 23px;
}

.history_b .order_b{}
.history_b .order_b.close .order_b_hidden_box {
	display: none;
}
.history_b .order_b.open .order_b_hidden_box {
	display: block;
}
.history_b .order_b .order_ttl {
  background: #3293ba;
  color: #333;
  height: 45px;
  line-height: 45px;
  padding-left: 21px;
  cursor: pointer;
}
.order_b.open .order_ttl:before {
    border: 4px solid transparent;
    border-top: 6px solid #fff;
    content: '';
    height: 0;
    float: left;
    position: relative;
    right: 9px;
    top: 20px;
    width: 0;
    z-index: 1;
}
.order_b.close .order_ttl:before {
	border: 4px solid transparent;
    border-left: 6px solid #333;
	content: '';
    height: 0;
    float: left;
    position: relative;
    right: 9px;
    top: 20px;
    width: 0;
    z-index: 1;
}
.history_b .order_b .order_ttl span{}
.history_b .order_b .order_ttl .state{
  background: #2683a8;
  color: #fff;
  float: right;
  height: 45px;
  padding: 0 20px;
}
.history_b .order_b .order_ttl .state.process {
	color: #000;
}
.history_b .order_b .order_info{
  border: 1px solid #dfdfdf;
  border-top: none;
  font-size: 14px;
  line-height: 40px;
}
.history_b .order_b .order_info .row{
  padding: 5px 20px;
}
.history_b .order_b .order_info .row .label{
  display: inline-block;
  width: 120px;
}
.history_b .order_b .order_info .row .value{
  color: #3293ba;
  display: inline-block;
}
.history_b .order_b .showcase_history{
  margin-bottom: 35px;
}
.history_b .order_b .showcase_history .item{}
.history_b .order_b .showcase_history .item .col.opt.name{width: 35%;}
.history_b .order_b .showcase_history .item .col.opt.name .label{}
.history_b .order_b .showcase_history .item .col.opt.name .pic{}
.history_b .order_b .showcase_history .item .col.opt.name .pic img{}
.history_b .order_b .showcase_history .item .col.opt.name .body{}
.history_b .order_b .showcase_history .item .col.opt.name .body .favorits{}
.history_b .order_b .showcase_history .item .col.opt.name .body .favorits em{}
.history_b .order_b .showcase_history .item .col.opt.name .body .ttl{line-height: 24px;}
.history_b .order_b .showcase_history .item .col.opt.name .body .ttl span{}
.history_b .order_b .showcase_history .item .col.opt.color{}
.history_b .order_b .showcase_history .item .col.opt.color .label{}
.history_b .order_b .showcase_history .item .col.opt.color .multicolor{}
.history_b .order_b .showcase_history .item .col.opt.color .multicolor em{}
.history_b .order_b .showcase_history .item .col.opt.code{
	width: 20%;    
    text-align: center;
}
.history_b .order_b .showcase_history .item .col.opt.code .label{}
.history_b .order_b .showcase_history .item .col.opt.code span{}
.history_b .order_b .showcase_history .item .col.opt.count{text-align: center;}
.history_b .order_b .showcase_history .item .col.opt.count .label{}
.history_b .order_b .showcase_history .item .col.opt.count span{}
.history_b .order_b .showcase_history .item .col.opt.price{text-align: center;}
.history_b .order_b .showcase_history .item .col.opt.price .label{}
.history_b .order_b .showcase_history .item .col.opt.price span{}

.history_b .item .col {padding: 0px 1%;}

.history_b .order_b .action{padding-bottom: 40px;}
.history_b .order_b .action .more{
  float: left;
  margin: 0 10px 0 0;
}
.history_b .order_b .action .more a:hover {
	text-decoration: none;
}
.history_b .order_b .action .more a{}
.history_b .order_b .action .action{
  float: right;
}
.history_b .order_b .action .action .btn.btn-primary{}
.history_b .order_b .action .action .btn.btn-primary.btn-danger{}

/*price-change*/
.price-change-form {
	width: 100%;
	display: inline-block;
	margin: 0 0 30px;
}
.price-change-form input[type="number"],
.price-change-form input[type="text"] {
	border: 1px solid #e8e8e8;
    height: 37px;
    line-height: 1;
    box-sizing: border-box;
    padding: 0px 13px;
    margin: 0px 6px 10px 0px;
    color: #333333;
	vertical-align: top;
}
.price-change-form .btn, .change-cases-price-form .btn {
	line-height: 37px;
    height: 37px;
	vertical-align: top;
}
.change-cases-price-form table {
	border-collapse: separate;
    border-spacing: 3px;
	width: 100%;
}
.change-cases-price-form table tr {
	background: #f5f5f5;
    border-bottom: 3px solid #fff;
}
.change-cases-price-form table tr:first-child td {
	font-size: 18px;
	font-weight: bold;
	padding: 15px 10px;
}
.change-cases-price-form table td {
	vertical-align: middle;
	text-align: center;
	padding: 5px 10px;
}
.change-cases-price-form table tr td:first-child {
	text-align: left;
}
.change-cases-price-form table input[type="number"] {
	border: 2px solid #b4c6d3;
    border-radius: 5px;
    display: inline-block;
    height: 35px;
    line-height: 1;
    vertical-align: top;
    overflow: hidden;
    position: relative;
    width: 75px;
    text-align: center;
}
.price-change-form .customSelect--form-inline {
	margin: 0 6px 10px 0;
}
.price-change-item {
	float: left;
	width: 100%;
	padding: 20px 0;
}
.price-change-item-title {
	width: 100%;
    display: inline-block;
    background: #fff;
    border: 1px solid #dfdfdf;
    color: #3293ba;
}
.price-change-item-title div {
	display: inline-block;
	padding: 0 5px;
	height: 50px;
	line-height: 50px;
	box-sizing: border-box;
	float: left;
}
.price-change-item:nth-child(even) {
    background: #f4f4f4;
}
.price-change-item div {
	display: inline-block;
	padding: 0 5px;
	box-sizing: border-box;
}
.price-change-id {
	width: 6%;
}
.price-change-name {
	width: 40%;
}
.price-change-articul {
	width: 15%;
	text-align: center;
}
.price-change-color {
	width: 15%;
	text-align: center;
}
.price-change-price {
	float: right!important;
	width: 15%;
	text-align: center;
}

.store-clear-process {
	display: none;
}
.store-clear-process.show {
	display: inline-block;
}
/*verify quantity goods*/
.verify-quantity-goods-block {
	margin: 0px 0px 50px;
	display: inline-block;
    width: 100%;
}
.verify-quantity-goods-title {
	width: 100%;
    display: inline-block;
    background: #fff;
    border: 1px solid #dfdfdf;
    color: #3293ba;
}
.verify-quantity-goods-title div {
	display: inline-block;
	padding: 0 5px;
	height: 50px;
	line-height: 50px;
	box-sizing: border-box;
	float: left;
}
.verify-quantity-goods-item {
	float: left;
	width: 100%;
	padding: 20px 0;
}
.verify-quantity-goods-item:nth-child(even) {
    background: #f4f4f4;
}
.verify-quantity-goods-item div {
    display: inline-block;
    padding: 0 5px;
    box-sizing: border-box;
}
.verify-quantity-goods-name {
	width: 30%;
	text-align: center;
	line-height: 18px;
}
.verify-quantity-goods-color {
	width: 10%;
	text-align: center;
}
.verify-quantity-goods-qnt {
	width: 15%;
	text-align: center;
}
.verify-quantity-goods-cell-qnt {
	width: 15%;
	text-align: center;
}
.verify-quantity-goods-edit {
	width: 28%;
	text-align: center;
}
/* login_hosory_ctx */

.cabinet_b .login_hosory_ctx{
}
.cabinet_b .login_hosory_ctx .ttl{
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
}
.cabinet_b .login_hosory_ctx .table{}
.cabinet_b .login_hosory_ctx .table .table.table-linear{}
.cabinet_b .login_hosory_ctx .table .table.table-linear tr{}
.cabinet_b .login_hosory_ctx .table .table.table-linear tr td{}

.menu_b .logo {
  display:none;
}
.menu_b .toogle_box .label .logo {
    display:block;
}

/*Cabinet*/
.personal_data-title {}
    .personal_data-edit {
        font-size:14px;
        color:#808080;
        text-decoration:none;
        display:inline-block;
        border-bottom:1px dotted;
        position:relative;
    }
        .personal_data-edit:before {
            height:15px;
            width:15px;
            display:block;
            background:url(../images/sprites.png) no-repeat -215px -60px;
            display:block;
            position:absolute;
            left:-33px;
            top:0;
            content:"";
        }
.personal_data {
    margin-bottom:20px;
}        
    .personal_data-img {
        max-width:14%;
        box-sizing:border-box;
    }
        .personal_data-img img {max-width:100%; height:auto;}        
    .personal_data-info {
        width:44%;
        padding-right:15px;
        padding-left:15px;
        box-sizing:border-box;
    }
        .personal_data-info table td {
            font-size:14px;
            line-height:22px;
            vertical-align:top;
        }
        .personal_data-info .table.title-column tr td:nth-child(1) {width:auto;}
        .personal_data-info .pd_icon {
            width:19px;
            background:url(../images/sprites.png) no-repeat;
            margin-top:5px
        }
            .personal_data-info .pd_icon.pd_name {background-position:-215px 0; height:16px;}
            .personal_data-info .pd_icon.pd_info {background-position:-215px -16px; height:14px;}
            .personal_data-info .pd_icon.pd_phone {background-position:-215px -30px; height:16px;}
            .personal_data-info .pd_icon.pd_email {background-position:-215px -46px; height:14px;}
    .personal_data-sale {
        box-sizing:border-box;
        width:41%;
    }
        .personal_data-sale .table {}
            .personal_data-sale .table table {
                background:#f5f5f5;
            }
                
                .personal_data-sale .table table td {
                }
                .personal_data-sale .table table tr:hover td {background:#fff;}
                    .personal_data-sale .table table td b {font-weight:bold;}
.personal_table { margin-bottom:30px;}
    .personal_table-header {}  
        .personal_table-header .ttl  {margin-bottom:8px; font-size:20px;}
        .personal_table-header .right {margin-top:4px;}                  
        .personal_table-header a {
            font-size:14px;
            color:#3293ba;
            text-decoration:underline;
        }  
        .personal_table-header a:hover {text-decoration:none;}
	.manager-add-client-box {
		height: 30px;
		text-align: right;
	}
.table.simple-table {
    font-size:14px;
    line-height:1.2;
}
    .table.simple-table th {
        background:#333333;
        color:#fff;
    }
    .table.simple-table tbody tr:nth-child(even) td {
        background:#f4f4f4;
    }
    .table.simple-table tbody tr:hover td {
        background:#dbdbdb;
    }
    .pt_company {
        color:#8a8a8a;
    }
        .pt_company a {color:#3293ba; text-decoration:underline;}
        .pt_company a:hover {text-decoration:none;}
    .pt_note {
        font-size:12px;
        color:#8a8a8a;
        margin-top:18px;
    }
        .pt_note a {
            color:#8a8a8a;
            text-decoration: none;
            display:inline-block;
            border-bottom:1px dotted;
        }
        .pt_note a:hover {border:0; margin-bottom:1px;}
        .pt_note a.pt_note--edit {
            border:0;
            background:url(../images/sprites.png) no-repeat -215px -75px;
            height:12px;
            width:13px;
            display:inline-block;
            vertical-align:middle;
            margin:0 8px 0 17px;
        }
        .pt_note a.pt_note--delete {
            border:0;
            background:url(../images/sprites.png) no-repeat -215px -87px;
            height:14px;
            width:14px;
            display:inline-block;
            vertical-align:middle;
            margin:0;
        }
.js-toolTip {
    display:inline-block;
    height:15px;
    width:15px;
    line-height:15px;
    color:#fff;
    text-align:center;
    background:#aeaeae;
    font-size:11px;
    border-radius:50%;
    margin-left:6px;
    cursor:help;
}
    .visible-md {display:none;}
	
	
/* steps_b */

.steps_b{
  counter-reset: step;
  margin-bottom: 21px;
  margin-left: -1px;
  margin-right: -1px;
}
.steps_b .step_col{
  box-sizing: border-box;
  float: left;
  padding-left: 1px;
  padding-right: 1px;
  width: 50%;
}
.steps_b .step_col .step{
  background: #333;
  border-bottom: 1px solid #242424;
  border-top: 1px solid #505050;
  color: #fff;
  counter-increment: step;
  font-size: 18px;
  height: 45px;
  line-height: 45px;
  padding-left: 60px;
  position: relative;
  text-align: center;
  box-sizing: content-box;
}
.steps_b .step_col .step.active{
  background: #f39d57;
  border-bottom: 1px solid #f39d57;
  border-top: 1px solid #f39d57;
}
.steps_b .step:before{
  background: url('../images/step_active_arrow_12x45.png') right top no-repeat;
  box-sizing: border-box;
  content: counter(step);
  display: inline-block;
  height: 45px;
  line-height: 45px;
  left: 0;
  padding-left: 20px;
  position: absolute;
  text-align: left;
  top: 0;
  width: 54px;
  opacity: .4;
}
.steps_b .step.active:before{
  background: url('../images/step_active_arrow_12x45.png') right top no-repeat;
}

/* cart_b */

.cart_wrap{
}
.cart_b{
}
.cabinet_b.cart{
}
.cart_b .cart_ttl{
  background: #fff;
  border: 1px solid #dfdfdf;
  color: #3293ba;
  height: 43px;
  font-size: 14px;
  line-height: 43px;
  padding: 0 20px;
}
.cart_b .col{
  box-sizing: border-box;
  float: left;
  height: 50px;
  width: 14.1%;
  padding: 0 1%;
}
    .cart_b .col > span,
    .cart_b .col > a {
        display:inline-block;
        vertical-align:middle;
        line-height:1;
    }
.cart_b .cart_ttl .col.action{
  width: 30px;
}
.cart_b .cart_ttl .col.name{
  width: 33.5%;
  padding-left: 25px;
}
.cart_b .cart_ttl .col.color{
  width: 8.1%;
}
.cart_b .cart_ttl .col.code {width:18%;}
.cart_b .cart_ttl .col.price{}
.cart_b .cart_ttl .col.count{
  width: 12.1%;
}
.cart_b .cart_ttl .col.sum{
  float: right;
  width: 14.1%;
}
.cart_b .cart_enum{
  margin-bottom: 50px;
}
.cart_ttl.return .col.count {
	width: 10.1%;
}
.cart_ttl.return .price, .item.return-item .price {
	width: 12.1%;
}
.item.return-item .price {
	
}
.cart_b .cart_enum .item{
  background: #f5f5f5;
  font-size: 14px;
  padding: 7px 0px;
}
.cart_b .cart_enum .item.not-enough {
	background: #FF8000!important;
}
.cart_b .cart_enum .item.not-enough .col.opt.sum span {
	color: #fff!important;
}
.cart_b .cart_enum .item:nth-child(even){
  background: #fff;
}
.cut_ttl_new_sale_tent .col.size {
	width: 7%;
}
.cut_ttl_new_sale_tent .col.opt.size {
    width: 7%;
    line-height: 50px;
}
.cut_ttl_new_sale_tent .col.color {
    width: 11.1%!important;
}
.cart_b .cart_enum .item:after{
  content: '.';
  clear: both;
  display: block;
  height: 0;
  width: 100%;
  visibility: hidden;
}
.cart_b .cart_enum .item .label{
  display: none;
}
.cart_b .cart_enum .item .col.opt.action{
  height: 50px;
  line-height: 50px;
  width: 30px;
}
.cart_b .cart_enum .item .col.opt.name{
  width: 33.5%;
}

.cart_b .cart_enum .item .col.opt.name .label{}
.cart_b .cart_enum .item .col.opt.name .pic{
  border: 1px solid #dfdfdf;
  box-shadow: -2px 0 0 0 #f39d57;
  background: #f5f5f5;
  cursor: pointer;
  display: block;
  float: left;
  height: 44px;
  vertical-align: middle;
  padding: 2px;
  transition: ease 400ms;
  width: 44px;
  box-sizing: content-box;
}
.cart_b .cart_enum .item .col.opt.name .pic:hover{
  border-color: #3293ba;
  background: #3293ba;
}
.cart_b .cart_enum .item .col.opt.name .pic img{}
.cart_b .cart_enum .item .col.opt.name .body{
  margin-left: 60px;
}
.cart_b .cart_enum .item .col.opt.name .body .ttl{
  font-weight: 400;
  display: block;
  line-height: 24px;
  font-size: 14px;
  margin-left: 26px;
}
.cart_b .cart_enum .item .col.opt.name .body .ttl span{
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}
.cart_b .cart_enum .item .col.opt.color{
  line-height: 44px;
  /* padding-left: 7px; */
  width: 8.1%;
}
.cart_b .cart_enum .item .col.opt.color .multicolor{
  background: gray;
  cursor: pointer;
  display: inline-block;
  position: relative;
  height: 28px;
  vertical-align: middle;
  width: 28px;
}
.cart_b .cart_enum .item .col.opt.color .multicolor em{
  background: #ea8f00;
  float: left;
  height: 100%;
  width: 50%;
}
.cart_b .cart_enum .item .col.opt.color .multicolor em:nth-child(2){
  background: #000; 
}
.cart_b .cart_enum .item .col.opt.color .multicolor:before{
  background: #fff;
  content: '';
  display: block;
  height: 12px;
  left: 8px;
  position: absolute;
  top: 8px;
  width: 12px;
  z-index: 1;
}
.cart_b .cart_enum .item .col.opt.code {
  height: 44px;
  line-height: 44px;
  width: 18%;
}
.cart_b .cart_enum .item .col.opt.return-count {
  height: 44px;
  line-height: 44px;
  width: 10%;
  text-align: center;
}
.cart_b .cart_enum .item .col.opt.price {line-height:44px;}
.cart_b .cart_enum .item .col.opt.price span{
  font-size: 18px;
}
.cart_b .cart_enum .item .col.opt.sum{
  float: right;
  line-height:44px;
}
.cart_b .cart_enum .item .col.opt.sum .label{}
.cart_b .cart_enum .item .col.opt.sum span{
  color: #f39d57;
  font-size: 18px;
}
.cart_b .cart_enum .item .col.opt.count{
  width: 12.1%;
}
.cart_b .cart_enum .item .col.opt.count .label{}

.cart_b .cart_enum .item .col.opt.empty{
  line-height: 44px;
  text-align: center;
  width: 40.3%;
}
.cart_b .cart_enum .item .col.opt.empty:before{
  background: url('../images/sprites.png') -21px -214px;
  content: '';
  display: inline-block;
  font-size: 14px;
  height: 20px;
  margin-right: 14px;
  margin-top: -2px;
  vertical-align: middle;
  width: 23px;
}

.cabinet_b .cart_b .details{}
.cabinet_b .cart_b .details .legend{
  float: left;
  font-size: 14px;
  padding-left: 30px;
}
.cabinet_b .cart_b .details .legend ul{}
.cabinet_b .cart_b .details .legend ul li{
  margin-bottom: 10px;
}
.details .legend ul li {
	position: relative;
}
.details .legend ul li:before {
	content: '\002A';
	position: absolute;
	width: 20px;
	height: 20px;
	color: #fb5b55;
    font-size: 22px;
	left: -10px;
}
.cabinet_b .cart_b .details .legend ul li em{
  color: #f39d57;
  display: inline-block;
  vertical-align: top;
}
.cabinet_b .cart_b .details .sum {
  font-size: 18px;
  line-height:44px;
  float: right;
}
.cabinet_b .cart_b .details .sum span{
  color: #f39d57;
  font-size: 30px;
}
.details .legend ul li {
	position: relative;
}
.details .legend ul li:before {
	content: '\002A';
	position: absolute;
	width: 20px;
	height: 20px;
	color: #fb5b55;
    font-size: 22px;
	left: -10px;
}

/*manager-add-client*/
#manager-add-client {
	
}
.button-password-generation {
	margin-bottom: 0px;
	padding: 0px 0px 0px 3px;
}
.button-password-generation span {
	display: inline;
	border-bottom: 1px dashed #7d7d7d;
	cursor: pointer;
}
.button-password-generation span:hover {
	border-bottom: none;
}
.new-password {
	display: inline-block;
    padding: 0 0 0 10px;
}

/**/
.messanger-icons-container {
	width: 100%;
}
.messanger-icons {
	width: 25%;
}
.messanger-icon-telphone {
	width: 32px;
	height: 32px;
	background: url(/local/templates/main/images/messanger-icons.png) no-repeat right top;
	background-size: cover;
	display: inline-block;
}
.messanger-icon-telegram {
	width: 32px;
	height: 32px;
	background: url(/local/templates/main/images/messanger-icons.png) no-repeat -64px 0px;
	background-size: cover;
	display: inline-block;
}
.messanger-icon-viber {
	width: 32px;
	height: 32px;
	background: url(/local/templates/main/images/messanger-icons.png) no-repeat 0px 0px;
	background-size: cover;
	display: inline-block;
}
.messanger-icon-whatsapp {
	width: 32px;
	height: 32px;
	background: url(/local/templates/main/images/messanger-icons.png) no-repeat -32px 0;
	background-size: cover;
	display: inline-block;
}
.messanger-icon-skype {
	width: 32px;
	height: 32px;
	background: url(/local/templates/main/images/messanger-icons.png) no-repeat -96px 0;
	background-size: cover;
	display: inline-block;
}

/* form_widget */

.form_widget{
  background: #fff;
  margin-bottom: 16px;
  padding: 20px;
}
.form_widget .ttl{
  border-bottom: 2px solid #ededed;
  color: #333;
}
.form_widget .ttl span{
  border-bottom: 2px solid #3293ba;
  display: inline-block;
  height: 40px;
  margin-bottom: -2px;
  vertical-align: bottom;
  line-height: 1;
  cursor: pointer;
}
.form_widget .row{
  clear: both;
}
.form_widget .row:after{
  content: '';
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  width: 100%;
}
.form_widget .row .col{
  float: left;
}
.form_widget textarea{
  box-sizing: border-box;
  border: 2px solid #b4c6d3;
  height: 160px;
  padding: 18px;
  resize: none;
  outline: none;
  width: 100%;
}

/* form_widget.delivery */

.form_widget.delivery .row .col.option{
  width: 33.3333%;
}
.form_widget.delivery .row .col.addr{
  float: right;
  width: 66%;
}
.form_widget.delivery .row .col textarea{}

.form_widget.delivery .row.result{display: none;}
.form_widget.delivery .row.result .col.icon{
  text-align: center;
  width: 13%;
  min-width: 100px;
}
.form_widget.delivery .row.result .col.icon:before{
  background: url('../images/sprites.png') -233px 0;
  content: '';
  display: inline-block;
  height: 42px;
  vertical-align: middle;
  width: 60px;
}
.form_widget.delivery .row.result  .col{
  line-height: 42px;
  width: 43%;
}
.form_widget.delivery .row.result  .col span{
  line-height: 1;
}

/* form_widget.pay */

.form_widget.pay{
  margin-bottom: 0;
}
.form_widget.pay .row{
  margin-bottom: 10px;
}
.form_widget.pay .row .col.details{
  float: right;
}
.details_enum{
  background: #f5f5f5;
  padding: 29px;
}
.details_enum li{
  font-size: 14px;
}
.details_enum li:after{
  content: '';
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  width: 100%;
}
.details_enum li+li{
  margin-top: 20px;
}

.details_enum li label{
  display: block;
  float: left;
}
.details_enum li span{
  display: block;
  float: right;
  font-weight: 700;
  text-align: right;
  width: 111px;
}

.form_widget.pay .row .col.comment{
  width: 100%;
}
.form_widget.pay  .row .col.comment label{
  display: block;
  margin-bottom: 10px;
}
.form_widget.pay .row.actions .col.next{
  float: right;
}

.form_widget.comment .payy_option{
  height: 42px;
  line-height: 42px;
  margin-bottom: 20px;
  width: 100%;
  display: none;
}
.form_widget.comment .payy_option .col.icon{
  text-align: center;
  width: 13%;
  min-width: 100px;
}
.form_widget.comment .payy_option .col.icon:before{
  background: url('../images/sprites.png') -234px -42px;
  content: '';
  display: inline-block;
  height: 43px;
  vertical-align: middle;
  width: 47px;
}
.form_widget.comment .payy_option .col span{
  line-height: 1;
}
.form_widget.comment .comment2_row{
  margin-bottom: 10px;
  display: none;
}
.form_widget.comment .comment_ttl{   
  display: block;
  margin-bottom: 10px;
}
.form_widget.comment .col.comment2{
  float: left;
  width: 65%;
}
.form_widget.comment .col.details2{
  float: right;
  width: 33%;
}

/* card_success */

.card_success{
}
.card_success .ttl{
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}
.card_success .ttl span{
  color: #f39d57;
  font-size: 24px;
}
.card_success img{
  display: block;
  margin: 0 auto;
}
.card_success .actions{
  max-width: 600px;
  margin: 45px auto;
}
.card_success .actions .col{
  box-sizing: border-box;
  float: left;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}
.card_success .dsc{
  font-size: 13px;
  text-align: center;
}

/* options_enum */

.options_enum input{
  display: none;
}
.options_enum li{
  margin-bottom: 10px;
  /* line-height: 28px; */
}
.options_enum span {
    position:relative;
    display:inline-block;
    padding-left:38px;
    z-index:1;
}
.options_enum span:before{
  background: url('../images/sprites.png') -44px -211px;
  box-shadow: 0 0 0 0 #e6edf3;
  border-radius: 50%;
  content: '';
  cursor: pointer;
  display: block;
  height: 19px;
  transition: box-shadow ease 700ms;
  vertical-align: bottom;
  width: 19px;
  position:absolute;
  top:0;
  left:0;
}
.options_enum span:hover::before{
  box-shadow: 0 0 0 3px #e6edf3;
  transition: box-shadow ease 200ms;
}
.options_enum input:checked+span:before{
  background-position: -44px -230px;
}
.options_enum .bx-selected span:before{
  background-position: -44px -230px;
}

/* cabinet-alert */

.cabinet-alert{
  font-size: 14px;
  display: block;
  margin-bottom: 20px;
  margin-top: -15px;
  margin-left: -25px;
  margin-right: -25px;
  padding: 25px 50px;
  text-align: center;
}
.cabinet-alert--warning{
  background: #f39d57;
  color: #fff;
}
.cabinet-alert--warning font.errortext {
	color: #fff!important;
}

/* ticket-editor */

.ticket-editor{
  background: #f5f5f5;
  padding: 20px;
  margin-bottom: 20px;
}
.ticket-editor__theme{
  margin-bottom: 20px;
}
.ticket-editor__theme-title{
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}
.ticket-editor__theme-id{
  font-size: 18px;
  margin-bottom: 20px;
}
.ticket-editor__message{
  margin-bottom: 20px;
}
.ticket-editor__message textarea{
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
  width: 100%;
  resize: none;
}
.ticket-editor__actions{}
.ticket-editor__actions:after{
  content: '';
  display: block;
  height: 0;
  overflow: hidden;
  width: 100%;
}
.ticket-editor__attach{
  float: left;
}
.ticket-editor__attach:before{
  background: url('../images/sprites.png') 0 -233px;
  content: '';
  display: inline-block;
  height: 18px;
  vertical-align: middle;
  width: 20px;
}
.ticket-editor__attach-btn{
  border-bottom: 1px dotted #3293ba;
  color: #3293ba;
  cursor: pointer;
  font-size: 14px;
}
.ticket-editor__submit{
  float: right;
}
.ticket-editor__attach-btn>input {
    position: absolute;
    clip: rect(0,0,0,0);
}

/* com-table */

.com-table{}
.com-table__row{
  padding-left: 18px;
  padding-right: 18px;
}
.all-orders .com-table__row{
  position: relative;
}
.all-orders .com-table-input {
	position: absolute;
	left: 0px;
	left: -22px;
    top: 3px;
}
.all-orders-goods-count {
	width: 100%;
    display: inline-block;
    margin: 10px 0 0 0;
    font-size: 15px;
}
.footer-paginator.fixed-block {
	position: fixed;
    bottom: 0;
    width: 990px;
    background: rgba(255,255,255,0.9);
    padding: 4px 20px;
	z-index: 10;
}
.footer-paginator-button-block {
	display: inline-block; 
	vertical-align: top;
}
#page-scroll-box {
	margin: 0 0 0 20px;
	display: inline-block;
}
#page-up {
	border: 1px solid #e6e6e6;
    color: #d3d3d3;
    height: 40px;
    display: inline-block;
    text-decoration: none;
    line-height: 40px;
    min-width: 40px;
    text-align: center;
	cursor: pointer;
}
#page-up:before {
    background: url(../images//sprites.png) -28px -172px;
    content: '.';
    clear: both;
    display: inline-block;
    height: 14px;
    vertical-align: middle;
	width: 8px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
#page-down {
	border: 1px solid #e6e6e6;
    color: #d3d3d3;
    height: 40px;
    display: inline-block;
    text-decoration: none;
    line-height: 40px;
    min-width: 40px;
    text-align: center;
	cursor: pointer;
}
#page-down:before {
    background: url(../images//sprites.png) -28px -172px;
    content: '.';
    clear: both;
    display: inline-block;
    height: 14px;
    vertical-align: middle;
	width: 8px;
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
}
.com-table__row:after{
  clear: both;
  content: '';
  display: block;
  height: 0;
  overflow: hidden;
  width: 100%;
}
.com-table__row--header{
  background: #000;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding-left: 28px;
}
    .com-table__row--header .customSelect--dark {display:none;}
.com-table__row--header-monetary {
	padding-left: 18px;
}
.com-table__col{
  height: inherit;
  box-sizing: border-box;
  float: left;
  /* width: 160px; */
}
.com-table__way-wrap{
  padding-right: 20px;
  height: 40px;
}
.com-table__way{
  color: #ededed;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  padding-right: 12px;
  position: relative;
  /*overflow: hidden;*/
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%; 
}
.com-table__way_no_sort{
  color: #ededed;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  padding-right: 12px;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%; 
}
.com-table__way:hover {
	 text-decoration: none;
}
.com-table__way:after{
  border: 4px solid transparent;
  border-top: 6px solid #ededed;
  content: '';
  display: inline-block;
  height: 0;
  margin-top: 2px;
  position: absolute;
  right: 0;
  top: 50%;
  vertical-align: middle;
  width: 0;
}
.com-table__way:before{
  border: 4px solid transparent;
  border-bottom: 6px solid #ededed;
  content: '';
  display: inline-block;
  height: 0;
  margin-top: -10px;
  position: absolute;
  right: 0;
  top: 50%;
  vertical-align: middle;
  width: 0;
}
.order-list-retail-payment-block {
	margin: 5px 0 0 0;
}
.order-list-retail-payment-block.paid label {
	color: #fff;
	background: #0ca935;
    padding: 1px 2px 2px 3px;
}
.order-list-retail-payment-block input {
	position: relative;
	top: 2px;
}
.order-list-retail-payment-block label,
.order-list-retail-payment-block input {
	cursor: pointer;
}
.sewing-catalog_b .blue-sort-links a {
	text-decoration: none;
}
.sewing-table-quantity {
	padding: 12px 0!important;
}
.sewing-table-quantity-td {
	padding: 10px 20px!important;
	position: relative;
}
.sewing-table-quantity-td span.count {
	background: #4c5976;
    border-radius: 10px;
    display: block;
    height: 20px;
    font-size: 14px;
    line-height: 21px;
    left: 54px;
    min-width: 12px;
    padding: 0 4px;
    position: absolute;
    text-align: center;
    top: 4px;
    color: #fff;
    box-sizing: content-box;
	cursor: pointer;
}
.sewing-count-window {
	display: none;
	position: absolute;
	background: #333333;
    padding: 6px 6px;
    border: 1px solid #e8e8e8;
    min-width: 300px;
	z-index: 11;
	top: 5px;
    left: 77px;
	padding: 7px 10px;
}
.sewing-count-title {
	text-align: center;
	color: #fff;
	margin: 0px 0px 7px;
}
.sewing-usually-count {
	float: left;
    background: #fff;
    border: 2px solid #b4c6d3;
    border-radius: 5px;
    display: inline-block;
    height: 24px;
    vertical-align: top;
    overflow: hidden;
    position: relative;
    width: 75px;
    text-align: center;
    line-height: 24px;
	margin: 0px 5px 0px 0px;
}
.sewing-count-window-info .sewing-usually-count {
	border: none;
    background: #ddd;
	height: 30px;
    line-height: 30px;
	width: 79px;
}
.sewing-count-window .client-name__note-buttons {
	float: left;
    width: auto;
	text-align: center;
	padding-top: 0px;
}
.sewing-count-window  .client-name__note-button-save {
	margin: 0 10px 0 10px;
}
.sewing-count-window-edit {
	width: 100%;
    float: left;
	display: none;
}
.sewing-count-window-info {
	width: 100%;
    float: left;
}
.com-table__way.data.desc:before {
	content: initial;
}
.com-table__way.data.desc:after {
	top: 40%;
}

.com-table__way.data.asc:before {
	top: 60%;
}
.com-table__way.data.asc:after {
	content: initial;
}
.stock-sewing-catalog_b .com-table__row--header {
	background: #fff;
}

.stock-sewing-catalog_b  .com-table__row a {
	color: #3293ba;
	padding-right: 12px;
	text-decoration: none;
}
.stock-sewing-catalog_b  .com-table__row {
	
}
.stock-sewing .responsive-table.stock th {
    padding: 0 0px 0 10px;
}
#reception-print {
	display: none;
}
.com-table__enum{
  margin-bottom: 15px;
}
.com-table__row--item {
  font-size: 14px;
  height: 90px;
  line-height: 63px;
  position: relative;
}
.com-table__row--item .com-table-input {
	position: absolute;
    left: -22px;
    top: 3px;
}
.order-history .com-table__col--history-state {
	padding: 15px 0;
}
.com-table__row--item:nth-child(even){
  background: #f4f4f4;
}
.return-row-list {
	margin: 0 0 3px;
}
.com-table__row--item.return-row-from-order {
	background: #ffb8b8;
}
.com-table__row--item.return-row-from-order a {
	color: #fff;
}
.com-table__row--item.return-row-awaiting {
	background: #DEAAD8;
}
.com-table__row--item.return-row-awaiting a {
	color: #fff;
}
.com-table__row--item.order-history.order-history-onliny-pay {
	background: #bef6ff!important;
}
.com-table__row--item.order-history.sbp-pay {
    background: #90EE90 !important;
}
.com-table__row--item.order-history {
	height: auto!important;
	background: none;
	margin-bottom: 3px;
}
.com-table__row--item-client{
  height: 90px;
  line-height: 90px;
  margin-bottom: 3px;
}
.com-table__row--item-client.negative-balance {
	background: #ff4e33;
	color: #fff;
}
.com-table__row--item-client.last-order {
	background: #7bd8ff!important
}
.com-table__row--item-client.negative-balance .client-balance--negative, .com-table__row--item-client.negative-balance a, .com-table__row--item-client.negative-balance span {
	color: #fff;	
	border-color: #fff;	
}
.com-table__row--item-client .potential-debt-price {
	margin: 5px 0 0 0;
    display: flex;
}
.com-table__row--item-client .potential-debt-price-show-btn {
	color: #f39d57;
	border-bottom: 1px dashed #f39d57;
	cursor: pointer;
}
.com-table__row--item-client .potential-debt-price-show-btn:hover {
	border-color: transparent; 
}
.col.dsc .potential-debt-price-show {
	color: #3293ba;
}
.potential-debt-price-user-show-btn {
	border-bottom: 1px dashed #f39d57;
	cursor: pointer;
}
.potential-debt-price-user-show-btn:hover {
	border-color: transparent;
}
.com-table__row--item-client.negative-balance .client-name__add-note {
    border-bottom: 1px dotted #fff;
}
.negative-balance .red-red-text {
	color: #ffc800;
}
.status-style-AS {background: #f4f4f4!important}
.status-style-CO {background: #ffee90!important}
.status-style-FC {background: #ffb8b8!important}
.status-style-FS {background: #7bd8ff!important}
.status-style-RI {background: #f2903a!important}
.status-style-PP {background: #eff9ee!important}
.status-style-TERMINAL {background: #aae8a4!important}
.status-style-IW, .status-style-CW, .status-style-PW, .status-style-MW, .status-style-AW, .status-style-KW {background: #ffa500!important}
.status-style-SS, .status-style-CS, .status-style-PS, .status-style-MS, .status-style-AS, .status-style-KS {background: #8b00ff!important;color: #fff!important;}
.status-style-ST, .status-style-CR, .status-style-PR, .status-style-AT, .status-style-KT {background: #ff4e33!important;color: #fff!important;}
.negative-balance {background: #ff4e33!important; color: #fff;}
.status-style-N {background: #f4f4f4!important}
.status-style-SD, .status-style-F {background: #b2e9a6!important}
.status-style-CC, .status-style-OC, .status-style-OG, .status-style-MR {background: #ff4e33!important}
.status-style-INNER {background: #DEAAD8!important}
.status-style-SS a, .status-style-PS a, .status-style-CS a, .status-style-MS a, .status-style-SS .history-client__client-city, .status-style-cS .history-client__client-city, .status-style-ST a, .status-style-CR a, .status-style-PR a, .status-style-IW a, .status-style-PW a, .status-style-MW a, .status-style-CW a, .status-style-ST .history-client__client-city, .status-style-CR .history-client__client-city, .status-style-PR .history-client__client-city, .status-style-MR a, .status-style-CC a, .status-style-OC a, .status-style-OG a, .status-style-KW a, .status-style-AW a {color: #fff;}

.com-table__col-wrap{}

.status-style-RI a {
	color: #fff;
}

/*eva-orders*/
.eva-orders .order_ttl {
	display: table;
	width: 100%;
	cursor: pointer;
}
.eva-orders .order_b_hidden_box {
	display: none;
}
.eva-orders .order_b.open  .order_b_hidden_box {
	display: block;
	background: #fff;
	position: relative;
    margin: 0 -18px;
    border: 1px solid #ccc;
	color: #333;
}
.status-style-IW .item a {
	color: inherit;
}
.eva-orders .order_b.open .order_ttl:before {
	top: 28px;
}
.eva-orders .order_b.close .order_ttl:before {
	top: 28px;
}
.eva-orders .order_b {
	
}

.eva-orders .pic img {
    max-height: 44px;
    max-width: 44px;
}
.eva-orders-table {
	width: 100%;
}
.eva-orders-table thead  tr td {
	padding: 10px;
    font-size: 14px;
    color: #ededed;
    background: #000;
	line-height: 20px;
}
.eva-orders-table td {
	padding: 10px;
	line-height: 20px;
	
}
.eva-orders-table tbody td {
	border: 1px solid;
	color: #333;
}
.eva-error-message {
    background: #f5f5f5;
    padding: 20px;
}
.eva-error-message-title {
	font-size: 16px;
    line-height: 48px;
}
.eva-error-message-textarea textarea {
	border: 1px solid #e8e8e8;
    box-sizing: border-box;
    width: 100%;
    resize: none;
	padding: 10px;
}
.eva-orders-edit-container {
	
}
.eva-orders-edit-item .fa {
	cursor: pointer;
}
.eva-orders-edit-item .fa-times {
	color: #ff0000;
}
.eva-orders-edit-item .fa-plus {
	color: #56d656;
    font-size: 15px;
    position: relative;
    top: 1px;
    margin: 0 0 0 4px;
}
.eva-orders-edit-item-add-el,
.eva-orders-edit-item-add-sec-sub {
	color: #56d656;
	display: inline-block;
    cursor: pointer;
}
.eva-orders-edit-item-add-sec-sub {
	margin: 0px 0px 15px 0px;
}
.eva-orders-edit-item-add-el:hover,
.eva-orders-edit-item-add-sec-sub:hover {
	opacity: 0.6;
}
.eva-orders-edit-item-add-el .fa-plus,
.eva-orders-edit-item-add-sec-sub .fa-plus {
	margin: 0px 4px 0px 0px;
}
.eva-orders-edit-item .fa-times:hover,
.eva-orders-edit-item .fa-caret-right:hover {
	opacity: 0.6;
}
.eva-orders-edit-item-lvl1 {
	margin: 0px 0px 0px;
	display: inline-block;
	width: 100%;
}
.eva-orders-edit-item-lvl1-title,
.eva-orders-edit-item-lvl2-title {
	margin: 0px 0px 15px;
	display: inline-block;
	width: 100%;
}
.eva-orders-edit-item-lvl2 {
	margin: 0px 0px 0px 20px;
	display: none;
}
.eva-orders-edit-item-lvl3 {
	margin: 0px 0px 15px 30px;	
	display: none;
}
.eva-orders-edit-item-lvl1.active .eva-orders-edit-item-lvl1-title > .fa-caret-right,
.eva-orders-edit-item-lvl2.active .eva-orders-edit-item-lvl2-title > .fa-caret-right {
	-webkit-transform: rotate(90deg); 
	transform: rotate(90deg);
}
.eva-orders-edit-item-lvl1.active .eva-orders-edit-item-lvl2,
.eva-orders-edit-item-lvl2.active .eva-orders-edit-item-lvl3 {
	display: block;
}

/* data-range */

.data-range{
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  font-weight: 400;
}
.data-range__arrow{
  background: url('../images/sprites.png') 0 -251px;
  cursor: pointer;
  display: inline-block;
  height: 18px;
  margin: -4px 10px 0;
  vertical-align: middle;
  width: 9px;
}
.data-range__arrow--next{
  background-position: -9px -251px;
}
.red-arrow {
    background-position:-102px -176px;
}
.data-range__value{
  border-bottom: 1px dotted #3293ba;
  color: #3293ba;
  cursor: pointer;
}
/* com-table merge */
.com-table__col--merge-choose {
	height: 40px;
	width: 23.9%;
}

/* com-table history */
.order-history-type-title {
	padding: 0px 20px 0 0;
}
.com-table__col--history-num{
  width: 12.5%;
}
.com-table__col--history-date{
  width: 20.4%;
}
.com-table__col--history-client{
  width: 16.9%;
  padding: 0 5px;
}
.com-table__col--history-sum{
  width: 13%;
}
.com-table__col--history-state{
  float: right;
  width: 34%;
}
.com-table__col--history-state.com-table__col-ststus, .com-table__col.com-table__col--history-state.col-manager-status {
	width: 20%;
}
.com-table__col.com-table__col--history-manager {
	width: 15%;
    line-height: 20px;
    padding: 10px 0;
}
.com-table__col-no-link {
	color: #fff;
	text-decoration: none;
}
.com-table__col--history-monetary-sum {
	width: 9.5%;
	padding: 0 5px;
	height: 90px;
}
.com-table__col--history-monetary-type {
	width: 8%;
	height: 90px;
}
.com-table__col--history-monetary-type span {
    line-height: 18px;
    display: inline-block;
}
.manager-sort .com-table__col--history-monetary-type, .manager-sort .com-table__col--history-monetary-sum {
	height: 40px;
}
.com-table__col--monetary-num {
	width: 6.5%;
}
.com-table__col--monetary-balance {
	width: 13%;
    line-height: 18px;
    padding: 20px 0;
}
.order-history-title-block {
	line-height: 20px;
    padding: 20px 0px 0px;
}
/* com-table client */

.com-table__col--client-num{
  width: 8%;
}
.com-table__col--client-name{
  width: 21.5%;
}
.com-table__col--client-date{
  width: 7.5%;
}
.com-table__col--client-price-level{
  width: 9%;
}
.com-table__col--client-manager-set-level {
	width: 19%;
	padding: 0 10px 0 0;
}
.com-table__col--client-manager {
	width: 19%;
}
.com-table__col--client-status {
	width: 24%;
    padding: 0 10px 0 0;
}
    .com-table__col--client-price-level span {display:inline-block; line-height:1.1; vertical-align:middle;}
.com-table__col--client-balance{
  width: 10%;
}
.com-table__col--client-state{
  width: 10%;
}
.com-table__col--client-orders-count {
	width: 6%;
}
.com-table__col--client-orders-sum {
	width: 10%;
}
.com-table__col--client-money-circulation {
	width: 18%;
}
.com-table__col--nav{
  float: right;
}

/* client-balance */

.client-balance{
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
}
.client-balance span {
	color: #000;
}
.client-balance--negative{
  color: #f39d57;
}

/* client-state */

.client-state{
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  /*vertical-align: bottom;*/
}
.client-state--activeated{
  color: #339900;
}
.client-state--unactive{
  color: #f39d57;
}


/* mail-link */

.mail-link,
.booklet-link {
  color: #3293ba;
  position: relative;
  display: inline-block;
}
.mail-link:after{
  background: url('../images/sprites.png') -19px -246px;
  content: '';
  display: inline-block;
  height: 16px;
  margin-left: 5px;
  margin-top: -2px;
  vertical-align: middle;
  width: 20px;
}
.booklet-link:after{
	background: url('../images/booklet-icon.png') no-repeat left top;
	content: '';
	display: inline-block;
	height: 19px;
	margin-left: 5px;
	margin-top: -2px;
	vertical-align: middle;
	width: 20px;
}
.clients-statistic-link {
	color: #3293ba;
	position: relative;
	display: inline-block;
}
.clients-statistic-link:after {
	background: url('../images/sprites.png') -102px 522px;
	content: '';
	display: inline-block;
	height: 19px;
	margin-left: 5px;
	margin-top: -2px;
	vertical-align: middle;
	width: 21px;
}
.negative-balance .clients-statistic-link:after {
	background: url('../images/sprites.png') -82px 522px;
}
.order .mail-link:after{
	background: url(../images/sprites.png) -73px -233px;
	content: '';
	display: inline-block;
	height: 20px;
	margin-left: 5px;
	margin-top: -2px;
	vertical-align: middle;
	width: 20px;
}
.print-link {
	cursor: pointer;
}
.print-link:after{
	background: url(../images/sprites.png) -73px -233px;
	content: '';
	display: inline-block;
	height: 20px;
	margin-left: 0px;
    margin-top: 2px;
	vertical-align: middle;
	width: 20px;
}
.tag-print {
	color: #3293ba;
	font-size: 20px!important;
	position: relative;
	top: 4px;
}
/* history-client */

.history-client{
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2;
}
.history-client .fa-rub {
	color: #ff0000;
}
.history-client__client-city{
  color: #8a8a8a;
  font-size: 14px;
}

/* history-state */

.history-state{
  color: #f39d57;
  display: inline-block;
}
.history-state--payed{
  color: #339900;
}

/* client-name */

.client-name{
  display: inline-block;
  line-height: 1.2;
  vertical-align: top;
  padding-top: 15px;
}
.client-name__note{
  position: relative;
  margin-top: 3px;
  height: 1em;
  z-index: 1;
}
.client-name__add-note{
  border-bottom: 1px dotted #8a8a8a;
  cursor: pointer;
  font-size: 12px;
}
.client-name__note-preview{
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  z-index: 2;
}
.client-name__note-preview-text{
  display: inline-block;
  max-width: 286px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
  width: 100%;
  font-size: 12px;
  color: #333;
  border: 1px solid #e8e8e8;
  min-height: 110px;
}
.client-name__note_window {
	position: relative;
	display: none;
}
.client-name__note-preview-text_block {
	display: inline-block;
	background: #333333;
    padding: 0px 6px 6px;
	border: 1px solid #e8e8e8;
	min-width: 275px;
}
.client-name__note-buttons {
	font-size: 14px;
	color: #fff;
	height: 30px;
	text-align: right;
	padding-top: 3px;
}
.client-name__note-button-cancel {
	border-bottom: 1px dashed #fff;
	display: inline-block;
	cursor: pointer;
}
.client-name__note-button-cancel:hover {
	border-bottom: none;
}
.client-name__note-button-save {
	display: inline-block;
	cursor: pointer;
	line-height: 30px;
	padding: 0 23px;
	background: #f39d57;
	margin: 0 0 0 10px;
	border-radius: 3px;
}
.client-name__note-button-save:hover {
	background: #fff;
	color: #f39d57;
}
.client-name__note-title {
	font-size: 14px;
	color: #fff;
	line-height: 36px;
}
/* icon */

.x-icon{
  background: url('../images/sprites.png');
  display: inline-block;
  vertical-align: middle;
  margin-top: -7px;
}
.x-icon--active{
  cursor: pointer;
}
.x-icon--drop{
  background-position: -216px -88px;
  height: 12px;
  width: 12px;
  vertical-align: top;
}
.x-icon--edit{
  background-position: -215px -75px;
  height: 12px;
  width: 13px;
  vertical-align: top;
}


/* back-link */

.back-link{
  margin-top: -10px;
  margin-bottom: 25px;
}
.back-link__link{
  text-decoration: none;
}
.back-link__link:before{
  background: url('../images/sprites.png') -19px -234px;
  content: '';
  display: inline-block;
  height: 13px;
  margin-right: 20px;
  vertical-align: middle;
  width: 21px;
}
	
/* onpage-message */

.onpage-message{
  border: 3px solid #f39d57;
  border-radius: 50px;
  color: #7d7d7d;
  font-size: 14px;
  padding: 0 20px 30px;
  text-align: center;
}
.onpage-massge__ttl{
  color: #f39d57;
  font-size: 24px;
  font-weight: 700;
  margin-top: -12px;
  margin-bottom: 45px;
  text-align: center;
}
.onpage-massge__ttl-text-wrap{
  background: #fff;
  padding: 0 14px;
}
.onpage-massge__sub-ttl{
  font-size: 18px;
  margin-bottom: 30px;
}
.onpage-massge__dsc{
  line-height: 1.4;
  margin-bottom: 40px;
}
.onpage-massge__action{
  
}

/* link-again */

.link-again{
  display: inline;
  cursor: pointer;
  font-size: 14px;
  text-decoration: underline;
}
.link-again:after{
  background: url('../images/sprites.png') -33px -270px;
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-top: -5px;
  margin-left: 15px;
  height: 24px;
  width: 25px;
}

/* user-setting */

.user-setting{
  background: #f5f5f5;
  padding: 26px;
}

/* user-setting-avatar */

.user-setting-avatar{

}
.user-setting-avatar__pic{
  background: #3293ba;
  display: block;
  height: 128px;
  margin-bottom: 18px;
  position: relative;
  width: 128px;
}
.user-setting-avatar__pic:before{
  background: url('../images/sprites.png') 0 -315px;
  content: '';
  display: block;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -23px;
  position: absolute;
  height: 53px;
  width: 45px;
}
.user-setting-avatar__pic img{
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 100%;
  z-index: 2;
}

/* file-upload */

.file-upload__input{
  background: #e2e2e2;
  color: #7d7d7d;
  cursor: pointer;
  display: inline-block;
  height: 35px;
  font-size: 14px;
  line-height: 35px;
  overflow: hidden;
  margin-top: -1px;
  text-align: center;
  position: relative;
  vertical-align: middle;
  width: 128px;
}
.file-upload__input input{
  height: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  min-width: 100%;
}
.file-upload__label{
  color: #7d7d7d;
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
}

/* requisites-files */

.requisites-files{}
.requisites-files:after{
  content: '';
  clear: both;
  display: block;
  height: 0;
  margin-bottom: 8px;
  overflow: hidden;
  width: 100%;
}
.requisites-files__enum{
  box-sizing: border-box;
  float: left;
  width: 35.8%;
}
.requisites-files__ttl{
  color: #000;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
  min-height: 48px;
}
.requisites-files__files-group{
  margin-bottom: 30px;
  float: left;
  width: 100%;
}

.requisites-files__file{
  font-size: 14px;
  line-height: 21px;
  width: 100%;
}
.requisites-files__file:after{
  /*content: '';*/
  clear: both;
  display: block;
  height: 0;
  margin-bottom: 8px;
  overflow: hidden;
  width: 100%;
}
.requisites-files__file-name{
  box-sizing: border-box;
  color: #f39d57;
  float: left;
  padding-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  white-space: nowrap;
  max-width: 75%;
}
.requisites-files__file-name:before{
  background: url('../images/sprites.png') -45px -315px;
  content: '';
  display: inline-block;
  height: 21px;
  margin-top: -3px;
  margin-right: 10px;
  vertical-align: middle;
  width: 15px;
}
.requisites-files__file-prop{
  float: left;
  text-align: left;
  position: relative;
  max-width: 25%;
}
.requisites-files__file-size{
  box-sizing: border-box;
  text-overflow: ellipsis;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 35px;
  width: 100%;
}
.requisites-files__file-drop{
  cursor: pointer;
  float: left;
  background: url('../images/sprites.png') -60px -315px;
  display: block;
  height: 21px;
  right: 10px;
  top: 50%;
  margin-top: -12px;
  position: absolute;
  width: 21px;
}

.requisites-files__rules{
  color: #606060;
  font-size: 14px;
  box-sizing: border-box;
  float: left;
  width: 64.2%;
}

.requisites-files__ul{
  margin-bottom: 20px;
}
.requisites-files__li{
  line-height: 2;
  padding-left: 15px;
  position: relative;
  margin-bottom: 5px;
}
.requisites-files__li:before{
  background: #3293ba;
  content: '';
  display: block;
  height: 5px;
  position: absolute;
  left: 0;
  top: 12px;
  width: 5px;
}
.requisites-files__p{
  line-height: 1.1;
}

@media screen and (max-width: 991px){
  .requisites-files__enum{
    margin-bottom: 20px;
  }
  .requisites-files__enum,
  .requisites-files__rules{
    float: none;
    width: 100%;
  }
}

/* client-manage */

.client-manage{
  background: #f5f5f5;
  font-size: 14px;
  padding: 25px;
  margin: 0 0 25px;
}
.client-manage__row{
	display: block;
    margin: 0 0 10px;
}
.client-manage__row:after{
  content: '';
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  width: 100%;
}
.client-manage__col {
  float: left;
  /*height: 35px;*/
  line-height: 35px;
  width: 48%;
}
.client-manage__col.diff-lh {
	line-height: 20px;
}
.client-manage__col .form-field__input {
	border: 1px solid #e8e8e8; 
}
.client-manage__col-label{
  width: 52%;
}
.client-manage__col-value{
  width: 48%;
}
.percent-manage__col-value {
	height: 28px;
	line-height: 28px;
}
.clien-manage_fixed-value{
  font-weight: 700;
}
.client-manage__col-access {
	float: left;
}
.client-manage__col-access label {
	cursor: pointer;
}
.clien-manage_fixed-value.limit-exceed {
	color: #f39d57;
}
.client-manage__action{
  text-align: right;
}

/*client-add-money*/
.client-add-money {
	background: #f5f5f5;
	font-size: 14px;
	padding: 25px;
	margin: 0 0 25px;
}
.client-add-money-ok, .client-add-money-error {
	margin: 0 10px 0 0;
	color: #73aa1d;
	display: none;
}

.set-manager-status-response {
	color: #73aa1d;
    float: left;
    line-height: 25px;
    width: 100%;
    text-align: center;
	display: none;
}

/* edited-value */

.edited-value{}
.edited-value__value{
  border-bottom: 1px dashed #333333;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 1;
}
.edited-value__input{
  border: 1px solid #e8e8e8;
  display: none;
  height: 34px;
  font-size: 14px;
  line-height: 34;
  /*margin-left: -13px;*/
  padding-left: 12px;
  padding-right: 12px;
  vertical-align: middle;
}
.edited-value--edit .edited-value__input{
  display: inline-block;
}
.edited-value--edit .edited-value__value{
  display: none;
}

.com-table__col--history-state.col-manager-status {
	line-height: 25px;
}
.status-mess {
	display: none;
}
.col-monetary-status {
	width: 9%;
}
.col-monetary-status-value {
	line-height: 18px;
    padding: 15px 0px 0px 0px;
}
.col-monetary-date {
	width: 10%;
	line-height: 40px;
}
.col-monetary-desc {
	float: left;
	width: 100%; 
	line-height: 20px;
	margin: 0 0 10px;
}
.monetary-edit-link {
	text-decoration: none;
	border-bottom: 1px dotted #ff0000;
	padding: 5px 0 0 0;
    display: inline-block;
	color: #ff0000;
}
.monetary-edit-link:hover {
	border-bottom: none;
}
.col-monetary-edit-item {
	display: none;
	border: 1px solid #ccc;
    margin-bottom: 3px;
    padding: 18px 18px;
    background: #f5f5f5;
}
.col.opt.sewing-delete {
	width: 3%;
	line-height: 50px;
}	
.col-monetary-edit-title {
	width: 100%;
	margin: 0px 0px 12px;
    font-size: 18px;
}
.col-monetary-edit-type {
	
	display: inline-block;
}
.col-monetary-edit-bill {
	display: inline-block;
}
.col-monetary-edit-client {
	
	display: inline-block;
}
.col-monetary-edit-sum {
	
	display: inline-block;
}
.col-monetary-edit-desc {
	width: 100%;
	display: inline-block;
	margin: 10px 0 0 0;
}
.col-monetary-edit-desc textarea {
	width: 300px;
    height: 50px;
	border: 1px solid #e8e8e8;
	color: #333333;
}
.col-monetary-edit-buttons {
	width: 100%;
	margin: 15px 0 0 0;
}
.col-monetary-edit-item label {
	margin: 0px 10px 5px 0px;
	vertical-align: top;
	display: block;
}
.col-monetary-edit-item input[type="text"] {
	border: 1px solid #e8e8e8;
    height: 37px;
    line-height: 1;
    box-sizing: border-box;
    padding: 0px 13px;
    margin: 0px 0px 0px 0px;
    color: #333333;
}
.col-monetary-edit-item .customSelect--form-inline {
	margin: 0;
}
.sewing-factory .workshops_item.showcase_enum .col.color {
	width: 8%;
}	
.sewing-factory .col.opt.color {
	line-height: 13px;
}
.sewing-factory .factory-select-count {
	border: 2px solid #b4c6d3;
    border-radius: 5px;
    display: inline-block;
    height: 35px;
    line-height: 1;
    vertical-align: middle;
    overflow: hidden;
    position: relative;
    width: 75px;
    text-align: center;
}
.sewing-factory-workshops_item--confirm {
	display: inline-block;
	width: 100%;
}
.sewing-factory-comment {
	float: left;
    width: 76%;
    text-align: left;
    padding: 0 15px;
}
.sewing-factory-comment b {
	font-weight: bold;
}
.factory-order-delete-button {
	margin: 10px 0 0 0;
}

/*cashbox*/
.cashbox-block table.tablesorter {
	font-family:arial;
	margin: 0px 0pt 0px;
	font-size: 14px;
	width: 100%;
	text-align: left;
}
.cashbox-block table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 12px;
	padding: 4px;
}
.cashbox-block table.tablesorter thead tr .header {
	background-image: url('../images/bg.gif');
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
.cashbox-block table.tablesorter tbody td {
	color: #fff;
	padding: 4px;
	border: 2px solid #fff;
	vertical-align: middle;
}
.cashbox-block table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
.cashbox-block table.tablesorter thead tr .headerSortUp {
	background-image: url('../images/asc.gif');
}
.cashbox-block table.tablesorter thead tr .headerSortDown {
	background-image: url('../images/desc.gif');
}
.cashbox-block table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #8dbdd8;
}
.cashbox-block .tablesorter tr td {
	background: #fa4833;
}
.cashbox-block .tablesorter tr.received td {
	background: #4a854b;
}
.cashbox-block .showcase_b {
	background: transparent;
}
.showcase_b .enum .folder .folder_ttl {
	border-bottom: none;
}
.cashbox-num-td {
	width: 4%;
	text-align: center;
}
.cashbox-name-td {
	width: 50%;
}
.cashbox-type-td {
	width: 15%;
}
.cashbox-sum-td {
	width: 15%;
}
.cashbox-condition-td {
	width: 10%;
}
.cashbox-button-td {
	width: 6%;
	text-align: center;
}
.cashbox-day-total {
	width: 100%;
}
.cashbox-day-total td {
	background: #e6EEEE;
	padding: 4px;
	vertical-align: middle;
}
.cashbox-day-total-td-total {
	width: 20%;
}
.cashbox-day-total-td-sum {
	width: 25%;
}
.cashbox-day-total-td-status {
	width: 20%;
}
.cashbox-day-total-td-button {
	width: 18%;
}
.cashbox-block .folder.cut{
	display: flex;
	flex-direction: column;
}
.cashbox-block .folder_ttl.cut_ttl.open {
	order: 1; 
}
.cashbox-block 	.folder_body.cut_body {
	order: 2; 
}
.cashbox-block .enum .folder .folder_ttl:hover {
    background: #f39d57;
	border-bottom-color: #fff;
}

.cashbox-day-total-right {
	float: right;
}
.cashbox-day-total-right-daysum {
	padding: 0 10px 0 0;
    border-right: 1px solid #fff;
    margin: 0 10px 0 0;
	float: left;
}
.cashbox-day-total-right-received {
	float: left;
}
.cashbox-plus {
	color: #44d446;
}
.cashbox-minus {
	color: #fa4833;
}
.auth-form-cashbox {
	margin: 0;
}
.cashbox-print-btn {
	margin: 5px 5px 5px 5px;
}
.cashbox-show-noncash-detail {
	background: #fff;
	margin-top: 5px;
}
.cashbox-show-noncash-detail span {
	display: block;
	padding: 3px 5px;
    border-bottom: 1px solid #e6EEEE;
}
.cashbox-show-noncash-detail-btn {
	position: relative;
	cursor: pointer;
}
.cashbox-show-noncash-detail-btn:before {
    border: 4px solid rgba(0, 0, 0, 0);
    border-top: 6px solid #000;
    content: '';
    height: 0;
    position: absolute;
	right: -15px;
    top: 50%;
    width: 0;
    z-index: 1;
    margin-top: -4px;
}
.cashbox-show-noncash-detail-btn.active:before {
    border: 4px solid rgba(0, 0, 0, 0);
    border-right: 6px solid #000;
    content: '';
    height: 0;
    position: absolute;
	right: -15px;
    top: 50%;
    width: 0;
    z-index: 1;
    margin-top: -4px;
}

/*unowned-goods*/
table.unowned-table {
	font-family:arial;
	margin: 0px 0pt 0px;
	font-size: 14px;
	width: 100%;
	text-align: left;
	position: relative;
}
table.unowned-table thead tr th, table.unowned-table tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 12px;
	padding: 4px;
}
table.unowned-table thead tr .header {
	/*background-image: url('../images/bg.gif');
	background-repeat: no-repeat;
	background-position: center right;*/
	cursor: pointer;
	padding: 4px 4px 4px 4px;
	font-size: 14px;
	vertical-align: middle;
}
table.unowned-table tbody td {
	padding: 8px 5px;
	border: 2px solid #fff;
	vertical-align: middle;
}
table.unowned-table tbody tr.odd td {
	background-color:#F0F0F6;
}
table.unowned-table thead tr .headerSortUp {
	background-image: url('../images/asc.gif');
}
table.unowned-table thead tr .headerSortDown {
	background-image: url('../images/desc.gif');
}
table.unowned-table thead tr .headerSortDown, table.unowned-table thead tr .headerSortUp {
	background-color: #8dbdd8;
}
table.unowned-table tr.found td {
	background: #4a854b;
	color: #fff;
}
table.unowned-table tr:hover {
	background: #f1f3f3;
}
.unowned-filter-form {
	display: inline-block;
}
.unowned-tr .com-table-input {
	position: relative;
}
.unowned-tr .com-table-input input {
	position: absolute;
    left: -26px;
    top: 5px;
}

.unowned-comment-add {
    position: absolute;
    left: -30px;
    cursor: pointer;
}

.unowned-tr-comment {

}

.unowned-tr-comment textarea {
	width: 100%;
    padding: 5px 10px;
    border: 1px solid #e8e8e8;
	box-sizing: border-box;
}

.unowned-comment-save {
	color: #f39d57;
    border-bottom: 1px dotted;
    cursor: pointer;
}

.unowned-comment-save:hover {
	border-bottom: none;
}

/* responsive */

@media screen and (max-width:2560px){

}

@media screen and (max-width:1920px){
}

@media screen and (max-width:1600px){

}

@media screen and (min-width:1520px){

  #header_holder .main_wrap{
    /*margin-right: 320px;*/
  }
  .sidebar_b{
     margin-top: 0;
  }

  .body_wrap{
    float: left;
    width: calc(100% - 320px);
    box-sizing: border-box;
    /*z-index: 1;*/
    position: relative;
  }
  .footer_b .inner_ctx {width: calc(100% - 320px);}

  .sidebar_b{
    float: right;
    margin-right: 0;
	margin-top: 30px;
    padding: 0;
    width: 300px;
    background: #e9e9e9;
    z-index: 2;
  }
  .sidebar_b .main_wrap{
    margin-left: 0;
    padding: 0;
  }
  .sidebar_b .main_inner{
    background: transparent;
    padding: 0;
  }
  .sidebar_b .widget_wrap{
    float: none;
    margin-bottom: 30px;
    padding: 0;
    width: 100%;
  }
  .menu_close .main_wrap {/*margin-left: 200px;*/}
  .sidebar_b .main_wrap {margin-left:0;}
  .menu_close .menu_wrap {/*width:200px;*/}
  .toogle_box {/*display:none;*/}
  .menu_close .menu_b .menu ul li a span {opacity:0;}
  .menu_close .menu_b .menu ul li.active .sumenu {/*height:auto !important;*/}
  .menu_b .logo {
      width:98px;
      margin:0 auto;
      padding-top:7px;
      height:72px;
      display:none;
  }
    .menu_b .logo img {width:100%; height:auto;}
}
@media screen and (max-width:1400px){
    .cabinet_b .tabs_box .tab_menu ul li {padding: 0 10px;}
        .cabinet_b .tabs_box .tab_menu ul li a {font-size: 12px;}
}

@media screen and (max-width:1280px){

  .cabinet_b .manager_ctx .row .col.manager_dsc {
    clear: both;
    float: none;
    padding-top: 10px;
    width: 100%;
  }
}

@media screen and (max-width:1200px){
	.header_b .users-online {
		display: none;
	}
	.go-to-cases-block {
		display: none;
	}
}

@media screen and (max-width:1024px){
	.table.mobile-table {}
	.table.mobile-table th {
		background:#e8e8e8;
		padding:22px;
	}
	.table.mobile-table td {
		padding:22px;
	}
    .hidden-md {display:none;}
    .visible-md {display:block;}
    /*.personal_data-img {
        max-width:19%;
    }
    .personal_data-info {
        padding-right:0;
        width:80%;
    }
    .personal_data-sale {
        clear:left;
        width:100%;
        float:none;
        margin-top:20px;
    }*/
    .personal_data-sale .table table td {padding:12px 17px;}
    .personal_data-edit {
        overflow:hidden;
        text-indent:-9999px;
        border:0;
        width:20px;
    }
        .personal_data-edit:before {
            left:0;
        }
    .pt_note {margin:0;}
	
.menu_close .menu_b .toogle_box {
    width:50px;
    /*padding:0 15px;*/
}	
  #header_holder{
    margin-bottom: -10px;
  }
  .header_fixator{
    padding: 0 10px;
  }
  #header_holder.fixed .header_fixator{
    padding: 0 40px;
  }
 .header_b {
	 /*padding-left:72px;*/ 
	height: 50px;
	line-height: 50px;
 }
 .header_b .search, .header_b .search_holder .open_btn, .header_b .search_holder, .header_b .search button, .header_b .search input {
	 height: 50px;
 }
 .header_b .search_holder .close_btn {
    cursor: pointer;
    position: absolute;
    left: 16px;
    top: 14px;
    width: 24px;
    height: 24px;
    z-index: 111;
}
.header_b .userinfo_ctx {
	
}
.header_b .userinfo_ctx .name {
	max-width: 80px;
	overflow: hidden;
}
 .header_b .logo {
	 margin: -11px 0 0 0;
 }
  .header_b .logo a img{
    width: 120px;
  }

  .header_b .userinfo_ctx .logout{
    margin-left: 10px;
  }
  
  .menu_b .menu {
    position: relative;
    background: #333;
    /* left: 10px; */
    /* top: 0px; */
    width: 230px;
    -webkit-transition: ease 700ms;
    -o-transition: ease 700ms;
    transition: ease 700ms;
	}
	.menu_close .menu_b .menu ul li.active .sumenu, .menu_b .menu ul li.active .sumenu {
		display: block;
		height: 0;
		top: 0;
		position: absolute;
		right: -230px;
		margin-left: 0;
		-webkit-transition: ease 700ms;
		-o-transition: ease 700ms;
		transition: ease 700ms;
	}

  .menu_b .menu > ul > li > a > span{
    position: absolute;
  }
  .menu_b .menu ul li a .icon{
    top: 20px;
  }

  .menu_close .menu_fixator .menu_wrap{
    padding: 0;
    position: relative;

    width: 50px;
  }
  .menu_fixator .menu_wrap{
	width: 230px;

    padding: 0;
    overflow: visible;
    position: relative;
    /* top: 40px; */
    height: auto;
  }
  .menu_fixator .wrapper{
    height: 0;
    position: relative;
    width: 100%;
  }

  .menu_b .menu ul{

  }

  .body_wrap {
    background: transparent;
    padding: 10px;
  }

  .main_wrap{
    margin-left: 0px!important;
     padding-left: 49px; 
  }

    .menu_b .toogle_box .toogle {

    cursor: pointer;
    width: 50px;

    height: 50px;
    line-height:50px;

    position: relative;
    display:inline-block;
    vertical-align:top;
  }
  .menu_close .menu_b .toogle_box .toogle {
   background: #3293ba;
    cursor: pointer;
    display: block;
    height: 50px;
   /* margin-left: -15px;*/
    position: relative;
    text-align: center;
    width: 50px;

  }
  
  .menu_b .menu ul li.active .sumenu {
    display: block;
    height: 100%!important;
    width: 200px;
}
    .menu_b .toogle_box .toogle {background:none;}
      .menu_b .toogle_box .toogle span {
          height:3px;
          width:19px;
          position:relative;
          display:block;
          margin:24px 0 0 16px;
      }
	  .menu_b .toogle_box .toogle:before {
		  background: url('../images/sprites.png') 0 -114px;
			content: '';
			display: inline-block;
			font-size: 0;
			height: 17px;
			vertical-align: middle;
			width: 19px;
	  }
      .menu_close .menu_b .toogle_box .toogle span {background:#fff;}
      .menu_close .menu_b .toogle_box .toogle span:before {
          top:-7px;
          left:0;
          transform: rotate(0);
      }
      .menu_close .menu_b .toogle_box .toogle span:after {
          top:auto;
          bottom:-7px;
          transform: rotate(0);
      }
      .menu_b .toogle_box .toogle span:before,
      .menu_b .toogle_box .toogle span:after {
          height:3px;
          width:19px;
          background:#fff;
          display:block;
          position:absolute;
          transition:all ease .4s;
          content:"";
      }
      .menu_b .toogle_box .toogle span {
          background:none;
      }
      .menu_b .toogle_box .toogle span:before {
          top: 0;
          transform: rotate(45deg);
      }
      .menu_b .toogle_box .toogle span:after {
            bottom: 0;
            transform: rotate(-45deg);
      }









  .menu_fixator{
    z-index: 99;
  }
  .menu_b .toogle_box{
    width: 50px!important;
	padding: 0;
    margin: 0;
    background: #3293ba;
    cursor: pointer;
    display: block;
    height: 50px;
   /* margin-left: -15px;*/
    position: relative;
    text-align: center;
    box-sizing:border-box;
  }
  .menu_close .menu_b {
      width:50px!important;
      background:none;
  }
  .menu_b {
    width: 50px!important;
    background:#333;
    height: 50px; 
    /* margin-left: 10px; */
    /* width: 100%; */
  }
  .menu_b .menu{
    position: relative;
    background: #333;
    /* left: 10px; */
    /* top: 0px; */
    width: 200px;
    height:10000%;
    transition: ease 700ms;
	overflow: scroll;
    height: 500px;
  }
  .menu_close .menu_b .toogle_box .label {opacity:0; display:none;}
  .menu_b .toogle_box .label {margin-left:15px; opacity:1;}
  .menu_close .menu{
    width: 0;
    overflow: hidden;
  }
  .menu_b .menu > ul > li{
    overflow: hidden;
  }
  .menu_close .menu_b .menu ul li.active .sumenu{

    display: block;
    height: 0;
    top: 0;
    position: absolute;
    right: -200px;
    margin-left: 0;
    transition: ease 700ms;
  }
  .menu_b .menu ul li.active .sumenu{
    display: block;
    height: 100%!important;

  }
  .menu_b .menu ul li a { min-height:40px;}

  .menu_b .menu ul li.active:before{
    border-color: transparent;
    border-left-color: #fff;
  }
  
  .menu_b .menu ul li .sumenu {
      margin:0;
  }
  .menu_b .menu ul li .sumenu li {
	padding-left: 0;
  }

  .news_b .enum .item .body .dsc,
  .help_b .enum .item .body .dsc{
    font-size: 14px;
  }
  .news_b .enum .item .body .dsc{
    max-height: 75px;
  }

  .sidebar_b .news_wdg.widget_ctx .wdg_body,
  .sidebar_b .stats_wdg.widget_ctx .wdg_body{
    padding: 20px 15px;
  }

  .sidebar_b .receipts_wdg.widget_ctx .wdg_body table tr td{
    padding: 10px 5px;
  }

  .sidebar_b .news_wdg.widget_ctx .wdg_body .item .publishedon{
    font-size: 13px;
  }
  .sidebar_b .news_wdg.widget_ctx .wdg_body .item .dsc{
    font-size: 12px;
    margin-top: 5px;
  }
  .sidebar_b .news_wdg.widget_ctx .wdg_body .item+.item{
    margin-top: 10px;
  }

  .sidebar_b .stats_wdg.widget_ctx .wdg_body .last .data{
    margin-bottom: 15px;
  }

  .showcase_b .showcase_ttl{
    display: none;
  }
  .showcase_b .col.count{
    width: 18.1%;
  }
  .showcase_b .col.color{
    width: 10.1%;
  }


  .cabinet_b .tabs_box .tab_menu ul li{
    font-size: 12px;
    padding: 0 13px;
  }


  .tickets_b .enum .item .col_wrap{

  }
  .tickets_b .enum .item .col_wrap .col{
    
  }
  .tickets_b .enum .item .col.state{
    font-size: 0;
  }
  
  #header_holder {
	  height: 50px;
  }
    .footer_b .inner_ctx {
        padding: 40px 10px 40px 10px;
    }
	
	.tiles_b .tile .body .ttl {		
		font-size: 30px;		
	}
}

@media screen and (max-width: 1015px) and (min-width: 990px){}
	.header_b .cart, .header_b .balance, .header_b .callback {
		font-size: 14px;
	}
}

@media screen and (min-width: 991px){
	.tablet-select {
		display: none;
	}	
	.pc-select {
		height: inherit;
	}
}

@media screen and (max-width:991px){
	.com-table__row--header {
		padding: 12px 10px;
		line-height: 1;
		height: auto;
	}
	.pc-select {
		display: none;
	}
}

@media screen and (max-width:990px){
  .header_b .callback{
    display: none;
  }
  .header_b .info_box{
    font-size: 14px;
  }
  .tiles_b .wrap img{
    height: 100%;
    width: auto;
  }
  .sidebar_b .receipts_wdg.widget_ctx .wdg_body table tr td:nth-child(1){
    padding-left: 0;
    /*width: 20px;*/
  }

  .showcase_enum .item .opt.count .customSelect{
    width: 46px;
  }
  .showcase_enum .item .opt.count .customSelect select{
    padding-left: 5px;
    padding-right: 20px;
  }
  .com-table__row--history{
    height: auto;
    padding-top: 10px;
  } 
  .com-table__enum .com-table__col--history-num,
  .com-table__enum .com-table__col--history-date,
  .com-table__enum .com-table__col--history-sum,
  .com-table__enum .com-table__col--history-state{
    float: left;
    width: 50%;
  }
  .com-table__enum .com-table__col--history-client{
    height: auto;
    float: none;
    line-height: 1.2;
    margin-bottom: 10px;
    width: 100%;
  }


  .com-table__row--item-client{
    height: auto;
    line-height: 1.2;
    padding-top: 10px;
  }
  .com-table__enum .com-table__col--client-date,
  .com-table__enum .com-table__col--client-price-level,
  .com-table__enum .com-table__col--client-balance,
  .com-table__enum .com-table__col--client-state,
  .com-table__enum .com-table__col--client-orders-count,
  .com-table__enum .com-table__col--client-money-circulation,
  .com-table__enum .com-table__col--client-orders-sum {
    float: left;
    margin-bottom: 10px;
    width: 50%;
  }
  .com-table__enum .com-table__col--client-num,
  .com-table__enum .com-table__col--client-name{
    height: auto;
    float: none;
    line-height: 1.2;
    margin-bottom: 10px;
    width: 100%;
  }
  .com-table__enum .com-table__col--client-num, .com-table__enum .com-table__col--client-name {
		height: auto;
		float: none;
		line-height: 1.2;
		margin-bottom: 10px;
		width: 100%;
	}
	.tablet-label {
		display: inline-block;
	}
	.tablet-label:after {
		content: ': ';
	}
    .personal_data-img {
     max-width:19%;
    }
    .personal_data-info {
        padding-right:0;
        width:80%;
    }
    .personal_data-sale {
        clear:left;
        width:100%;
        float:none;
        margin-top:20px;
    }
    .cart_b .cart_ttl{
        display: none;
      }
      .cart_b .cart_enum .item .col {padding:0}
      .cart_b .cart_enum .item{
        position:relative;
      }
      .cart_b .cart_enum .item .col.opt.action{
        position: absolute;
        right: 30px;
        top: 10px;
        width: auto!important;
      }
      .cart_b .cart_enum .item .col.opt{
        clear: both;
        line-height: 30px;
        float: none;
        width: 100%!important;
      } 
      .cart_enum .col.opt .label{
        color: #3293ba;
        font-size: 16px;
        display: block;
        text-align:left;
        font-weight:normal;
        line-height:44px;
        border-radius:0;
        padding:0;
      }
      .cart_enum .item .opt.col.name{
        line-height: 44px;
        margin-bottom: 20px;
      }
      .cart_b .cart_enum .item .col.opt.price span,
      .cart_b .cart_enum .item .col.opt.sum span{
        line-height: 1;
      }
      .cart_enum .item .opt.color{
        padding-left: 0;
      }
      .cart_enum .item .opt.code .label,
      .cart_enum .col.color .label,
      .cart_enum .col.avaible .label,
      .cart_enum .col.price .label,
      .cart_enum .col.return-count .label,
      .cart_enum .col.defect  .label,
      .cart_enum .col.count .label,
      .cart_enum .col.sum .label{
        float: left;
        width: 50%;
        max-width: 90px;
      }
    
      .steps_b .step_col .step{
        font-size: 14px;
      }
}

@media screen and (max-width:1010px){
  .card_b .inner_ctx .options{
    float: none;
    clear: both;
    margin-left: 0;
    padding-top: 40px;
  }
}
@media screen and (max-width:990px){
  .docs_b{
    /* margin: 0px -10px; */
  }
  .docs_b .docs_group{
    float: none;
    margin-bottom: 40px;
    width: 100%;
  }
  .docs_b .docs_group .enum{
    padding: 0;
  }

  .docs_b .docs_group .enum .item .icon{
    display: block;
    float: left;
  }
  .docs_b .docs_group .enum .item .label a:before{
    display: none;
  }
  .docs_b .docs_group .enum .item .col_wrap{
    float: left;
    line-height: 1.3;
  }
  .docs_b .docs_group .enum .item .col_wrap > div{
    float: none;
    width: 100%;
  }

  .docs_b .docs_group.other .enum{
    background: #f5f5f5;
    margin: 0px -10px;
    padding: 15px 10px;
  }
}
@media screen and (max-width:800px){

  body{
    /* padding: 0; */
    padding: 10px 10px 0;
  }


  #header_holder.fixed .header_fixator{
    padding: 0 20px;
  }
  .header_b .cart, .header_b .callback, .header_b .balance{
    font-size: 12px;
  }
  .menu_fixator{
  }
  .copy_b{
    margin: 0 -10px;
  }

  .news_b .enum .item .body{
    padding-right: 20px;
  }

  .help_b .enum .item{
    width: 50%;
  }

  .sidebar_b .widget_wrap{
    padding: 0;
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .sidebar_b *:nth-last-child(1){
    margin-bottom: 0;
  }

  /*.menu_b .toogle_box .label{
    display: none;
  }*/

  /*
  .cabinet_b .tabs_box .tab_menu ul{
    padding: 0;
  }
  .cabinet_b .tabs_box .tab_menu ul li{
    box-sizing: border-box;
    height: 120px;
    width: 18%;
  }
  */

  .cabinet_b .content_ctx{
    padding-left: 10px;
    padding-right: 10px;
  }

  .cabinet_b .content_ctx.docs_ctx{
    /* background: #fff; */
  }

  .tickets_b .enum .item .col.state{
    padding-right: 0;
  }
  
  .ttl_b__action-item .right {
	  margin: 0 0 4px 0!important;
  }
  
  .bx_my_order_block {
	  margin: 10px 0 30px;
  }
  
  .bx_my_order_choose_all_input {
	left: -7px;
  }
  
  .approve-order-list .order_b {
	 margin: 0 0 0 15px;
  }
  
  .bx_my_order_input {
	left: -7px;   
  }
  
  .approve-order-list .order_ttl {
	  line-height: 28px!important;
  }
  
  .approve-order-list .order_b.close .order_ttl:before {
	  top: 11px;
  }
  
  .approve-order-list .order_b .order_ttl .state {
	  height: auto;
  }
}

@media screen and (max-width:773px){
  .header_b .callback{
    display: none;
  }
  .header_b .userinfo_ctx:before{
    display: none;
  }
  .header_b .userinfo_ctx .logout{
    margin-left: 5px;
  }


  @media screen and (max-width:768px){

    #header_holder.fixed .header_fixator{
    }
    .menu_b .toogle_box .toogle{
    }
    .header_b{
      padding-right: 0;
    }
    .header_b .logo{
      float: left;
      /* width: 60px; */
      margin-top: 0;
      /* margin-left: -1px; */
    }
    .header_b .logo a img{
      margin-top: -3px;
      width: 100px;
    }
    #header_holder.fixed .header_fixator .header_b .logo a img{
      margin-top: 1px;
      width: 80px;
    }
    .header_b .search_holder.open .search{
      width: 320px;
    }
    .header_b #saerch_panel{
      display: none;
    }

    .menu_fixator {
      left: 0;
      top: 0;
    }

    .menu_b .menu{
    }


    .header_b .cart, .header_b .callback, .header_b .balance{
      font-size: 12px;
      padding: 0 10px;
    }
    .header_b .balance:before{
      margin-right: 10px;
    }

    .tiles_b .tile{
      width: 100%;
      /* padding: 14px 0px; */
    }
    .tiles_b .wrap img{
      height: auto;
     /* width: 100%;*/
    }
    .tiles_b .tile .body{
      font-size: 20px
    }
    .news_b .enum .item{
      float: none;
      margin-bottom: 10px;
      width: 100%;
    }

    .contacts_b{
      height: auto;
      line-height: 1;
    }
    .contacts_b .phone,
    .contacts_b .addr{
      float: none;
      margin-bottom: 10px;
    }

    .footer_b .inner_ctx .cols .col{
      width: 50%!important;
      padding-top: 10px !important;
    }
    .footer_b .inner_ctx .cols .col.logo {
        width: 100% !important;
    }
    .footer_b .inner_ctx .cols .col.logo a {margin: auto;}
    .footer_b .inner_ctx .cols .col.logo .footer-slogan {text-align: center;}

    .footer_b .inner_ctx .cols .col.menu+.menu{
      margin-top: -20px;
    }

    .catalog_b .enum .folder .folder_ttl .counter,
    .catalog_b .enum .folder .folder_body .group .group_ttl .counter{
      font-size: 0;
    }
    .catalog_b .enum .folder .folder_body .group .group_ttl .group_label{
      padding-right: 60px;
    }


    .showcase_b .col.name{
      width: 40.1%;
    }
    .showcase_b .col.count{
      width: 22.6%;
    }
    /*.showcase_b .col.code{
      display: none;
    }*/
    .showcase_b .col.color{
      width: 9.1%;
    }

    .card_b .inner_ctx .gallery{
      height: auto;
      float: none;
    }
    .card_b .inner_ctx .options{
      margin-top: 40px;
      margin-left: 0;
    }


    .help_b .enum .item{
      margin: 15px 0;
      width: 100%;
    }

    .cabinet_b .manager_group{
      float: none;
      margin-bottom: 40px;
      width: 100%;
    }
    .cabinet_b .info_ctx{
      float: none;
      width: 100%;
    }

    .cabinet_b .info_ctx .action .btn.btn-primary{
      height: 54px;
      line-height: 54px;
      width: 100%;
    }
    .cabinet_b .manager_ctx .row .col.manager_dsc{
      clear: both;
      float: none;
      padding-top: 10px;
      width: 100%;
    }
    .cabinet_b .manager_ctx .row .col.manager_dsc .action{
      margin-top: 20px;
    }
    .cabinet_b .manager_ctx .row .col.manager_dsc .btn{
      height: 54px;
      line-height: 54px;
      width: 100%;
    }
    .actions {
        text-align: center;
    }
      .actions a,
      .actions button {
          float: none !important;
          /*display: inline-block !important;*/
      }
	#bx-soa-pickup {
		width: 96%!important;
	}
  }
  .com-table__workshops--order__list {padding: 0 !important;}
  .section-name {
      height: auto !important;
      min-height: 45px;
  }
  .section-name .folder_label {
      box-sizing: border-box;
      padding-right: 145px;
      height: auto;
      vertical-align: middle;
  }
  .res-table__row--wrap {
      display: block;
      overflow: hidden;
  }
  
  .res-table__row--block[data-th]:before {padding-right: 10px;}
  .res-table__row .res-table__row--block {line-height: 1.2 !important;}
  .res-table__row .res-table__row--block:after {
      display: table;
      clear: both;
      content: "";
  }
  .ttl_b__label-col {float: none; margin: 0 0 15px;}
}

@media screen and (max-width:736px){
    .gray-bg .table,
    .info_group .table,
    .change-cases-price-form {overflow: auto;}
    .table-filter--btn {display: block !important;}
    .admin-statistic-button-box {text-align: center !important}
    .admin-statistic-button-box .btn {margin-top: 10px;}
    .table-filter--label {line-height: 1.2 !important;}
  .header_b .cart:before{
    margin-right: 10px;
  }
  .header_b .cart .count{
    left: 24px;
  }
  .header_b .cart{
    padding-left: 10px;
  }

  .showcase_wrap{
    margin: 0 -10px;
  }
    .showcase_b {overflow:hidden;}
  .showcase_enum .item .opt.col{
    clear: both;
    line-height: 30px;
    float: none;
    width: 100% !important;
    height:auto;
  }
  #sewing-order-detail .workshops_item.showcase_enum .col.color,
  #sewing-order-detail  .workshops_item.showcase_enum .col.quant,
  #sewing-order-detail  .workshops_item.showcase_enum .col.quant {width: 100% !important}
  .showcase_enum .item .opt.color .marker {overflow: hidden; width: auto; border-radius: 0;}
  .workshops_item.showcase_enum .col.quant, 
  .workshops_item.showcase_enum .col.date, 
  .workshops_item.showcase_enum .col.save,
  #sewing-order-detail .workshops_item.showcase_enum .col.material,
  #sewing-order-detail  .showcase_enum .item .opt.code,
  #sewing-order-detail .showcase_enum .item .opt.color{
    line-height: 41px !important; 
    height: auto!important;
    min-height: 41px;
  }
  .showcase_enum .col.opt .label{
    color: #3293ba;
    font-size: 16px;
    display: block;
  }
  .showcase_enum .item .opt.col.name{
    line-height: 44px;
    margin-bottom: 20px;
  }
  .showcase_enum .item .opt.color{
    padding-left: 0;
  }
  .showcase_enum .item .opt.code .label,
  .showcase_enum .col.color .label,
  .showcase_enum .col.avaible .label,
  .showcase_enum .col.price .label,
  .showcase_enum .col.count .label{
    float: left;
    width: 50%;
    max-width: 90px;
  }
  .showcase_enum .item .opt.avaible .process,
  .showcase_enum .item .opt.avaible .process .text{
    width: auto;
  }

  .showcase_enum .item .opt.avaible .process .tag{
    left: -60px;
  }


  .showcase_enum .item .opt.count .customSelect{
    width: 76px;
  }
  .showcase_enum .item .opt.count .customSelect select{
    padding-left: 10px;
    padding-right: 20px;
  }
    .footer-paginator.fixed-block {display: none;}
    
    .ttl_b__label-col.title-links {
        text-align: center;
        margin: 0 0 20px;
        float: none;
    }
    .ttl_b__action-col,
    .ttl_b__action-item{
        float: none;
        text-align: center;
        margin: 0;
    }
    .ttl_b__action-label {
        display: block; 
        margin: 0 0 10px;
        text-align: left;
    }
    .customSelect--form {
        display: block; 
        width: 100%;
        margin: 0 0 10px;
        box-sizing: border-box;
    }
    .order-search-box {}
        .order-search-box input {
            width: 100%; 
            margin: 0 0 10px !important;
        }
    .com-table__row--item.order-history {padding-left: 40px;}        
        .all-orders .com-table-input {
            left: 0; 
            width: 40px;
            text-align: center;
        }
        .com-table__col.com-table__col--history-manager {width: 100%; float: none;}
        .com-table__col.com-table__col--history-state.col-manager-status {width: 100%;}        
    .bx_my_order_print_box {display: none;}        
}

@media screen and (max-width:680px){
 .tickets_b .order_ctx{
    height: 62px;
    line-height: 62px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .tickets_b .order_ctx .col{
    display: none;
  }
  .tickets_b .order_ctx .order_ctx-select{
    background: #2d2d2d;
    display: inline-block;
    border: 1px solid #474747;
    height: 34px;
    line-height: 1;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    width: 100%;
  }
  .tickets_b .order_ctx .order_ctx-select:before{
    border: 4px solid transparent;
    border-top: 6px solid #626262;
    content: '';
    display: inline-block;
    height: 0;
    margin-top: -2px;
    position: absolute;
    right: 10px;
    top: 50%;
    vertical-align: middle;
    width: 0;
  }
  .tickets_b .order_ctx .order_ctx-select select{ 
    background: transparent;
    border: none;
    color: #7d7d7d;
    height: 100%;
    outline: none;
    width: 130%;
  }


  .tickets_b{
    margin-left: -10px;
    margin-right: -10px;
  }
  .tickets_b .enum .item,
  .tickets_b .enum .item.new,
  .tickets_b .enum .item.unread{
    height: auto;
    line-height: 1;
    padding-bottom: 14px;
    padding-top: 43px;
    padding-left: 18px;
    padding-right: 18px;
    position: relative;
  }
  .tickets_b .enum .item .col{
    float: none;
    width: auto;
  }
  .tickets_b .enum .item .col.state .state_label{
    display: none;
  }
  .tickets_b .enum .item .col.num{
    position: absolute;
    left: 18px;
    top: 16px;
    width: auto;
  }
  .tickets_b .enum .item .col.date{
    position: absolute;
    right: 18px;
    top: 16px;
    width: auto;
  }
  .tickets_b .enum .item .col.theme{
    height: auto;
    max-height: 2em;
    padding-left: 41px;
    padding-right: 78px;
    width: auto;
  }

  .tickets_b .enum .item .col.state{
    position: absolute;
    left: 18px;
    top: 43px;
    width: auto;
  }
  .tickets_b .enum .item .col.count{
    position: absolute;
    right: 18px;
    top: 40px;
    width: auto;
  }
}

@media screen and (max-width:640px){
  .header_b .search_holder{
    display: none;
  }
  #bx-soa-pickup {
	width: 93%!important;
  }
}
@media screen and (max-width:630px){
  .header_b .callback, .header_b .userinfo_ctx{
    display: none;
  }
  .tickets_b .enum .item .col.state em{
    margin-left: 0!important;
  }
}
@media screen and (max-width:568px){
  .header_b .userinfo_ctx .logout{
    margin-left: 10px;
  }

  .header_b .callback,
  .header_b .header-news-count,
  .header_b .userinfo_ctx{
    display: none;
  }
  .cabinet_b .main_info{
    font-size: 14px;
    height: auto;
  }
  .history_b .order_b .order_ttl {height:auto;}
    .history_b .order_b .order_ttl .state {
        float: none;
        margin-left: -20px;
    }
    .history_b .order_b .showcase_history .item .col.opt.name,
    .history_b .order_b .showcase_history .item .col.opt.code,
    .history_b .order_b .showcase_history .item .col.opt.count,
    .history_b .order_b .showcase_history .item .col.opt.price {
        width:auto;
        text-align:left;
        padding:0;
        height:auto;
    }
  .cabinet_b .main_info .user .pic{
    display: none;
  }


  .showcase_enum .item .opt.count .customSelect{
    width: 46px;
  }
  .showcase_enum .item .opt.count .customSelect select{
    padding-left: 5px;
    padding-right: 20px;
  }

  .tickets_b .enum .item{
    
  }
  .tickets_b .enum .item.unread,
  .tickets_b .enum .item.new{
   
  }
  .tickets_b .enum .item .col.num{
   
  }
  .steps_b .step_col {
      float:none;
      width:100%;
  }
    .form_widget.delivery .row .col.option,
    .form_widget.delivery .row .col.addr,
    .form_widget.pay .row .col.details,
    .form_widget.pay .row .col.option,
    .form_widget.comment .col.comment2,
    .form_widget.comment .col.details2 {float:none; width:100%; margin:0 0 20px !important;}
    .bx-soa-pp-company {z-index:1 !important;}    
    
    .actions .col.save .btn.btn-lg {
        padding-left: 25px;
        padding-right: 25px;
    }
    .actions .col.next .btn.btn-lg {margin:0 !important;}
}

@media screen and (max-width:530px){
  .form_widget.pay .row.actions .col.next{
    float: left;
    margin-top: 10px;
  }
  .cabinet_b .cart_b .details .legend{
    padding-left: 0;
    float: none;
  }
  .cabinet_b .cart_b .details .sum{
    clear: both;
    float: none;
    margin-top: 40px;
    text-align: right;
  }
  .cabinet_b .cart_b .details .sum span{
    display: block;
  }


  .com-table__enum .com-table__col--history-num,
  .com-table__enum .com-table__col--history-date,
  .com-table__enum .com-table__col--history-sum,
  .com-table__enum .com-table__col--history-state,
  .com-table__enum .com-table__col--history-client{
    height: auto;
    float: none;
    line-height: 1.2;
    margin-bottom: 10px;
    width: 100%;
  }
}
.header_b .userinfo_ctx .callback,
.header_b .userinfo_ctx .header-news-count, 
.header_b .userinfo_ctx .search_holder {display:none;}
@media screen and (max-width:435px){
 body{
    padding: 0;
    margin: 0;
  }
  .copy_b{
    margin: 0;
  }
    #header_holder {height:108px;}

  .header_fixator{
    padding: 0;
  }
  .header_b{
    padding-left: 10px;
    position: relative;
    z-index: 99;
    margin-left: 0;
    padding-left:0;
  }
  .header_b .logo {
	  padding: 0;
  }
  .header_b .logo a img{
    margin-top: 1px;
    width: 80px;
  }
  .header_b .cart, .header_b .callback, .header_b .balance{
    font-size: 10px;
    padding: 0 10px;
    /* display: none; */
  }
    .header_b .userinfo_ctx {
        display:block;
        float:none;
    }
    .header_b .userinfo_ctx {padding-left:76px;text-align: right;}
        .header_b .userinfo_ctx .callback {
            background: url('../images/sprites.png') -20px -87px;
            height: 24px;
            width: 25px;
            display:inline-block;
            padding:0;
            overflow:hidden;
            text-indent:-9999px;
            vertical-align:middle;
            float:none;
            margin-left:60px;
        }
            .header_b .userinfo_ctx .callback:before {display:none;}
			
		.header_b .userinfo_ctx .callback .count {
			background: #f39d57;
			border-radius: 10px;
			display: block;
			height: 11px;
			font-size: 8px;
			line-height: 13px;
			right: 0px;
			min-width: 5px;
			padding: 0 4px;
			position: absolute;
			text-align: center;
			top: 0px;
			box-sizing: content-box;
			color: #fff;
			text-indent: 0;
		}
		
		.header_b .userinfo_ctx .header-news-count {
			background: url(/local/templates/main_v2/images/bell-alert.png) no-repeat center;
			color: #fff;
			background-size: contain;
			height: 24px;
			width: 25px;
			display: inline-block;
			padding: 0;
			overflow: hidden;
			text-indent: -9999px;
			vertical-align: middle;
			float: none;
			margin: 0;
		}
		
		.header_b .userinfo_ctx .header-news-count .count {
			display: block;
			height: 11px;
			font-size: 12px;
			line-height: 13px;
			right: 0px;
			min-width: 5px;
			padding: 0 4px;
			position: absolute;
			text-align: center;
			top: 0px;
			box-sizing: content-box;
			color: #fff;
			text-indent: 0;
			margin: auto;
			left: 0;
			bottom: 0;
		}
		
        .header_b .userinfo_ctx .logout {margin-left:3px;}
        .header_b .userinfo_ctx .name {
            overflow:hidden;
            text-indent: 45px;
            background: url('../images/sprites.png') -20px 0;
            height:23px;
            width:20px;
            margin-left:30px;			
        }
            .header_b .userinfo_ctx .name .welcome {display:none;}
        .header_b .userinfo_ctx .search_holder {
            display:inline-block;
            float:none;
            vertical-align:top;
            height:50px;
            margin-left:0px;
        }
		.header_b .search button:before {
			margin: -10px 0 0 -12px;
		}
            .header_b .search_holder.open .search {width:277px;}
    .header_b .info_box {float:none; width:100%;}
    .header_b .cart, 
    .header_b .balance  {
        width:50%;
        box-sizing:border-box;
         font-size:16px;
    }

  .main_inner{
    background: transparent;
    /* padding: 10px 10px 0; */
    padding: 0;
  }

  .main_wrap,
  .menu_close .main_wrap{
    margin-left: 0!important;
    padding-left: 0!important;
  }

  #header_holder.fixed .header_fixator{
    padding: 0;
  }

  .menu_fixator{
    position: absolute;
    padding: 0;
    /* top: -30px; */
    /* margin: 0 -10px; */
    left: 0;

  }

  .menu_close .menu_fixator .menu_wrap{
    width: 76px;
    /* margin-right: -20px; */
  }
  .menu_fixator .menu_wrap{
      width:230px;
    }
  .menu_b .toogle_box .label { margin-left:45px; transition:none;}
  .menu_b .toogle_box{
    padding:0 15px;
  }
  .menu_close .menu_b {
      width:80px !important; 
      height:auto;
      z-index:116;
  }
    .menu_close .menu_b .toogle_box,
    .menu_b .toogle_box {width:80px !important;}
    .menu_close .menu_b .logo {
        display:none;
    }
    .menu_b .logo {
        display:block;
        position:absolute;
        height:50px;
        left:110px;
    }
        .menu_b .logo img {height:100%; width:auto;}
  .menu_b{

    width: 230px !important;


  }
  .menu_b .menu{
    position: relative;
    background: #333;


    width: 100%;
    transition: ease 700ms;
  }
  .menu_close .menu{
    height: 0 !important;
    width: 100%;
    overflow: hidden;
    transition: none
  }
  .menu_b .menu > ul > li{
    height: auto;
    overflow: hidden;
  }
  .menu_b .menu > ul > li > a > span{
    position: relative;
  }
  .menu_b .menu ul li a .icon{
    top: 20px;
  }
  .menu_close .menu_b .menu ul li.active .sumenu,
  .menu_b .menu ul li.active .sumenu{
    height: auto!important;
    position: static;
    margin-left: -45px;
    padding-left: 45px;
    transition: ease 700ms;
  }
  .menu_b .menu ul li.active .sumenu{
    display: block;
    height: auto!important;
    width: 100%!important;
  }
  .menu_b .menu ul li .sumenu li{
    padding-left: 0;
  }
  .menu_b .menu ul li.active:before{
    border-color: transparent;
    border-top-color: #fff;
  }

  .tiles_b{
    margin-left: -10px;
    margin-right: -10px;
  }
  .tiles_b .tile{
    height: auto;
    width: 100%;
  }
  .tiles_b .wrap img{
  }
  .tiles_b .tile .body{    
    position: relative;
    z-index: 2;
    top: 0;
    margin: 15px 0;
    display: block;
  }
  .tiles_b .tile .action{
    position: relative;
    bottom: auto;
    left: auto;
    padding: 10px 20px;
  }

  .footer_b .inner_ctx .cols .col{
    float: none;
    width: 100%!important;
  }
  .footer_b .inner_ctx .cols .menu{
    height: auto !important;
  }
  .footer_b .inner_ctx .cols .menu+.menu{
    margin-top: -20px;
  }
  
  .copy_b{
    margin: 0;
    font-size: 10px;
  }

  .card_b .mobile{
    display: block;
  }

  .card_b{
    padding-left: 0;
    padding-right: 0;
  }
  .card_b .code_top{
    color: #777;
    font-size: 16px;
    margin-bottom: 10px;
    padding: 0 25px;
  }
  .card_b .inner_ctx .ttl_b.m_ttl{
    line-height: 1.2;
    margin-left: 8px;
    margin-bottom: 10px;
  }
  .card_b .inner_ctx .gallery{
    /* margin: 0 -10px; */
    width: 100%;
  }
  
  .card_b .gallery_wrap{
    margin: 0 -10px;
  }
  .card_b .inner_ctx .gallery .fs{
    width: 100%;
  }
  .card_b .inner_ctx .gallery .fs img{
    width: 100%;
  }
  .card_b .inner_ctx .gallery .tags{
    left: 0;
  }
  .card_b .inner_ctx .gallery .prev{
    display: none;
  }

  .card_b .inner_ctx .options{
    /* margin: 0 10px; */
  }
  .card_b .inner_ctx .options .ttl_b.m_ttl,
  .card_b .inner_ctx .options .code{
    display: none;
  }
  .card_b .inner_ctx .options .avaible{
    font-size: 16px;
    margin-bottom: 20px;
  }

  .card_b .inner_ctx .options .vars ul li label{
    font-size: 18px;
  }
  .card_b .inner_ctx .options .vars ul li label em{
    font-size: 24px;
  }
  .card_b .inner_ctx .options .vars ul li label:before{
    height: 34px;
    margin-top: -4px;
    vertical-align: middle;
    width: 34px;
  }
  .card_b .inner_ctx .options .vars ul li input:checked+label:before {
    border: 10px solid #33b1e0;
    height: 16px;
    width: 16px;
  }

  .card_b .inner_ctx .options .colors ul li label{
    height: 56px;
    width: 56px;
  }

  .card_b .inner_ctx .options .colors ul li label:before{
    height: 24px;
    left: 16px;
    top: 16px;
    width: 24px;
  }
  .card_b .inner_ctx .options .colors ul li label:after{
    background: url('../images/sprites.png') -20px -134px;
    height: 15px;
    top: 22px;
    width: 20px;
    left: 18px;
  }
  .card_b .inner_ctx .options .order_avaible{
    font-size: 18px;
    margin-bottom: 25px;
  }

  .card_b .inner_ctx .options .action_box{
    height: auto; 
  }
  .card_b .inner_ctx .options .price{
    margin-bottom: 25px;
  }
  .card_b .inner_ctx .options .action .follow {
  /*.card_b .inner_ctx .options .action .btn.btn-buy*/
    display: none;
  }

  .card_b .inner_ctx .options .btn.btn-buy{
    background: #f39d57;
    clear: both;
    /*height: 58px;
    line-height: 58px;*/
    padding: 0 10px;

  }
  .card_b .inner_ctx .options .btn.btn-buy:after{
    display: none;
  }
  .card_b .inner_ctx .options .btn.btn-buy:before{    

    background: url('../images/sprites.png') -20px -42px;
    content: '';
    display: inline-block;
    height: 24px;
    margin-right: 16px;
    vertical-align: middle;
    width: 22px;
  }
  .card_b .inner_ctx .options .follow{
    font-size: 18px;
    margin-top: 25px;
    text-align: center;
  }
  .description_b{
    /* padding: 0 10px; */
  }
  .description_b .tabs .tab_menu{
    display: none;
  }
  .description_b .tabs .tab_enum .tab{
    display: block;
    padding: 0;
  }

  .description_b .tabs .tab_enum .tab .content_wrap{
    padding: 10px;
  }

  .cabinet_b{
    margin: 0 -10px;
  }
  .cabinet_b .tabs_box .tab_menu ul{
    padding: 13px 10px 0;
  }
  .cabinet_b .tabs_box .tab_menu ul li{
    border:0;
    display:block;
    float:none;

  }
    .cabinet_b .tabs_box .tab_menu ul li + li {border-top:1px solid #505050;}

  .cabinet_b .main_info .user .pic{
    display: inline-block;
  }

  .chat_b{
    /* margin: 0 -10px; */
  }
  .chat_b .feed{
    padding: 0;
  }
  .chat_b .feed .item{
    margin-bottom: 40px;
  }

  .chat_b .feed .item > .pic,
  .chat_b .feed .item.manager .pic{
    float: none;
    margin-bottom: 5px;
  }
  .chat_b .feed .item.manager .pic{
    float: right;
  }
  .chat_b .feed .item .body,
  .chat_b .feed .item.manager .body{
    clear: both;
    margin-left: 0;
    margin-right: 0;
  }

   .tickets_b .action .create{
    float: none;
    padding: 0 10px;
    margin-bottom: 32px;
  }
  .tickets_b .action .create .btn.btn-primary.btn-massage{
    box-sizing: border-box;
    font-size: 18px;
    height: 52px;
    line-height: 52px;
    width: 100%;
  }

  .tickets_b .action .nav{
    float: none;
    text-align: center;
  }
  .tickets_b .action .nav .pagination_b ul{
    display: inline-block;
  }
  
  .btn.btn-primary{
	margin: 0 0 2px; 
  }
  
    
    #case-block .showcase_enum .item .opt.avaible,
    #case-block .showcase_ttl .col.count, 
    #case-block  .showcase_enum .col.count,
    #case-block .showcase_ttl .col.color, 
    #case-block .showcase_enum .col.color {width: 100%;}
}

@media screen and (max-width:375px){
  .header_b .balance{
  }
  .header_b .userinfo_ctx .callback {margin-left:25px;}
  .header_b .userinfo_ctx .search_holder {margin-left:0; height:50px;float: right;}
  .header_b .search_holder.open .search {width:238px;}
}

@media screen and (max-width:320px){
}

@media screen and (max-height: 600px){
  .menu_fixator{
    position: absolute;
    padding: 0;
    /* top: -30px; */
    left: 0px;
  }
}

/* happy end */
.sections-list {}
    .section-item {}
        .section-name,
        .section-body_name {
            background: #333333;
            border-bottom: 1px solid #242424;
            border-top: 1px solid #505050;
            color: #fff;
            cursor: pointer;
            height: 45px;
            font-size: 18px;
            line-height: 45px;
            padding: 0 20px 0 50px;
            position: relative;
        }
		.section-item-defect .section-name {
			background: #ff0000;
		}
            .section-name:before {
                border: 4px solid rgba(0, 0, 0, 0);
                border-top: 6px solid #fff;
                content: '';
                height: 0;
                position: absolute;
                left: 21px;
                top: 50%;
                width: 0;
                z-index: 1;
                margin-top: -4px;
            }
            .section-name .folder_label,
            .section-body_name .group_label {
                display: inline-block;
                line-height: 1.2;
                width: 100%;
            }
            .section-name .counter,
            .section-body_name  .counter {
                font-size: 14px;
                line-height: 1;
                position: absolute;
                right: 20px;
                top: 50%;
                transform: translateY(-50%);
            }
                .section-name .counter .badge {
                    background: #3293ba;
                    border-radius: 10px;
                    display: inline-block;
                    font-size: 14px;
                    height: 20px;
                    line-height: 21px;
                    padding: 0 8px;
                }
            .section-name:hover,
            .section-body_name:hover {
                background: #f39d57;
                border-bottom: 1px solid #da3f39;
                border-top: 1px solid #ff8580;
            }
            .section-name:hover .counter .badge {background:#000;}
        .section-body {
            display:block;
        }            
            .section-body_name {
                background: #3293ba;
                border-bottom: 1px solid #277fa2;
                border-top: 1px solid #58c2dc;
                    padding: 3px 20px 4px 20px;
            }
                .section-body_name .group_label {}
                .section-body_name .counter {}
                .section-body_name .counter .badge {
                    background: #333333;
                    border-radius: 10px;
                    display: inline-block;
                    font-size: 14px;
                    height: 20px;
                    line-height: 20px;
                    padding: 0 8px;
                }
        .section-body__list {
            display:block;
        }      
    .section-item.collapsed {}      
        .section-item.collapsed .section-name:before {
            border: 4px solid rgba(0, 0, 0, 0);
            border-left: 6px solid #fff;
        }
        .section-item.collapsed .section-body {display:none;}
        .section-body.collapsed .section-body__list {display:none;}


.gild-list .showcase_ttl .col.model {width:43%;}        
.showcase_ttl .col.model {width:47%;}        
.showcase_ttl .col.date {width:15.7%;}       
.showcase_ttl .col.quant {width:10%;}
.gild-list  .showcase_ttl .col.quant {width:9%;}
.gild-list .item .opt.code {width: 12.1%;}
.gild-list .item .opt.print {width: 3%;}
.gild-list .item .opt.print .print-link {
    color: #3293ba;
    position: relative;
    display: inline-block;
	margin-top: 25px;
}
.gild-list .item .opt.print .print-link:after {
    background: url(../images/sprites.png) -73px -233px;
    content: '';
    display: inline-block;
    height: 20px;
    vertical-align: middle;
    width: 20px;
}
.blue-sort-links {}
    .blue-sort-links a {
        color:#3293ba;
        font-size:14px;
        vertical-align:top;
    }
        .blue-sort-links a:after {border-top-color:#3293ba;}
        .blue-sort-links a:before {border-bottom-color:#3293ba;}
.workshops_item.showcase_enum .col.name {width:23.5%;}
    .workshops_item.showcase_enum .col.name .ttl {margin-left:0; margin-bottom:0;}
.workshops_item.showcase_enum .col.color {width:8%;}
.workshops_item.showcase_enum .col.quant,
.workshops_item.showcase_enum .col.date,
.workshops_item.showcase_enum .col.save {
    height: 50px;
    line-height: 50px;
    width: 10%;
}
.gild-list .workshops_item.showcase_enum .col.quant {
	height: 50px;
    line-height: 50px;
    width: 6%;
}
.gild-list .workshops_item.showcase_enum .col.amount {
	width: 10%;
	height: 50px;
    line-height: 50px;
	color: #3293ba;
}
.workshops_item.showcase_enum .col .customSelect {vertical-align:middle;}   
.workshops_item.showcase_enum .col.date {width:15.7%;}
.gild-list  .workshops_item.showcase_enum .col.date  {width:16.7%;}
.workshops_item.showcase_enum .col.save {width:6%;}
    .workshops_item.showcase_enum .col.save a {
        display: none;
		color:#f39d57; 
        font-size:14px;
        text-decoration:none;
    }
	.item.need-save .col.save a {
		 display: block!important;
	 }

.workshops_item.showcase_enum .col.quant {color:#3293ba;}
    sup {
        vertical-align: super;
        font-size: smaller;
    }
.workshops_item--confirm {
    padding:15px 0;
}
.gild-filter-box {
	width: 100%;
    padding: 10px 10px 10px 22px;
    line-height: 35px;
    background: #f5f5f5;
    box-sizing: border-box;
	display: inline-block;
}
.gild-filter-box .customSelect {
	width: auto;
	margin: 0 0 0 15px; 
}
.gild-filter-box .customSelect:before {
	top: 16px;
}
.gild-filter-block {
	display: inline-block;
}
.gild-filter-block.material-filter {
	display: none;
}
@media screen and (max-width: 1024px) {
    .workshops_item.showcase_enum .col.name {width:29.5%;}
    .workshops_item.showcase_enum .col.code {width:12.1%;}
        .workshops_item.showcase_enum .col.code span {
            line-height:1; 
            display:inline-block;
            vertical-align:middle;
        }
    .workshops_item.showcase_enum .col.save {width:14%;}        
}
@media screen and (max-width: 736px) {
    .workshops_item.showcase_enum .col {
        width:100% !important;
        text-align:left !important;
    }
        .workshops_item.showcase_enum .col .label {
            float: left;
            width: 50%;
            max-width: 90px;
            padding-right: 10px;
        }
        .workshops_item.showcase_enum .col.name .label {float:none; width:100%;}
}

.com-table__workshops--order__list .com-table__way-wrap {padding-right:0;}
.com-table__workshops--order__list .com-table__way-wrap a {color: #ededed; text-decoration: none;}
.com-table__workshops--order__list {padding-left:18px;}
.error-state {color:#f39d57;}
.blue-state { color:#3293ba;}
.com-table__col--order-num {width:16.7%;}
.com-table__col--stock-num {
	width:17.7%;     
	line-height: 20px;
    padding: 10px 0px;}
.return-list .com-table__col--stock-num {
	width:16.7%;     
	}
.com-table__col--date-send {width: 21.2%;}
.com-table__col--order-changed {width:18.3%;}
.com-table__col--date-set {width: 24.3%;}
.com-table__col--order-quant {width:17.9%;}

.defect-list-items .com-table__col--order-changed {width:17.3%;}

.com-table__col.com-table__col--order-num {
	line-height: 40px;
}

.col-journal-title {
	line-height: 44px
}

.com-table__workshops--order__list .com-table__row--item {
    min-height:66px;
    height:auto;
    line-height:66px;
}
.com-table__workshops--order__list .com-table__col span {display:inline-block; line-height:1;}
@media screen and (max-width: 990px) {
    .com-table__workshops--order__list .com-table__row--item {height:auto; line-height:30px;}
    .com-table__workshops--order__list .com-table__col {
        float:none;
        width:auto;
        text-align:left !important;
    }
}

.responsive-table {
    width:100%;
    border:0;
    border-collapse:collapse;
}
.responsive-table.stock th {padding: 0 10px 0 0;}
.stock-save, .stock-saved, .stock-receive-saved, .stock-receive-save {
	display: none;
	color: #f39d57;
    font-size: 14px;
	cursor: pointer;
}
.btn-send-stock, .btn-receive-stock {
	margin: 20px 0 0 0;
    float: right;
} 
.stock-add {
	margin: 20px 0 0 15px;
}
.stock-delete {
	margin: 20px 0px 0;
}

.receipt-to-container-btn {
	float: right;
	margin: 20px 15px 0;
	font-family: Arial;
}
.stock-save-quantity {
	margin: 20px 0px 0 15px;
}
.responsive-table.stock .saved .stock-saved, .responsive-table.stock .saved .stock-receive-saved {display: block;}
.responsive-table.stock .need-save .stock-save, .responsive-table.stock .need-save .stock-receive-save {display: block;}
.stock-save-block {padding: 0 10px!important;}

    .res-table--visible {display:none;}
    .res-table--hide {}
    .res-table__row--header {}
        .res-table__row--header th {
            background:#ffffff;
            border:1px solid transparent;
            border-top:1px solid #e8e8e8;
            border-bottom:1px solid #e8e8e8;
            padding:12px 10px;
            vertical-align:middle;
        }
        .res-table__row--header th:first-child {border-left-color:#e8e8e8;}
        .res-table__row--header th:last-child {border-right-color:#e8e8e8;}
    .res-table__row--header tbody {}
        .res-table__row .res-table__row--block {
            background: #f5f5f5;
            vertical-align:middle;
            padding:5px 10px;
            font-size:14px;
        }
        .res-table__row:nth-child(even) .res-table__row--block {
            background:#fff;
        }
		
		.res-table__row.eco .res-table__row--block {
			 background: #f5f5f5;
			 border-bottom: 3px solid #fff;
		}
		.res-table__row .res-table__row--block b {
			position: relative;
		}
		.group_ttl.subtab span.moscow-gild,
		.group_ttl.subtab span.top-gild,
		.group_ttl.subtab span.illiquid-gild {
			font-weight: 600;
			color: #f39d57;			
			cursor: default;
		}
		.group_ttl.subtab:hover span.moscow-gild,
		.group_ttl.subtab:hover span.top-gild,
		.group_ttl.subtab:hover span.illiquid-gild {
			color: #000;	
		}
		.res-table__row.alk .res-table__row--block {
			 background: #b2e9a6;
			 border-bottom: 3px solid #fff;
		}
		.res-table__row.velur .res-table__row--block {
			 background: #ffb8b8;
			 border-bottom: 3px solid #fff;
		}
		.res-table__row.romb .res-table__row--block {
			 background: #e0d1ec;
			 border-bottom: 3px solid #fff;
		}
		.res-table__row.aromb .res-table__row--block {
			 background: #e7f1f5;
			 border-bottom: 3px solid #fff;
		}
		.res-table__row.universal .res-table__row--block {
			 background: #f5f5f5;
			 border-bottom: 3px solid #fff;
		}
		
        /*.res-table__row--block b {font-weight:bold;}*/
        .res-table__row--wrap {white-space:nowrap;}
        .res-table__row--img {
            border: 1px solid #dfdfdf;
            box-shadow: -2px 0 0 0 #f39d57;
            background: #f5f5f5;
            cursor: pointer;
            display: block;
            height: 44px;
            vertical-align: middle;
            padding: 2px;
            transition: ease 400ms;
            width: 44px;
        }
        .res-table__row--img:hover {
            border:1px solid #3293ba;
            background: #3293ba;
        }
            .res-table__row--img img {max-width:100%; height:auto;}
.save-link {color:#f39d57; text-decoration:none;}
.blue-text {color:#3293ba;}
.red-text {color:#f39d57;}
.red-red-text {color:#ff0000;}
.orange-text {color:#d49100;}
.green-text {color:#73aa1d;}
.gray-text {color:#999999;}
.res-table__row--block-center {text-align:center;}
.quantity-add.show {
	display: inline-block;	
	width: 39px;
    text-align: center;
    border: none;
    height: 39px;
    line-height: 36px;
}
.quantity-add {
	display: none;
}
.arrival-order-mark {
	color: #12cc12;
	display: inline-block;
}
.btn-send-factory, .btn-send-to-stock {
	margin: 20px 0 0 0;
	float: right;
}
.btn-sewing-order {
	margin: 20px 0 0 0;
	float: left;
}
.sewing-preloader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
    background: rgba(255,255,255,0.5);
	display: none;
}
.sewing-preloader img {
	position: absolute;
    top: 50%;
    left: 50%;
    margin: -32px 0 0 -32px;
}
.sewing-send-ok {
	float: right;
	color: #73aa1d;
	padding: 0 10px;
    line-height: 60px;
    margin: 20px 0 0 0;
}
.return-status-message{
	color: #73aa1d;
	padding: 0 10px;
    line-height: 60px;
    margin: 20px 0 0 0;
}
.sewing-receptio-modal-close {
	position: absolute;
    top: 9px;
    right: 4px;
    width: 20px;
    height: 20px;
    text-decoration: none;
    transform: rotate(-224deg);
    text-align: center;
    line-height: 20px;
    font-size: 30px;
}
.sewing-reception-volume-window-title {
	border-left: 2px solid #f39d57;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 6px;
    padding-left: 10px;
}
.sewing-reception-volume-window-items {
	padding: 10px 0px 10px 10px;
	margin: 0 0 12px;
}
.sewing-reception-volume-window-item {
	margin: 0 0 5px;
}
.sewing-table-quantity-td-mobile {
	display: none;
}
@media(max-width: 990px){
	.res-table__row--block-sewibg-status {
		/*display: none!important;*/
	}
	.sewing-table-quantity-td span.count {
		top: 4px;
		left: 76px;
	}
	.sewing-table-quantity-td {
		/*display: none!important;*/
	}
	.sewing-table-quantity-td.sewing-table-quantity-td-mobile {
		display: block!important;
	}	
}

/*scanner*/
.in-stock-container {
	
}
.in-stock-item .form-field {
	width: 30%;
	display: inline-block;
	vertical-align: top;
}
.in-stock-item {
	margin: 0 0 30px;
}
.in-stock-goods-info {
	display: inline-block;
    width: 69%;
    padding: 0 0 0 15px;
    box-sizing: border-box;
}
.in-stock-goods-img {
	display: inline-block;
    vertical-align: middle;
}
.in-stock-preloader {
	display: none;
	margin: 10px 0;
}

.change-statuses-orders-container {
	
}
.change-statuses-orders-item .form-field {
	width: 30%;
	display: inline-block;
	vertical-align: top;
}
.change-statuses-orders-item .delete {
	background: url(../images/sprites.png) -23px -200px;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
}
.change-statuses-orders-item {
	margin: 0 0 30px;
	position: relative;
}
.change-statuses-orders-goods-info {
	display: inline-block;
    width: 69%;
    padding: 0 0 0 15px;
    box-sizing: border-box;
	position: relative;
}
.change-statuses-orders-goods-img {
	display: inline-block;
    vertical-align: middle;
}
.change-statuses-orders-preloader {
	display: none;
	margin: 10px 0;
}
.customSelect-change-statuses-orders {
	width: 308px;
	margin: 0 0 20px;
}
.btn-change-statuses-orders {
	height: 40px!important;
    line-height: 40px!important;
    padding: 0 15px!important;
}
.change-statuses-orders-preloader-status {
	display: none;
}
.change-statuses-orders-preloader-status.show {
	display: inline-block;
    margin: 0 0 0 10px;
}
.change-statuses-orders-response {
	padding: 10px 0 0 0;
}


.combine-orders-container {
	margin: 30px 0px 0px 0px;
}
.combine-orders-item .form-field {
	width: 30%;
	display: inline-block;
	vertical-align: top;
}
.combine-orders-item .delete {
	background: url(../images/sprites.png) -23px -200px;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
}
.combine-orders-item {
	margin: 0 0 30px;
	position: relative;
}
.combine-orders-goods-info {
	display: inline-block;
    width: 69%;
    padding: 0 0 0 15px;
    box-sizing: border-box;
	position: relative;
}
.combine-orders-goods-img {
	display: inline-block;
    vertical-align: middle;
}
.combine-orders-preloader {
	display: none;
	margin: 10px 0;
}
.customSelect-combine-orders {
	width: 308px;
	margin: 0 0 20px;
}
.btn-combine-orders {
	height: 40px!important;
    line-height: 40px!important;
    padding: 0 15px!important;
	display: none;
}
.combine-orders-preloader-status {
	display: none;
}
.combine-orders-preloader-status.show {
	display: inline-block;
    margin: 0 0 0 10px;
}
.combine-orders-response {
	padding: 10px 0 0 0;
}
.scanner-combine-info {
	display: inline-block;
    margin: 0px 20px 0px 0px;
}



.goods-reception-container {
	
}
.goods-reception-response {
	margin: 10px 0 0 0;
}
.goods-reception-item .form-field {
	width: 28%;
	display: inline-block;
	vertical-align: top;
}
.goods-reception-item {
	margin: 0 0 30px;
}
.goods-reception-goods-info {
	display: inline-block;
    width: 69%;
    padding: 0 0 0 15px;
    box-sizing: border-box;
}
.goods-reception-goods-img {
	display: inline-block;
    vertical-align: middle;
}
.goods-reception-preloader {
	display: none;
	margin: 10px 0;
}
.goods-reception-total-container {
	
}
.goods-reception-total-title {
	margin: 0px 0px 30px;
	font-weight: bold;
}
.goods-reception-total-item {
	width: 100%;
}
.goods-reception-total-item:nth-child(2n) {
	background: #f5f5f5;
}
.goods-reception-total-items {
	margin: 0px 0px 30px;
}
.goods-reception-total-item-art {
	width: 80%;
	display: inline-block;
	padding: 5px 10px;
	box-sizing: border-box;
}
.goods-reception-total-item-quantity {
	width: 20%;
	display: inline-block;
	text-align: center;
	padding: 5px 10px;
	box-sizing: border-box;
}
.btn-goods-reception{
	height: 40px!important;
    line-height: 40px!important;
    padding: 0 15px!important;
}
.goods-reception-preloader-status {
	display: none;
}
.goods-reception-preloader-status.show {
	display: inline-block;
    margin: 0 0 0 10px;
}
.goods-reception-input-remove { 
	background: url(../images/sprites.png) -23px -200px;
    display: inline-block;
    height: 14px;
    width: 14px;
	margin-top: 8px;
	cursor: pointer;
	vertical-align: top;
}
.goods-reception-item:first-child .goods-reception-input-remove {
	display: none;
}
.goods-reception-item:first-child .form-field {
	margin-left: 0px;
}

.goods-reception-confirm-container {
	
}
.goods-reception-confirm-response {
	margin: 10px 0 0 0;
}
.goods-reception-confirm-item .form-field {
	width: 28%;
	display: inline-block;
	vertical-align: top;
}
.goods-reception-confirm-item {
	margin: 0 0 30px;
}
.goods-reception-confirm-goods-info {
	display: inline-block;
    /*width: 69%;*/
    padding: 0 15px 0 15px;
    box-sizing: border-box;
}
.goods-reception-confirm-goods-info.last {
	border: 1px solid #2ad42a;
}
.goods-reception-confirm-goods-img {
	display: inline-block;
    vertical-align: middle;
}
.goods-reception-confirm-preloader {
	display: none;
	margin: 10px 0;
}
.goods-reception-confirm-total-container {
	display: none;
}
.goods-reception-confirm-total-title {
	margin: 0px 0px 20px;
	font-weight: bold;
}
.goods-reception-confirm-total-item {
	width: 100%;
}
.goods-reception-confirm-total-item:nth-child(2n) {
	background: #f5f5f5;
}
.goods-reception-confirm-total-items {
	margin: 0px 0px 30px;
}
.goods-reception-confirm-total-item-art {
	width: 80%;
	display: inline-block;
	padding: 5px 10px;
	box-sizing: border-box;
}
.goods-reception-confirm-total-item-quantity {
	width: 20%;
	display: inline-block;
	text-align: center;
	padding: 5px 10px;
	box-sizing: border-box;
}
.btn-goods-reception-confirm, .btn-goods-reception-confirm-compare {
	height: 40px!important;
    line-height: 40px!important;
    padding: 0 15px!important;
}
.goods-reception-confirm-preloader-status {
	display: none;
}
.goods-reception-confirm-preloader-status.show {
	display: inline-block;
    margin: 0 0 0 10px;
}
.goods-reception-confirm-input-remove { 
	background: url(../images/sprites.png) -23px -200px;
    display: inline-block;
    height: 14px;
    width: 14px;
	margin-top: 8px;
	cursor: pointer;
	vertical-align: top;
}
.goods-reception-confirm-item:first-child .goods-reception-confirm-input-remove {
	display: none;
}
.goods-reception-confirm-item:first-child .form-field {
	margin-left: 0px;
}
.form-field.reception-id {
	height: 38px;
    position: relative;
    display: inline-block;
    width: 155px;
    vertical-align: top;
}
.goods-reception-confirm-invalid-quantity-container {
	display: none;
}
.goods-reception-confirm-invalid-quantity-title {
	margin: 0px 0px 20px;
	font-weight: bold;
}
.goods-reception-confirm-invalid-quantity-items {
	width: 100%;
}
.goods-reception-confirm-invalid-quantity-items {
	margin: 0px 0px 30px;
}
.goods-reception-confirm-invalid-quantity-container .goods-reception-confirm-info {
	display: inline-block;
	width: 59%;
	padding: 5px 10px;
    box-sizing: border-box;
}
.goods-reception-confirm-info-row-title .goods-reception-confirm-invalid-factory,
.goods-reception-confirm-info-row-title .goods-reception-confirm-invalid-reception {
	width: 17%!important;
}

.goods-reception-scanner-confirm .goods-reception-confirm-invalid-factory,
.goods-reception-scanner-confirm .goods-reception-confirm-invalid-reception {
	width: 17%!important;
}

.goods-reception-confirm-invalid-quantity-container .goods-reception-confirm-invalid-factory {
	width: 20%;
	display: inline-block;
	padding: 0px 10px;
    box-sizing: border-box;
	line-height: 46px;
}
.goods-reception-confirm-invalid-quantity-container .goods-reception-confirm-invalid-reception {
	width: 20%;
	display: inline-block;
	padding: 0px 10px;
    box-sizing: border-box;
	line-height: 46px;
}
.goods-reception-confirm-info-row {
	min-height: 46px;
}
.goods-reception-confirm-info-row:nth-child(2n) {
	background: #f5f5f5;
}
.goods-reception-confirm-no_product-quantity-container {
	display: none;
}
.goods-reception-confirm-no_product-quantity-title {
	margin: 0px 0px 20px;
	font-weight: bold;
}
.goods-reception-confirm-no_product-quantity-items {
	width: 100%;
}
.goods-reception-confirm-no_product-quantity-items {
	margin: 0px 0px 30px;
}

.goods-reception-confirm-info-row-title .goods-reception-confirm-info {
	width: 64%!important;
}
.goods-reception-confirm-no_product-quantity-container .goods-reception-confirm-info {
	display: inline-block;
	width: 59%;
	padding: 5px 10px;
    box-sizing: border-box;
}
.goods-reception-confirm-num {
	display: inline-block;
	width: 6%;
	padding: 5px 10px;
    box-sizing: border-box;
}
.goods-reception-confirm-no_product-quantity-container .goods-reception-confirm-no_product-factory {
	width: 17%;
	display: inline-block;
	padding: 0px 10px;
    box-sizing: border-box;
	line-height: 46px;
}
.goods-reception-confirm-no_product-quantity-container .goods-reception-confirm-no_product-reception {
	width: 17%;
	display: inline-block;
	padding: 0px 10px;
    box-sizing: border-box;
	line-height: 46px;
}
.stock-reception-container {
	width: 100%;
	float: left;
	margin: 50px 0 0 0;
}
.goods-reception-confirm-ok {
	display: none;
}
.goods-reception-confirm-info-text {
	display: inline-block;
	vertical-align: bottom;
    padding: 7px 0px;
}
.goods-reception-confirm-quantity {
	display: inline-block;
	margin: 0px 0px 5px 10px;
}

.defect-item .res-table__row--block-name {
	color: #ff0000!important;
}

@media screen and (max-width: 990px) {    
    .res-table--hide {display:none !important;}
    .res-table__row,
    .res-table__row .res-table__row--block {
        display:block;
        width:100%;
        box-sizing:border-box;
    }
    .sewing-table-quantity-td {padding: 5px 10px !important;}
    .res-table__row--block-center {text-align:left;}
    .responsive-table {
        font-size: 14px;
        padding: 7px 19px;
    }
        .res-table__row .res-table__row--block {
            clear: both;
            line-height: 30px;
            height:auto;
        }
    .res-table__row--block[data-th]:before {
        display:block;
        float: left;
        width: 50%;
        max-width: 90px;
        color: #3293ba;
        font-size: 16px;
        content: attr(data-th) ": ";
		text-align: left;
    }
    .res-table__row--title-block.res-table__row--block[data-th]:before {
        float:none;
        width:100%;
        max-width:100%;
    }
    .res-table__row--img,
    .res-table--visible {display:inline-block;}
}

.section-body_name {}
    .section-body_name .com-table__row--item {
        height:47px;
        line-height:47px;
    }
    .section-body_name .error-state,
    .section-body_name .blue-state {color:#fff;}
.blue-line {
    height:2px;
    background:#ededed;
    width:100%;
    margin:17px 0;
    border:0;
    position:relative;
}
    .blue-line:after {
        background:#3193ba;
        height:100%;
        width:218px;
        display:block;
        position:absolute;
        left:0;
        top:0;
        content:"";
    }
.news-page--item {
    padding-bottom:16px;
    margin-bottom:26px;
    border-bottom:2px solid #ededed;
	position: relative;
}
	.news-page--item_new {		
		position: absolute;
		top: 2px;
		left: -15px;
		background: #34ed3a;
		border-radius: 50%;	   
		height: 10px;
		width: 10px;
	}

    .news-page--item_date {
        font-size:14px;
        color:#3293ba;
    }
    .news-page--item_name {
        font-size:16px;
        color:#1f2527;
        margin:10px 0 18px;
    }
    .news-page--item_text {
        font-size:14px;
        line-height:24px;
        color:#777777;
        margin:0 0 15px;
    }
    .news-page--item_link {}    
.ttl_back-link {}
    .ttl_back-link a {
        font-size:14px;
        color:#f39d57;
        text-decoration:none;
        font-weight:400;
    }
.ttl_nav {}
    .ttl_nav a {
        font-size:14px;
        color:#3293ba;
        text-decoration:none;
        font-weight:400;
    }
    .ttl_nav a + a {
        margin-left:60px;
    }
.service-video {
	width: 100%;
	margin: 20px 0;
}
.service-video iframe {
	max-width: 600px;
}
.docs-list--label {
    font-size:18px;
    color:#3293ba;
    margin:0 0 8px
}
.agreement {
    width:50%;
    padding:0 10px 0 0;
    box-sizing:border-box;
}
    .agreement-table {
        border-top:3px solid #f4f4f4;
    }
        .agreement-table td {
            vertical-align:middle;
            padding:15px 10px;
            border-bottom:1px solid #e4e4e4;
            font-size:14px;
            color:#333333;
        }
        .agreement-table td a,
        .docs-table--item a {
            color:#3293ba;
            text-decoration:none;
        }
        .agreement-table td a:hover,
        .docs-table--item a:hover {
            color:#f39d57;
        }
.docs {
    width:50%;
}
    .docs-table {
        padding:17px 20px;
        box-sizing:border-box;
        background:#f5f5f5;
    }
        .docs-table--item {
            vertical-align:middle;
            background:#fff;
            padding:12px 23px 14px 17px;
            margin:0 0 5px;
        }
            .docs-table--item span {
                line-height:1;
                vertical-align:middle;
                display:inline-block;
            }
            .docs-table--item table td {
                padding:0 10px;
                vertical-align:middle;
            }
.doc-add {
    margin:23px 0 0;
}
    .doc-add a {
        vertical-align:middle;
    }
    .doc-add a:before {
        margin-top:-2px !important;
    }
    .docs-icon {
        display:inline-block;
        vertical-align:middle;
        height:39px;
        width:41px;
        background-image:url(../images/icons-docs.png);
        background-repeat:no-repeat;
    }
    .doc-format {background-position:0 0;}
    .pdf-format {background-position:0 -78px;}
    .xls-format {background-position:0 -39px;}
    .jpg-format {background-position:0 -117px;}
    .tif-format {background-position:0 -156px;}
    
    .agreement-table tr:hover .doc-format,
    .docs-table--item table tr:hover .doc-format {
        background-position:-41px 0;
    }
    .docs-table--item table tr:hover .pdf-format {background-position:-41px -78px;}
    .docs-table--item table tr:hover .xls-format {background-position:-41px -39px;}
    .docs-table--item table tr:hover .jpg-format {background-position:-41px -117px;}
    .docs-table--item table tr:hover .tif-format {background-position:-41px -156px;}
.useful-item {
    border: 1px solid #e6e6e6;
    background-color: #fff;
    box-shadow: inset 0 0 0 4px #eee;
    color:#3293ba;
    padding:32px 35px 38px;
    box-sizing:border-box;
    margin:0 0 30px;
}
    .useful-item a {
        text-decoration:none;
        font-size:16px;
        line-height:24px;
        color:#3293ba;
        font-weight:400;
    }
        .useful-item--doc {
            color:#3293ba;
            position:relative;
            display:inline-block;
            padding-left:55px;
            line-height:1 !important;
        }
            .useful-item--doc i {
                position:absolute;
                left:0;
                top:0;
            }
            .useful-item--doc span  {
                font-size:14px;
                color:#c2c1c1;
                text-transform:uppercase;
                display:block;
                margin:10px 0 0;
            }
    .useful-item p {margin:0 0 40px;}
.col-row {
    margin-left:-15px;
    margin-right:-15px;
}
    .col-row:after {
        visibility: hidden;
        display: table;
        content: " ";
        clear: both;
        height: 0;
        line-height: 0;
    }
    .col-half {
        width:50%;
        padding-left:15px;
        padding-right:15px;
        box-sizing:border-box;
        float:left;
    }
hr.gray {
    background:#ededed;
    height:3px;
    width:100%;
    border:0;
    margin:27px 0;
	display: inline-block;
}
.table-filter {
    text-align:center;
    margin:0 0 24px;
}
	.table-filter--label-balance{
		font-size:18px;
        line-height:55px;
        float: right;
	}
    .table-filter--label {
        font-size:18px;
        line-height:55px;
        display:inline-block;
        margin-right:17px;
    }
	.table-filter--input.client-orders-price {
		padding:0 51px 0 14px;
	}
      .table-filter--input {
        position:relative;
        background:#fff;
        border:10px solid #f1f3f3;
        display:inline-block;
        line-height:35px;
        padding:0 54px 0 14px;
        font-size:13px;
        color:#777777;
        margin:0 7px 0 0;
    }
        .table-filter--input:after {
            background:#3293ba url(../images/icon-clndr.png) no-repeat center;
            display:block;
            position:absolute;
            top:0;
            right:0;
            height:100%;
            width:39px;
            content:"";
        }
        .table-filter--input input {
            font-size:13px;
            color:#777777;
            border:0;
            padding:0;
            width:51px;
        }
    .table-filter--btn {
        display:inline-block;
    }
        .table-filter--btn .btn{
            height:54px;
            line-height:54px;
        }
.mlrauto {
    margin-left:auto;
    margin-right:auto;
}
.gray-bg {
    background:#f5f5f5;
    border-top:2px solid #ededed;
    padding:16px 26px 11px;
    margin:0 auto 30px;
}
    .gray-bg .table {
        background:#fff;
    }
.table-border {}
    .table-border td {
        border-top:1px solid #e6e6e6;
        border-bottom:1px solid #e6e6e6;
    }
    .table-border tr td:first-child {border-left:1px solid #e6e6e6;}
    .table-border tr td:last-child {border-right:1px solid #e6e6e6;}
.table-hover {}
    .table-hover tr:hover td {background:#f5f5f5;} 
	
	
@media only screen and (max-device-width: 1024px)
and (orientation:landscape) { 
    .customSelect select {width: 110%;}
}

/*case-builder*/
.case-builder-container {
	
}

.case-builder-container b {
	font-weight: bold;
}

.case-builder-top-block {
  width: 50%;
  border-top: 2px solid #ededed;
  background: #f5f5f5;
  padding: 16px 20px 11px;
  box-sizing: border-box;
  margin-bottom: 28px;
}

.case-builder-seats-container {
  margin-bottom: 28px;
}

.case-builder-block-left {
	position: relative;
    display: inline-block;
    width: 40%;
    vertical-align: top;
	border-top: 2px solid #ededed;
    background: #f5f5f5;
    padding: 16px 20px 11px;
	box-sizing: border-box;
}

.case-builder-block-right {
	position: relative;
    display: inline-block;
    width: 58%;
    vertical-align: top;
	box-sizing: border-box;
	min-height: 890px;
	text-align: center;
}

.case-builder-color-item {
	width: 44px; 
	height: 44px; 
	display: inline-block; 
	margin: 0px 3px 3px 0px;
	border: 3px solid transparent;
	cursor: pointer;
	box-sizing: border-box;
}

.case-builder-color-item.active {
	border-color: #197fb0;
	
}

.case-builder-canvas {
	position: relative;
	cursor: zoom-in;
	min-height: 890px;
	margin: 0px 0px 50px;
}

.case-builder-canvas.zoom img {
    max-width: initial;
}

.case-builder-canvas.zoom {
	-webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 100%;
    max-width: 1280px;
    z-index: 999999999;
    overflow-y: auto;
    max-height: 100vh;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.7);
    box-shadow: 0 0 20px rgba(0,0,0,.7);
	height: 100%;
	background-color: #fff;
}

.case-builder-canvas img {
	position: absolute; 
	left: 0; 
	top: 0; 
	right: 0;
	max-width: 570px;
    margin: 0 auto;
}

.case-builder-total-block {
	font-size: 20px;
    margin: 5px 0px 15px;
}

.case-builder-total {
	display: inline-block;
	font-weight: 600;
}

.btn-order-separately.disabled {
	opacity: 0.5;
}

.case-builder-review-block {
	width: 100%;
	float: left;
	text-align: left;
}

.case-builder-review-form-block {
	margin: 30px 0px 0px;
}

.case-builder-review-button-form-show span {
	color: #f39d57;
	border-bottom: 1px dashed #f39d57;
	cursor: pointer;
}

.case-builder-review-button-form-show span:hover {
	border-bottom: none;
}

.case-builder-review-input {
	margin: 0px 0px 15px;
	width: 100%;
}

.case-builder-review-input input {
	border: 1px solid #e8e8e8;
	height: 37px;
    line-height: 1;
    box-sizing: border-box;
    padding: 0px 13px;
    margin: 0px 0px 0px 0px;
    color: #333333;
}

.case-builder-review-textarea textarea {
	border: 1px solid #e8e8e8;
    box-sizing: border-box;
    width: 100%;
	min-height: 150px;
	margin: 0px 0px 15px;
	padding: 10px 13px;
}

.builders-order-photos {
	margin: 10px 0 0 0;
}

.builders-order-photos-item {
    cursor: pointer;
    display: inline-block;    
    vertical-align: middle;   
    transition: ease 400ms;
	margin: 0 5px 0 0;	
}

.builders-order-photos-item img {
	border: 1px solid #dfdfdf; 
	max-width: 44px;
	max-height: 44px;
}

.builders-order-photos-item img:hover {
	border-color: #3293ba;  
}

.builders-order-comment-block {
	margin: 10px 0 0 0;
	display: block;
	width: 100%;
}

.builders-order-comment-add {
	color: #f39d57;
	border-bottom: 1px dashed #f39d57;
	display: inline-block;
	cursor: pointer;
	margin: 0px 0px 10px;
}

.builders-order-comment-add:hover {
	border-bottom-color: transparent;
}

.builders-order-comment-textarea {
	width: 100%;
}

.builders-order-comment-textarea textarea {
	box-sizing: border-box;
    border: 2px solid #b4c6d3;
    height: 160px;
    padding: 10px;
    resize: none;
    outline: none;
    width: 100%;
	margin: 0px 0px 10px;
}

.builder-items-table .com-table__col--history-date {
	width: 10.4%;
}

.builder-items-table .com-table__col--history-sum {
    width: 10%;
}

.builder-items-table .com-table__col--history-client {
    width: 11.9%;
}

.builder-items-table .com-table__col--history-model {
	width: 18%;
	line-height: 20px;
    padding: 10px 5px 10px;
}

@media(max-width: 1080px){
	.case-builder-block-left {
		width: 100%;
		margin: 0px 0px 40px;
	}
	
	.case-builder-block-right {
		width: 100%;
	}
}

.answer-item {
	display: block;
	margin: 0px 0px 10px;
}

.question-item {
	
}

.question-item label {
	line-height: 18px;
}

.question-item label input[type="radio"] {
	position: relative;
    top: 1px;
}

.question-item-title {
	display: block;
	margin: 0px 0px 13px;
	font-weight: 600;
    font-size: 14px;
}

.questions-carousel .owl-nav button:focus {
	border: none!important;
	outline: none!important;
}

.owl-carousel.questions-carousel .owl-nav button {
	background: #4c5976!important;
    color: #fff!important;
    border: 0!important;
    height: 29px!important;
    line-height: 29px!important;
	padding: 0px 5px!important;
}

.owl-carousel.questions-carousel .owl-prev.disabled,
.owl-carousel.questions-carousel .owl-next.disabled {
	background: #9aa4b9!important;
}

.questions-carousel .owl-prev {
	float: left
}

.questions-carousel .owl-next {
	float: right;
}

.case-builder-answer-img-example {
	text-decoration: none;
	border-bottom: 1px dashed #f39d57;
}

.case-builder-answer-img-example:hover {
	border-bottom-color: transparent;
}

.eva-orders-table b {
	font-weight: 600;
}

/*designer-covers*/
.designer-covers-params-block {	
	float: left;
    padding: 16px 10px 11px;
    margin: 0 auto 30px;
	width: 50%;
	box-sizing: border-box;
}
.designer-covers-params {
	border-top: 2px solid #ededed;
	background: #f5f5f5;
	padding: 16px 20px 11px;
}
.designer-covers-color-item {
	float: left; 
	margin: 0px 10px 10px 0px; 
	width: 100px; 
	height: 46px; 
	cursor: pointer; 
	border: 2px solid transparent;
    
}
.designer-covers-choosen-color-block,
.designer-covers-choosen-edging-color-block {
	float: left;
	margin: 0 0 5px;
	width: 100%;
}
.designer-covers-color-item.active {
	border-color: #4c5976;
	box-shadow: 1px 1px 1px #000;
}
.designer-covers-color-item.active .designer-covers-color-item-border {
	float: left;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
}
.designer-covers-edging-item{
	float: left; 
	margin: 0px 10px 10px 0px; 
	width: 100px; 
	height: 46px; 
	cursor: pointer; 
	border: 2px solid transparent;
    
}
.designer-covers-edging-item.active {
	border-color: #4c5976;
	box-shadow: 1px 1px 1px #000;
}
.designer-covers-edging-item.active .designer-covers-edging-item-border {
	float: left;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
}
.btn-designer-covers {
    line-height: 0px;
    background: #4c5976;
    color: #fff;
    border: 0!important;
    height: 39px!important;
    line-height: 39px!important;
	display: none;
}
.btn-designer-covers.disabled {
	opacity: 0.6;
}
.btn-order-separately { 
	background: #4c5976;
    color: #fff;
    border: 0!important;
    height: 39px!important;
    line-height: 39px!important;
	margin: 0px 0px 50px;
}
.order-separately-total-block {
	font-size: 20px;
	margin: 5px 0px 15px;
	display: none;
}
.order-separately-total {
	display: inline-block;
	font-weight: 600;
}
.designer-covers-example {
    padding: 10px 10px 10px;
    margin: 0 auto 30px;
    width: 280px;
    box-sizing: border-box;
	border-radius: 10px;
	height: 400px;
	border-radius: 170px 10px 10px 10px;
}
.designer-covers-example-border {
	width: 100%;
	height: 100%;
	border-radius: 160px 10px 10px 10px;
	position: relative;
}
.designer-covers-total-block {
	text-align: center;
	font-size: 20px;
	display: none;
}
.designer-covers-total {
	display: inline;
	font-weight: 600;
}
.designer-covers-note-text,
.constructor-note-text {
	margin: 0 0 10px;
    padding: 10px 10px 0;
    border: 1px solid #ff0000;
    font-size: 13px;
	text-align: left;
}
.designer-covers-note-text p,
.constructor-note-text p {
	padding: 0px 0px 10px;
}
.warning-text {
	margin: 0 0 10px;
    padding: 10px 10px;
    border: 1px solid #ff0000;
    font-size: 13px;
	text-align: left;
}
#bx-soa-basket .cart_b .col {
	height: auto!important;
}
#designer-covers-saddle,
#order-for-free {
	height: 18px;
	width: 18px;
	position: relative;
    top: 4px;
}
#designer-covers-nameplate {
	font-size: 17px;
}
.designer-covers-link:hover {
	color: #fff;
}
.carpets-section:hover a {
	color: #fff;
}
.designer-covers-saddle-block {
	position: absolute;
	width: 70px;
    height: 43px;    
    right: 45px;
    top: 100px;
	display: none;
	background: rgba(114, 114, 114, 0.7);
}
.designer-covers-nameplate-block {
	position: absolute;
	display: none;
	width: 70px;
    height: 15px;
    left: 15px;
    bottom: 12px;
    background-color: #434343;
    background-image: -webkit-linear-gradient(100% 100% 90deg, #515151, #7A7A7A);
    background-image: -moz-linear-gradient(100% 100% 90deg, #515151, #7A7A7A);
    background-image: -o-linear-gradient(100% 100% 90deg, #515151, #7A7A7A);
    background-image: -ms-linear-gradient(100% 100% 90deg, #515151, #7A7A7A);
    background-image: linear-gradient(100% 100% 90deg, #515151, #7A7A7A);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7A7A7A), to(#515151));

    background-image: -webkit-radial-gradient( 50% 0%, 8% 50%, hsla(0,0%,100%,.5) 0%, hsla(0,0%,100%,0) 100%), -webkit-radial-gradient( 50% 100%, 12% 50%, hsla(0,0%,100%,.6) 0%, hsla(0,0%,100%,0) 100%), -webkit-radial-gradient( 0% 50%, 50% 7%, hsla(0,0%,100%,.5) 0%, hsla(0,0%,100%,0) 100%), -webkit-radial-gradient( 100% 50%, 50% 5%, hsla(0,0%,100%,.5) 0%, hsla(0,0%,100%,0) 100%), -webkit-repeating-radial-gradient( 50% 50%, 100% 100%, hsla(0,0%, 0%,0) 0%, hsla(0,0%, 0%,0) 3%, hsla(0,0%, 0%,.1) 3.5%), -webkit-repeating-radial-gradient( 50% 50%, 100% 100%, hsla(0,0%,100%,0) 0%, hsla(0,0%,100%,0) 6%, hsla(0,0%,100%,.1) 7.5%), -webkit-repeating-radial-gradient( 50% 50%, 100% 100%, hsla(0,0%,100%,0) 0%, hsla(0,0%,100%,0) 1.2%, hsla(0,0%,100%,.2) 2.2%), -webkit-radial-gradient( 50% 50%, 200% 50%, hsla(0,0%,90%,1) 5%, hsla(0,0%,85%,1) 30%, hsla(0,0%,60%,1) 100%);
}

@media(min-width: 900px){
	.designer-covers-total-block.mobile {
		display: none!important;
	}
}

@media(max-width: 899px){
	.designer-covers-params-block {
		width: 100%;
	}
	.designer-covers-total-block.pc {
		display: none!important;
	}
	.designer-covers-total-block.mobile {
		padding: 20px 0;
	}
}
@media(max-width: 600px){
	.designer-covers-color-item, .designer-covers-edging-item {
		width: 45%;
		margin: 0px 3% 3% 0;
	}
}

/*storage manage*/
.ttl_b__storage-manage {
	float: left;
	margin: 0px 10px 10px 0px;
}

.ttl_b__storage-manage input[type="text"] {
	border: 1px solid #e8e8e8;
    height: 37px;
    line-height: 1;
    box-sizing: border-box;
    padding: 0px 13px;
    margin: 0px 0px 0px 0px;
    color: #333333;
}

.storage-manage-result-block {
	float: left;
	width: 100%;
}

.storage-manage-free-volume-block {
	float: left;
	width: 100%;
	margin: 0px 0px 10px;
}

.storage-manage-form {
	float: left;
	width: 100%;
	margin: 0px 0px 20px;
}

.storage-manage-block {
	
}

.select-storage-manage {
	margin: 0px 0px 0px 0px;
	width: 100%;
}

.ttl_b__storage-manage {
	float: left;
	margin: 0px 10px 10px 0px;
}

.btn-storage-manage {
	height: 37px;
	vertical-align: top;
	line-height: 34px;
}

.reset-receipt-to-container {
	margin-right: 10px;
}

.showcase_enum .storage-manage-edit,
.showcase_ttl .storage-manage-edit {
	width: 9%;
	float: left;
}

.showcase_enum .storage-manage-floor,
.showcase_ttl .storage-manage-floor {
	width: 9.1%;
	float: left;
}

.showcase_enum .storage-manage-row,
.showcase_ttl .storage-manage-row {
	width: 9.1%;
	float: left;
}

.showcase_enum .storage-manage-row,
.showcase_ttl .storage-manage-row {
	width: 9.1%;
	float: left;
}

.showcase_enum .storage-manage-side,
.showcase_ttl .storage-manage-side {
	width: 9.1%;
	float: left;
}

.showcase_enum .storage-manage-tier,
.showcase_ttl .storage-manage-tier {
	width: 9.1%;
	float: left;
}

.showcase_enum .storage-manage-cell,
.showcase_ttl .storage-manage-cell {
	width: 9.1%;
	float: left;
}

.showcase_enum .storage-manage-volume,
.showcase_ttl .storage-manage-volume {
	width: 9.1%;
	float: left;
}

.showcase_enum .storage-manage-bags,
.showcase_ttl .storage-manage-bags {
	width: 45.1%;
	float: left;
}

.showcase_enum .storage-manage-free-volume,
.showcase_ttl .storage-manage-free-volume {
	width: 9.1%;
	float: left;
}

.showcase_enum .storage-manage-stock-zone,
.showcase_ttl .storage-manage-stock-zone {
	width: 9.1%;
	float: left;
}

.showcase_enum .storage-manage-stock,
.showcase_ttl .storage-manage-stock {
	width: 9.1%;
	float: left;
}

.showcase_enum .storage-manage-barcode,
.showcase_ttl .storage-manage-barcode {
	width: 9.1%;
	float: left;
}

.showcase_enum .storage-manage-distance,
.showcase_ttl .storage-manage-distance {
	width: 9.1%;
	float: left;
}

.showcase_enum .storage-manage-goods,
.showcase_ttl .storage-manage-goods {
	width: 100%;
	float: left;
}

.showcase_enum .storage-manage-booked,
.showcase_ttl .storage-manage-booked,
.showcase_enum .storage-manage-reserved,
.showcase_ttl .storage-manage-reserved {
	width: 100%;
	float: left;
}

.storage-manage-goods-default-block {
	width: 50%;
	float: left;
}

.storage-manage-item {
	/*background: #f5f5f5;*/
    padding: 10px 19px 10px;
	font-size: 14px;
	display: inline-block;
    width: 100%;
    box-sizing: border-box;
}

.showcase_enum .storage-manage-item:nth-child(even) {
    /*background: #fff;*/
}

.storage-manage-block div {
	box-sizing: border-box;
}

.storage-manage-result-block .storage-manage-item {
	padding: 0px 0px 0px;
}

.storage-manage-result-block .showcase_ttl {
	padding: 0;
	line-height: 15px;
	height: auto;
}

.storage-manage-result-block .col {
	padding: 10px 10px;
	position: relative;
}

.showcase_enum .storage-manage-goods-title,
.showcase_enum .storage-manage-reserved-title {
	width: 100%;
	background: #fbfbfb;
}

.showcase_enum .storage-manage-reserved-title {
	border-left: 2px solid #fff;
}

.storage-manage-goods-items {
	padding: 5px 3px;
	display: inline-block;
    width: 48%;
	vertical-align: top;
}

.storage-manage-goods-items-unavailable,
.storage-manage-goods-items-unavailable .storage-manage-goods-item-param-info .fa {
	color: #3293ba;
}

.storage-manage-goods-items:nth-child(even) {
	/*background: #fff;*/
}
 
.storage-manage-goods-items:nth-child(odd) {
	/*background: #f5f5f5;*/
}

.storage-manage-goods-item-param-info {
	
}

.storage-manage-goods-item-param-info .fa {
	color: #f39d57
}

.storage-manage-item-top,
.storage-manage-item-bottom {
	width: 100%;
	display: inline-block;
}

.storage-manage-item-bags-cell .storage-manage-goods-items {
	width: 32%;
}

.storage-manage-bags-goods-block {
	width: 100%;
   
    display: inline-block;
}

.storage-manage-bags-title {
	width: 10%!important;
}

.storage-manage-bags-goods {
	width: 90%!important;
}

.storage-manage-item-bags-cell .storage-manage-item-top {
	font-weight: bold;
}

.storage-manage-item-bottom .storage-manage-bags-goods-block .storage-manage-goods-title {
	background: #f5f5f5!important;
}

.storage-manage-item-bottom .storage-manage-bags-goods-block .storage-manage-goods-title {
	background: #fff!important;
}

.storage-manage-bags-goods-block .storage-manage-goods-title {
	margin: 0px 0px 0px;
}

.storage-manage-bags-goods-block .storage-manage-reserved-title {
	margin: 0px 0px 0px;
}

.storage-manage-item-top {
	background: #f5f5f5;
	text-align: center;
}

.showcase_ttl .col {
	text-align: center;
}

.storage-manage-cell-edit-block {
	width: 40%;
	float: left;
	margin: 20px 0px 0px 0px;
}

.storage-manage-cell-edit-param {
	width: 100%;
	float: left;
	margin: 0px 0px 10px;
	background: #f5f5f5;
    padding: 5px 10px;
	box-sizing: border-box;
}

.storage-manage-cell-edit-param-title {
	width: 50%;
	float: left;
	line-height: 37px;
}

.storage-manage-cell-edit-param-value {
	width: 50%;
	float: left;
}

.storage-manage-cell-edit-param-value input {
	border: 1px solid #e8e8e8;
    height: 37px;
    line-height: 1;
    box-sizing: border-box;
    padding: 0px 13px;
    margin: 0px 0px 0px 0px;
    color: #333333;
	width: 100%;
}

.storage-manage-cell-edit-goods-block {
	width: 60%;
	float: left;
	margin: 20px 0px 0px 0px;
	padding-left: 10px;
    box-sizing: border-box;
}

.storage-manage-cell-edit-goods-box {
	width: 100%;
	float: left;
}

.storage-manage-cell-edit-reserved-box {
	width: 100%;
	float: left;
}

.storage-manage-cell-edit-goods-box-title {
	width: 100%;
	float: left;
	padding: 5px 10px;
	box-sizing: border-box;
	line-height: 37px;
	background: #f5f5f5;
	margin: 0px 0px 10px;
}

.storage-manage-cell-edit-reserved-box-title {
	width: 100%;
	float: left;
	padding: 5px 10px;
	box-sizing: border-box;
	line-height: 37px;
	background: #f5f5f5;
	margin: 0px 0px 10px;
}

.storage-manage-cell-edit-goods-list {
	
}

.storage-manage-cell-edit-goods-item {
	padding: 5px 10px;
	width: 49%;
	display: inline-block;
	margin: 0px 0px 10px;
	background: #f5f5f5;
	vertical-align: top;
	min-height: 84px;
}

.storage-manage-cell-edit-goods-item:nth-child(2n) {
	width: 49%;
	margin-left: 1%;
}

.storage-manage-cell-edit-goods-item-input {
	width: 30%;
	float: left;
}

.storage-manage-cell-edit-goods-item-input input {
	border: 1px solid #e8e8e8;
    height: 37px;
    line-height: 1;
    box-sizing: border-box;
    padding: 0px 13px;
    margin: 0px 0px 0px 0px;
    color: #333333;
    width: 100%;
}

.storage-manage-cell-edit-goods-item-info {
	width: 70%;
	float: left;
	padding: 0px 5px;
}

.storage-manage-cell-edit-goods-item-info a {
	display: inline-block;
	width: 100%;
	padding: 0px 0px;
}

.storage-manage-button-block {
	width: 100%;
	float: left;
}

.storage-manage-cell-edit-remove {
	width: 100%;
	text-align: center;
	margin: 10px 0 0 0;
}

.storage-manage-cell-edit-response {
	width: 100%;
	float: left;
	margin: 0px 0px 10px;
	color: #0ab90a;
}

.storage-manage-cell-edit-response.error {
	color: #ff0000;
}

.storage-manage-edit-link {
	display: inline-block;
	position: relative;
}

.storage-manage-blocked {
	color: #ff0000;
	display: inline-block;
}

.storage-manage-cell-edit-param-value input[type="radio"] {
	width: 15px;
    height: 15px;
    margin: 10px 5px 0 0;
	position: relative;
    top: 3px;
}

.storage-manage-cell-edit-param-value label {
	display: inline-block;
    margin: 0px 15px 0 0;
}

.storage-manage-cell-edit-block-goods-in-bag-block {
	width: 60%!important;
	padding: 0 10px;
}

.storage-manage-cell-edit-block-goods-in-bag {
	float: left;
    margin: 20px 0px 0px 0px;
	
    box-sizing: border-box;
	width: 100%;
}

.storage-manage-cell-edit-block-goods-in-bag .storage-manage-cell-edit-param {
	min-height: 45px;
	text-align: center;
	font-weight: bold;
	line-height: 35px;
}

.storage-manage-cell-edit-block-goods-in-bag table td {
	padding: 7px 10px;
	text-align: center;
	min-height: 45px;
	vertical-align: middle;
}

.storage-manage-cell-goods-in-bag-table {
	border-spacing: 0px 2px;
    border-collapse: separate;
	width: 100%;
}

.storage-manage-cell-goods-in-bag-table tr td {
	border-bottom: 1px solid #f5f5f5;
}

.storage-manage-cell-goods-in-bag-table tr:first-child td {
	background: #f5f5f5;
}

.storage-container-create-order-error {
	color: #ff0000;
	margin: 20px 0px;
	display: inline-block;
}

.storage-manage-result-block svg {
	position: absolute;
    top: 50%;
    right: 0px;
    margin-top: -12px;
}

.storage-manage-result-block svg:hover g {
	fill: #f39d57;
}


/*storage log*/
.ttl_b__storage-log {
	float: left;
	margin: 0px 10px 10px 0px;
}

.ttl_b__storage-log-text {
	float: left;
	margin: 0px 10px 0px 0px;
	line-height: 37px;
}

.storage-manage-cell-edit-add-block {
	width: 100%;
	float: left;
	margin: 0px 0px 10px;
}

.input-storage-log,
.date-input-storage-log input[type="text"] {
	border: 1px solid #e8e8e8;
    height: 37px;
    line-height: 1;
    box-sizing: border-box;
    padding: 0px 13px;
    margin: 0px 0px 0px 0px;
    color: #333333;
}

.select-storage-log {
	margin: 0px 0px 0px 0px;
}

.btn-storage-log {
	height: 37px;
}

.date-input-storage-log {
	position: relative; 
}

.date-input-storage-log:after {
    background: #3293ba url(../images/icon-clndr.png) no-repeat center;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 39px;
    content: "";
}

.storage-container-added-list.receipt-to-container .storage-container-added-item .sci-date:after {
	background: #3293ba url(../images/icon-clndr.png) no-repeat center;
	display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    height: 37px;
    width: 39px;
    content: "";
}

.storage-log-form {
	float: left;
	width: 100%;
	margin: 0px 0px 10px;
}

.storage-log-result-block {
	float: left;
	width: 100%;
}

.storage-log-item {
	border-bottom: 2px solid #f5f5f5;
    padding: 10px 19px 10px;
	font-size: 14px;
	display: inline-block;
    width: 100%;
    box-sizing: border-box;
	text-align: center;
	cursor: pointer;
}

.storage-log-item:hover {
	opacity: 0.75;
}

.storage-log-item.status-new {
	background: #f4f4f4;
}

.storage-log-item.status-in-work {
	background: #ffee90;
}

.storage-log-item.status-done {
	background: #b2e9a6;
}

.storage-log-item a {
	display: inline-block;
}

.showcase_enum .storage-log-item:nth-child(even) {
   
}

.showcase_enum .storage-log-user,
.showcase_ttl .storage-log-user {
	width: 13%;
	float: left;
}

.showcase_enum .storage-log-operation,
.showcase_ttl .storage-log-operation {
	width: 22%;
	float: left;
}

.showcase_enum .storage-log-store,
.showcase_ttl .storage-log-store {
	width: 13%;
	float: left;
}

.showcase_enum .storage-log-date,
.showcase_ttl .storage-log-date {
	width: 13%;
	float: left;
}

.showcase_enum  .storage-log-cell-id,
.showcase_ttl .storage-log-cell-id {
	width: 13%;
	float: left;
}

.showcase_enum  .storage-log-cell-id {
	line-height: 16px;
}

.showcase_enum .storage-log-goods,
.showcase_ttl .storage-log-goods {
	width: 13%;
	float: left;
}

.showcase_enum .storage-log-order-id,
.showcase_ttl .storage-log-order-id {
	width: 13%;
	float: left;
}

/*storage-error-log-result-block*/
.storage-error-log-result-block {
	float: left;
    width: 100%;
}

.storage-error-log-result-block .showcase_enum {
	text-align: center;
}

.storage-error-log-result-block .col {
	padding: 0px 5px;
}

.storage-error-log-result-block .showcase_ttl .col {
	line-height: 20px;
	padding: 10px 0px;
}

.showcase_enum .storage-error-log-date, 
.showcase_ttl .storage-error-log-date {
	width: 6%;
	float: left;
}

.showcase_enum .storage-error-log-store, 
.showcase_ttl .storage-error-log-store {
	width: 9%;
	float: left;
}

.showcase_enum .storage-error-log-goods, 
.showcase_ttl .storage-error-log-goods {
	width: 20%;
	float: left;
}

.showcase_enum .storage-error-log-goods {
	text-align: left;
}

.showcase_enum .storage-error-log-qnt-stock, 
.showcase_ttl .storage-error-log-qnt-stock {
	width: 8%;
	float: left;
}

.showcase_enum .storage-error-log-qnt-cell, 
.showcase_ttl .storage-error-log-qnt-cell {
	width: 8%;
	float: left;
}

.showcase_enum .storage-error-log-cell, 
.showcase_ttl .storage-error-log-cell {
    width: 10%;
    float: left;
}

.showcase_enum .storage-error-log-type, 
.showcase_ttl .storage-error-log-type {
	width: 13%;
	float: left;
}

.showcase_enum .storage-error-log-num, 
.showcase_ttl .storage-error-log-num {
	width: 13%;
	float: left;
}

.showcase_enum .storage-error-log-type-name, 
.showcase_ttl .storage-error-log-type-name {
	width: 13%;
	float: left;
}

.input-storage-error-log {
	border: 1px solid #e8e8e8;
    height: 37px;
    line-height: 1;
    box-sizing: border-box;
    padding: 0px 13px;
    margin: 0px 0px 0px 0px;
    color: #333333;
}

/*storage add cell*/
.storage-manage-add-cell-block {
	
}

.storage-manage-cell-add-block {
	width: 40%;
	float: left;
	margin: 20px 0px 0px 0px;
}

.storage-manage-cell-add-param {
	width: 100%;
	float: left;
	margin: 0px 0px 10px;
	background: #f5f5f5;
    padding: 5px 10px;
	box-sizing: border-box;
}

.storage-manage-cell-add-param-title {
	width: 50%;
	float: left;
	line-height: 37px;
}

.storage-manage-cell-add-param-value {
	width: 50%;
	float: left;
}

.storage-manage-cell-add-param-value input {
	border: 1px solid #e8e8e8;
    height: 37px;
    line-height: 1;
    box-sizing: border-box;
    padding: 0px 13px;
    margin: 0px 0px 0px 0px;
    color: #333333;
	width: 100%;
}

.storage-manage-cell-add-response-block {
	width: 60%;
	float: left;
	margin: 20px 0px 0px 0px;
	padding-left: 10px;
    box-sizing: border-box;
}

.storage-manage-cell-add-error {
	color: #ff0000;
	display: inline-block;
}

.storage-manage-cell {
	/*color: #f39d57;*/
}

/*containers*/
.containers-add-block {
	width: 40%;
    float: left;
    margin: 20px 0px 0px 0px;
}

.storage-manage-containers-add-param {
    width: 100%;
    float: left;
    margin: 0px 0px 10px;
    background: #f5f5f5;
    padding: 5px 10px;
    box-sizing: border-box;
}

.storage-manage-containers-add-param-title {
    width: 50%;
    float: left;
    line-height: 37px;
}

.storage-manage-containers-add-param-value {
    width: 50%;
    float: left;
}

.storage-manage-containers-edit-add-block {
    width: 100%;
    float: left;
    margin: 0px 0px 10px;
}

.storage-manage-containers-add-param-value input {
    border: 1px solid #e8e8e8;
    height: 37px;
    line-height: 1;
    box-sizing: border-box;
    padding: 0px 13px;
    margin: 0px 0px 0px 0px;
    color: #333333;
    width: 100%;
}

.storage-manage-containers-add-error {
	color: #ff0000;
	display: inline-block;
	margin: 0px 0px 15px;
}

.storage-manage-containers-ok-response {
	width: 100%;
	float: left;
	margin: 0px 0px 10px;
	color: #0ab90a;
}

.storage-manage-containers-input {
    border: 1px solid #e8e8e8;
    height: 37px;
    line-height: 1;
    box-sizing: border-box;
    padding: 0px 13px;
    margin: 0px 0px 10px 0px;
    color: #333333;
	vertical-align: top;
}

.storage-manage-containers-input[type="checkbox"] {
    border: 1px solid #e8e8e8;   
    line-height: 1;
    box-sizing: border-box;
    padding: 0px 13px;
    margin: 13px 0px 0px 0px;
    color: #333333;
	height: auto;
	vertical-align: top;
}

.storage-manage-containers-input.bag-num.new-bag,
.storage-manage-containers-input.batch-num.new-bag {
	border-color: #00FF00!important;
}

.unidentified-item-comment {
	border: 1px solid #e8e8e8;
    padding: 5px 10px;
    box-sizing: border-box;
    height: 37px;
	font-family: 'HelveticaNeueCyr';
}

.storage-manage-containers-separate-goods span {
	border-bottom: 1px dashed #f39d57;
	color: #f39d57;
	cursor: pointer;
}

.storage-manage-containers-separate-goods span:hover {
	border-bottom: none;
}

.storage-manage-containers-input.batch-num.bag-exists,
.storage-manage-containers-input.bag-num.bag-exists {
	border-color: #FFEB3B!important;
}

.storage-manage-containers-input-date {
	display: inline-block;
    vertical-align: top;
    position: relative;
}

.btn-storage-manage-add-goods-pos {
	vertical-align: top;
    line-height: 32px;
}

.storage-manage-containers-add-goods-select-container {
	margin: 12px 10px 0 0;
}

.customSelect-storage-container {
	margin: 0px 0px 10px 0px;
}

.customSelect-storage-container.va-top {
	vertical-align: top;
}

.storage-container-add-goods-block {
	width: 100%;
	float: left;
	margin: 0px 0px 40px;
}

.storage-container-add-goods-item label {
	line-height: 37px;
    display: inline-block;
    vertical-align: top;
}

.storage-container-added-list {
	
}

.storage-container-added-list-header {
	float: left;
	width: 100%;
	background: #fff;
    border: 1px solid #dfdfdf;
    color: #4c5976;
}

.storage-container-added-list-header .sci-item {
	padding: 10px 10px;
	text-align: center;
}

.storage-container-added-items {
	float: left;
	width: 100%;
	margin: 0px 0px 50px;
}

.storage-container-added-item {
	float: left;
	width: 100%;
}

.storage-container-added-list.receipt-to-container .sci-date,
.storage-container-added-list.receipt-to-container .sci-item.sci-date {
	position: relative;
	width: 15%;
}

.storage-container-added-list.receipt-to-container .storage-manage-containers-input,
.storage-container-added-list.receipt-to-container .sci-date input {
	width: 100%;
	border: 1px solid #e8e8e8;
    height: 37px;
    line-height: 1;
    box-sizing: border-box;
    padding: 0px 13px;
    margin: 0px 0px 10px 0px;
    color: #333333;
    vertical-align: top;
}

.storage-container-added-item:nth-child(odd) {
	background: #f5f5f5;
}

.receipt-to-container .storage-container-added-item {
	background: #fff;
	border-bottom: 3px solid #f5f5f5;
}

.sci-item {
	display: inline-block;
	padding: 10px 10px;
	text-align: center;
	box-sizing: border-box;
}

.sci-item.sci-catalog {
	width: 10%;
    float: left;
}

.sci-item.sci-date {
	width: 10%;
    float: left;
}

.sci-item.sci-batch {
	width: 10%;
    float: left;
}

.sci-item.sci-bag  {
	width: 10%;
    float: left;
}

.sci-item.sci-section {
	width: 15%;
    float: left;
}

.sci-item.sci-goods {
	width: 15%;
    float: left;
}

.sci-item.sci-qnt {
	width: 10%;
    float: left;
}

.sci-item.sci-unidentified {
	width: 10%;
    float: left;
}

.sci-item.sci-remove {
	width: 10%;
    float: left;
}

.storage-container-catalog-block .ttl_b__storage-manage label {
    line-height: 37px;
    display: inline-block;
    vertical-align: top;
}

.storage-container-catalog-result-block {
	width: 100%;
	float: left;
	margin: 0 0 30px;
}

.storage-container-table-block {
	/*min-width: 1385px;*/
}

.storage-container-catalog-block-table {
	width: 100%;
}

.storage-container-table-block {
	font-size: 15px;
}

.storage-container-table-block .storage-container-catalog-list-header .smc-item {
	font-weight: bold;
	font-size: 14px;
}

.storage-container-table-block .storage-manage-container-container {
	width: 10%;
}

.storage-container-table-block .storage-manage-container-date {
	width: 17%;
}

.storage-container-table-block .storage-manage-container-batch {
	width: 17%;
}

.storage-container-table-block .storage-manage-container-article {
	width: 30%;
}

.storage-container-table-block .storage-manage-container-unidentified {
    width: 6%;
}

.storage-container-catalog-result-movement {
	font-size: 15px;
}

.storage-container-catalog-result-movement .storage-container-catalog-list-header .smc-item {
	font-weight: bold;
	font-size: 14px;
}

.storage-container-catalog-result-movement .storage-manage-container-container {
	width: 16%;
}

.storage-container-catalog-result-movement .storage-manage-container-date {
	width: 20%;
}

.storage-container-catalog-result-movement .storage-manage-container-batch {
	width: 18%;
}

.storage-container-catalog-result-movement .storage-manage-container-article {
	width: 32%;
}

.storage-container-catalog-result-movement .storage-manage-container-unidentified {
    width: 8%;
}

.storage-container-catalog-result-movement .storage-manage-container-edit {
    width: 0%;
    padding: 0!important;
}

.storage-container-catalog-result-movement .storage-container-catalog-item-arrow {
	margin: 17px 0 0 20px;
}

@media(max-width: 1800px){
	.storage-container-catalog-block-table {
		/*overflow-x: scroll;*/
	}
}

.storage-manage-container-edit {
	width: 4%;
    float: left;
	position: relative;
}

.storage-manage-container-edit svg {
	position: relative;
	left: 8px;
}

.storage-container-catalog-item .storage-container-catalog-del {
    position: absolute;
    left: -22px;
    top: 15px;
}

.storage-manage-container-container {
	width: 7%;
    float: left;
}

.storage-manage-container-catalog {
	width: 7%;
    float: left;
}

.storage-manage-container-date {
	width: 8%;
    float: left;
}

.storage-manage-container-date-accepted {
	width: 8%;
    float: left;
}

.storage-manage-container-batch  {
	width: 5%;
    float: left;
}

.storage-manage-container-bag {
	width: 5%;
    float: left;
}

.storage-manage-container-section {
	width: 15%;
    float: left;
}

.storage-manage-container-article {
	width: 15%;
    float: left;
}

.storage-manage-container-color,
.storage-manage-container-br {
	margin: 5px 0 0 0;
	display: inline-block;
}

.storage-manage-container-qnt {
	width: 6%;
    float: left;
	position: relative;
}

.storage-manage-container-unidentified {
	width: 10%;
    float: left;
}

.storage-manage-container-save {
	width: 10%;
    float: left;
}

.storage-manage-container-qnt-send {
	background: #4c5976;
    border-radius: 10px;
    height: 20px;
    font-size: 14px;
    line-height: 21px;
    left: 44px;
    min-width: 12px;
    padding: 0 4px;
    display: inline-block;
    text-align: center;
    box-sizing: content-box;
    opacity: 1;
    z-index: 10;
	color: #fff;
	margin-left: 5px;
}

.movement-status-in_process {
	background: #f2903a!important;
}

.movement-status-in_process a,
.movement-status-in_process .storage-manage-container-cell {
	color: #fff;
}

.movement-status-done {
	background: #b2e9a6!important;
}

.storage-container-catalog-list-header {
	float: left;
    width: 100%;
    background: #fff;
    border: 1px solid #dfdfdf;
    color: #4c5976;
	box-sizing: border-box;
}

.storage-container-catalog-block .smc-item {
    padding: 10px 10px;
    text-align: center;
	box-sizing: border-box;
}

.storage-container-catalog-block .storage-container-catalog-item-num {
	position: absolute;
    left: 1px;
    top: 17px;
}

.storage-container-catalog-lists {
	margin: 0px 0px 30px;
	display: inline-block;
	width: 100%;
}

.storage-container-catalog-item {
    float: left;
    width: 100%;
	position: relative;
}

.storage-container-catalog-subitem {
	background: #f5f5f5;
}

.storage-container-catalog-item {
    border-bottom: 2px solid #dfdfdf;
}

.storage-container-catalog-item-arrow {
	width: 24px;
    height: 18px;
	position: relative;
	cursor: pointer;
    display: inline-block;
	margin: 10px 0 0 0;
}

.storage-container-catalog-item-arrow:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background: url(/local/templates/main_v2/images/arrow-slide.png) no-repeat center;
	background-size: contain;
	left: 0;
    top: 0;
}

.storage-container-catalog-item-arrow.active:before {
	transform: rotate(180deg);
}

.storage-manage-containers-input-checkbox {
	height: 17px!important;
    margin: 10px 0 0 0!important;
}

.storage-manage-container-qnt-select {
	width: auto;
	margin: 0 0 5px;
}

.containers-print-content {
	float: left;
	width: 100%;
	margin: 0px 0px 20px;
}

.storage-manage-button-remove {
	margin: 0px 20px 0 0;
}

.storage-manage-container-cell {
	color: #f39d57;
	padding: 5px 0 0 0;
    display: inline-block;
}

option.first-lvl {
	
}
.popup-poll {
    position: relative;
    background: #FFF;
    padding: 40px;
    width: auto;
    max-width: 640px;
    margin: 20px auto;
}

/*help-menu*/
.help-menu {
	
}

.help-menu li {
	margin: 0px 0px 5px 15px;
    list-style: disc;
}

.help-menu li a{
	font-size: 18px;
}

/*warehouse-roles*/
.warehouse-roles-table {
	
}

.warehouse-roles-table tr {
	
}

.warehouse-roles-table tr td,
.warehouse-roles-table tr th {
	padding: 5px 7px;
	border: 1px solid #333;
	text-align: center;
	vertical-align: middle;
}

.warehouse-roles-table tr td b {
	font-weight: bold;
}

.warehouse-roles-table tr td:first-child {
	text-align: left;
}

.warehouse-roles-table tr td input[type="radio"] {
	cursor: pointer;
}

.warehouse-roles-block {
	position: relative;
}
.warehouse-roles-stats-block {	
	float: left;
	width: 100%;
	overflow-x: auto;
}

.warehouse-roles-rate-block {
	float: left;
	margin: 5px 0 20px;
	width: 100%;
}

.warehouse-roles-preloader {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.5);
	top: 0;
}

/*storage-manage/monitoring*/
.com-table__col--client-name_operation {
	width: 15%;
}

.com-table__col--client-name_status {
	width: 15%;
}

.com-table__col--terminal {
	width: 20%;
}

.com-table__col--queue {
	width: 20%;
	word-break: break-all;
}

.storage-manage-monitoring .login-info {
	line-height: initial;
	height: 100%;
	display: flex;
	align-items: center;
}

.storage-manage-monitoring .login-info .login-info-box {
	display: block;
	margin: 0px 0px 5px;
	
}

.storage-manage-monitoring .login-info-title {
	width: 100%;
	margin: 0px 0px 5px;
	font-size: 15px;
    font-weight: 600;
}

.storage-manage-monitoring .com-table__col {
	line-height: initial;
    display: flex;
    align-items: center;
}

.storage-manage-monitoring-queue-table .com-table__col--client-name {
	width: 25%;
}

.storage-manage-monitoring-queue-table .com-table__col--client-name_operation {
	width: 30%;
}

.storage-manage-monitoring-queue-table .com-table__col--client-name_status {
	width: 25%;
}

.storage-manage-monitoring-queue-table .com-table__col--choose {
	width: 12%;
	justify-content: center;
}

.storage-manage-monitoring-queue-table .com-table__row--item-client {
    height: auto;
    line-height: 90px;
    margin-bottom: 3px;
}

.storage-manage-monitoring-queue-table label {
	display: flex;
	padding: 0px 0;
}

.storage-manage-monitoring-queue-table .com-table__row--item {
	
}

.queue-moving {
	width: 18px;
	height: 18px;
	cursor: pointer;
	display: inline-block;
	background: url(/local/templates/main_v2/images/queue-moving.png) no-repeat left top;
	background-size: contain;
	margin: 0px 0 0 3px;
	position: relative;
    top: 5px;
}

.queue-approve-package {
	width: 20px;
	height: 20px;
	cursor: pointer;
	display: inline-block;
	background: url(/local/templates/main_v2/images/sticky_tape.png) no-repeat left top;
	background-size: contain;
	margin: 0px 0 0 0px;
	position: relative;
    top: 5px;
}

.storage-order-in-progress-block {
	margin: 0px 0px 20px;
}

.storage-order-in-progress-title {
	display: inline-block;
	font-size: 18px;
    font-weight: 600;
    margin: 0 0 15px;
}

.monitoring-approve-orders-cases-link {
	color: #4c5976;
}

.login-info-online {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 20px;
	background: #00ff00;
}

.login-info-offline {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 20px;
	background: #ff0000;
}

.storage-order-in-progress-store {
	width: 100%;
	display: block;
	margin: 0px 0px 10px;
}

.storage-order-in-progress-store-title {
	display: inline-block;
}

.minotoring-update {
	margin: 0px 0px 20px;
}

.minitoring-order-in-process {
	display: inline-block;
}

.monitoring-process-collect {
	display: inline-block;
	background: #f2903a;
	color: #fff;
	padding: 3px 5px;
}
.monitoring-process-put {
	display: inline-block;
	background: #8b00ff;
	color: #fff;
	padding: 3px 5px;
}
.storage-manage-monitoring .com-table__col {
	padding: 0px 10px;
}
.storage-manage-monitoring-queue {
	background: #f5f5f5;
    padding: 25px;
    margin: 0 0 25px;
}
.storage-manage-monitoring-queue-input {
	max-width: 300px;
	display: inline-block;
	margin: 0px 10px 20px 0px;
}
.storage-manage-monitoring-queue-input .form-field__input,
.storage-manage-monitoring-queue-input .form-field {
	height: 39px;
}
.monitoring-form {
    position: relative;
    background: #FFF;
    padding: 40px;
    width: auto;
    max-width: 640px;
    margin: 20px auto;
}
#monitoring-client-orders {
	max-width: 800px;
}
#monitoring-client-orders .com-table__col--history-manager {
	width: 30%;
}
#monitoring-client-orders .com-table__row:nth-child(even) {
   
}

#monitoring-client-orders .all-orders {
	margin: 0px 0px 20px;
}
.storage-manage-monitoring-menu {
	width: 100%;
	float: left;	
}
.storage-manage-monitoring-btns {
	float: left;
	width: 40%;
}
.storage-manage-monitoring-values {
	float: left;
	width: 60%;
	padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    background: #fff;
	min-height: 39px;
	margin: 0px 0px 20px 0px;
}
.monitoring-choosen-orders {
	min-height: 100px;
}
.remove-queue-order,
.remove-progress-order,
.remove-choosen-order {
	cursor: pointer;
}
.remove-queue-order:hover,
.remove-progress-order:hover,
.remove-choosen-order:hover {
	color: #f2903a;
}

.storage-manage-monitoring .com-table__row--item {
	height: auto;
	padding: 10px 0px;
	border-bottom: 2px solid #f4f4f4;
}

.storage-manage-monitoring .com-table__enum {
	display: flex;
    flex-direction: column;
}
.com-table-order-1 {
	order: 1;
}
.com-table-order-2 {
	order: 2;
}
.com-table-order-3 {
	order: 3;
}
.storage-manage-monitoring .com-table__row--item:nth-child(even) {
    background: #fff;
}
.storage-manage-statistics {
	float: left;
    width: 100%; 
}

.storage-manage-statistics .col {
    padding: 10px 10px;
    position: relative;
	line-height: initial;
}

.showcase_enum .storage-manage-statistics-terminal,
.showcase_ttl .storage-manage-statistics-terminal {
	width: 9%;
	float: left;
}

.showcase_enum .storage-manage-statistics-terminal-login,
.showcase_ttl .storage-manage-statistics-terminal-login {
	width: 19%;
	float: left;
}

.showcase_enum .storage-manage-statistics-type,
.showcase_ttl .storage-manage-statistics-type {
	width: 9.1%;
	float: left;
}

.showcase_enum .storage-manage-statistics-date,
.showcase_ttl .storage-manage-statistics-date {
	width: 9.1%;
	float: left;
}

.showcase_enum .storage-manage-statistics-order-id,
.showcase_ttl .storage-manage-statistics-order-id {
	width: 9.1%;
	float: left;
}

.showcase_enum .storage-manage-statistics-collect-stage,
.showcase_ttl .storage-manage-statistics-collect-stage {
	width: 9.1%;
	float: left;
}

.showcase_enum .storage-manage-statistics-collect-order-time,
.showcase_ttl .storage-manage-statistics-collect-order-time {
	width: 9.1%;
	float: left;
}

.showcase_enum .storage-manage-statistics-goods-pickup-time,
.showcase_ttl .storage-manage-statistics-goods-pickup-time {
	width: 9.1%;
	float: left;
}

.showcase_enum .storage-manage-statistics-goods-id,
.showcase_ttl .storage-manage-statistics-goods-id {
	width: 9.1%;
	float: left;
}

.showcase_enum .storage-manage-statistics-goods-stage,
.showcase_ttl .storage-manage-statistics-goods-stage {
	width: 9.1%;
	float: left;
}

.showcase_enum .storage-manage-statistics-cell-id,
.showcase_ttl .storage-manage-statistics-cell-id {
	width: 9.1%;
	float: left;
}

.showcase_enum .storage-manage-statistics-action,
.showcase_ttl .storage-manage-statistics-action {
	width: 9.1%;
	float: left;
}

.showcase_enum .storage-manage-statistics-goods,
.showcase_ttl .storage-manage-statistics-goods {
	width: 17.1%;
	float: left;
}

.showcase_enum .storage-manage-statistics-goods {
	text-align: left!important;
}

.showcase_enum .storage-manage-statistics-placement-type,
.showcase_ttl .storage-manage-statistics-placement-type {
	width: 17.1%;
	float: left;
}

.storage-manage-statistics .showcase_ttl {
	padding: 0!important;
}
.storage-manage-statistics .storage-manage-item .col {
	text-align: center;
}
.storage-manage-statistics .storage-manage-item {
	padding: 10px 0;
}
.storage-manage-statistics .storage-manage-item:nth-child(odd) {
	background: #f5f5f5;
}
.storage-manage-statistics .showcase_b {
	margin: 0px 0px 20px; 
}

.storage-manage-statistics-more {
	color: #f39d57;
	border-bottom: 1px dashed #f39d57;
	cursor: pointer;
	display: inline;
}

.storage-manage-statistics-more:hover {
	border-bottom: none;
}

.storage-manage-statistics-more-block,
.storage-manage-statistics-equipment {
	display: none;
	width: 100%;
	float: left;
    padding: 0 10px;
	box-sizing: border-box;
}

.storage-manage-item.open .storage-manage-statistics-more-block,
.storage-manage-item.open .storage-manage-statistics-equipment {
	display: block;
}

.storage-manage-statistics-more-orders,
.storage-manage-statistics-equipment-items {
	display: block;
    width: 100%;
    margin: 10px 0 5px;
    border-top: 1px solid #ccc;
    padding: 7px 0 0 0;
}

.storage-manage-statistics-more-orders-date {
	display: block;
	width: 100%;
	font-weight: bold;
    margin: 0 0 5px;
}

.storage-manage-statistics-more-orders-item {
	
}

.storage-manage-statistics-more-orders-item a {
	display: inline-block;
	margin: 0px 0px 5px;
}

.monitoring-order-timing.expired-time {
	color: #ff0000;
}

.monitoring-order-timing {
	color: #40ce40;
}

.storage-manage-statistics-standart {
	color: #40ce40;
}

.storage-manage-statistics-total {
	margin: 0px 0px 20px;
}

.storage-manage-statistics-total-orders {
	margin: 0px 0px 5px;
}

.storage-manage-statistics-total-goods {
	margin: 0px 0px 5px;
}

.poll-balance {
	display: inline-block; 
	margin: 0px 5px;
	font-size: 18px;
}

.poll-balance-stats {
	display: contents; 
	font-size: 18px;
}

.poll-balance-y {
	color: #00ff00;
}

.poll-balance-n {
	color: #dc2020;
}

.poll-balance-warning {
	width: 100%;
    text-align: center;
    display: inline-block;
    background: #fd6309;
    color: #fff;
}

.poll-balance-warning .m_ttl {
	display: inline-block;
    margin: 0;
    border: none;
}

.poll-balance-warning-description {
	margin: 0 0 10px;
}

.auto-accept-receipt-block {
	margin: 10px 0 0 0;
}

.auto-accept-receipt-block input[type="number"] {
	border: 1px solid #e8e8e8;
    height: 37px;
    line-height: 1;
    box-sizing: border-box;
    padding: 0px 13px;
    color: #333333;
	width: 70px;
}

.auto-accept-receipt-date {
	display: inline-block;
    padding: 0 10px 0 20px;
}

.auto-accept-receipt-date img {
	width: 15px;
    margin: 0 2px 0 0;
    position: relative;
    top: 3px;
}

.auto-accept-receipt-date-remove {
	background: url(../images/sprites.png) -23px -200px;
    border: none;
    border-radius: 0;
    height: 14px;
    padding: 0;
    width: 14px;
	position: relative;
    top: 2px;
    margin: 0 0 0 3px;
    cursor: pointer;
}

.auto-accept-receipt-date-remove:active {
	 top: 3px;
}

/*Установка чехлов*/
#cases-install-popup {
	max-width: 960px
}

.case-install-item {
	margin: 0 0 0px 6px;
    position: relative;
    top: -22px;
	display: inline-block;
}

.case-install-item em {
	color: #fb5b55;
	font-size: 18px;
}

.install-cases-manager-main-block {
	max-width: 300px;
}

.btn-big {
    background: #4c5976;
    border-bottom: 1px solid #505050;
    border-top: 1px solid #242424;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    line-height: 20px;
    padding: 20px 38px;
    margin: 0px 0px 20px 0px;
    text-decoration: none;
    max-width: 300px;
    width: 100%;
    font-size: 16px;
    box-sizing: border-box;
    position: relative;
	text-align: center;
}

.btn-big:focus, .btn-big:active, .btn-big:hover {
    background: #f39d57;
    border: 1px solid #f39d57;
}

.cases-install-info-block {
	margin: 0 0 10px;
	font-weight: bold;
}

.cases-install-pdf {
	color: #fff;
	text-decoration: none;
	padding: 10px 20px;
	background: #de0c0c;
	border: 1px solid #f5f5f5;
	display: inline-block;
	transition: ease 300ms;
	border-radius: 4px;
	margin-right: 20px;
	margin-bottom: 5px;
	text-align: center;
}

.cases-install-pdf:hover {	
	color: #de0c0c;
	background: #fff;
	border: 1px solid #de0c0c;
}

.cases-install-info-text {
	display: inline-block;
}

/*approve orders*/
.approve-manager-main-block {
	display: inline-block;
    width: 300px;
    vertical-align: top;
    margin: 0 50px 30px 0;
}

.approve-manager-main-block-title {
	 margin: 0 0px 20px 0;
	 text-align: center;
	 font-size: 18px;
	 font-weight: 600;
}

.btn-approve {
	background: #4c5976;
    border-bottom: 1px solid #505050;
    border-top: 1px solid #242424;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    line-height: 20px;
    padding: 20px 38px;
	margin: 0px 0px 20px 0px;
	text-decoration: none;
	max-width: 300px;
	width: 100%;
	font-size: 16px;
	box-sizing: border-box;
	position: relative;
	text-align: center;
}

.btn-approve:focus, .btn-approve:hover {
	background: #f39d57;
    border-bottom: 1px solid #f39d57;
    border-top: 1px solid #f39d57;
}

.btn-approve:active {
	top: 1px;
}

.btn-approve-count {
	background: #f39d57;
    border-radius: 10px;
    display: block;
    height: 20px;
    font-size: 14px;
    line-height: 21px;
    right: -8px;
    min-width: 12px;
    padding: 0 4px;
    position: absolute!important;
    text-align: center;
    box-sizing: content-box;
    top: -8px;
    opacity: 1!important;
    z-index: 10;
}

.btn-approve:focus .btn-approve-count, .btn-approve:hover .btn-approve-count {
	background: #4c5976;
}

.approve-item-comment {
	line-height: 20px;
}

.ttl_b__action-item label {
	font-size: 16px;
	font-weight: normal;
}

.monitoring-driver-item {
	margin: 0px 0px 25px;
	padding: 0px 0px 0px;
	border-bottom: 1px solid #dad9d9;
}

.monitoring-driver-item-title {
	margin: 0px 0px 15px;
	font-weight: 600;
    font-size: 22px;
}

.monitoring-driver-tc-title {
	margin: 0px 0px 5px;
	font-weight: 600;
	display: inline-block;
	width: 100%;
}

.monitoring-driver-stages {
	width: 100%;
	display: flex;	
	text-align: center;
}

.monitoring-driver-stage-title {
	width: 25%;
	font-weight: bold;
	text-align: center;
	margin: 0 0 15px;
}

.monitoring-driver-stage {
	width: 25%;
	padding: 10px 10px 5px;
}

.monitoring-driver-stage:nth-child(odd) {
	background: #f9f9f9;
}

.monitoring-driver-tc-item {
	padding: 5px 5px;
	border: 1px solid #4c5976;
	margin: 0px 5px 5px 0;
	display: inline-block;
	color: #fff;
    background: #4c5976;
}

/* Виджет с мессенджерами - начало */
.widget-messengers {
  position: fixed;
  z-index: 100;
  width: 0;
  height: 0;
  right: 5vh;
  bottom: 5vh;
  right: 5dvh;
  bottom: 5dvh;
  transition: right 300ms, bottom 300ms;
}

@media screen and (max-width: 1199.98px) {
  .widget-messengers {
    right: 3vh;
    bottom: 3vh;
    right: 3dvh;
    bottom: 3dvh;
  }
}

.widget-messengers-list {
  display: none;
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 6px;
  right: 0;
  bottom: 0;
  transform-origin: center bottom;
}

@media screen and (max-width: 1199.98px) {
  .widget-messengers-list {
    bottom: 3px;
  }
}

.widget-messengers-list.is-selected {
  display: flex;
  animation: showWidgetMesList 300ms ease-out;
}

@keyframes showWidgetMesList {
  0% {

    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

.widget-messengers-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
}

.widget-messengers-link::before {
  content: '';
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  border-radius: 50%;
  background-color: #00AEEF;
  opacity: 0.2;
  z-index: 0;
}

.widget-messengers-link::after {
  content: '';
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  border-radius: 50%;
  border: 2px solid #00AEEF;
  opacity: 0.2;
  z-index: 1;
  transform-origin: center;
  animation: circlesArrownButton 800ms ease-out infinite;
}

@media screen and (max-width: 1199.98px) {

  .widget-messengers-link::before,
  .widget-messengers-link::after {
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
  }
}


@keyframes circlesArrownButton {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}

@media screen and (max-width: 1199.98px) {
  .widget-messengers-link {
    width: 32px;
    height: 32px;
  }
}

.widget-messengers-link>svg {
  position: relative;
  flex-shrink: 0;
  width: 54px;
  height: 54px;
  z-index: 2;
  transition: 300ms transform;
}

@media screen and (max-width: 1199.98px) {
  .widget-messengers-link>svg {
    width: 32px;
    height: 32px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .widget-messengers-link:hover>svg {
    transform: scale(1.3);
  }
}

.widget-messengers-tip {
  display: none;
  position: absolute;
  right: 54px;
  bottom: -5px;
  z-index: 2;
  transform-origin: right center;
}
.widget-messengers-tip.is-selected {
  display: block;
  animation: showWidgetMesList 600ms ease-out;
}

@media screen and (max-width: 1199.98px) {
  .widget-messengers-tip {
    right: 32px;
  }
}

.widget-messengers-tip__box {
  position: absolute;
  right: 18px;
  bottom: 0;
  padding: 24px 38px 24px 24px;
  width: 280px;
  border-radius: 14px;
  border: 2px solid #00AEEF;
  background-color: #fff;
  font-size: 14px;
  font-weight: 400;
  color: #000;
}

@media screen and (max-width: 1199.98px) {
  .widget-messengers-tip__box {
    right: 18px;
    padding: 12px 38px 12px 12px;
    width: 150px;
  }
}

.widget-messengers-tip__close-btn::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.widget-messengers-tip__close-btn {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background-color: transparent;
  color: inherit;
  font: inherit;
  line-height: normal;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
  appearance: none;

  display: flex;
  top: 0;
  right: 0;
  position: absolute;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  cursor: pointer;
}

.widget-messengers-tip__close-btn>svg {
  flex-shrink: 0;
  width: 10px;
  height: 10px;
}

.widget-messengers-tip__tail {
  position: absolute;
  right: 12px;
  bottom: 25px;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-top: 2px solid #00AEEF;
  border-right: 2px solid #00AEEF;
  transform-origin: center;
  transform: rotate(45deg);
}

@media screen and (max-width: 1199.98px) {
  .widget-messengers-tip__tail {
    bottom: 20px;
  }
}


/* Виджет с мессенджерами - конец */

.main-furniture-banner {
	margin: 0 0 50px;
	position: relative;
}

.main-furniture-banner img {
	max-width: 100%;
	width: 100%;
}