.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap form {
  margin: 0 0 20px;
}

.bootstrap fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
.bootstrap legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
.bootstrap legend small {
  font-size: 15px;
  color: #999;
}
.bootstrap label,
.bootstrap input,
.bootstrap button,
.bootstrap select,
.bootstrap textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
.bootstrap input,
.bootstrap button,
.bootstrap select,
.bootstrap textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.bootstrap label {
  display: block;
  margin-bottom: 5px;
}
.bootstrap select,
.bootstrap textarea,
.bootstrap input[type="text"],
.bootstrap input[type="password"],
.bootstrap input[type="datetime"],
.bootstrap input[type="datetime-local"],
.bootstrap input[type="date"],
.bootstrap input[type="month"],
.bootstrap input[type="time"],
.bootstrap input[type="week"],
.bootstrap input[type="number"],
.bootstrap input[type="email"],
.bootstrap input[type="url"],
.bootstrap input[type="search"],
.bootstrap input[type="tel"],
.bootstrap input[type="color"],
.uneditable-input {
  display: inline-block;
  min-height: 20px;
  padding: 4px 6px;
  margin-bottom: 9px;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.bootstrap input,
.bootstrap textarea {
  width: 210px;
}
.bootstrap textarea {
  height: auto;
}
.bootstrap textarea,
.bootstrap input[type="text"],
.bootstrap input[type="password"],
.bootstrap input[type="datetime"],
.bootstrap input[type="datetime-local"],
.bootstrap input[type="date"],
.bootstrap input[type="month"],
.bootstrap input[type="time"],
.bootstrap input[type="week"],
.bootstrap input[type="number"],
.bootstrap input[type="email"],
.bootstrap input[type="url"],
.bootstrap input[type="search"],
.bootstrap input[type="tel"],
.bootstrap input[type="color"],
.uneditable-input {
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
.bootstrap textarea:focus,
.bootstrap input[type="text"]:focus,
.bootstrap input[type="password"]:focus,
.bootstrap input[type="datetime"]:focus,
.bootstrap input[type="datetime-local"]:focus,
.bootstrap input[type="date"]:focus,
.bootstrap input[type="month"]:focus,
.bootstrap input[type="time"]:focus,
.bootstrap input[type="week"]:focus,
.bootstrap input[type="number"]:focus,
.bootstrap input[type="email"]:focus,
.bootstrap input[type="url"]:focus,
.bootstrap input[type="search"]:focus,
.bootstrap input[type="tel"]:focus,
.bootstrap input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82,168,236,0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
.bootstrap input[type="radio"],
.bootstrap input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  margin-top: 1px \9;
  line-height: normal;
  cursor: pointer;
}
.bootstrap input[type="file"],
.bootstrap input[type="image"],
.bootstrap input[type="submit"],
.bootstrap input[type="reset"],
.bootstrap input[type="button"],
.bootstrap input[type="radio"],
.bootstrap input[type="checkbox"] {
  width: auto;
}
.bootstrap select,
.bootstrap input[type="file"] {
  height: 30px;
  *margin-top: 4px;
  line-height: 30px;
}
.bootstrap select {
  width: 220px;
  border: 1px solid #bbb;
  background-color: #fff;
}
.bootstrap select[multiple],
.bootstrap select[size] {
  height: auto;
}
.bootstrap select:focus,
.bootstrap input[type="file"]:focus,
.bootstrap input[type="radio"]:focus,
.bootstrap input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.uneditable-input,
.uneditable-textarea {
  color: #999;
  background-color: #fcfcfc;
  border-color: #ccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
  cursor: not-allowed;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
.bootstrap input:-moz-placeholder,
.bootstrap textarea:-moz-placeholder {
  color: #999;
}
.bootstrap input:-ms-input-placeholder,
.bootstrap textarea:-ms-input-placeholder {
  color: #999;
}
.bootstrap input::-webkit-input-placeholder,
.bootstrap textarea::-webkit-input-placeholder {
  color: #999;
}
.storage-wrapp .storage-item .stor-radio,
.checkbox {
  min-height: 18px;
  padding-left: 18px;
}
.storage-wrapp .storage-item .stor-radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}
.controls > .storage-wrapp .storage-item .stor-radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.storage-wrapp .storage-item .stor-radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.storage-wrapp .storage-item .stor-radio.inline + .storage-wrapp .storage-item .stor-radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-micro {
  width: 40px;
}
.special-date {
  width: 75px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
.bootstrap input[class*="span"],
.bootstrap select[class*="span"],
.bootstrap textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}
.bootstrap input,
.bootstrap textarea,
.uneditable-input {
  margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}
.bootstrap input.span12, textarea.span12, .uneditable-input.span12 {
  width: 926px;
}
.bootstrap input.span11, textarea.span11, .uneditable-input.span11 {
  width: 846px;
}
.bootstrap input.span10, textarea.span10, .uneditable-input.span10 {
  width: 766px;
}
.bootstrap input.span9, textarea.span9, .uneditable-input.span9 {
  width: 686px;
}
.bootstrap input.span8, textarea.span8, .uneditable-input.span8 {
  width: 606px;
}
.bootstrap input.span7, textarea.span7, .uneditable-input.span7 {
  width: 526px;
}
.bootstrap input.span6, textarea.span6, .uneditable-input.span6 {
  width: 446px;
}
.bootstrap input.span5, textarea.span5, .uneditable-input.span5 {
  width: 366px;
}
.bootstrap input.span4, textarea.span4, .uneditable-input.span4 {
  width: 286px;
}
.bootstrap input.span3, textarea.span3, .uneditable-input.span3 {
  width: 206px;
}
.bootstrap input.span2, textarea.span2, .uneditable-input.span2 {
  width: 126px;
}
.bootstrap input.span1, textarea.span1, .uneditable-input.span1 {
  width: 46px;
}
.controls-row {
  *zoom: 1;
}
.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.controls-row:after {
  clear: both;
}
.controls-row [class*="span"] {
  float: left;
}
.bootstrap input[disabled],
.bootstrap select[disabled],
.bootstrap textarea[disabled],
.bootstrap input[readonly],
.bootstrap select[readonly],
.bootstrap textarea[readonly] {
  cursor: not-allowed;
  background-color: #eee;
}
.bootstrap input[type="radio"][disabled],
.bootstrap input[type="checkbox"][disabled],
.bootstrap input[type="radio"][readonly],
.bootstrap input[type="checkbox"][readonly] {
  background-color: transparent;
}
.control-group.warning > label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .storage-wrapp .storage-item .stor-radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.control-group.warning .checkbox:focus,
.control-group.warning .storage-wrapp .storage-item .stor-radio:focus,
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error > label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .storage-wrapp .storage-item .stor-radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.control-group.error .checkbox:focus,
.control-group.error .storage-wrapp .storage-item .stor-radio:focus,
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.success > label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox,
.control-group.success .storage-wrapp .storage-item .stor-radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.control-group.success .checkbox:focus,
.control-group.success .storage-wrapp .storage-item .stor-radio:focus,
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
.bootstrap input:focus:required:invalid,
.bootstrap textarea:focus:required:invalid,
.bootstrap select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
.bootstrap input:focus:required:invalid:focus,
.bootstrap textarea:focus:required:invalid:focus,
.bootstrap select:focus:required:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}
.help-block,
.help-inline {
  color: #595959;
}
.help-block {
  display: block;
  margin-bottom: 10px;
}
.help-inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.input-append,
.input-prepend {
  margin-bottom: 5px;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-append select,
.input-append .uneditable-input,
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  font-size: 14px;
  vertical-align: top;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-append input:focus,
.input-append select:focus,
.input-append .uneditable-input:focus,
.input-prepend input:focus,
.input-prepend select:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  background-color: #eee;
  border: 1px solid #ccc;
}
.input-append .add-on,
.input-append .btn,
.input-prepend .add-on,
.input-prepend .btn {
  margin-left: -1px;
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.bootstrap input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.bootstrap .form-search input,
.bootstrap .form-search textarea,
.bootstrap .form-search select,
.bootstrap .form-search .help-inline,
.bootstrap .form-search .uneditable-input,
.bootstrap .form-search .input-prepend,
.bootstrap .form-search .input-append,
.bootstrap .form-inline input,
.bootstrap .form-inline textarea,
.bootstrap .form-inline select,
.bootstrap .form-inline .help-inline,
.bootstrap .form-inline .uneditable-input,
.bootstrap .form-inline .input-prepend,
.bootstrap .form-inline .input-append,
.bootstrap .form-horizontal input,
.bootstrap .form-horizontal textarea,
.bootstrap .form-horizontal select,
.bootstrap .form-horizontal .help-inline,
.bootstrap .form-horizontal .uneditable-input,
.bootstrap .form-horizontal .input-prepend,
.bootstrap .form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .storage-wrapp .storage-item .stor-radio,
.form-search .checkbox,
.form-inline .storage-wrapp .storage-item .stor-radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .storage-wrapp .storage-item .stor-radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .storage-wrapp .storage-item .stor-radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.storage-wrapp .storage-item {
  margin-bottom: 38px !important;
}
@media(max-width: 480px) {
  .storage-wrapp .storage-item {
    margin-bottom: -5px !important;
  }
}
.control-group {
  margin-bottom: 10px;
}
legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 140px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .btn-first {
  margin-left: 160px;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 160px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 160px;
}
.form-horizontal .day_line .controls {
  padding-top: 5px;
}
.form-horizontal .help-block {
  margin-top: 10px;
  margin-bottom: 0;
}
.form-horizontal .form-actions {
  padding-left: 160px;
}

.arrow-bot-red {
  border-bottom: 1px solid red !important;
    border-left: 1px solid red !important;
}

.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 14px;
  margin-left: 18%;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
  background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
  background-image: -o-linear-gradient(top,#fff,#e6e6e6);
  background-image: linear-gradient(to bottom,#fff,#e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00e5e5e5', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 9px 14px;
  font-size: 16px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-large [class^="icon-"] {
  margin-top: 2px;
}
.btn-small {
  padding: 3px 9px;
  font-size: 12px;
  line-height: 18px;
}
.btn-small [class^="icon-"] {
  margin-top: 0;
}
.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 16px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255,255,255,0.75);
}
.btn {
  border-color: #c5c5c5;
  border-color: rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25);
}
.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top,#08c,#0044cc);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0044cc));
  background-image: -webkit-linear-gradient(top,#08c,#0044cc);
  background-image: -o-linear-gradient(top,#08c,#0044cc);
  background-image: linear-gradient(to bottom,#08c,#0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000088cc', endColorstr='#000043cc', GradientType=0);
  border-color: #0044cc #0044cc #002b80;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #0044cc;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #fff;
  background-color: #0044cc;
  *background-color: #003cb3;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}
.btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top,#fbb450,#f89406);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));
  background-image: -webkit-linear-gradient(top,#fbb450,#f89406);
  background-image: -o-linear-gradient(top,#fbb450,#f89406);
  background-image: linear-gradient(to bottom,#fbb450,#f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00fab44f', endColorstr='#00f89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #f89406;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #fff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
  background-image: -webkit-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: -o-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: linear-gradient(to bottom,#ee5f5b,#bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ee5f5b', endColorstr='#00bd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #bd362f;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #fff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top,#62c462,#51a351);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));
  background-image: -webkit-linear-gradient(top,#62c462,#51a351);
  background-image: -o-linear-gradient(top,#62c462,#51a351);
  background-image: linear-gradient(to bottom,#62c462,#51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0062c462', endColorstr='#0051a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #51a351;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));
  background-image: -webkit-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: -o-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: linear-gradient(to bottom,#5bc0de,#2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005bc0de', endColorstr='#002f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #2f96b4;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #fff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top,#444,#222);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));
  background-image: -webkit-linear-gradient(top,#444,#222);
  background-image: -o-linear-gradient(top,#444,#222);
  background-image: linear-gradient(to bottom,#444,#222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00444444', endColorstr='#00222222', GradientType=0);
  border-color: #222 #222 #000000;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #222;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #fff;
  background-color: #222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #090909 \9;
}
button.btn,
.bootstrap input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
.bootstrap input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
.bootstrap input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
.bootstrap input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
.bootstrap input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #08c;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}
.btn-group {
  position: relative;
  font-size: 0;
  white-space: nowrap;
  *margin-left: .3em;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.btn-toolbar .btn-group {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.btn-toolbar .btn + .btn,
.btn-toolbar .btn-group + .btn,
.btn-toolbar .btn + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group > .btn + .btn {
  margin-left: -1px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu {
  font-size: 14px;
}
.btn-group > .btn-mini {
  font-size: 11px;
}
.btn-group > .btn-small {
  font-size: 12px;
}
.btn-group > .btn-large {
  font-size: 16px;
}
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222;
}
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}
.btn-mini .caret,
.btn-small .caret,
.btn-large .caret {
  margin-top: 6px;
}
.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
.dropup .btn-large .caret {
  border-bottom: 5px solid #000;
  border-top: 0;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.btn-group-vertical .btn {
  display: block;
  float: none;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group-vertical .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}
.btn-group-vertical .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.btn-group-vertical .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.btn-group-vertical .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.btn-group-vertical .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #c09853;
}
.alert h4 {
  margin: 0;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}


/* item_detail_v2 */
.bx_item_detail .bx_item_title{
  padding-bottom:14px;
  border-bottom:1px solid #e5e5e5;
  margin-bottom: 16px;
  min-height: 24px
}

.bx_item_detail .bx_item_title h1{
  font-size:24px;
  border-bottom:0 none transparent;
  margin-bottom: 0;
  padding-bottom: 0;
}
.bx_item_detail h1 span{color:#000}
.bx_item_detail .bx_item_container{}
.bx_item_detail .bx_item_container .bx_lt{
  float:left;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  margin-right:2%;
  width:38%;
}
.bx_item_detail .bx_item_container .bx_rt{
  float:left;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  margin-left:2%;
  width:58%;
}
.bx_item_detail .bx_item_container .bx_md{clear:both}
.bx_item_detail .bx_item_container .bx_lb{
  float:left;
  margin-right:2%;
  width:48%;
}
.bx_item_detail .bx_item_container .bx_rb{
  float:right;
  margin-left:2%;
  width:48%;
}
.bx_item_detail .bx_optionblock{
  float:right;
  margin-left:10px;
  width:120px;
}

/* Item info */
/*Styles by Fiterro*/
.info-block{
  width: 280px;
}
.info-block .row{
  position: relative;
}

.info-block .storage-wrapp:first-child>div{
  display: inline-block;
  vertical-align: middle;
}
.info-block .row:first-child>div{
  /*display: inline;*/
  vertical-align: middle;
}

.info-block .status {
  margin: 0 auto;
 
}
/*.info-block .status.list-group-item-success {
  background-image: url(images/stock.png);
  background-repeat: no-repeat;
  background-position: 30%;
}*/

.list-group-item-success_sw {
  background-size: 13px;
  background-image: url(images/stock.png);
  background-repeat: no-repeat;
  background-position: 58%;
}


/*.info-block .status.list-group-item-success {
  background-image: url(images/stock.png);
  background-repeat: no-repeat;
  background-position: 30%;
}*/

/*.list-group-item-danger {
  display: inline;
  background-image: url(images/exit.png);
  background-repeat: no-repeat;
  background-position: 24%;
}*/



.item_economy_price .show-prices {
  display: inline-block;

}
.bx_item_detail .item_economy_price a {
  color: #a5a5a5;
  font-size: 12px;
  /*padding-left: 11px;*/ /*15px*/
}
.bx_item_detail .item_economy_price a.terms-of-cooperation {
  display: inline-block;
  position: absolute;

}
.code-wrapp{
  text-align: right;
}
.list-group-item-info.code{
  position: absolute;
  right: 3px;
  top: 0;
  display: inline-block;
  background: transparent;
  color: #000;
  font-size: 14px;
}

.list-group-item-info_sw.code{
  position: absolute;
  left: -10px;
  top: 0;
  display: inline-block;
  background: transparent;
  color: #000;
  font-size: 14px;
}

.text_ef_bo {
  font-weight: bold; 
}
.bx_item_detail .bx_small.bx_bt_button_type_2{
  background: transparent;
  border: none;
  color: #6c9d24;
  line-height: 22px!important;
}
.bx_item_detail .transparent_input{
  border: 1px solid #c4c4c4!important;
  width: 22px;
  height: 22px;
  font-size: 13px!important;
}
.list-group-item.order{
  border: none;
}
.storage-wrapp{
  width: 100%;
  box-sizing: border-box;
}
.storage-wrapp .storage-item{
  position: relative;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 20px;
  height: 56px;
  font-size: 14px;
}
.storage-wrapp .storage-item p{
  margin: 0;
  color: #393939;
}
.storage-wrapp .storage-item .border_sw{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 3px;
}
.storage-wrapp .storage-item input[type="radio"]{
  display: none;
}
.storage-wrapp .storage-item label{
  position: absolute;
  top: 0;
  right: 15px;
  color: #393939;
}

.storage_sw3 label{
  margin-top: 20px;
  border-radius: 3px;
   box-shadow:
  1px 0px rgb(231,231,231), 2px 0px rgb(241,241,241), 3px 0px rgb(248,248,248), 4px 0px rgb(255,255,255),
  0px 1px rgb(231,231,231), 0px 2px rgb(241,241,241), 0px 3px rgb(248,248,248), 0px 4px rgb(255,255,255),
  -1px 0px rgb(231,231,231), -2px 0px rgb(241,241,241), -3px 0px rgb(248,248,248), -4px 0px rgb(255,255,255),
  0px -1px rgb(231,231,231), 0px -2px rgb(241,241,241), 0px -3px rgb(248,248,248), 0px -4px rgb(255,255,255);
  width: 290px;
  height: 100px;
}


.sw_item label{
  border-radius: 3px;
   box-shadow:
  1px 0px rgb(231,231,231), 2px 0px rgb(241,241,241), 3px 0px rgb(248,248,248), 4px 0px rgb(255,255,255),
  0px 1px rgb(231,231,231), 0px 2px rgb(241,241,241), 0px 3px rgb(248,248,248), 0px 4px rgb(255,255,255),
  -1px 0px rgb(231,231,231), -2px 0px rgb(241,241,241), -3px 0px rgb(248,248,248), -4px 0px rgb(255,255,255),
  0px -1px rgb(231,231,231), 0px -2px rgb(241,241,241), 0px -3px rgb(248,248,248), 0px -4px rgb(255,255,255);
  width: 290px;
  height: 100px;
  margin-top: 5px;
}

.sw_item {
  margin-left: 5%;
  margin-bottom: 75px !important;
}


.storage_sw3 {
  margin-left: 5%;

}

.sw_item {
  margin-top: 80px;
}


.title_sw3 {
  margin-bottom: 4%;
  border-radius: 3px 3px 0 0;
  margin-top: -1px;
  background: #428bca;
  height: 35px;
  width: 290px;
  display: flex;
  align-items: center;
  justify-content:flex-end;
}

.title_sw {
  margin-bottom: 4%;
  border-radius: 3px 3px 0 0;
  margin-top: -1px;
  background: #93c14f;
  height: 35px;
  width: 290px;
  display: flex;
  align-items: center;
  justify-content:flex-end;
}

.sw3_info {
  right: 3px;
  top: 65%;
  background-size: 20px !important;
}

.v_price {
  color: white;
  font-weight: bold;
  font-size: 12px;
  margin-right: 30px;
}

.vidget {
  position: relative;
  margin-left: 95px;
}

.say {
  font-size: 14px;
  position: absolute;
  top: 72%;
}

.storage-wrapp .storage-item label .ind{
  content: "";
  display: inline-block;
  position: absolute;
  margin-left: 5%;
  top: 8px;
  left: 0px;
  width: 31px;
  height: 28px;
  background-image: url(images/pramoygolnik.png);
  background-repeat: no-repeat;
}


.storage-wrapp .storage-item input[type="radio"]:checked+.ind{
  margin-left: 5%;
  background-image: url(images/okey1.png);

}

.storage-wrapp .storage-item input[type="radio"]:checked~.border_sw{
  display: block;
  box-shadow: 
  1px 0px rgb(164,193,219), 2px 0px rgb(194,213,230), 3px 0px rgb(218,230,240), 4px 0px rgb(238,244,249), 5px 0px rgb(250,252,254),
  0px 1px rgb(164,193,219), 0px 2px rgb(194,213,230), 0px 3px rgb(218,230,240), 0px 4px rgb(238,244,249), 0px 5px rgb(250,252,254),
  -1px 0px rgb(164,193,219), -2px 0px rgb(194,213,230), -3px 0px rgb(218,230,240), -4px 0px rgb(238,244,249), -5px 0px rgb(250,252,254),
  0px -1px rgb(164,193,219), 0px -2px rgb(194,213,230), 0px -3px rgb(218,230,240), 0px -4px rgb(238,244,249), 0px -5px rgb(250,252,254);
}

.storage-wrapp .storage-item input[type="radio"]:checked~.border_two{
  display: block;
  box-shadow: 
  1px 0px rgb(189, 215, 150), 2px 0px rgb(218, 232, 198), 3px 0px rgb(229, 238, 217), 4px 0px rgb(242,247,235), 5px 0px rgb(250,252,248),
  0px 1px rgb(189, 215, 150), 0px 2px rgb(218, 232, 198), 0px 3px rgb(229, 238, 217), 0px 4px rgb(242,247,235), 0px 5px rgb(250,252,248),
  -1px 0px rgb(189, 215, 150), -2px 0px rgb(218, 232, 198), -3px 0px rgb(229, 238, 217), -4px 0px rgb(242,247,235), -5px 0px rgb(250,252,248),
  0px -1px rgb(189, 215, 150), 0px -2px rgb(218, 232, 198), 0px -3px rgb(229, 238, 217), 0px -4px rgb(242,247,235), 0px -5px rgb(250,252,248);
}




.tovar_switcher3 {
  color: #286da9;
  font-weight: bold;
  margin-left: 5%;
}

.tovar_sw {
  color: #5e8821;
  font-weight: bold;
  margin-left: 5%;
}

.sw3_arrival {
  margin-left: 5% !important;
  margin-top: 3% !important;
}

/*.storage-wrapp .storage-item:hover input[type="radio"]:not(:checked)~.border{
  display: block;
  border: 1px dashed #5aacd8;
}*/
.storage-wrapp .storage-item:first-child .pros{
  color: #95bddd;
}
.storage-wrapp .storage-item .pros{
  position: absolute;
  top: 5px;
  right: 30px;
  font-size: 11px;
  color: #369e37;
  margin-bottom: 5px;
}

.storage-wrapp .storage-item .arrival_date{
  color: #56951f;
}

.arrival_date1 {
  color: #c57800;
}

.storage-wrapp .storage-item .arrival_info .arrival-img{
  display: inline-block;
  vertical-align: top;
  width: 38px;
  height: 18px;
  background-image: url(images/arrival.png);
  background-repeat: no-repeat;
}
.storage-wrapp .storage-item .info-btn{
  background-image: url(images/question.png);
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  background-size: 15px;
  position: absolute;
  
  
}

.buy_cheaper {
  border: 1px solid #acacac;
  border-radius: 4px;
  width: 85px;
  height: 45px;
  background: white;
  cursor: pointer;
}

.buy_cheaper:hover .buy_cheaper_color {
  color: #6c9d24;
}

.buy_cheaper:hover {
  border: 1px solid #6c9d24;
}

.buy_cheaper_color {
  color: #acacac;
  font-size: 14px;
}

.ef_float {
  float: right;
}

.storage-wrapp .storage-item .info-btn:hover{
  background-image: url(images/question.png);
  background-repeat: no-repeat;
  transition: .3s;
}
.storage-wrapp .storage-item .info-popup{
  display: none;
  height: auto;
  width: 180px;
  background: #ffffeb;
  box-shadow: 1px 1px 16px rgba(0, 0, 0, .7);
  cursor: pointer;
  padding: 40px 30px 30px 30px;
  z-index: 5;
}
.storage-wrapp .storage-item .info-btn:hover .info-popup{
  position: absolute;
  display: block;
  top: -80px;
  left: 35px;
  z-index: 200002;
}
.storage-item_region:hover .info-popup_region{
  position: absolute;
  display: block;
  top: -80px;
  left: 35px;
  z-index: 200002;
}
.storage-item_region {
  max-width: 100px;
}
.storage-item_region:hover .info-popup .header{
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 16px;
}

.storage-item_moskow:hover .info-popup{
  position: absolute;
  display: block;
  top: -80px;
  left: 35px;
  z-index: 200002;
}

.storage-item_moskow:hover .info-popup .header{
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 16px;
}

.storage-item_region2:hover .rigion_popup{
  position: absolute;
  display: block;
  top: -80px;
  left: 35px;
  z-index: 200002;
}
.storage-item_region2:hover .i_region{
  position: absolute;
  display: block;
  top: -80px;
  left: 35px;
  z-index: 200002;
}


.storage-item_region2:hover .info-popup .header{
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 16px;
}


.storage-wrapp .storage-item .info-btn:hover .info-popup .header{
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 16px;
}
.item_buttons .basket-btn{
  width: 150px;
  position: absolute;
  right: 0;
  top: 10px;
}
.bx_item_detail .bx_big.bx_bt_button, .bx_item_detail .bx_big.bx_bt_button{
  border-radius: 3px;
}
/*Flash for price*/
@keyframes flasheffect{
  0%, 50%, 100%{
    opacity: 1;
  }
  25%, 75%{
  opacity: 0;
  }
}


@-webkit-keyframes flasheffect{
  0%, 50%, 100%{
    opacity: 1;
  }
  25%, 75%{
  opacity: 0;
  }
}
.bx_item_detail .new_price{
  animation: flasheffect 1s 1;
  -webkit-animation: flasheffect 1s 1;
  text-shadow: 2px 2px 8px #FFFFFF;
}
@media (max-width:800px){
  .info-block{
    width: 100%;
  }
}
.list-group-item.order form{
  text-align: right;
}
.item_section{
  margin-bottom: 25px!important;
}
.list-group-item.order{
  margin-bottom: 20px;
}
.ef_color_status_no {
    /*margin-left: 18%;*/
  text-align: center;
  color: #bc0606;
}

.price_none {
  margin-top: 30px;
}

.bx_item_detail .item_name{
  margin:0;
  padding:0;
}
.bx_item_detail .item_name a{
  color:#000;
  text-decoration:none;
  font-size:23px;
}
.bx_item_detail .item_old_price{
  padding:0 10px;
  color:#b8b8b8;
  text-decoration:line-through;
  font-weight:bold;
  font-size: 16px;
}


.bx_item_detail .item_current_price{
  display:inline-block;
  margin-top:0px;
  /*padding:0 10px;*/
  height:50px;
  color: #418bca;
  font-weight: bold;
  font-size:39px;
  line-height:50px;
}

.bx_item_detail .item_economy_price {
  color: #b8b8b8;
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin: 5px 7px 0;
  padding: 0 0 5px;
}
.bx_item_detail .item_section{
    margin: 0 0 15px 0;
  font-size:14px;
  line-height:19px;
}
.bx_item_detail .item_info_section p{
  margin:2px 0;
}

.bx_item_detail .item_section_name_gray{
  color:#9e9e9e;
  font-size:13px;
}
.bx_item_detail .item_info_section dl{
  margin-bottom: 20px;
  overflow: hidden;
  padding:0;
}
.bx_item_detail .item_info_section dl dt{
  clear: both;
  float: left;
  font-weight: bold;
}
.bx_item_detail .item_info_section dl dd{
  float: left;
  margin: 0 5px;
}

.bx_item_detail .item_buttons_counter_block{
  display:inline-block;
  vertical-align: baseline;
  color: #3f3f3f;
  font-size: 13px;
  text-align: left;
}


.bx_item_detail .item_buttons_counter_block a{
  vertical-align: baseline;
}
.bx_item_detail .bx_cnt_desc{vertical-align: baseline;}
/* Item SET */

.bx_item_detail .transparent_input{
  border:none;
  color:#000;
  font-weight:bold;
  font-size:14px;
  display: inline-block;
  text-align: center;
}


/*tab-section-container*/
.bx_item_detail .tab-section-container{position:relative;}
.bx_item_detail .tab-list{
  padding:0;
  border-bottom:1px solid #d9e1e3;
  vertical-align:bottom;
  text-align:left;
}
.bx_item_detail .tab-list li{
  display:inline-block;
  border:1px solid #d9e1e3;
  border-bottom:none;
  border-radius:3px 3px 0 0;
  background:#f7f7f7;
  box-shadow:inset 0 -10px  5px -10px rgba(0,0,0,.12);
  vertical-align:bottom;

}
.bx_item_detail .tab-list li a{
  display:block;
  padding:0 10px;
  height:30px;
  box-shadow:none;
  color:#999;
  text-decoration:none;
  font-size:13px;
  line-height:30px;
}

.bx_item_detail .tab-list li:hover,
.bx_item_detail .tab-list li.active{
  background:#fff;
}

/*.tab-list li:hover a,*/
.bx_item_detail .tab-list li.active a{
  position:relative;
  bottom:-2px;
  height:35px;
  background:#fff;
  color:#3f3f3f;
  line-height:35px;
}
.bx_item_detail .tab-boby-container .container>div.tab-off{display:none;}
.bx_item_detail .tab-boby-container .container>div{

}
.bx_item_detail .item_comments{
  display:block;
  padding-left:10px;
}
.bx_item_detail .item_comments li{
  display:block;
  padding-bottom:10px;
}
.bx_item_detail .item_comments_username{
  display:inline-block;
  color:#5d90bd;
  font-size:14px;
}

.vam {
  margin-bottom: 15px;
}
.bx_item_detail .item_comments_date{
  display:inline-block;
  margin-left:10px;
  color:#b8b8b8;
  font-size:14px;
}
.bx_item_detail .item_comments_container p{
  margin-top:5px;
  color:#3f3f3f;
  font-size:14px;
}

.bx_item_detail .bx_notavailable{
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  border: 1px solid #E4E4E4;
  background: #F3F3F3;
  white-space: normal;
  line-height: normal;
  padding: 5px 15px;
  margin-bottom: 10px;
}

.bx_item_detail .bx_bt_button,
.bx_item_detail .bx_bt_button_type_2{
  display:inline-block;
  border-radius:3px;
  text-align:center;
  text-decoration:none;
  font-size:14px;
  cursor:pointer;
}
.bx_item_detail .bx_shadow.bx_bt_button,
.bx_item_detail .bx_shadow.bx_bt_button_type_2{box-shadow:0 1px 1px 0 rgba(0,0,0,.2)}
.bx_item_detail .bx_shadow.bx_bt_button:active,
.bx_item_detail .bx_shadow.bx_bt_button_type_2:active{box-shadow:none}

.bx_item_detail .bx_bt_button         {
  background:#00a2df;
  background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYTJkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#00a2df), color-stop(100%,#006fcb));
  background:-webkit-linear-gradient(top, #00a2df 0%,#006fcb 100%);
  background:   -moz-linear-gradient(top, #00a2df 0%,#006fcb 100%);
  background:    -ms-linear-gradient(top, #00a2df 0%,#006fcb 100%);
  background:     -o-linear-gradient(top, #00a2df 0%,#006fcb 100%);
  background:        linear-gradient(to bottom, #00a2df 0%,#006fcb 100%);
  filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a2df', endColorstr='#006fcb',GradientType=0 );
  color:#fff;
  text-shadow:0 1px 0 #006cae;
}
.bx_item_detail .bx_bt_button:hover     {
  background:#21afe4;
  background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIxYWZlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#21afe4), color-stop(100%,#006fcb));
  background:-webkit-linear-gradient(top, #21afe4 0%,#006fcb 100%);
  background:   -moz-linear-gradient(top, #21afe4 0%,#006fcb 100%);
  background:    -ms-linear-gradient(top, #21afe4 0%,#006fcb 100%);
  background:     -o-linear-gradient(top, #21afe4 0%,#006fcb 100%);
  background:        linear-gradient(to bottom, #21afe4 0%,#006fcb 100%);
  filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#21afe4', endColorstr='#006fcb',GradientType=0 );
}
.bx_item_detail .bx_bt_button:active      {
  background:#006fcb;
  background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNmZjYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMGEyZGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#006fcb), color-stop(100%,#00a2df));
  background:-webkit-linear-gradient(top, #006fcb 0%,#00a2df 100%);
  background:   -moz-linear-gradient(top, #006fcb 0%,#00a2df 100%);
  background:    -ms-linear-gradient(top, #006fcb 0%,#00a2df 100%);
  background:     -o-linear-gradient(top, #006fcb 0%,#00a2df 100%);
  background:        linear-gradient(to bottom, #006fcb 0%,#00a2df 100%);
  filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#006fcb', endColorstr='#00a2df',GradientType=0 );
  box-shadow:inset 0 3px 5px 0 rgba(0,0,0,.21);
}

.bx_item_detail .bx_bt_button_type_2    {
  border:1px solid #e9e9e9;
  background:#fcfcfc;
  background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#f1f1f1));
  background:-webkit-linear-gradient(top, #fcfcfc 0%,#f1f1f1 100%);
  background:   -moz-linear-gradient(top, #fcfcfc 0%,#f1f1f1 100%);
  background:    -ms-linear-gradient(top, #fcfcfc 0%,#f1f1f1 100%);
  background:     -o-linear-gradient(top, #fcfcfc 0%,#f1f1f1 100%);
  background:        linear-gradient(to bottom, #fcfcfc 0%,#f1f1f1 100%);
  filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f1f1f1',GradientType=0 );
  color:#656565;
  text-shadow:0 1px 0 #fff;
}
.bx_item_detail .bx_bt_button_type_2:hover  {
  background:#fff;
}
.bx_item_detail .bx_bt_button_type_2:active {
  background:#f1f1f1;
  background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmY2ZjZmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(100%,#fcfcfc));
  background:-webkit-linear-gradient(top, #f1f1f1 0%,#fcfcfc 100%);
  background:   -moz-linear-gradient(top, #f1f1f1 0%,#fcfcfc 100%);
  background:    -ms-linear-gradient(top, #f1f1f1 0%,#fcfcfc 100%);
  background:     -o-linear-gradient(top, #f1f1f1 0%,#fcfcfc 100%);
  background:        linear-gradient(to bottom, #f1f1f1 0%,#fcfcfc 100%);
  filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#fcfcfc',GradientType=0 );
  box-shadow:inset 0 2px 2px 0 rgba(0,0,0,.05);
}


.bx_item_detail .bx_small.bx_bt_button,
.bx_item_detail .bx_small.bx_bt_button_type_2{
  display:inline-block;
  min-width:20px;
  line-height:20px;
}
.bx_item_detail .bx_small.bx_bt_button      {}
.bx_item_detail .bx_small.bx_bt_button:hover  {}
.bx_item_detail .bx_small.bx_bt_button:active {}
.bx_item_detail .bx_small.bx_bt_button_type_2     {}
.bx_item_detail .bx_small.bx_bt_button_type_2:hover {}
.bx_item_detail .bx_small.bx_bt_button_type_2:active{}

.bx_item_detail .bx_medium.bx_bt_button,
.bx_item_detail .bx_medium.bx_bt_button_type_2  {
  padding:0 13px;
  height:25px;
  font-weight:bold;
  line-height:25px;

}
.bx_item_detail .bx_medium.bx_bt_button   {
  height:27px;
  line-height:27px;
}
.bx_item_detail .bx_medium.bx_bt_button:hover  {}
.bx_item_detail .bx_medium.bx_bt_button:active {}
.bx_item_detail .bx_medium.bx_bt_button_type_2     {font-weight:bold}
.bx_item_detail .bx_medium.bx_bt_button_type_2:hover {}
.bx_item_detail .bx_medium.bx_bt_button_type_2:active{}

.bx_item_detail .bx_big.bx_bt_button,
.bx_item_detail .bx_big.bx_bt_button_type_2 {
  padding:0 13px;
  height:34px;
  font-weight:bold;
  line-height:34px;

}

.ef_button {
border-bottom: 2px solid #577e1e !important;
   box-shadow:
  1px 0px rgb(231,231,231), 2px 0px rgb(240,240,240), 3px 0px rgb(248,248,248),
 0px 1px rgb(231,231,231), 0px 2px rgb(240,240,240), 0px 3px rgb(248,248,248);
  width: 130px;
}


.bx_item_detail .bx_big.bx_bt_button {
  border-bottom: 2px solid #577e1e !important;
   
  height:37px;
  line-height:36px;
}
.bx_item_detail .bx_big.bx_bt_button:hover  {background: #7aa54c !important;}
.bx_item_detail .bx_big.bx_bt_button:active {background: #6e9d3c !important; box-shadow: none !important; border-top: 2px solid #577e1e; border-bottom: none !important}
.bx_item_detail .bx_big.bx_bt_button_type_2     {}
.bx_item_detail .bx_big.bx_bt_button_type_2:hover {}
.bx_item_detail .bx_big.bx_bt_button_type_2:active{}

.bx_item_detail .bx_big.bx_bt_button.bx_cart span{
  position:relative;
  bottom:-7px;
  display:inline-block;
  margin:0 10px 0 0;
  width:26px;
  height:23px;
  background:url(images/backet.png) no-repeat center;
}
.grain_buy1click {
  margin-top: 15px;
  margin-bottom: 20px;
}

.bx_item_detail .bx_fwb{font-weight:bold}

@media (min-width:981px){
  .list-group-item.order {width:258px;}
}

@media (max-width:999px){
  .bx_item_detail .bx_optionblock{display:none}
  .arstatus {width:100%;}
  .bx-touch .bx_item_detail .bx_item_container .bx_rt {margin-bottom:20px;}
}
@media (max-width:740px){
  .bx_item_detail .bx_optionblock{display:none}
  .bx_item_detail .item_buttons_counter_block{float:right;}
  .bx_item_detail .bx_item_container .bx_lb,
  .bx_item_detail .bx_item_container .bx_rb{width:48%}
  .bx_item_detail .bx_item_container .bx_rt {margin-bottom:20px;}
}
@media (min-width:640px) and (max-width:980px){}
@media (min-width:480px) and (max-width:639px){}
@media (max-width:480px) {
  .bx-touch .bx_item_detail .bx_item_container .bx_lt,
  .bx-touch .bx_item_detail .bx_item_container .bx_rt,
  .bx-touch .bx_item_detail .bx_item_container .bx_md,
  .bx-touch .bx_item_detail .bx_item_container .bx_lb,
  .bx-touch .bx_item_detail .bx_item_container .bx_rb{
    float:none;
    margin:0;
    padding:0;
    width:100%;
  }
  .bx-touch .bx_item_detail .item_info_section{padding-left:0}
  .bx-touch .bx_item_detail .bx_item_container .bx_rt {margin-bottom:20px;}

}
@media (max-width:479px) {
  .bx-touch .bx_item_detail .bx_item_container .bx_lt {
    height: 200px;
  }
}
@media (max-width:319px){}

/* item_detail_slider */
.bx_item_detail .bx_item_slider{
  position: relative;
  margin-bottom: 10px;
}
.bx_item_detail .bx_item_slider .bx_bigimages {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  max-width: 440px;
  border: 1px solid #cfcfcf;
  border-radius: 2px;
  background: #fff;
  text-align: center;
  height: 0;
  width: 100%;
  padding-top: 130%;
}
.bx_item_detail .bx_item_slider .bx_bigimages_new {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  max-width: 440px;
  border: 1px solid #cfcfcf;
  border-radius: 2px;
  background: #fff;
  text-align: center;
  height: 0;
  width: 100%;
  padding-top: 70%;
}
@media (min-width:480px){
  .bx_item_detail .bx_item_slider .bx_bigimages_new {
    padding-top: 130%;
  }

}
@media (max-width:479px){
  .bx_item_detail .bx_item_slider .bx_bigimages_new {
    width: 75%;
    padding-top: 52%;
    float: right;
  }

}
.bx_item_detail .bx_item_slider .bx_bigimages_new .bx_bigimages_imgcontainer{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.bx_item_detail .bx_item_slider .bx_bigimages_new .bx_bigimages_imgcontainer .bx_bigimages_aligner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.bx_item_detail .bx_item_slider .bx_bigimages_new .bx_bigimages_imgcontainer img {
  display: inline-block;
  max-width: 100% !important;
  max-height: 100% !important;
  vertical-align: middle;
  text-align: center;
}
/*----*/

.bx_item_detail .bx_item_slider .bx_slider_conteiner{
  position: relative;
  padding-top: 20px;
  margin-bottom: 10px;
  max-width: 100%;
  width: 100%;
}
@media(max-width: 479px) {
  .bx_item_detail .bx_item_slider .bx_slider_conteiner{
    padding-top: 0px;
    width: 22%;
  }
}
.bx-no-touch .bx_item_detail .bx_item_slider .bx_slider_conteiner.full {
  position: relative;
  margin-left: -5%;
  padding: 20px 5% 0;
}

/*----*/

.bx_item_detail .bx_item_slider .bx_slider_scroller_container{position: relative}

.bx_item_detail .bx_item_slider .bx_slide{
  position: relative;
  overflow: hidden;
  margin: 0;
  width: 100%;
}
@media(max-width: 479px) {
  .bx_item_detail .bx_item_slider .bx_slide{
    position: relative;
    overflow: hidden;
    margin: 0;
    width: auto;
  }
}
.bx-touch .bx_item_detail .bx_item_slider .bx_slide{overflow-x: auto}

.bx_item_detail .bx_item_slider .bx_slide ul{
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  white-space: nowrap;
}
.bx-touch .bx_item_detail .bx_item_slider .bx_slide ul{margin-left: 0 !important}
.bx_item_detail .bx_item_slider .bx_slide ul li{
  position: relative;
  display: block;
  float: left;
  height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
@media(max-width: 479px) {
  .bx_item_detail .bx_item_slider .bx_slide ul li{
    position: relative;
    display: block;
    float: none;
    /*height: 0;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    height: 67px;
    margin-bottom: 10px;
  }
}
.ef_color_status {
  /*margin-left: 31%;*/
  color: #56951f;
  text-align: center;
  font-size: 16px;
}

.ef_color {
  color: #c57800 !important;
  text-align: center;
  font-size: 16px;
}




.bx_item_detail .bx_item_slider .bx_slide ul li .cnt{
  position: absolute;
  top: 0;
  right: 2px;
  bottom: 4px;
  left:2px;
  display: block;
  overflow: hidden;
  border: 1px solid #c0cfda;
  background: #fff;
}
.bx-retina .bx_item_detail .bx_item_slider .bx_slide ul li .cnt{
  border: none;
  border-style: solid;
  border-width: 1px;
  -webkit-border-image: url(images/x2border.png) 2 stretch;
  -moz-border-image: url(images/x2border.png) 2 stretch;
  -o-border-image: url(images/x2border.png) 2 stretch;
  border-image: url(images/x2border.png) 2 fill stretch;
}
.bx_item_detail .bx_item_slider .bx_slide ul li:hover .cnt{border: 1px solid #006cc0}
.bx_item_detail .bx_item_slider .bx_slide ul li:active .cnt,
.bx_item_detail .bx_item_slider .bx_slide ul li.bx_active .cnt{
  padding: 3px;
  border: 2px solid #006cc0;
}
.bx-retina .bx_item_detail .bx_item_slider .bx_slide ul li.bx_active .cnt{
  border: none;
  border-style: solid;
  border-width: 1px;
  -webkit-border-image: url(images/x2border_active.png) 2 stretch;
  -moz-border-image: url(images/x2border_active.png) 2 stretch;
  -o-border-image: url(images/x2border_active.png) 2 stretch;
  border-image: url(images/x2border_active.png) 2 fill stretch;
}
.bx_item_detail .bx_item_slider .bx_slide ul li .cnt .cnt_item{
  position: absolute;
  top:   6%;
  right: 6%;
  bottom:6%;
  left:  6%;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.bx_item_detail .bx_item_slider .bx_slide ul li .cnt .cnt_item img{
  width: auto;
  height: 25px;
}

/*----*/

.bx-no-touch .bx_item_detail .bx_item_slider .bx_slide_left,
.bx-no-touch .bx_item_detail .bx_item_slider .bx_slide_right      {opacity:0.8}
.bx-no-touch .bx_item_detail .bx_item_slider .bx_slide_left:hover,
.bx-no-touch .bx_item_detail .bx_item_slider .bx_slide_right:hover{opacity:1.0}
.bx_item_detail .bx_item_slider .bx_slider_conteiner.full .bx_slide_left,
.bx_item_detail .bx_item_slider .bx_slider_conteiner.full .bx_slide_right{
  position: absolute;
  top: 0;
  bottom:4px;
  width :5%;
  max-width:11px;
  cursor: pointer;
}
.bx-no-touch .bx_item_detail .bx_item_slider .bx_slide_left {left: -5%;background:url(images/arr_left.png)  no-repeat   left  center;background-size: 100% auto}
.bx-no-touch .bx_item_detail .bx_item_slider .bx_slide_right{right:-5%;background:url(images/arr_right.png) no-repeat   right center;background-size: 100% auto}
.bx-touch    .bx_item_detail .bx_item_slider .bx_slide_left {left:   0;background:url(images/fade_left.png)  repeat-y   left  center;background-size: 100% auto}
.bx-touch    .bx_item_detail .bx_item_slider .bx_slide_right{right:  0;background:url(images/fade_right.png) repeat-y   right center;background-size: 100% auto}

.bx_item_detail .bx_item_slider_lupe_small{
  position: absolute;
  background: rgba(0, 0, 0, 0.18);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid rgba(255,255,255,.5);
  cursor: pointer;
}

.bx_item_detail .bx_item_slider_lupe{
  position: absolute;
  border: 1px solid #b2b2b2;
  left:105%;
  top: 0;
  bottom:4px;
  margin: 0;
  background: #fff url(images/wait.gif) no-repeat scroll center center;
  z-index: 120;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.bx_item_detail .bx_item_slider_lupe img {
  max-width: 99999px !important;
  max-height: 99999px !important;
}

/* Stickers */
.bx_item_detail .bx_bigimages_new .bx_stick{
  position: absolute;
  width: 123px;
  height: 35px;
  background: url(images/stick.png) left center no-repeat;
  color: #fff;
  text-align: center;
  text-shadow:0 1px 0 #ba3434;
  line-height: 35px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.bx_item_detail .bx_bigimages_new .bx_stick.short {font-weight:  bold;font-size:18px}
.bx_item_detail .bx_bigimages_new .bx_stick.average {font-weight:  bold;font-size:13px}
.bx_item_detail .bx_bigimages_new .bx_stick.long {font-weight:normal;font-size:11px}
.bx_item_detail .bx_bigimages_new .bx_stick_disc{
  position: absolute;
  width: 72px;
  height: 74px;
  background: url(images/stick_disc.png) no-repeat center;
  color: #fff;
  text-align: center;
  text-shadow:0 1px 0 #ba3434;
  font-weight: bold;
  font-size: 23px;
  line-height: 74px;
}
.bx_item_detail .bx_bigimages_new .bx_stick.left,
.bx_item_detail .bx_bigimages_new .bx_stick_disc.left{left:-2px;}
.bx_item_detail .bx_bigimages_new .bx_stick.right,
.bx_item_detail .bx_bigimages_new .bx_stick_disc.right{right: 0;}
.bx_item_detail .bx_bigimages_new .bx_stick.top,
.bx_item_detail .bx_bigimages_new .bx_stick_disc.top{top: 15px;}
.bx_item_detail .bx_bigimages_new .bx_stick.bottom,
.bx_item_detail .bx_bigimages_new .bx_stick_disc.bottom{bottom: 5px;}
.bx_item_detail .bx_bigimages_new .bx_stick.middle,
.bx_item_detail .bx_bigimages_new .bx_stick_disc.middle{top: 49%;}
@media (min-width:641px) and (max-width:960px){
  .bx_item_detail .bx_bigimages_new .bx_stick{
    width: 90px;
    height: 30px;
    background-size: 100%;
    line-height: 30px;
  }
  .bx_item_detail .bx_bigimages_new .bx_stick.short {font-weight:normal;font-size:14px}
  .bx_item_detail .bx_bigimages_new .bx_stick.average {font-weight:normal;font-size:11px}
  .bx_item_detail .bx_bigimages_new .bx_stick.long{font-weight:normal;font-size:11px}
  .bx_item_detail .bx_bigimages_new .bx_stick_disc{
    width: 64px;
    height: 65px;
    background-size: 100%;
    font-size:  20px;
    line-height: 65px;
  }
}
@media (max-width:640px) {
  html {
    overflow-x: hidden;
  }
  .bx-touch .bx_item_detail .bx_bigimages_new .bx_stick{
    width: 70px;
    height: 30px;
    background-size: 100%;
    font-size:  11px;
    line-height: 30px;
  }
  .bx-touch .bx_item_detail .bx_bigimages_new .bx_stick_disc{
    width: 48px;
    height: 49px;
    background-size: 100%;
    font-size:  16px;
    line-height: 49px;
  }
}
@media (max-width:479px) {
  .bx-touch .bx_item_detail .bx_bigimages_new .bx_stick{
    width: 70px;
    height: 30px;
    background-size: 100%;
    font-size:  11px;
    line-height: 30px;
  }

  .bx-touch .bx_item_detail .bx_bigimages_new .bx_stick_disc{
    width: 37px;
    height: 38px;
    background-size: 100%;
    font-size: 13px;
    line-height: 38px;
  }
}

/* scu_detail_size */
.bx_item_detail .bx_item_detail_size{
  position: relative;
  margin-bottom: 10px;
  padding: 0;
  max-width: 100%;
  width: 100%;
}
.bx-no-touch .bx_item_detail .bx_item_detail_size.full {
  position: relative;
  margin-left: -5%;
  padding: 0 5%;
}

/*----*/

.bx_item_detail .bx_item_detail_size .bx_item_section_name_gray{
  color: #9e9e9e;
  vertical-align: middle;
  font-size: 11px;
  line-height: 11px;
}

/*----*/

.bx_item_detail .bx_item_detail_size .bx_size_scroller_container{position: relative}

.bx_item_detail .bx_item_detail_size .bx_size{
  position: relative;
  overflow: hidden;
  margin: 0;
  width: 100%;
}
.bx_item_detail .bx_item_detail_size ul{
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  white-space: nowrap;
}
.bx-touch    .bx_item_detail .bx_item_detail_size .bx_size{overflow-x: auto;}
.bx_item_detail .bx_item_detail_size ul{
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  white-space: nowrap;
}
.bx-touch   .bx_item_detail .bx_item_detail_size .bx_size ul{margin-left: 0 !important;}
.bx_item_detail .bx_item_detail_size ul li{
  position: relative;
  display: block;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 25px;
}
.bx_item_detail .bx_item_detail_size ul li .cnt{
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 2px;
  bottom: 2px;
  left:2px;
  display: block;
  overflow: hidden;
  border: 1px solid #c0cfda;
  background: #fff;

  color: #3f3f3f;
  text-align: center;
  text-decoration: none;
  font-weight: normal;
  font-size: 10px;
  line-height: 22px;
}
.bx-retina .bx_item_detail .bx_item_detail_size ul li .cnt{
  border: none;
  border-style: solid;
  border-width: 1px;
  -webkit-border-image: url(images/x2border.png) 2 stretch;
  -moz-border-image: url(images/x2border.png) 2 stretch;
  -o-border-image: url(images/x2border.png) 2 stretch;
  border-image: url(images/x2border.png) 2 fill stretch;
}
.bx_item_detail .bx_item_detail_size ul li:hover .cnt{border: 1px solid #006cc0}
.bx_item_detail .bx_item_detail_size ul li:active .cnt,
.bx_item_detail .bx_item_detail_size ul li.bx_active .cnt{
  border: 2px solid #006cc0;
}
.bx-retina .bx_item_detail .bx_item_detail_size ul li.bx_active .cnt{
  border: none;
  border-style: solid;
  border-width: 1px;
  -webkit-border-image: url(images/x2border_active.png) 2 stretch;
  -moz-border-image: url(images/x2border_active.png) 2 stretch;
  -o-border-image: url(images/x2border_active.png) 2 stretch;
  border-image: url(images/x2border_active.png) 2 fill stretch;
}

.bx_item_detail .bx_item_detail_size .bx_size ul li.bx_missing .cnt{border: 1px solid #c0cfda !important}
.bx_item_detail .bx_item_detail_size .bx_size ul li.bx_missing>i{
  cursor: not-allowed;
  position: absolute;
  display: block;
  top: 0;
  right: 2px;
  bottom: 2px;
  left:2px;
  z-index:11;
  background: rgba(255,255,255,.79) url(images/missing.png) no-repeat center;
}
/*----*/

.bx-no-touch .bx_item_detail .bx_item_detail_size .bx_slide_left,
.bx-no-touch .bx_item_detail .bx_item_detail_size .bx_slide_right     {opacity:0.8}
.bx-no-touch .bx_item_detail .bx_item_detail_size .bx_slide_left:hover,
.bx-no-touch .bx_item_detail .bx_item_detail_size .bx_slide_right:hover {opacity:1.0}

.bx_item_detail .bx_item_detail_size.full .bx_slide_left,
.bx_item_detail .bx_item_detail_size.full .bx_slide_right{
  position: absolute;
  top: 0;
  bottom:4px;
  width :5%;
  max-width:11px;
  cursor: pointer;
}
.bx-no-touch .bx_item_detail .bx_item_detail_size .bx_slide_left {left: -5%;background:url(images/arr_left.png)  no-repeat left  center;background-size: 100% auto}
.bx-no-touch .bx_item_detail .bx_item_detail_size .bx_slide_right{right:-5%;background:url(images/arr_right.png) no-repeat right center;background-size: 100% auto}
.bx-touch    .bx_item_detail .bx_item_detail_size .bx_slide_left {left:   0;background:url(images/fade_left.png)  repeat-y left  center;background-size: 100% auto}
.bx-touch    .bx_item_detail .bx_item_detail_size .bx_slide_right{right:  0;background:url(images/fade_right.png) repeat-y right center;background-size: 100% auto}

/* scu_detail_scu */
.bx_item_detail .bx_item_detail_scu{
  position: relative;
  margin-bottom: 10px;
  padding: 0;
  max-width: 100%;
  width: 100%;
}
.bx-no-touch .bx_item_detail .bx_item_detail_scu.full {
  position: relative;
  margin-left: -5%;
  padding: 0 5%
}

/*----*/

.bx_item_detail .bx_item_detail_scu .bx_item_section_name_gray{
  color: #9e9e9e;
  vertical-align: middle;
  font-size: 11px;
  line-height: 11px;
}

.style_kol {
  color: #444444;
}

.no_price {
  margin-left: 5%;
}

.opt {
  position: absolute;
  top: 0;
  right: 5px;
}

.opt_style {
  color: black;
  text-decoration: none;
  border-bottom: 1px dashed black;
}

/*----*/

.bx_item_detail .bx_item_detail_scu .bx_scu_scroller_container{position: relative}

.bx_item_detail .bx_item_detail_scu .bx_scu{
  position: relative;
  overflow: hidden;
  margin: 0;
  width: 100%;
}
.bx-touch    .bx_item_detail .bx_item_detail_scu .bx_scu{overflow-x: auto}

.bx_item_detail .bx_item_detail_scu .bx_scu ul{
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  white-space: nowrap
}
.bx-touch   .bx_item_detail .bx_item_detail_scu .bx_scu ul{margin-left: 0 !important}
.bx_item_detail .bx_item_detail_scu .bx_scu ul li{
  position: relative;
  display: block;
  float: left;
  height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bx_item_detail .bx_item_detail_scu .bx_scu ul li .cnt{
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 2px;
  bottom: 4px;
  left:2px;
  display: block;
  overflow: hidden;
  border: 1px solid #c0cfda;
  background: #fff;
  z-index:10;
}
.bx-retina .bx_item_detail .bx_item_detail_scu .bx_scu ul li .cnt{
  border: none;
  border-style: solid;
  border-width: 1px;
  -webkit-border-image: url(images/x2border.png) 2 stretch;
  -moz-border-image: url(images/x2border.png) 2 stretch;
  -o-border-image: url(images/x2border.png) 2 stretch;
  border-image: url(images/x2border.png) 2 fill stretch;
}
.bx_item_detail .bx_item_detail_scu .bx_scu ul li:hover .cnt{border: 1px solid #006cc0}
.bx_item_detail .bx_item_detail_scu .bx_scu ul li:active .cnt,
.bx_item_detail .bx_item_detail_scu .bx_scu ul li.bx_active .cnt{
  padding: 3px;
  border: 2px solid #006cc0;
}
.bx_item_detail .bx_item_detail_scu .bx_scu ul li.bx_missing .cnt{border: 1px solid #c0cfda !important}
.bx_item_detail .bx_item_detail_scu .bx_scu ul li.bx_missing>i{
  cursor: not-allowed;
  position: absolute;
  display: block;
  top: 0;
  right: 2px;
  bottom: 4px;
  left: 2px;
  z-index:11;
  background: rgba(255,255,255,.79) url(images/missing.png) no-repeat center;
}

.bx-retina .bx_item_detail .bx_item_detail_scu .bx_scu ul li.bx_active .cnt{
  border: none;
  border-style: solid;
  border-width: 1px;
  -webkit-border-image: url(images/x2border_active.png) 2 stretch;
  -moz-border-image: url(images/x2border_active.png) 2 stretch;
  -o-border-image: url(images/x2border_active.png) 2 stretch;
  border-image: url(images/x2border_active.png) 2 fill stretch;
}
.bx_item_detail .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item{
  position: absolute;
  top:   6%;
  right: 6%;
  bottom:6%;
  left:  6%;
  background-size:contain;
  background-repeat: no-repeat;
}
.bx_item_detail .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item img{
  width: auto;
  height: 25px;
}

/*----*/

.bx-no-touch .bx_item_detail .bx_item_detail_scu .bx_slide_left,
.bx-no-touch .bx_item_detail .bx_item_detail_scu .bx_slide_right      {opacity:0.8}
.bx-no-touch .bx_item_detail .bx_item_detail_scu .bx_slide_left:hover,
.bx-no-touch .bx_item_detail .bx_item_detail_scu .bx_slide_right:hover{opacity:1.0}

.bx_item_detail .bx_item_detail_scu.full .bx_slide_left,
.bx_item_detail .bx_item_detail_scu.full .bx_slide_right{
  position: absolute;
  top: 0;
  bottom:4px;
  width :5%;
  max-width:11px;
  cursor: pointer;
}
.bx-no-touch .bx_item_detail .bx_item_detail_scu .bx_slide_left {left: -5%;background:url(images/arr_left.png)  no-repeat   left  center;background-size: 100% auto}
.bx-no-touch .bx_item_detail .bx_item_detail_scu .bx_slide_right{right:-5%;background:url(images/arr_right.png) no-repeat   right center;background-size: 100% auto}
.bx-touch    .bx_item_detail .bx_item_detail_scu .bx_slide_left {left:   0;background:url(images/fade_left.png)  repeat-y   left  center;background-size: 100% auto}
.bx-touch    .bx_item_detail .bx_item_detail_scu .bx_slide_right{right:  0;background:url(images/fade_right.png) repeat-y   right center;background-size: 100% auto}

/* item_detail_description */
.bx_item_detail .bx_item_description p{font-size: 14px;}
.bx_item_detail .bx_item_description .bx_item_section_name_gray{
  color: #9e9e9e;
  font-size: 13px;
}
.bx_item_detail .bx_item_description .bx_specifications_table{
  margin-top: 10px;
  width: 100%;
  border-collapse: collapse;
}
.bx_item_detail .bx_item_description .bx_specifications_table tr:nth-child(odd){background: #f2f2f2;}
.bx_item_detail .bx_item_description .bx_specifications_table tr:nth-child(even){ }
.bx_item_detail .bx_item_description .bx_specifications_table tr td{
  padding: 3px 10px;
  font-size: 12px;
}
.bx_item_detail .bx_item_description .bx_specifications_table tr td:first-child{font-weight: bold;}


/*-----------------------------------------------------------------------------------------------------*/

/* catalog.section */
.bx_catalog_list_home{
  margin-bottom:20px;
  /*border-bottom:1px solid #e5e5e5;*/
}
@media (max-width:640px) {.bx_catalog_list_home {border-bottom:1px solid #e5e5e5;}}

.bx_catalog_list_home .bx_catalog_item{
  position:relative;
  float:left;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  background:#fff;
  -webkit-transition:none;
  -moz-transition:none;
  -ms-transition:none;
  -o-transition:none;
  transition:none;
  margin-bottom:30px;
}
@media (min-width:960px){
  .bx_catalog_list_home.col1 .bx_catalog_item{padding:1px 26px;margin:0 0 30px 0   ;width:100%}

  .bx_catalog_list_home.col2 .bx_catalog_item{padding:1px 26px;margin:0 1% 30px;width:48%}
  .bx_catalog_list_home.col2 .bx_catalog_item:nth-child(2n+1){clear:both}

  .bx_catalog_list_home.col3 .bx_catalog_item{padding:1px 26px;margin:0 1% 30px;width:31.333333%}
  .bx_catalog_list_home.col3 .bx_catalog_item:nth-child(3n+1){clear:both}

  .bx_catalog_list_home.col4 .bx_catalog_item{padding:1px 26px;margin:0 1% 30px;width:23%}
  .bx_catalog_list_home.col4 .bx_catalog_item:nth-child(4n+1){clear:both}

  .bx_catalog_list_home.col5 .bx_catalog_item{padding:1px 26px;margin:0 1% 30px;width:18%}
  .bx_catalog_list_home.col5 .bx_catalog_item:nth-child(5n+1){clear:both}
}

@media (min-width:760px) and (max-width:960px){
  .bx_catalog_list_home.col1 .bx_catalog_item{padding:1px 16px;margin:0 0 0 30px;width:100%}

  .bx_catalog_list_home.col2 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:48%}
  .bx_catalog_list_home.col2 .bx_catalog_item:nth-child(2n+1){clear:both}

  .bx_catalog_list_home.col3 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:31.333333%}
  .bx_catalog_list_home.col3 .bx_catalog_item:nth-child(3n+1){clear:both}

  .bx_catalog_list_home.col4 .bx_catalog_item,
  .bx_catalog_list_home.col5 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:23%}
  .bx_catalog_list_home.col4 .bx_catalog_item:nth-child(4n+1),
  .bx_catalog_list_home.col5 .bx_catalog_item:nth-child(4n+1){clear:both}
}
@media (max-width:760px){
  .bx_catalog_list_home.col1 .bx_catalog_item{padding:1px 16px;margin:0 0 0 30px  ;width:100%}

  .bx_catalog_list_home.col2 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:48%}
  .bx_catalog_list_home.col2 .bx_catalog_item:nth-child(2n+1){clear:both}

  .bx_catalog_list_home.col3 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:31.333333%}
  .bx_catalog_list_home.col3 .bx_catalog_item:nth-child(3n+1){clear:both}

  .bx_catalog_list_home.col3 .bx_catalog_item,
  .bx_catalog_list_home.col4 .bx_catalog_item,
  .bx_catalog_list_home.col5 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:31.333333%}
  .bx_catalog_list_home.col3 .bx_catalog_item:nth-child(3n+1),
  .bx_catalog_list_home.col4 .bx_catalog_item:nth-child(3n+1),
  .bx_catalog_list_home.col5 .bx_catalog_item:nth-child(3n+1){clear:both}
}
@media (max-width:580px){
  .bx-touch .bx_catalog_list_home.col1 .bx_catalog_item{padding:1px 26px;margin:0 0 0 30px ;width:100%}

  .bx-touch .bx_catalog_list_home.col2 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:48%}
  .bx-touch .bx_catalog_list_home.col2 .bx_catalog_item:nth-child(3n+1){clear:none}
  .bx-touch .bx_catalog_list_home.col2 .bx_catalog_item:nth-child(2n+1){clear:both}

  .bx-touch .bx_catalog_list_home.col2 .bx_catalog_item,
  .bx-touch .bx_catalog_list_home.col3 .bx_catalog_item,
  .bx-touch .bx_catalog_list_home.col4 .bx_catalog_item,
  .bx-touch .bx_catalog_list_home.col5 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:48%;clear:none}

  .bx-touch .bx_catalog_list_home.col2 .bx_catalog_item:nth-child(2n+1),
  .bx-touch .bx_catalog_list_home.col3 .bx_catalog_item:nth-child(2n+1),
  .bx-touch .bx_catalog_list_home.col4 .bx_catalog_item:nth-child(2n+1),
  .bx-touch .bx_catalog_list_home.col5 .bx_catalog_item:nth-child(2n+1){clear:both}
}

.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_container {
  position:absolute;
  z-index:990;
  top:0;
  left:0;
  right:0;
  box-shadow:0 2px 5px 0 rgba(0,0,0,.18);
  border-radius:3px;
  border:1px solid #d3d3d3;
  background:#fff;
  -webkit-animation:borderview 0.5s;
  animation:borderview 0.5s;
}
@media (min-width:960px){.bx-no-touch  .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_container{padding:0 25px 15px}}
@media (max-width:960px){.bx-no-touch  .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_container{padding:0 15px 15px}}

@keyframes borderview {from {border:1px solid #fdfdfd;box-shadow:0 0 0 0 rgba(0,0,0,0);} to {border:1px solid #d3d3d3;box-shadow:0 2px 5px 0 rgba(0,0,0,.18);}}
@-webkit-keyframes borderview {from {border:1px solid #fdfdfd;box-shadow:0 0 0 0 rgba(0,0,0,0);} to {border:1px solid #d3d3d3;box-shadow:0 2px 5px 0 rgba(0,0,0,.18);}}

.bx_catalog_list_home .bx_catalog_item_articul{
  color:#a5a5a5;
  font-size:13px;
}
.bx_catalog_list_home .bx_catalog_item_title{
  overflow:hidden;
  height:55px;
}
.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_title{
  overflow:auto;
  height:auto !important;
}
.bx_catalog_list_home .bx_catalog_item_title a{
  color:#3f3f3f;
  text-decoration:none;
  font-size:13px;
}
.bx_catalog_list_home .bx_catalog_item_price{
  color:#3f3f3f;
  font-weight:bold;
}
.bx_catalog_list_home .bx_catalog_item_price span{
  color:#a5a5a5;
  font-size:12px;
  font-weight:normal;
  white-space:nowrap;
  text-decoration:line-through;
}
.bx_catalog_list_home .bx_catalog_item_controls{
  padding-top:10px;
  text-align:center;
  opacity:0;
}
@media (min-width:641px) and (max-width:960px){.bx_catalog_list_home .bx_catalog_item_controls{height:auto}}
@media (max-width:640px){.bx-touch .bx_catalog_list_home .bx_catalog_item_controls{height:auto;line-height:30px;text-align:center}}
@media (max-width:479px){.bx-touch .bx_catalog_list_home .bx_catalog_item_controls{height:auto;line-height:30px;display:block}}
@media (max-width:479px){.bx-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_controls {height:auto}}

.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone{
  width:100%;
  white-space:nowrap;
  text-align:center;
}
.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone span{
  color:#3f3f3f;
  font-size:13px;
}
.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone .bx_notavailable{
  text-align:left;
  font-size:12px;
  line-height:30px;
  font-weight:bold;
}
.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo{
  width:100%;
  text-align:center;
}
.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo a{
  margin:1%;
  width: 48%;
  min-width:100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 25px;
  height: 35px;
}

@media (max-width:640px) {
  .bx-touch .bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone{display:none;}
  .bx-touch .bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo{float:none;width:100%;text-align:center;}
}
.bx_catalog_list_home .bx_catalog_item_controls input[type=text]{border:none;}
.bx-touch .bx_catalog_list_home .bx_catalog_item_controls,
.bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_controls{opacity:1}
.bx_catalog_list_home .bx_cnt_desc{
  text-align:left;
  position:absolute;
  right:-45px;
  top:2px;
  width:40px;
}
@media (min-width:641px) and (max-width:960px){

}
.bx_catalog_list_home .bx_catalog_item_controls a{margin-bottom:10px;}
.bx_catalog_list_home .bx_catalog_item_price .bx_price{font-size:15px;padding-top: 5px;}
.bx_catalog_list_home .bx_catalog_item_images_double,
.bx_catalog_list_home .bx_catalog_item_images{
  position:relative;
  z-index:910;
  display:block;
  padding-top:135%;
  width:100%;
  background-position:center;
  background-repeat:no-repeat;
  -webkit-background-size:contain;
  background-size:contain;
}
.bx_catalog_list_home .bx_catalog_item_images_double{
  z-index:900;
  margin-top:-135%;
  opacity:0;
}
.bx-no-touch .bx_catalog_list_home .bx_catalog_item.double:hover .bx_catalog_item_images{
  opacity:0;
  -webkit-animation:rotateimgfirst 0.5s;
  animation:rotateimgfirst 0.5s;
}
.bx-no-touch .bx_catalog_list_home .bx_catalog_item.double:hover .bx_catalog_item_images_double{
  opacity:1;
  -webkit-animation:rotateimglast 0.5s;
  animation:rotateimglast 0.5s;
}
@keyframes rotateimgfirst {from {opacity:1;} to {opacity:0;}}
@-webkit-keyframes rotateimgfirst {from {opacity:1;} to {opacity:0;}}
@keyframes rotateimglast  {from {opacity:0;} to {opacity:1;}}
@-webkit-keyframes rotateimglast  {from {opacity:0;} to {opacity:1;}}

.bx-no-touch .bx_catalog_list_home .bx_catalog_item     .bx_catalog_item_controls,
.bx_catalog_list_home .bx_catalog_item    .bx_catalog_item_articul,
.bx_catalog_list_home .bx_catalog_item    .bx_catalog_item_scu{display:none}
.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_controls,
.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_articul,
.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_scu{display:block}
.bx_catalog_list_home .bx_catalog_item    .bx_catalog_item_scu{padding-top:10px}
.bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_scu>div{margin:0 auto}

.bx-no-touch .bx_catalog_list_home .bx_catalog_item .bx_catalog_item_controls.touch,
.bx-touch    .bx_catalog_list_home .bx_catalog_item .bx_catalog_item_controls.no_touch{display:none !important;}

/* Stickers */
.bx_catalog_list_home .bx_stick{
  position:absolute;
  width:123px;
  height:35px;
  background:url(images/stick.png) left center no-repeat;
  color:#fff;
  text-align:center;
  text-shadow:0 1px 0 #ba3434;
  line-height:35px;
  white-space:nowrap;
  overflow:hidden;
  -ms-text-overflow:ellipsis;
  text-overflow:ellipsis;
}
.bx_catalog_list_home .bx_stick.short {font-weight: bold;font-size:18px}
.bx_catalog_list_home .bx_stick.average {font-weight: bold;font-size:13px}
.bx_catalog_list_home .bx_stick.long{font-weight:normal;font-size:11px}
.bx_catalog_list_home .bx_stick_disc{
  position:absolute;
  width:72px;
  height:74px;
  background:url(images/stick_disc.png) no-repeat center;
  color:#fff;
  text-align:center;
  text-shadow:0 1px 0 #ba3434;
  font-weight:bold;
  font-size:23px;
  line-height:74px;
}
.bx_catalog_list_home .bx_stick.left,
.bx_catalog_list_home .bx_stick_disc.left{left:-2px;}
.bx_catalog_list_home .bx_stick.right,
.bx_catalog_list_home .bx_stick_disc.right{right:0;}
.bx_catalog_list_home .bx_stick.top,
.bx_catalog_list_home .bx_stick_disc.top{top:15px;}
.bx_catalog_list_home .bx_stick.bottom,
.bx_catalog_list_home .bx_stick_disc.bottom{bottom:5px;}
.bx_catalog_list_home .bx_stick.middle,
.bx_catalog_list_home .bx_stick_disc.middle{top:49%;}
@media (min-width:641px) and (max-width:960px){
  .bx_catalog_list_home .bx_stick{
    width:90px;
    height:30px;
    background-size:100%;
    line-height:30px;
  }
  .bx_catalog_list_home .bx_stick.short {font-weight:normal;font-size:14px}
  .bx_catalog_list_home .bx_stick.average {font-weight:normal;font-size:11px}
  .bx_catalog_list_home .bx_stick.long{font-weight:normal;font-size:11px}
  .bx_catalog_list_home .bx_stick_disc{
    width:64px;
    height:65px;
    background-size:100%;
    font-size:  20px;
    line-height:65px;
  }
}
@media (max-width:640px) {
  .bx-touch .bx_catalog_list_home .bx_stick{
    width:70px;
    height:30px;
    background-size:100%;
    font-size:  11px;
    line-height:30px;
  }
  .bx-touch .bx_catalog_list_home .bx_stick_disc{
    width:48px;
    height:49px;
    background-size:100%;
    font-size:  16px;
    line-height:49px;
  }

}
@media (max-width:479px) {
  .bx-touch .bx_catalog_list_home .bx_stick{
    width:70px;
    height:30px;
    background-size:100%;
    font-size:  11px;
    line-height:30px;
  }

  .bx-touch .bx_catalog_list_home .bx_stick_disc{
    width:37px;
    height:38px;
    background-size:100%;
    font-size:13px;
    line-height:38px;
  }
}

/* buttons */
.bx_catalog_list_home .bx_bt_button,
.bx_catalog_list_home .bx_bt_button_type_2{
  display:inline-block;
  border-radius:3px;
  text-align:center;
  text-decoration:none;
  font-size:14px;
  cursor:pointer;
  white-space:nowrap;
}

.bx_catalog_list_home .bx_bt_button_type_2        {
  border:1px solid #e9e9e9;
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#fcfcfc),to(#f1f1f1));
  background-image:-webkit-linear-gradient(#fcfcfc 0%,#f1f1f1 100%);
  background-image:   -moz-linear-gradient(#fcfcfc 0%,#f1f1f1 100%);
  background-image:     -o-linear-gradient(#fcfcfc 0%,#f1f1f1 100%);
  background-image:        linear-gradient(#fcfcfc 0%,#f1f1f1 100%);
  color:#656565;
  text-shadow:0 1px 0 #fff;
}
.bx_catalog_list_home .bx_bt_button_type_2:hover{background:#fff;}
.bx_catalog_list_home .bx_bt_button_type_2:active   {
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#f1f1f1),to(#fcfcfc));
  background-image:-webkit-linear-gradient(#f1f1f1 0%,#fcfcfc 100%);
  background-image:   -moz-linear-gradient(#f1f1f1 0%,#fcfcfc 100%);
  background-image:     -o-linear-gradient(#f1f1f1 0%,#fcfcfc 100%);
  background-image:        linear-gradient(#f1f1f1 0%,#fcfcfc 100%);
  box-shadow:inset 0 2px 2px 0 rgba(0,0,0,.05);
}
.bx_catalog_list_home .bx_bt_button         {
  background:#00a2df;
  background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYTJkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#00a2df),color-stop(100%,#006fcb));
  background:-webkit-linear-gradient(top,#00a2df 0%,#006fcb 100%);
  background: -moz-linear-gradient(top,#00a2df 0%,#006fcb 100%);
  background:  -ms-linear-gradient(top,#00a2df 0%,#006fcb 100%);
  background:   -o-linear-gradient(top,#00a2df 0%,#006fcb 100%);
  background:      linear-gradient(to bottom,#00a2df 0%,#006fcb 100%);
  color:#fff;
  text-shadow:0 1px 0 #006cae;
  filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a2df',endColorstr='#006fcb',GradientType=0 );
}
.bx_catalog_list_home .bx_bt_button:hover     {
  background:#21afe4;
  background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIxYWZlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#21afe4),color-stop(100%,#006fcb));
  background:-webkit-linear-gradient(top,#21afe4 0%,#006fcb 100%);
  background:  -moz-linear-gradient(top,#21afe4 0%,#006fcb 100%);
  background:   -ms-linear-gradient(top,#21afe4 0%,#006fcb 100%);
  background:    -o-linear-gradient(top,#21afe4 0%,#006fcb 100%);
  background:       linear-gradient(to bottom,#21afe4 0%,#006fcb 100%);
  filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#21afe4',endColorstr='#006fcb',GradientType=0 );
}
.bx_catalog_list_home .bx_bt_button:active      {
  background:#21afe4;
  background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIxYWZlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#21afe4),color-stop(100%,#006fcb));
  background:-webkit-linear-gradient(top,#21afe4 0%,#006fcb 100%);
  background:  -moz-linear-gradient(top,#21afe4 0%,#006fcb 100%);
  background:   -ms-linear-gradient(top,#21afe4 0%,#006fcb 100%);
  background:    -o-linear-gradient(top,#21afe4 0%,#006fcb 100%);
  background:       linear-gradient(to bottom,#21afe4 0%,#006fcb 100%);
  filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#21afe4',endColorstr='#006fcb',GradientType=0 );
}


.bx_catalog_list_home .bx_small.bx_bt_button{
  display:inline-block;
  min-width:20px;
  line-height:20px;
}
.bx_catalog_list_home .bx_small.bx_bt_button_type_2{
  display:inline-block;
  min-width:18px;
  line-height:18px;
}

.bx_catalog_list_home .bx_small.bx_bt_button_type_2     {}
.bx_catalog_list_home .bx_small.bx_bt_button_type_2:hover   {}
.bx_catalog_list_home .bx_small.bx_bt_button_type_2:active  {}


.bx_catalog_list_home .bx_medium.bx_bt_button{
  padding:0 13px;
  height:25px;
  font-weight:bold;
  line-height:25px;
}
.bx_catalog_list_home .bx_medium.bx_bt_button_type_2    {
  padding:0 13px;
  height:23px;
  font-weight:bold;
  line-height:23px;
}

.bx_catalog_list_home .bx_medium.bx_bt_button,
.bx_catalog_list_home .bx_medium.bx_bt_button_type_2    {font-weight:bold;}
.bx_catalog_list_home .bx_medium.bx_bt_button_type_2:hover  {}
.bx_catalog_list_home .bx_medium.bx_bt_button_type_2:active {}

.bx_catalog_list_home .bx_col_input{
  display:inline-block;
  width:40px;
  text-align:center;
}

/* scu_detail_size */
.bx_catalog_list_home .bx_item_detail_size{
  position: relative;
  margin-bottom: 10px;
  padding: 0;
  max-width: 100%;
  width: 100%;
}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size.full {
  position: relative;
  margin-left: -5%;
  padding: 0 5%;
}

/*----*/

.bx_catalog_list_home .bx_item_detail_size .bx_item_section_name_gray{
  color: #9e9e9e;
  vertical-align: middle;
  font-size: 11px;
  line-height: 11px;
}

/*----*/

.bx_catalog_list_home .bx_item_detail_size .bx_size_scroller_container{position: relative}

.bx_catalog_list_home .bx_item_detail_size .bx_size{
  position: relative;
  overflow: hidden;
  margin: 0;
  width: 100%;
}
.bx_catalog_list_home .bx_item_detail_size ul{
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  white-space: nowrap;
}
.bx-touch    .bx_catalog_list_home .bx_item_detail_size .bx_size{overflow-x: auto;}
.bx_catalog_list_home .bx_item_detail_size ul{
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  white-space: nowrap;
}
.bx-touch   .bx_catalog_list_home .bx_item_detail_size .bx_size ul{margin-left: 0 !important;}
.bx_catalog_list_home .bx_item_detail_size ul li{
  position: relative;
  display: block;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 25px;
}
.bx_catalog_list_home .bx_item_detail_size ul li .cnt{
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 2px;
  bottom: 2px;
  left:2px;
  display: block;
  overflow: hidden;
  border: 1px solid #c0cfda;
  background: #fff;

  color: #3f3f3f;
  text-align: center;
  text-decoration: none;
  font-weight: normal;
  font-size: 10px;
  line-height: 22px;
}
.bx-retina .bx_catalog_list_home .bx_item_detail_size ul li .cnt{
  border: none;
  border-style: solid;
  border-width: 1px;
  -webkit-border-image: url(images/x2border.png) 2 stretch;
  -moz-border-image: url(images/x2border.png) 2 stretch;
  -o-border-image: url(images/x2border.png) 2 stretch;
  border-image: url(images/x2border.png) 2 fill stretch;
}
.bx_catalog_list_home .bx_item_detail_size ul li:hover .cnt{border: 1px solid #006cc0}
.bx_catalog_list_home .bx_item_detail_size ul li:active .cnt,
.bx_catalog_list_home .bx_item_detail_size ul li.bx_active .cnt{
  border: 2px solid #006cc0;
}
.bx-retina .bx_catalog_list_home .bx_item_detail_size ul li.bx_active .cnt{
  border: none;
  border-style: solid;
  border-width: 1px;
  -webkit-border-image: url(images/x2border_active.png) 2 stretch;
  -moz-border-image: url(images/x2border_active.png) 2 stretch;
  -o-border-image: url(images/x2border_active.png) 2 stretch;
  border-image: url(images/x2border_active.png) 2 fill stretch;
}

.bx_catalog_list_home .bx_item_detail_size .bx_size ul li.bx_missing .cnt{border: 1px solid #c0cfda !important}
.bx_catalog_list_home .bx_item_detail_size .bx_size ul li.bx_missing>i{
  cursor: not-allowed;
  position: absolute;
  display: block;
  top: 0;
  right: 2px;
  bottom: 2px;
  left:2px;
  z-index:11;
  background: rgba(255,255,255,.79) url(images/missing.png) no-repeat center;
}


.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_left,
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_right     {opacity:0.8}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_left:hover,
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_right:hover {opacity:1.0}

.bx_catalog_list_home .bx_item_detail_size.full .bx_slide_left,
.bx_catalog_list_home .bx_item_detail_size.full .bx_slide_right{
  position: absolute;
  top: 0;
  bottom:4px;
  width :5%;
  max-width:11px;
  cursor: pointer;
}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_left {left: -5%;background:url(images/arr_left.png)  no-repeat left  center;background-size: 100% auto}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_right{right:-5%;background:url(images/arr_right.png) no-repeat right center;background-size: 100% auto}
.bx-touch    .bx_catalog_list_home .bx_item_detail_size .bx_slide_left {left:   0;background:url(images/fade_left.png)  repeat-y left  center;background-size: 100% auto}
.bx-touch    .bx_catalog_list_home .bx_item_detail_size .bx_slide_right{right:  0;background:url(images/fade_right.png) repeat-y right center;background-size: 100% auto}


.bx_catalog_list_home .bx_item_detail_scu{
  position: relative;
  margin-bottom: 10px;
  padding: 0;
  max-width: 100%;
  width: 100%;
}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu.full {
  position: relative;
  margin-left: -5%;
  padding: 0 5%
}



.bx_catalog_list_home .bx_item_detail_scu .bx_item_section_name_gray{
  color: #9e9e9e;
  vertical-align: middle;
  font-size: 11px;
  line-height: 11px;
}

.price_prob {
  margin-right: 18%;
  color: white;
  font-weight: bold;
  font-size: 18px;
}

.price_p {
  margin-right: 11%;
}

.rub_prob {
  font-size: 12px !important;
}

.bx_catalog_list_home .bx_item_detail_scu .bx_scu_scroller_container{position: relative}

.bx_catalog_list_home .bx_item_detail_scu .bx_scu{
  position: relative;
  overflow: hidden;
  margin: 0;
  width: 100%;
}
.bx-touch    .bx_catalog_list_home .bx_item_detail_scu .bx_scu{overflow-x: auto}

.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul{
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  white-space: nowrap
}
.bx-touch   .bx_catalog_list_home .bx_item_detail_scu .bx_scu ul{margin-left: 0 !important}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li{
  position: relative;
  display: block;
  float: left;
  height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li .cnt{
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 2px;
  bottom: 4px;
  left:2px;
  display: block;
  overflow: hidden;
  border: 1px solid #c0cfda;
  background: #fff;
  z-index:10;
}
.bx-retina .bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li .cnt{
  border: none;
  border-style: solid;
  border-width: 1px;
  -webkit-border-image: url(images/x2border.png) 2 stretch;
  -moz-border-image: url(images/x2border.png) 2 stretch;
  -o-border-image: url(images/x2border.png) 2 stretch;
  border-image: url(images/x2border.png) 2 fill stretch;
}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li:hover .cnt{border: 1px solid #006cc0}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li:active .cnt,
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li.bx_active .cnt{
  padding: 3px;
  border: 2px solid #006cc0;
}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li.bx_missing .cnt{border: 1px solid #c0cfda !important}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li.bx_missing>i{
  cursor: not-allowed;
  position: absolute;
  display: block;
  top: 0;
  right: 2px;
  bottom: 4px;
  left: 2px;
  z-index:11;
  background: rgba(255,255,255,.79) url(images/missing.png) no-repeat center;
}

.bx-retina .bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li.bx_active .cnt{
  border: none;
  border-style: solid;
  border-width: 1px;
  -webkit-border-image: url(images/x2border_active.png) 2 stretch;
  -moz-border-image: url(images/x2border_active.png) 2 stretch;
  -o-border-image: url(images/x2border_active.png) 2 stretch;
  border-image: url(images/x2border_active.png) 2 fill stretch;
}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item{
  position: absolute;
  top:   6%;
  right: 6%;
  bottom:6%;
  left:  6%;
  background-size:contain;
  background-repeat: no-repeat;
}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item img{
  width: auto;
  height: 25px;
}



.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_left,
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_right      {opacity:0.8}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_left:hover,
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_right:hover{opacity:1.0}

.bx_catalog_list_home .bx_item_detail_scu.full .bx_slide_left,
.bx_catalog_list_home .bx_item_detail_scu.full .bx_slide_right{
  position: absolute;
  top: 0;
  bottom:4px;
  width :5%;
  max-width:11px;
  cursor: pointer;
}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_left {left: -5%;background:url(images/arr_left.png)  no-repeat   left  center;background-size: 100% auto}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_right{right:-5%;background:url(images/arr_right.png) no-repeat   right center;background-size: 100% auto}
.bx-touch    .bx_catalog_list_home .bx_item_detail_scu .bx_slide_left {left:   0;background:url(images/fade_left.png)  repeat-y   left  center;background-size: 100% auto}
.bx-touch    .bx_catalog_list_home .bx_item_detail_scu .bx_slide_right{right:  0;background:url(images/fade_right.png) repeat-y   right center;}

.dprice {
  font-size:14px !important;

}



.bx_item_detail_inc_two_2 .bx_item_detail_inc_one_container{ width: 49.5%; }
.bx_item_detail_inc_two_2 .bx_popup{ width: 80%; }

.bx_item_detail_inc_two_3 .bx_item_detail_inc_one_container{ width: 32.8%; }
.bx_item_detail_inc_two_3 .bx_popup{ width: 100%; }

.bx_item_detail_inc_two_4 .bx_item_detail_inc_one_container{ width: 24.5%; }
.bx_item_detail_inc_two_4 .bx_popup{ width: 130%; }

.bx_item_detail_inc_two_5 .bx_item_detail_inc_one_container{ width: 19.5%; }
.bx_item_detail_inc_two_5 .bx_popup{ width: 200%; }

.bx_item_detail_inc_two_6 .bx_item_detail_inc_one_container{ width: 16%; }
.bx_item_detail_inc_two_6 .bx_popup{ width: 230%; }

.bx_item_detail_inc_two_7 .bx_item_detail_inc_one_container{ width: 13.8%; }
.bx_item_detail_inc_two_7 .bx_popup{ width: 260%; }

.bx_item_detail_inc_two_8 .bx_item_detail_inc_one_container{ width: 11.5%; }
.bx_item_detail_inc_two_8 .bx_popup{ width: 260%; }

.general{
  height: 54px;
}
[class|="bx_item_detail_inc_two_"] .bx_item_vidget, .bx_item_vidget.icon img, .bx_item_detail_inc_one_container{
  float: left;
}

.bx_item_detail_inc_two .bx_popup{
  width: 250%;
}

.bx_item_detail_inc_two{
  margin-bottom: 20px;
  text-align: right;
}
.bx_item_vidget{
  text-decoration: none;
  display: inline-block;
  border-radius: 4px;
  text-align: left;
  color: #585858;
  font-size: 10px;
  line-height: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*background-size: contain;*/
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  padding-top: 54px;
  height: 55px !important;
  margin:0 auto 12px !important;
  border: 1px solid #c3c3c3;
}


.bx_item_vidget.icon {
  background: no-repeat 5px center;
  padding: 9px 5px 5px 30px !important;
  /*height: 54px;*/
  height: auto;
}
.bx_item_detail_inc_one_container .bx_popup,
.bx_popup{
  display: none;
}

.bx_item_detail_inc_one_container.hover .bx_popup,
.bx_item_vidget.hover .bx_popup {
  position: absolute;
  display: block;
  border: 1px solid #c3c3c3;
  border-radius: 3px;
  box-shadow: 0 3px 4px 0 rgba(0,0,0,.27);
  color: #3f3f3f;
  right: 100.1%;
  top: 0;
  padding: 10px;
  font-size: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1010;
  min-width: 90%;
  background: #fff;
  text-align: left;
}

.bx_popup .arrow{
  width: 8px;
  height: 14px;
  position: absolute;
  top: 11px;
  right: -8px;
  background: url(images/arr_right.png) no-repeat center;
  max-height: 100%;
  overflow: hidden;
}

.bx_item_detail_inc_two{
  margin-bottom: 20px;
  text-align: right;
}
.bx_item_detail_inc_one_container{
  width: 100%;
  position: relative;
  border-radius: 3px;
  margin-right: 2px;
  display: table;
}

.bx_item_detail_inc_one_container a{
  display: block;
  background-size: contain;
}

.bx_item_detail_inc_one_container img {
  margin: 0 auto;
  display: block;
}

.bx_item_detail_inc_one_container .wrapper{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 54px;
}



div.grain-fo-name, div.grain-fo-phone, div.grain-fo-email, div.grain-fo-captcha, div.grain-fo-message { 
  margin: 0px;
  padding: 0px !important;
  width: 99.5% !important; 
  padding-bottom: 0.4em;
}
div.grain-fo-name input, div.grain-fo-email input, div.grain-fo-phone input {width:99%; margin: 0;}
span.grain-fo-req {color:red;}
div.grain-fo-ok-text {color:green; font-weight:bold; padding-bottom: 1em;}
.grain_input {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  box-sizing: border-box;
  height: 30px;
  outline: medium none;
  padding-left: 5px;
  width: 100%;
  border-color: #6c9d24 !important;
  border-style: solid;
  border-radius: 0 !important;
  border-width: 0px !important;
  box-shadow: none !important;
  line-height: 30px;
  margin-top: 5px;
  position: relative;
  border-collapse: collapse !important;
}
.grain-fo-phone {
  border-top: 1px solid #6c9d24 !important;
  border-left: 1px solid #6c9d24 !important;
  border-right: 1px solid #6c9d24 !important;
  
}

.grain-fo-name {
  border-radius: 4px 4px 0 0;
  border-top: 1px solid #6c9d24 !important;
  border-left: 1px solid #6c9d24 !important;
  border-right: 1px solid #6c9d24 !important;
  
}

.grain-fo-text {
  font-style:italic;
    line-height: 16px;
}

.data_postavri_arlo {
  color: #6c9d24;
}

.data_postavri_arlo1 {
  color: #428bca;
  margin-right: 5px;
}

.item_economy_price {
  max-width: 80px;
  text-align: center;
  border-radius: 4px;
  float: right;
  margin-right: 10px;
}

.item_economy_price a {
  text-decoration: none;
}


.client-quote {
  width: 280px;
  margin-top: 11px !important;
  margin-bottom: 15px;
  margin-top: 0px;
  border-bottom: 1px solid #6c9d24;
  position: relative;
}

.storage-type2 {
  margin-bottom: 70px;
}
 
.client-quote_ef {
  width: 280px;
  margin-top: 11px !important;
  margin-bottom: 15px;
  margin-top: 0px;
  border-bottom: 1px solid #c57800;
  position: relative;
}
.arrow-bot-green, .arrow-bot-green1 {
  margin: 0 auto;
  background-color: white;
  border-bottom: 1px solid #6c9d24;
  border-left: 1px solid #6c9d24;
  bottom: -1px;
  display: inline-block;
  height: 12px;
  left: 50%;
  position: absolute;
  transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, -2, 6);
  width: 12px;
  z-index: 2;
}

.arrow-bot-green_no {
  margin: 0 auto;
  background-color: white;
  border-bottom: 1px solid red;
  border-left: 1px solid red;
  bottom: -1px;
  display: inline-block;
  height: 12px;
  left: 50%;
  position: absolute;
  transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, -2, 6);
  width: 12px;
  z-index: 2;
}


.list-group-success {
  background-image: url(images/car.png);
  background-repeat: no-repeat;
  background-position: 24%;
}

.arrow-bot-orange{
   margin: 0 auto;
  background-color: white;
  border-bottom: 1px solid #c57800;
  border-left: 1px solid #c57800;
  bottom: -1px;
  display: inline-block;
  height: 12px;
  left: 50%;
  position: absolute;
  transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, -2, 6);
  width: 12px;
  z-index: 2;
}
.client-quote1 {
  border-bottom: 1px solid #428bca;
  position: relative;
  margin-top: 7px;
  margin-bottom: 30px;
}

.client-quote_no {
  border-bottom: 1px solid red;
  position: relative;
  margin-top: 7px;
  margin-bottom: 30px;
}

.status_tovara_switc3 {
  margin-left: 60%;
  font-size: 13px;
}

  .arrow-bot-green1 {
    border-bottom: 1px solid #428bca;
    border-left: 1px solid #428bca;
  }

.arrow-bot-green3 {
  background-color: #ffffeb;
  border-top: 1px solid #c1c1ba;
  border-left: 1px solid #c1c1ba;
  bottom: -1px;
  display: inline-block;
  height: 20px;
  left: -8px;
  top: 70px;
  position: absolute;
  transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, -2, 6);
  width: 20px;
  z-index: 2;
}

.rub {
  font-weight: bold;
  color: #428bca;
  font-size: 16px;
  margin-left: 5px;
}


.number_ef_a {
  border: 1px solid #f3f3f3;
  background: #f3f3f3;
  margin-right: 46px;
  margin-top: 5px;
  float: left;
}

.list-group-item-success {
  display: inline;
}


@media all and (max-width:800px) {
  .say {
    display: none !important;
  }
    .grain_buy1click {
  margin-bottom: 80px;
  margin-top: 90px;
}
 .storage-wrapp .storage-item .info-btn:hover .info-popup{
    position: absolute;
    display: block;
    top: 30px;
    left: -240px;
    z-index: 200002;

  }
  .storage-wrapp .storage-item .info-popup{
  display: none;
  height: auto;
  width: 200px;
  background: #ffffeb;
  box-shadow: 1px 1px 16px rgba(0, 0, 0, .7);
  cursor: pointer;
  padding: 40px 30px 30px 30px;
  z-index: 5;
}
.arrow-bot-green3 {
  margin: 0 auto;
  background-color: #ffffeb;
  border-top: 1px solid #c1c1ba;
  border-right: 1px solid #c1c1ba;
  border-bottom: 1px solid #ffffeb;
  border-left: 1px solid #ffffeb;
  bottom: -1px;
  display: inline-block;
  height: 12px;
  top: -13px;
  left: 93%;
  position: absolute;
  transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, -2, 6);
  width: 12px;
  z-index: 2;
}
/*.info-block .status {
  margin-left: 31%;
}*/
.client-quote_ef {
  width: 300px;
  margin-top: 15px !important;
  margin-bottom: 35px;
  margin-top: 0px;
  border-bottom: 1px solid #c57800;
  position: relative;
}
.info-block .status2 .list-group-success {
  background-image: url(images/car.png);
  background-repeat: no-repeat;
  background-position: 27%;
}
.number_ef_a {
  border: 1px solid #f3f3f3;
  background: #f3f3f3;
  margin-right: 60px;
  margin-top: 0px;
}
.list-group-item-info.code{
  position: absolute;
  right: 8px;
  top: 0;
  display: inline-block;
  background: transparent;
  color: #000;
  font-size: 14px;
}
.client-quote {
  width: 300px;
}

.info-block .status.list-group-item-success {
  background-image: url(images/stock.png);
  background-repeat: no-repeat;
  background-position: 35%;
}


.arrow-bot-green {
  margin-left: -3%;
}
.arrow-bot-green1 {
  margin-left: -3%;
}
}


@media all and (max-width:700px) {
  .grain_buy1click {
  margin-bottom: 80px;
  margin-top: 90px;
}
.client-quote_ef {
  width: 350px;
  margin-top: 15px !important;
  margin-bottom: 35px;
  margin-top: 0px;
  border-bottom: 1px solid #c57800;
  position: relative;
}
.info-block .status2 .list-group-success {
  background-image: url(images/car.png);
  background-repeat: no-repeat;
  background-position: 27%;
}
.number_ef_a {
  border: 1px solid #f3f3f3;
  background: #f3f3f3;
  margin-right: 110px;
  margin-top: 0px;
}

.client-quote {
  width: 350px;
}

.info-block .status.list-group-item-success {
  background-image: url(images/stock.png);
  background-repeat: no-repeat;
  background-position: 35%;
}
.storage-wrapp .storage-item label {
  right: 2%;
}

.free_shipping {
    right: -10px !important;
    top: -3px !important;
}

}

@media all and (max-width:670px) {
  .ef_color_status {
    margin-left: 30%;
  }
  .grain_buy1click {
  margin-bottom: 80px;
  margin-top: 90px;
}
.client-quote_ef {
  width: 270px;
  margin-top: 15px !important;
  margin-bottom: 35px;
  margin-top: 0px;
  border-bottom: 1px solid #c57800;
  position: relative;
}
.info-block .status2.list-group-success {
  background-image: url(images/car.png);
  background-repeat: no-repeat;
  background-position: 27%;
}
.number_ef_a {
  border: 1px solid #f3f3f3;
  background: #f3f3f3;
  margin-right: 20px;
  margin-top: 0px;
}

.client-quote {
  width: 280px;
}

.info-block .status.list-group-item-success {
  background-image: url(images/stock.png);
  background-repeat: no-repeat;
  background-position: 27%;
}
}

@media all and (max-width:650px) {
  .grain_buy1click {
  margin-bottom: 80px;
  margin-top: 90px;
}
.client-quote_ef {
  width: 345px;
  margin-top: 15px !important;
  margin-bottom: 35px;
  margin-top: 0px;
  border-bottom: 1px solid #c57800;
  position: relative;
}
.info-block .status2.list-group-success {
  background-image: url(images/car.png);
  background-repeat: no-repeat;
  background-position: 27%;
}
.number_ef_a {
  border: 1px solid #f3f3f3;
  background: #f3f3f3;
  margin-right: 20px;
  margin-top: 0px;
}

.client-quote {
  width: 345px;
}

.info-block .status.list-group-item-success {
  background-image: url(images/stock.png);
  background-repeat: no-repeat;
  background-position: 35%;
}
}


@media all and (max-width:580px) {
  .grain_buy1click {
  margin-bottom: 80px;
  margin-top: 90px;
}
.client-quote_ef {
  width: 305px;
  margin-top: 15px !important;
  margin-bottom: 35px;
  margin-top: 0px;
  border-bottom: 1px solid #c57800;
  position: relative;
}
.info-block .status2.list-group-success {
  background-image: url(images/car.png);
  background-repeat: no-repeat;
  background-position: 27%;
}
.number_ef_a {
  border: 1px solid #f3f3f3;
  background: #f3f3f3;
  margin-right: 70px;
  margin-top: 0px;
}

.client-quote {
  width: 305px;
}

.info-block .status.list-group-item-success {
  background-image: url(images/stock.png);
  background-repeat: no-repeat;
  background-position: 35%;
}
}



@media all and (max-width:400px) {
  .grain_buy1click {
  margin-bottom: 80px;
  margin-top: 90px;
}
.client-quote_ef {
  width: 335px;
  margin-top: 15px !important;
  /*margin-bottom: 35px;*/
  margin-bottom: 17px;
  margin-top: 0px;
  border-bottom: 1px solid #c57800;
  position: relative;
}
.info-block .status2.list-group-success {
  background-image: url(images/car.png);
  background-repeat: no-repeat;
  background-position: 27%;
}
.number_ef_a {
  border: 1px solid #f3f3f3;
  background: #f3f3f3;
  margin-right: 85px;
  margin-top: 0px;
}
.ef_color_status {
  max-width: 100%;
}
.client-quote {
  width: 335px;
}

.info-block .status.list-group-item-success {
  background-image: url(images/stock.png);
  background-repeat: no-repeat;
  background-position: 35%;
}
.storage-wrapp .storage-item label {
  right: 10%;
}
}

@media all and (max-width:330px) {
    .grain_buy1click {
  margin-bottom: 80px;
  margin-top: 90px;
}
.client-quote_ef {
  width: 280px;
  margin-top: 15px !important;
  margin-bottom: 35px;
  margin-top: 0px;
  border-bottom: 1px solid #c57800;
  position: relative;
}
.info-block .status2.list-group-success {
  background-image: url(images/car.png);
  background-repeat: no-repeat;
  background-position: 27%;
}
.number_ef_a {
  border: 1px solid #f3f3f3;
  background: #f3f3f3;
  margin-right: 45px;
  margin-top: 0px;
}

.client-quote {
  width: 280px;
}

.info-block .status.list-group-item-success {
  background-image: url(images/stock.png);
  background-repeat: no-repeat;
  background-position: 35%;
}

}


.status_align {
  margin: 0 auto;
width:100%;
}

body {
  overflow-x: hidden !important;
}

.vregion_type {
  position: absolute;
  right: 10px;
  max-width: 49%;
  top: 0;
  text-align: right;
}

.info_region {
  top: 0;
  right: -30px;
}

.rigion_popup {
  text-align: left;
}

.bx_lt {
  position: relative;
}

.free_shipping {
    position: absolute;
    background-image: url(/bitrix/templates/mw_easyfix/components/bitrix/catalog/mw_main/bitrix/catalog.element/.default/images/free.png);
    background-repeat: no-repeat;
    background-position: 52%;
    background-size: 90px;
    transform: rotate(32deg);
    width: 110px;
    height: 95px;
    z-index: 9;
    right: -22px;
    top: -17px;
}

.analogue_tovar {
  margin-top: 70px;
}

.analogue {
  color: #428bca;
  margin-bottom: 70px;
  font-size: 19px;
  text-align: center;
}

.analogue a {
  font-weight: normal;
  color:#428bca;
}

.analogue a:hover {
  border-bottom: none;
  color: #577E1D;
}

.report_about {
  font-size: 19px;
  text-align: center;
}

.report_about a {
  color: #428bca;

}

.report_about a:hover {
  border-bottom: none;
}
.li_img_slider {
  width: 20%;
  padding-top: 20%;
}
@media(max-width: 479px) {
  .li_img_slider {
    width: 100%;
    padding-top: 20%;
    height: 77px;
  }
  .bx-breadcrumb .bx-breadcrumb-item {
    line-height: 9px;
    font-size: 8px;
  }
}
.bx_new_padding {

}


.tag-links {
  margin-bottom: 20px;
  width: 100%;
}
.tags_block_title {
  border-bottom: 1px solid #e5e5e5;
  float: left;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 5px;
  width: 99%;

}
.tags-links_body {

}
.tag-links_item {
  float: left;
  padding: 5px 20px;
  border: 1px solid grey;
  border-radius: 5px;
  background-color: #f0f0f0;
  margin-left: 10px;
}


@media (max-width: 479px) {
  .bx_new_padding {
    width: 100%;
    height: 15px;
  }

}