.zakazy {
  padding-top: 0px;
}
.order-item {
  box-shadow: inset 0 0 0 1px #dfdfeb;
  margin-bottom: 20px;
  border-radius: 6px;
  flex-direction: column!important;
}
.order-item__wrap {
  padding: 15px 20px 20px;
}
.order-item__title {
  font-size: 17px;
  line-height: 20px;
  font-weight: 600;
  margin: 0 0 8px;
}
.order-item__text {
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 10px;
}
.order-item__text .row {
  margin-bottom: 10px;
}
.order-item__text dl {
  margin: 0 0 3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.order-item__text dt {
  margin: 0;
  padding: 0;
  color: #91919c;
  font-weight: normal;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 130px;
  -ms-flex: 0 0 130px;
  flex: 0 0 130px;
}
.order-item__text dd {
  padding: 0;
  color: #464650;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.order-item__more {
  font-size: 13px;
}
.order-item__aside {
  background: #636372;
  color: #fff;
  text-align: center;
  height: 100%;
  padding: 15px 20px 20px;
  border-radius: 0 0 6px 6px;
}
.order-item__price {
  font-weight: 600;
  font-size: 28px;
  line-height: 31px;
  margin: 0 0 8px;
}
.order-item__button {
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
  max-width: 200px;
}
.order-item__button a {
  font-size: 14px;
}
.order-item__aside a {
  color: #fff;
}
.order-item__old-price {
  text-decoration: line-through;
  font-size: 15px;
  line-height: 18px;
  margin: 0 0 11px;
}
.order-item__button {
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
  max-width: 200px;
}
.order-item__help {
  font-size: 15px;
  line-height: 18px;
}
.order-item__help a {
  opacity: 0.7;
  color: #FFF;
}
.order-item__button-sep {
  font-size: 13px;
  line-height: 16px;
  margin: 0;
  padding: 10px 0;
}
.paging-block {
  padding: 20px 0;
  border-bottom: 1px solid #dfdfeb;
}
.test {
  /*for commit*/
}
.border-block {
  border: none!important;
}
.order-item__main {
  border-top: 1px solid #dfdfeb;
  background: #f6f6f6;
  color: #636372;
  padding: 15px 20px;
  font-size: 15px;
  line-height: 18px;
  margin: 0 1px;
  word-break: break-word;
}
.order-item__main p {
  margin-bottom: 10px;
}
.order-item__main .title {
  margin: 0 0 8px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  text-align: left;
}
.contents {
  margin-bottom: 40px;
}
.order-item__footer {
  background: #636372;
  color: #fff;
  border-radius: 0 0 6px 6px;
  padding: 20px 40px;
  text-align: center;
}
.order-item__footer .btn {
  width: 200px;
}
.order-item__footer .footer-price {
  display: block;
  margin: 5px 14px 10px 0;
  margin-bottom: 10px;
  text-align: center;
}
.order-item__footer .old-price {
  display: inline-block;
  vertical-align: top;
  text-decoration: line-through;
  font-size: 15px;
  line-height: 18px;
  margin: 11px 0 0 0;
}
.order-item__footer .price {
  display: inline-block;
  vertical-align: top;
  font-weight: 500;
  font-size: 28px;
  line-height: 31px;
  margin: 0 0 0 3px;
}
.order-item.inner .finded-item__aside {
  border-radius: 0;
  padding-bottom: 28px;
}
.order-item.inner .order-item__button {
  margin-top: 0;
  margin-bottom: 0;
}
.order-item.inner .order-item__title {
  font-size: 19px;
  line-height: 23px;
  margin: 0 0 18px;
}
.order-item.inner .order-item__text {
  font-size: 15px;
  line-height: 18px;
}
.order-item.inner .order-item__text dl {
  margin-bottom: 2px;
}
.text-title {
  color: #91919c;
}
.user-review {
  padding: 18px 20px;
  font-size: 15px;
  line-height: 1.5;
}
.user-review:not(:last-child) {
  border-bottom: none;
}
.user-review__inner {
  position: relative;
  padding-left: 52px;
}
.user-review__inner:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 35px;
  height: 32px;
  background: url("/img/redesign/slk/message-big.svg") no-repeat center center;
  background-size: contain;
}
.user-review__text {
  color: #464650;
  padding-top: 2px;
  margin-bottom: 7px;
}
.user-review__info {
  color: #A8B2C5;
}
/*# sourceMappingURL=redesign-zakazy.css.map */