.acs__item {
  background-color: #f8f8f8;
  box-sizing: border-box;
  height: 490px;
  margin: 0 7px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  max-width: 100%;
}
.acs__image {
  font-size: 0;
  min-height: 175px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 38px;
}
.acs__image:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.acs__image_empty {
  background-color: #fff;
  border: 1px solid #eee;
}
.acs__image img,
.acs__image span {
  max-height: 175px;
  max-width: 100%;
  vertical-align: middle;
}
.acs__image span {
  color: #ccc;
  font-size: 14px;
}
.acs__image .dia-add-to-favorite {
  position: absolute;
  right: 10px;
  top: 10px;
}
.acs__image .compare_btn {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.acs__info {
  margin: 15px 0;
}
.acs__article {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #4C4C4C;
  /*  font-size: 13px;
    color: #4C4C4C;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    &:after {
        background: -webkit-gradient(linear, left top, right top, from(rgba(248,248,248,0)), to(rgba(248,248,248,.9)));
        background: -o-linear-gradient(left, rgba(248,248,248,0), rgba(248,248,248,.9));
        background: linear-gradient(to right, rgba(248,248,248,0), rgba(248,248,248,.9));

        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        top: 0;
        width: 30px;
    }*/
}
.acs__of-code {
  float: left;
  display: none;
}
.acs__of-code.selected {
  display: block;
}
.acs__store-status {
  float: right;
  font-size: 12px;
}
.acs__store-status .in_store_new_text {
  color: #108F56;
}
.acs__store-status .in_transit_reserve_text,
.acs__store-status .in_transit_text,
.acs__store-status .in_stock_reserve_text {
  color: #FF9C07;
}
.acs__store-status .in_stock_none_text {
  color: #8A8A8A;
}
.acs__name {
  display: flex;
  margin-top: 18px;
  font-size: 16px;
  max-height: 40px;
  overflow: hidden;
}
.acs__name a {
  color: #5c3795;
  font-family: Arial, sans-serif;
  line-height: 20px;
  text-decoration: none;
  display: -webkit-box;
  visibility: visible;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.acs__name a:hover {
  text-decoration: underline;
}
.acs__offers {
  font-size: 13px;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  overflow: auto;
}
.acs__of-item {
  border: 1px solid #b0b0b0;
  border-radius: 3px;
  cursor: pointer;
  float: left;
  padding: 6px 9px;
  margin-bottom: 10px;
  box-sizing: border-box;
  width: 30%;
  margin-right: 3%;
}
.acs__of-item.selected {
  background-color: #5c3795;
  border: 0 none;
  color: #fff;
  cursor: default;
  padding: 7px 10px;
}
.acs__of-item.js-offer-item.in_cart:not(.selected) {
  background-color: #e8e4ed;
}
.acs__pay {
  margin-top: auto;
}
.acs__pay .kd-but {
  height: 36px;
  width: 47px;
}
.acs__pay .td-count__btn {
  border: 1px solid #b0b0b0;
  height: 34px;
  width: 34px;
}
.acs__pay .td-count__input {
  background-color: #f8f8f8;
  border: 1px solid #b0b0b0;
  border-radius: 3px;
  height: 36px;
}
.acs__pay .item-basket-cnt {
  margin-left: 8px;
}
.acs__pay .zap_acs {
  cursor: pointer;
  border-bottom: 1px dashed #6b23b1;
  display: inline-block;
  position: relative;
  text-transform: unset;
}
.acs__pay .zap_acs:after {
  position: absolute;
  bottom: 0;
  right: -24px;
  content: "?";
  width: 18px;
  height: 18px;
  font-size: 14px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #6b23b1;
  border-radius: 50%;
  border: 1px solid #6b23b1;
}
.acs-pay__item {
  height: 100%;
  display: flex;
  justify-content: space-around;
}
.acs-pay__item fieldset.fieldset_spec_price {
  min-width: 70px;
}
.acs-pay__item fieldset.fieldset_spec_price legend {
  padding: 0 0.7em;
}
.acs-pay__item fieldset.fieldset_spec_price > div,
.acs-pay__item fieldset.fieldset_discount_price > div {
  font-size: 16px;
  padding: 3px 6px 4px;
  text-align: center;
}
.acs-pay__item > div {
  margin: auto 0;
}
.acs-pay__item .acs-pay__left {
  font-size: 16px;
  margin-left: 0px;
  width: 100%;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.acs-pay__item .acs-pay__left span:first-child {
  margin-right: 10px;
}
.acs-pay__item .acs-pay__left fieldset.fieldset_spec_price {
  margin: 0;
}
.acs-pay__item .acs-pay__left small {
  font-size: 16px;
}
.acs-pay__item .acs-pay__right {
  display: flex;
}
.acs-pay__item .acs-pay__right .td-count {
  margin-right: 10px;
  width: 154px;
}
.acs-pay__item .acs-pay__right .td-count .td-count__btn_down {
  margin-right: 8px;
}
.acs-pay__item .acs-pay__right .td-count .td-count__btn_up {
  margin-left: 8px;
}
.acs-pay__item .acs-pay__center {
  padding: 0 6px;
}
.acs-pay__of-item {
  display: none;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
}
.acs-pay__of-item.selected {
  display: flex;
}
.acs_labels {
  display: flex;
  margin: 0 -4px;
  justify-content: start;
}
.acs_labels .kd-help-block-text-to_left {
  transform: translateY(16px) translateX(208px);
}
.acs_labels .kd-help-block-text-to_left::before {
  right: 197px;
}

fieldset.fieldset_spec_price {
  max-width: 130px;
  border: solid 1px #cc2e52;
  border-radius: 4px;
}
fieldset.fieldset_spec_price legend {
  color: #cc2e52;
  font-weight: bold;
  padding: 0 0.7em;
  font-size: 10px;
}

/*# sourceMappingURL=style.css.map */
