.rsu-consist-product{display:grid;grid-template-areas:"name    image" "voblers image" "avails  image" "price   image" "status  status";grid-template-columns:1fr 102px;padding:24px 16px}.rsu-consist-product:hover .rsu-consist-product__code{opacity:1;visibility:visible}.rsu-consist-product__name{grid-area:name}.rsu-consist-product__image{display:flex;height:80px;margin-left:22px;align-items:start;justify-content:center;position:relative}.rsu-consist-product__image-link{grid-area:image}.rsu-consist-product__image img{max-width:100%;max-height:100%}.rsu-consist-product__image:after{display:block;content:"";width:9px;height:9px;position:absolute;top:0;right:0;box-shadow:0 0 0 2px #fff;border-radius:50%;z-index:1}.rsu-consist-product__image_ok:after{background:#41d172}.rsu-consist-product__image_warn:after{background:#ffa319}.rsu-consist-product__image_error:after{background:#ff5c52}.rsu-consist-product__voblers{grid-area:voblers;margin-top:8px}.rsu-consist-product__voblers:empty{display:none}.rsu-consist-product__avails{grid-area:avails;display:flex;align-items:center;margin-top:12px;min-height:22px}.rsu-consist-product__avails>*{margin-right:12px}.rsu-consist-product__avails_none{font-weight:700}.rsu-consist-product__avails .rsu-consist-product__replace{margin-left:20px}.rsu-consist-product__price{grid-area:price;margin-top:12px;font-weight:700;display:flex;align-items:center}.rsu-consist-product__price-detail{font-weight:400;font-size:12px;color:#8c8c8c;margin-left:12px}.rsu-consist-product__price .rsu-consist-product__replace{margin-left:20px}.rsu-consist-product__wrapper{grid-area:status;position:relative;margin-top:16px}.rsu-consist-product__code{display:flex;align-items:baseline;cursor:pointer;color:#333;font-size:14px;opacity:0;visibility:hidden;transition:opacity .3s;padding:5px 0;position:absolute;top:0;right:0}.rsu-consist-product__code:hover{color:#8c8c8c}.rsu-consist-product__code:before{padding-right:6px;font-size:15px}.rsu-consist-product__replace{font-weight:400}.rsu-consist-product_not-avail .rsu-consist-product__name,.rsu-consist-product_not-avail .rsu-consist-product__voblers,.rsu-consist-product_not-avail .rsu-consist-product__image{opacity:.4;transition:opacity .3s}.rsu-consist-product_not-avail:hover .rsu-consist-product__name,.rsu-consist-product_not-avail:hover .rsu-consist-product__voblers,.rsu-consist-product_not-avail:hover .rsu-consist-product__image{opacity:1}@media (max-width: 991px){.rsu-consist-product{grid-template-areas:"name    image" "voblers image" "avails  avails" "price   price" "status  status";grid-template-columns:1fr 62px;padding:24px 16px}.rsu-consist-product__image{height:40px}.rsu-consist-product__code{display:none}.rsu-consist-product__avails{flex-direction:column;align-items:start}.rsu-consist-product__avails>*{margin-top:4px}.rsu-consist-product__avails_none,.rsu-consist-product__price{position:relative}.rsu-consist-product .rsu-consist-product__replace{position:absolute;right:0}}.rsu-consist-product__code:before,.rsu-consist-status__label_in:before,.rsu-consist-status__label_collapsible:before{font-family:i-icon!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;display:inline-block;line-height:1}.rsu-consist-status__label_collapsible:before{content:"\e259"}.rsu-consist-status__label_in:before{content:"\e260"}.rsu-consist-product__code:before{content:"\e94d"}@-o-keyframes rsu-consist-status-in{99%{max-height:100vh}to{max-height:999999px}}@-moz-keyframes rsu-consist-status-in{99%{max-height:100vh}to{max-height:999999px}}@-webkit-keyframes rsu-consist-status-in{99%{max-height:100vh}to{max-height:999999px}}@keyframes rsu-consist-status-in{99%{max-height:100vh}to{max-height:999999px}}.rsu-consist-status__label{align-items:center;border-radius:8px;color:#333;display:inline-flex;font-size:16px;line-height:29px;padding:0 8px}.rsu-consist-status__label_ok{background:#ebffed}.rsu-consist-status__label_warn{background:#fff7da}.rsu-consist-status__label_error{background:#ffefef}.rsu-consist-status__label_collapsible{cursor:pointer;padding-right:28px;position:relative}.rsu-consist-status__label_collapsible:hover{opacity:.8}.rsu-consist-status__label_collapsible:before{color:#0000004d;font-size:14px;position:absolute;right:0;text-align:center;width:28px}.rsu-consist-status__label_in+.rsu-consist-status__details{-o-animation-name:rsu-consist-status-in;-moz-animation-name:rsu-consist-status-in;-webkit-animation-name:rsu-consist-status-in;animation-name:rsu-consist-status-in;-o-animation-duration:.5s;-moz-animation-duration:.5s;-webkit-animation-duration:.5s;animation-duration:.5s;-o-animation-fill-mode:forwards;-moz-animation-fill-mode:forwards;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;padding-top:20px}.rsu-consist-status__details{max-height:0;overflow:hidden}.rsu-consist-status__message{padding-left:18px;position:relative;font-size:14px}.rsu-consist-status__message+.rsu-consist-status__message{margin-top:22px}.rsu-consist-status__message:after{position:absolute;content:"";top:5px;left:0;border-radius:7px;width:7px;height:7px}.rsu-consist-status__message+.rsu-consist-status__table{margin-top:18px}.rsu-consist-status__message_error:after{background:linear-gradient(180deg,#d37979,#dd4545)}.rsu-consist-status__message_warn:after{background:linear-gradient(0,#fc8507,#ffa218)}.rsu-consist-status__table+.rsu-consist-status__table{margin-top:12px}.rsu-consist-status__table-head{display:flex;margin-bottom:8px}.rsu-consist-status__table-head-label{font-weight:700;flex-grow:1}.rsu-consist-status__table-body{display:grid;grid-template-columns:1fr auto}.rsu-consist-status__table-body>*{padding:8px 0}.rsu-consist-status__table-body :nth-child(2n){text-align:right}@media (hover){.rsu-consist-status__table-body :nth-child(odd):hover,.rsu-consist-status__table-body :nth-child(odd):hover+*{background:#f7f7f7}}.rsu-consist-status__ok{color:#30b25d}.rsu-consist-status__error{color:#ea3025}.rsu-consist__product:first-child{padding-top:0}.rsu-consist__product:last-child{padding-bottom:0}.rsu-consist__product+.rsu-consist__product{box-shadow:0 -1px #eee}
