/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
#product-info-ext {
  margin-bottom: 5px;
  border: none;
  padding: 0;
}
#product-availability span.idle {
  color: darkslategray;
}
#product-availability span.not-in-stock {
  color: red;
}
#product-availability span.in-stock {
  font-weight: bold;
  color: black;
}
#product-availability span.backorder {
  color: #e49900;
}
#product-availability .stock {
  display: inline-block;
  position: relative;
  width: 36px;
  height: 12px;
  margin-bottom: -2px;
  background: -moz-linear-gradient(left, #d4d4d4 0%, #d4d4d4 86%, rgba(0, 0, 0, 0) 87%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #d4d4d4 0%, #d4d4d4 86%, rgba(0, 0, 0, 0) 87%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #d4d4d4 0%, #d4d4d4 86%, rgba(0, 0, 0, 0) 87%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color', endColorstr='@color', GradientType=1);
  /* IE6-9 */
  background-repeat: repeat-x;
  background-size: 12px 10px !important;
  background-position: left center;
}
#product-availability .stock:before,
#product-availability .stock:after {
  content: ' ';
  height: 100%;
  display: inline-block;
  position: absolute;
  background: none;
}
#product-availability .stock:before {
  left: 0;
}
#product-availability .stock:after {
  right: 0;
}
#product-availability .stock.stock-1:before {
  width: 33%;
  background: -moz-linear-gradient(left, red 0%, red 86%, rgba(0, 0, 0, 0) 87%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, red 0%, red 86%, rgba(0, 0, 0, 0) 87%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, red 0%, red 86%, rgba(0, 0, 0, 0) 87%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color', endColorstr='@color', GradientType=1);
  /* IE6-9 */
  background-repeat: repeat-x;
  background-size: 12px 10px !important;
  background-position: left center;
}
#product-availability .stock.stock-2:before {
  width: 66%;
  background: -moz-linear-gradient(left, #1fc018 0%, #1fc018 86%, rgba(0, 0, 0, 0) 87%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #1fc018 0%, #1fc018 86%, rgba(0, 0, 0, 0) 87%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #1fc018 0%, #1fc018 86%, rgba(0, 0, 0, 0) 87%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color', endColorstr='@color', GradientType=1);
  /* IE6-9 */
  background-repeat: repeat-x;
  background-size: 12px 10px !important;
  background-position: left center;
}
#product-availability .stock.stock-3:before {
  width: 100%;
  background: -moz-linear-gradient(left, #1fc018 0%, #1fc018 86%, rgba(0, 0, 0, 0) 87%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #1fc018 0%, #1fc018 86%, rgba(0, 0, 0, 0) 87%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #1fc018 0%, #1fc018 86%, rgba(0, 0, 0, 0) 87%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color', endColorstr='@color', GradientType=1);
  /* IE6-9 */
  background-repeat: repeat-x;
  background-size: 12px 10px !important;
  background-position: left center;
}
#product-shipping span b {
  white-space: nowrap;
}
#product-shipping span b.free {
  color: black;
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.rich[contenteditable="true"] {
  -webkit-user-modify: read-only;
  -moz-user-modify: read-only;
  user-modify: read-only;
}
/* Colors */
/* Fonts */
/* Colors */
/* Fonts */
#product-info-ext {
  margin: 0;
  padding: 0;
}
#product-info-ext .delivery-availability__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 22px;
}
@media (max-width: 767px) {
  #product-info-ext .delivery-availability__item {
    margin-top: 20px;
  }
}
#product-info-ext .delivery-availability__text {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #696969;
  padding: 0;
}
@media (max-width: 767px) {
  #product-info-ext .delivery-availability__text {
    width: auto;
  }
}
#product-info-ext .delivery-availability__text::after {
  content: '';
  display: inline-block;
  vertical-align: bottom;
  width: 100%;
  margin: 0 0 0 5px;
  border-bottom: 1px dashed #DFDFDF;
  position: relative;
  top: -5px;
}
@media (max-width: 767px) {
  #product-info-ext .delivery-availability__text::after {
    content: none;
    display: none;
  }
}
#product-info-ext .delivery-availability__value {
  min-width: 136px;
  padding: 0 0 0 10px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #000;
  text-transform: lowercase;
}
@media (max-width: 767px) {
  #product-info-ext .delivery-availability__value {
    min-width: auto;
  }
}
#product-info-ext .delivery-availability__value > span {
  font-weight: inherit !important;
  font-size: inherit;
  color: inherit !important;
  line-height: inherit;
}
#product-info-ext .delivery-availability__value .fa,
#product-info-ext .delivery-availability__value .stock {
  display: none !important;
}
#product-info-ext .delivery-availability__value_ruble {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
}

