.order-form--loading {
  opacity: 0.5;
  pointer-events: none;
}

@media (min-width: 1180px) {
  .order-page__right {
    padding-left: 30px !important;
  }
}
@media (max-width: 1013px) {
  .order-page__right {
    margin-top: 48px;
  }
}
.order-page .message {
  width: 100%;
}

.order-right-block__thin {
  max-width: 475px;
}
@media (max-width: 749px) {
  .order-right-block__thin {
    max-width: none;
  }
}
.order-right-block__form {
  padding: 24px;
  background: #ffffff;
  border: solid 1px #dddddd;
}
@media (max-width: 749px) {
  .order-right-block__form {
    padding: 16px;
  }
}
.order-right-block__block {
  margin-top: 16px;
  font-size: 13px;
  line-height: 1.2;
  color: #909090;
}
.order-right-block__block:first-of-type {
  margin-top: 0;
}
.order-right-block__block--big {
  margin-top: 24px;
}
.order-right-block__title {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  color: #301e03;
}
.order-right-block .error {
  color: #ed1c24;
}
.order-right-block__policy {
  padding: 0 10px;
  margin-top: 16px;
  font-size: 10px;
  line-height: 1.6;
  color: #909090;
  text-align: center;
}
@media (max-width: 1179px) {
  .order-right-block__policy {
    padding: 0;
  }
}
.order-right-block .inner-wrapper-sticky {
  display: flex;
  flex-direction: column;
}

.pay-del {
  display: flex;
  align-items: baseline;
  font-size: 13px;
  line-height: 1.5;
}
.pay-del__title {
  margin-right: 8px;
  font-weight: 600;
  color: #301e03;
}
.pay-del__link {
  font-weight: 500;
  color: #a42a03;
}

.order-basket {
  padding-top: 1px;
}
@media (max-width: 749px) {
  .order-basket {
    margin: 0 -15px;
  }
}
.order-basket__group + .order-basket__group:not(.order-basket__group--narrow) {
  margin-top: 24px;
}
.order-basket__group--border {
  padding-top: 1px;
  padding-bottom: 1px;
  border: 2px solid #a42a03;
  margin-bottom: 1px;
}
.order-basket__group--border .order-basket__item:nth-child(2) {
  position: relative;
  border-top-color: #dddddd;
}
.order-basket__group--border .order-basket__item:nth-child(2):before {
  content: "";
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #ffffff no-repeat center;
  background-image: linear-gradient(#dddddd 0 0), linear-gradient(#dddddd 0 0);
  background-size: 15px 1px, 1px 15px;
}
.order-basket__group--border + .order-basket__group--border {
  margin-top: 20px;
}
@media (max-width: 749px) {
  .order-basket__group--narrow {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.order-basket__group--narrow .order-basket__item {
  padding: 20px 14px 20px 16px;
}
@media (max-width: 749px) {
  .order-basket__group--narrow .order-basket__item {
    padding: 16px 0 32px;
  }
}
.order-basket__head {
  padding: 16px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.23;
  color: #555555;
  background-color: #f5f5f5;
}
.order-basket__head span {
  color: #909090;
}
.order-basket__item {
  padding: 20px 0;
  margin-top: -1px;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
}
@media (max-width: 749px) {
  .order-basket__item {
    padding: 16px 0 32px;
  }
}

.order-basket-item {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  margin: 0 -12px;
}
@media (max-width: 1179px) {
  .order-basket-item {
    margin: 0 -8px;
  }
}
@media (max-width: 749px) {
  .order-basket-item {
    flex-wrap: wrap;
    margin: 0;
  }
}
.order-basket-item__pic, .order-basket-item__info, .order-basket-item__delivery, .order-basket-item__cnt, .order-basket-item__price, .order-basket-item__control, .order-basket-item__back {
  padding: 0 12px;
  box-sizing: content-box;
}
@media (max-width: 1179px) {
  .order-basket-item__pic, .order-basket-item__info, .order-basket-item__delivery, .order-basket-item__cnt, .order-basket-item__price, .order-basket-item__control, .order-basket-item__back {
    padding: 0 8px;
  }
}
@media (max-width: 749px) {
  .order-basket-item__pic, .order-basket-item__info, .order-basket-item__delivery, .order-basket-item__cnt, .order-basket-item__price, .order-basket-item__control, .order-basket-item__back {
    padding: 0;
  }
}
.order-basket-item__pic {
  width: 80px;
  height: 80px;
}
@media (max-width: 749px) {
  .order-basket-item__pic {
    order: 1;
    position: absolute;
    top: 0;
    left: 15px;
  }
}
.delete .order-basket-item__pic {
  width: 40px;
  height: 40px;
}
.delete .order-basket-item__pic img {
  filter: grayscale(1);
  opacity: 0.7;
}
.content .order-basket-item__pic-area {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.content .order-basket-item__pic-area .img-fluid {
  max-height: 100%;
}
.content .order-basket-item__pic-area .no-photo {
  padding: 10%;
}
.order-basket-item__info {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (max-width: 749px) {
  .order-basket-item__info {
    width: 100%;
    padding: 0 15px 0 105px;
    order: 2;
  }
}
.order-basket-item__delivery {
  width: 75px;
  font-size: 13px;
  line-height: 1.38;
  text-align: right;
  color: #909090;
}
@media (max-width: 749px) {
  .order-basket-item__delivery {
    display: flex;
    width: 100%;
    margin-top: 5px;
    padding: 0 15px 0 105px;
    order: 2;
  }
}
.order-basket-item__cnt {
  position: relative;
  width: 110px;
}
@media (max-width: 749px) {
  .order-basket-item__cnt {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    width: 150px;
    order: 4;
    margin-top: 16px;
    padding: 0 0 0 105px;
    z-index: 0;
    font-size: 0;
  }
}
.order-basket-item__cnt .change-to-basket {
  position: relative;
}
.order-basket-item__cnt .change-to-basket__input {
  width: 100%;
  padding: 6px 32px;
  height: 32px;
  font-size: 14px;
  line-height: 1px;
  font-weight: 500;
  color: #301e03;
  border: solid 1px #dddddd;
  border-radius: 16px;
  background-color: #ffffff;
  text-align: center;
}
.order-basket-item__cnt .change-to-basket__control {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 1px;
  width: 30px;
  height: 30px;
  background-color: #f5f5f5;
  cursor: pointer;
  z-index: 2;
}
html:not(.bx-touch) .order-basket-item__cnt .change-to-basket__control:hover .icon, .bx-touch .order-basket-item__cnt .change-to-basket__control:active .icon {
  color: #a42a03;
}
.order-basket-item__cnt .change-to-basket__control:first-of-type {
  left: 1px;
  border-radius: 15px 0 0 15px;
}
.order-basket-item__cnt .change-to-basket__control:last-of-type {
  right: 1px;
  border-radius: 0 15px 15px 0;
}
.order-basket-item__cnt .change-to-basket__control .icon {
  font-size: 10px;
  color: #555555;
}
.order-basket-item__cnt .change-to-basket.disabled {
  pointer-events: none;
}
.order-basket-item__cnt .change-to-basket.disabled .order-basket-item__cnt .change-to-basket__control {
  opacity: 0.8;
}
.order-basket-item__rest {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: 4px;
  text-align: center;
  font-size: 11px;
  line-height: 1;
  color: #909090;
}
@media (max-width: 749px) {
  .order-basket-item__rest {
    padding-left: 105px;
  }
}
.order-basket-item__quantity {
  font-size: 14px;
  line-height: 1.4;
  color: #909090;
  text-align: center;
}
@media (max-width: 749px) {
  .order-basket-item__quantity {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    margin-top: 25px;
    border-left: 1px solid #efefef;
  }
}
.order-basket-item__price {
  width: 105px;
}
@media (max-width: 749px) {
  .order-basket-item__price {
    width: 100%;
    padding: 0 15px 0 105px;
    margin-top: 14px;
    order: 3;
  }
}
.order-basket-item__price .catalog-price {
  height: 20px;
  justify-content: flex-end;
}
@media (max-width: 749px) {
  .order-basket-item__price .catalog-price {
    height: auto;
  }
}
.order-basket-item__price .catalog-price__head {
  margin-bottom: 4px;
}
.order-basket-item__control {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
@media (max-width: 749px) {
  .order-basket-item__control {
    display: flex;
    align-items: center;
    width: 105px;
    order: 5;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 0;
    z-index: 2;
  }
}
.order-basket-item__name-row {
  display: flex;
  align-items: flex-start;
}
.content .order-basket-item__name {
  max-height: 54px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  color: #301e03;
  overflow: hidden;
  text-decoration: none;
}
html:not(.bx-touch) .content .order-basket-item__name:hover, .bx-touch .content .order-basket-item__name:active {
  color: #a42a03;
}
.order-basket-item__article {
  display: block;
  margin-top: 3px;
  font-size: 11px;
  line-height: 1.4;
  color: #909090;
}
.order-basket-item__one-price {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.4;
  color: #909090;
}
@media (max-width: 749px) {
  .order-basket-item__back {
    order: 3;
    width: 100%;
    padding-left: 105px;
    margin-top: 12px;
  }
}
.order-basket-item__back span {
  color: #13a403;
  cursor: pointer;
}
.order-basket-item.disabled .order-basket-item__pic {
  opacity: 0.7;
}
.order-basket-item.disabled .catalog-price__new, .order-basket-item.disabled .catalog-price__old {
  color: #909090;
}

.order-props-block {
  margin-top: 64px;
}
.order-props-block__content {
  padding: 24px;
  border: solid 1px #dddddd;
}
.order-props-block__content .order-props-block__thin {
  max-width: 330px;
}
@media (max-width: 749px) {
  .order-props-block__content .order-props-block__thin {
    max-width: 100%;
  }
}
.order-props-block__thin {
  width: 100%;
  max-width: 475px;
}
@media (max-width: 749px) {
  .order-props-block__thin {
    max-width: 100%;
  }
}
.order-props-block .order-props-block__thin .auth-switch ~ div .form-group:last-of-type {
  margin-bottom: 15px;
}
.order-props-block__desc {
  margin-top: 6px;
  font-size: 11px;
  line-height: 1.4;
  color: #909090;
}
.order-props-block .form-group:last-of-type {
  margin-bottom: 0;
}
.order-props-block .btn-light .hide {
  display: none;
}
.order-props-block .btn-light--grey.loader {
  pointer-events: none;
  border-color: #f5f5f5;
}
.order-props-block .btn-light--grey.loader .hide {
  display: inline-flex;
}
.order-props-block .btn-light--grey.loader span:not(.hide) {
  display: none;
}

.promotional__input {
  position: relative;
}
.promotional__input .form-control {
  padding-right: 100px;
}
.promotional__input button {
  position: absolute;
  top: 1px;
  right: 1px;
  height: 40px;
  padding: 0 12px;
  font-size: 14px;
  line-height: 1.4;
  color: #909090;
  border: none;
  border-radius: 8px;
  background-color: #ffffff;
  cursor: pointer;
}
html:not(.bx-touch) .promotional__input button:hover, .bx-touch .promotional__input button:active {
  color: #555555;
}
.promotional__status {
  margin-top: 5px;
  font-size: 11px;
  line-height: 1.6;
  color: #13a403;
}
.promotional__status.error {
  color: #ed1c24;
}
.promotional__desc {
  margin-top: 5px;
  font-size: 13px;
  line-height: 1.4;
  color: #555555;
}

.btn-delete {
  width: 100%;
  padding: 6px;
  font-size: 0;
  color: #909090;
  box-sizing: content-box;
  cursor: pointer;
  width: 10px;
  height: 10px;
}
@media (max-width: 749px) {
  .btn-delete {
    width: 50%;
    padding: 9px 0;
  }
}
html:not(.bx-touch) .btn-delete:hover, .bx-touch .btn-delete:active {
  color: #a42a03;
}
.btn-delete .icon {
  width: 100%;
  height: 100%;
}
@media (max-width: 749px) {
  .btn-delete .icon {
    font-size: 10px;
    width: 10px;
    height: 10px;
    display: block;
    margin: 0 auto;
  }
}

.btn-favorite {
  width: 100%;
  padding: 4px;
  font-size: 0;
  width: 14px;
  height: 14px;
  color: #909090;
  box-sizing: content-box;
  cursor: pointer;
}
@media (max-width: 749px) {
  .btn-favorite {
    width: 50%;
    padding: 9px 0;
  }
}
.btn-favorite .icon {
  width: 100%;
  height: 100%;
}
@media (max-width: 749px) {
  .btn-favorite .icon {
    font-size: 14px;
    width: 14px;
    height: 14px;
    display: block;
    margin: 0 auto;
  }
}
.btn-favorite .icon--favorite {
  display: none;
}
html:not(.bx-touch) .btn-favorite:hover .icon--heart, .bx-touch .btn-favorite:active .icon--heart {
  color: #909090;
}
.btn-favorite.active {
  color: #a42a03;
}
.btn-favorite.active .icon--heart {
  display: none;
}
.btn-favorite.active .icon--favorite {
  display: block;
}
.btn-favorite.disabled {
  pointer-events: none;
}
.btn-favorite + .btn-delete {
  margin-top: 14px;
}
@media (max-width: 749px) {
  .btn-favorite + .btn-delete {
    margin-top: 0;
  }
}

.order-delivery__item ~ .order-delivery__item {
  margin-top: 16px;
}
.order-delivery__item .radio-custom {
  display: block;
}
.order-delivery__item .radio-custom input[type=radio]:checked + .order-delivery__line {
  border-color: #a42a03;
}
.order-delivery__item .radio-custom input[type=radio]:checked + .order-delivery__line:after {
  top: 19px;
  left: 19px;
}
.order-delivery__item .radio-custom input[type=radio]:checked + .order-delivery__line .order-delivery__name {
  color: #a42a03;
}
.order-delivery__item .radio-custom .check-custom span:before {
  border-radius: 2px;
}
.order-delivery__more {
  padding: 12px;
  margin-top: 16px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.23;
  text-align: center;
  color: #555555;
  border: solid 1px #dddddd;
  cursor: pointer;
}
html:not(.bx-touch) .order-delivery__more:hover, .bx-touch .order-delivery__more:active {
  border-color: #a42a03;
  color: #a42a03;
}
.order-delivery__more em {
  font-style: normal;
  color: #909090;
}
.order-delivery__more span + span {
  display: none;
}
.open .order-delivery__more span {
  display: none;
}
.open .order-delivery__more span + span {
  display: inline;
}
.order-delivery__toggle {
  display: none;
  margin-top: 16px;
}
.open .order-delivery__toggle {
  display: block;
}
.radio-custom .order-delivery__line {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 16px 16px 16px 24px;
  border: solid 1px #dddddd;
}
.radio-custom .order-delivery__line * {
  font-style: normal;
}
.radio-custom .order-delivery__line:before {
  top: 16px;
  left: 16px;
}
.radio-custom .order-delivery__line.error {
  border-color: #ed1c24;
}
.order-delivery__left {
  padding: 0 20px;
}
@media (max-width: 749px) {
  .order-delivery__right {
    display: none;
  }
}
.order-delivery__right > em {
  display: block;
}
.order-delivery__name {
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.14;
}
.order-delivery__attention, .content .order-delivery__attention a {
  color: #ed1c24;
  font-size: 12px;
  white-space: pre-line;
}
html:not(.bx-touch) .order-delivery__attention:hover, .bx-touch .order-delivery__attention:active, html:not(.bx-touch) .content .order-delivery__attention a:hover, .bx-touch .content .order-delivery__attention a:active {
  color: #ed1c24;
}
.order-delivery__price {
  font-size: 13px;
  line-height: 1.54;
  font-weight: 500;
  text-align: right;
}
.order-delivery__time {
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.54;
  text-align: right;
  color: #909090;
}
.order-delivery__date {
  display: none;
}
@media (max-width: 749px) {
  .order-delivery__date {
    display: block;
    margin-top: 16px;
  }
}
.order-delivery__date > em {
  display: block;
}
.order-delivery__map {
  font-size: 14px;
  line-height: 1;
}

.delivery-cities {
  display: flex;
  flex-wrap: wrap;
  margin: 16px -8px -8px;
}
.delivery-cities__item {
  pointer-events: bounding-box;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 8px;
}
@media (max-width: 529px) {
  .delivery-cities__item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
html:not(.bx-touch) .delivery-cities__item:hover .pseudo-link, .bx-touch .delivery-cities__item:active .pseudo-link {
  border-bottom: none;
}
.delivery-cities__name.pseudo-link {
  font-size: 11px;
  font-weight: 500;
  line-height: 1.45;
  color: #301e03;
}
.delivery-cities__time {
  display: block;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.45;
  color: #301e03;
}

.radio-custom.radio-profile span {
  font-size: 15px;
  font-weight: 500;
}
.radio-custom.radio-profile span em {
  display: block;
  margin-top: 2px;
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  color: #909090;
}

.picked-for-you {
  margin-top: 64px;
  padding: 20px;
  background-color: #f5f5f5;
}
@media (max-width: 1013px) {
  .picked-for-you {
    order: -1;
    margin: 0 0 48px 0;
  }
}
@media (max-width: 529px) {
  .picked-for-you {
    padding: 20px 16px;
  }
}
.picked-for-you__head {
  margin-bottom: 20px;
}
.picked-for-you__title {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
  color: #301e03;
}
@media (max-width: 529px) {
  .picked-for-you__title {
    font-size: 15px;
  }
}
.picked-for-you__slider {
  white-space: nowrap;
  overflow: hidden;
  border: solid 1px #dddddd;
  background-color: #ffffff;
  font-size: 0;
}
@media (min-width: 750px) and (max-width: 1013px) {
  .picked-for-you__slider .owl-item.active + .owl-item.active {
    border-left: solid 1px #dddddd;
  }
}
.picked-for-you__slide {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
@media (min-width: 750px) and (max-width: 1013px) {
  .picked-for-you__slide {
    width: 50%;
  }
  .owl-item .picked-for-you__slide {
    width: 100%;
  }
  .picked-for-you__slide + .picked-for-you__slide {
    border-left: solid 1px #dddddd;
  }
  .owl-item .picked-for-you__slide + .picked-for-you__slide {
    border-left: none;
  }
}

.picked-for-you-item__area {
  display: flex;
  padding: 15px;
  white-space: normal;
}
@media (max-width: 529px) {
  .picked-for-you-item__area {
    padding: 10px;
  }
}
.content .picked-for-you-item__area {
  text-decoration: none;
  color: #301e03;
}
html:not(.bx-touch) .content .picked-for-you-item__area:hover, .bx-touch .content .picked-for-you-item__area:active {
  color: #301e03;
}
html:not(.bx-touch) .content .picked-for-you-item__area:hover .picked-for-you-item__name, .bx-touch .content .picked-for-you-item__area:active .picked-for-you-item__name {
  color: #a42a03;
}
.picked-for-you-item + .picked-for-you-item {
  border-top: 1px solid #dddddd;
}
.picked-for-you-item__left {
  padding-right: 10px;
}
.picked-for-you-item__pic-area {
  display: flex;
  position: relative;
  width: 80px;
  height: 80px;
}
@media (min-width: 1014px) and (max-width: 1179px) {
  .picked-for-you-item__pic-area {
    width: 70px;
    height: 70px;
  }
}
@media (min-width: 530px) and (max-width: 749px) {
  .picked-for-you-item__pic-area {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 529px) {
  .picked-for-you-item__pic-area {
    width: 70px;
    height: 70px;
  }
}
.picked-for-you-item__right {
  flex-grow: 1;
}
.picked-for-you-item__name {
  display: block;
  height: 48px;
  overflow: hidden;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}
.picked-for-you-item__controls {
  display: block;
  padding-top: 15px;
  margin-top: 10px;
  border-top: 1px solid #dddddd;
}
.picked-for-you-item__controls .catalog-price__head {
  margin-bottom: 0;
}
.picked-for-you-item__controls .catalog-price__new {
  font-size: 18px;
}
.content .picked-for-you-item__controls .btn-skew {
  padding: 10px 14px;
}
.content .picked-for-you-item__controls .btn-skew.in-basket {
  pointer-events: none;
}
.content .picked-for-you-item__controls .btn-skew .icon {
  font-size: 20px;
}

.picked-for-you-modal {
  counter-reset: num;
}
.picked-for-you-modal .h4 {
  margin: 35px 0 18px;
}
.picked-for-you-modal .h4:before {
  content: counter(num) ". ";
  counter-increment: num;
}
.picked-for-you-modal .h4:first-of-type {
  margin-top: 0;
}
.mfp-content .picked-for-you-modal .btn-skew {
  margin-top: 30px;
}

.order-empty {
  display: flex;
  align-items: center;
  margin-bottom: 85px;
  padding-top: 20px;
}
@media (max-width: 1013px) {
  .order-empty {
    text-align: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 749px) {
  .content .order-empty h1 {
    font-size: 24px;
    line-height: 1;
  }
}
.order-empty__info {
  flex-basis: 55%;
  order: 1;
}
@media (max-width: 1013px) {
  .order-empty__info {
    order: 2;
    flex-basis: 100%;
  }
}
@media (max-width: 529px) {
  .content .order-empty__info .btn-skew {
    width: calc(100% - 10px);
    margin: 0 auto;
  }
}
@media (max-width: 749px) {
  .order-empty__info .btn-skew + .btn-skew {
    margin-top: 8px;
  }
}
.order-empty__gif {
  height: 350px;
  position: relative;
  flex-basis: 45%;
  order: 2;
}
@media (max-width: 1013px) {
  .order-empty__gif {
    height: 264px;
    order: 1;
    flex-basis: 100%;
    margin-bottom: 80px;
  }
}
@media (max-width: 749px) {
  .order-empty__gif {
    margin-bottom: 55px;
    height: 205px;
  }
}
.order-empty__gif .icon--bg-404 {
  position: absolute;
  right: -15px;
  bottom: -5px;
  z-index: 2;
  font-size: 307px;
}
@media (max-width: 1013px) {
  .order-empty__gif .icon--bg-404 {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    font-size: 232px;
  }
}
@media (max-width: 749px) {
  .order-empty__gif .icon--bg-404 {
    font-size: 175px;
  }
}
.order-empty__gif .img-fluid {
  z-index: 3;
  position: absolute;
  width: 360px;
  height: 350px;
  bottom: -5px;
  right: 5px;
}
@media (max-width: 1013px) {
  .order-empty__gif .img-fluid {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 272px;
    height: 264px;
  }
}
@media (max-width: 749px) {
  .order-empty__gif .img-fluid {
    width: 205px;
    height: 199px;
  }
}
.order-empty__text {
  max-width: 455px;
  font-size: 16px;
  line-height: 1.5;
  color: #301e03;
  margin-bottom: 35px;
  padding-top: 5px;
}
@media (max-width: 1013px) {
  .order-empty__text {
    max-width: 550px;
    margin: 0 auto 35px;
    font-size: 14px;
    line-height: 1.71;
  }
}
