

/* Start:/local/components/teamprofi/order.tpl/templates/base/style.css?175883155629894*/
.order-form {
  padding-top: 48px;
}
@media (max-width: 767px) {
  .order-form {
    padding-top: 32px;
  }
}
.order-form--edit {
  padding-top: 0;
}
.order-form__title {
  padding-bottom: 35px;
}
@media (max-width: 1023px) {
  .order-form__title {
    border-bottom: 1px solid #efefef;
  }
}
@media (max-width: 767px) {
  .order-form__title {
    padding-bottom: 20px;
  }
}
.order-form__basket-list {
  cursor: pointer;
  position: relative;
}
.order-form__basket-list .icon {
  transition: transform 0.1s ease-out;
}
.order-form__basket-list.open .icon {
  transform: rotateZ(180deg);
}
@media (max-width: 767px) {
  .order-form__basket-base {
    margin-right: 6px;
  }
}
.order-form__active-basket {
  white-space: nowrap;
}
.order-form--loading {
  opacity: 0.5;
  pointer-events: none;
}

@media (max-width: 1023px) {
  .order-page {
    margin-top: 36px;
  }
}
@media (min-width: 1280px) {
  .order-page__left {
    margin-right: 30px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .order-page__left {
    margin-right: 10px;
  }
}
.order-page__left .empty-basket {
  margin: 0;
}
@media (min-width: 1280px) {
  .order-page__left .order-completed-basket__quantity {
    padding-left: 80px;
  }
}
@media (min-width: 1280px) {
  .order-page__left .pic-current {
    width: 298px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .order-page__left .pic-current {
    width: 190px;
  }
}
@media (min-width: 1280px) {
  .order-page__left .pic-current__item:nth-child(4) {
    display: none;
  }
}
@media (min-width: 1280px) {
  .order-page__left .order-current__price {
    padding-right: 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .order-page__left .order-current__price {
    padding-right: 80px;
  }
}
@media (max-width: 1023px) {
  .order-page__right {
    margin-top: 64px;
  }
}
@media (max-width: 767px) {
  .order-page__right {
    margin-top: 48px;
  }
}
.order-page__right .order-current__number, .order-page__right .order-current__price {
  display: none;
}
.order-page__right .order-current__mobile {
  display: block;
}
.order-page__right .order-current__pic {
  width: 100%;
}
.order-page__right .order-current__hints {
  left: 26px;
}
@media (max-width: 1279px) {
  .order-page__right .order-current__hints {
    left: 22px;
  }
}
@media (max-width: 1279px) {
  .order-page__right .pic-current {
    width: 300px;
  }
}
.order-page__right .pic-current__item:nth-child(3) {
  display: inline-block;
}
.order-page__right .order-completed-basket__row {
  display: block;
}
.order-page__right .order-completed-basket__row--basket .order-completed-basket__info {
  width: auto;
}
@media (max-width: 1279px) {
  .order-page__right .order-completed-basket__row--basket .order-completed-basket__info {
    padding-top: 15px;
  }
}
.order-page__right .order-completed-basket__row--basket .order-completed-basket__pic {
  height: auto;
  padding: 32px 20px 0 24px;
  width: 123px;
  vertical-align: top;
}
@media (max-width: 1279px) {
  .order-page__right .order-completed-basket__row--basket .order-completed-basket__pic {
    width: 82px;
    min-width: 82px;
    padding: 32px 10px 0 10px;
  }
}
.order-page__right .order-completed-basket__row--basket .order-completed-basket__name {
  height: auto;
  align-items: start;
  font-size: 14px;
  line-height: 17px;
  padding-right: 10px;
}
.order-page__right .order-completed-basket__row--basket .order-completed-basket__artnumber {
  margin-top: 10px;
}
.order-page__right .order-completed-basket__row--basket .order-completed-basket__quantity {
  padding-left: 124px;
  display: block;
  margin-bottom: 24px;
  margin-top: 7px;
}
@media (max-width: 1279px) {
  .order-page__right .order-completed-basket__row--basket .order-completed-basket__quantity {
    padding-left: 82px;
  }
}
.order-page__right .order-completed-basket__row--basket .order-completed-basket__price {
  padding-right: 30px;
  display: block;
  padding-left: 124px;
  padding-bottom: 24px;
}
.order-page__right .order-completed-basket__row--basket .order-completed-basket__price .prices {
  align-items: start;
}
@media (max-width: 1279px) {
  .order-page__right .order-completed-basket__row--basket .order-completed-basket__price {
    padding-left: 82px;
  }
}
.order-page__right .order-completed-basket__row--basket .order-completed-basket__control {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-bottom: 18px;
  width: 64px;
}
.order-page .orders-current {
  margin-bottom: 48px;
}
.order-page .order-current__delivery--future {
  display: none;
}
.order-page .order-current__foot--future .repeat-future-basket {
  color: #ffffff;
  background-color: #15b742;
  padding: 12px 20px;
}
html:not(.bx-touch) .order-page .order-current__foot--future .repeat-future-basket:hover, html.bx-touch .order-page .order-current__foot--future .repeat-future-basket:active {
  background-color: #129e39;
}
@media (max-width: 1023px) {
  .order-page .order-current__foot--future .repeat-future-basket {
    padding: 16px 26px;
  }
}

.order-page-title {
  font-family: "RotondaC", sans-serif;
  margin-top: 64px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .order-page-title {
    margin-top: 48px;
    margin-bottom: 24px;
  }
}
.order-right-block__block + .order-page-title {
  margin-top: 0;
}
.order-page-title__name {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.35;
  letter-spacing: 0.72px;
  color: #262626;
}
@media (max-width: 1023px) {
  .order-page-title__name {
    font-size: 22px;
  }
}
.order-page-title__name span {
  font-weight: 400;
  color: #7a7a7a;
}
.order-page-title__link {
  display: inline-block;
  vertical-align: middle;
  padding: 3px 0;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.42px;
  color: #7a7a7a;
  cursor: pointer;
}
html:not(.bx-touch) .order-page-title__link:hover, html.bx-touch .order-page-title__link:active {
  color: #6e6e6e;
}
.order-page-title__link--real {
  color: #15b742;
}
html:not(.bx-touch) .order-page-title__link--real:hover, html.bx-touch .order-page-title__link--real:active {
  color: #15b742;
}
.order-page-title__link--delete {
  color: #fc6a6f;
}
html:not(.bx-touch) .order-page-title__link--delete:hover, html.bx-touch .order-page-title__link--delete:active {
  color: #ec1d24;
}
.order-page-title__note {
  font-family: "Cera Round", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
}

.order-basket {
  padding-top: 1px;
}
@media (max-width: 767px) {
  .order-basket {
    margin: 0 -15px;
  }
}
.order-basket__item {
  padding: 24px 0 17px;
  margin-top: -1px;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}
@media (max-width: 767px) {
  .order-basket__item {
    padding: 40px 0 0;
  }
}
.order-basket__item.final {
  height: 122px;
  padding: 24px 0;
}
@media (max-width: 767px) {
  .order-basket__item.final {
    height: auto;
    padding: 40px 0 27px;
  }
}
.order-basket__item.delete {
  padding: 20px 0;
}

.order-basket-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  margin: 0 -10px;
}
@media (max-width: 1279px) {
  .order-basket-item {
    margin: 0 -8px;
  }
}
@media (max-width: 767px) {
  .order-basket-item {
    flex-wrap: wrap;
    margin: 0;
  }
}
.final .order-basket-item, .delete .order-basket-item {
  align-items: center;
}
.order-basket-item__pic, .order-basket-item__info, .order-basket-item__cnt, .order-basket-item__price, .order-basket-item__control, .order-basket-item__back {
  padding: 0 10px;
  box-sizing: content-box;
}
@media (max-width: 1279px) {
  .order-basket-item__pic, .order-basket-item__info, .order-basket-item__cnt, .order-basket-item__price, .order-basket-item__control, .order-basket-item__back {
    padding: 0 8px;
  }
}
@media (max-width: 767px) {
  .order-basket-item__pic, .order-basket-item__info, .order-basket-item__cnt, .order-basket-item__price, .order-basket-item__control, .order-basket-item__back {
    padding: 0;
  }
}
.order-basket-item__checkbox {
  align-self: center;
}
.order-basket-item__checkbox .ckeck-custom {
  display: block;
  padding: 10px;
}
.order-basket-item__checkbox .ckeck-custom span {
  width: 20px;
  height: 20px;
  padding: 0;
}
.order-basket-item__pic {
  width: 72px;
  height: 72px;
}
@media (max-width: 767px) {
  .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;
}
.order-basket-item__pic-area {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  overflow: hidden;
}
.order-basket-item__pic-area .discount {
  position: absolute;
  top: 0;
  left: 0;
}
.order-basket-item__pic-area .img-fluid {
  max-height: 100%;
}
.order-basket-item__info {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (max-width: 767px) {
  .order-basket-item__info {
    width: 100%;
    padding: 0 15px 0 105px;
    order: 2;
  }
  .final .order-basket-item__info {
    min-height: auto;
  }
}
.order-basket-item__cnt {
  width: 124px;
}
@media (max-width: 1279px) {
  .order-basket-item__cnt {
    width: 116px;
  }
}
@media (max-width: 767px) {
  .order-basket-item__cnt {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    order: 4;
    padding: 0 15px 0 105px;
    z-index: 0;
    font-size: 0;
  }
  .final .order-basket-item__cnt {
    margin-top: 12px;
    order: 3;
  }
  .order-basket-item__cnt:before {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 46px;
    left: 0;
    height: 1px;
    background-color: #efefef;
    z-index: 100;
  }
  .final .order-basket-item__cnt:before {
    content: none;
  }
}
@media (max-width: 767px) {
  .order-basket-item__cnt .change-to-basket {
    margin: 25px -15px 0 0;
    overflow: hidden;
  }
}
.order-basket-item__cnt .change-to-basket__input {
  padding: 5px 32px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  border-radius: 8px;
  border: solid 1px #c4c4c4;
  box-shadow: none;
}
html.bx-touch .order-basket-item__cnt .change-to-basket__input:not(.no-touch-style) {
  padding: 9px 32px;
}
@media (max-width: 767px) {
  html.bx-touch .order-basket-item__cnt .change-to-basket__input:not(.no-touch-style) {
    padding: 13px 46px;
    border: none;
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .order-basket-item__cnt .change-to-basket__input {
    padding: 13px 46px;
    border: none;
    border-left: 1px solid #efefef;
    border-radius: 0;
  }
}
.order-basket-item__cnt .change-to-basket__control {
  width: 32px;
}
@media (max-width: 767px) {
  .order-basket-item__cnt .change-to-basket__control {
    width: 46px;
  }
}
.order-basket-item__cnt .change-to-basket__control .icon {
  font-size: 14px;
}
.order-basket-item__cnt .unit-block {
  margin-top: 12px;
}
@media (max-width: 767px) {
  .order-basket-item__cnt .unit-block {
    margin-top: 15px;
  }
}
.order-basket-item__cnt .unit-block__item {
  width: 50%;
}
html.bx-touch .order-basket-item__cnt .unit-block__item:not(.no-touch-style) {
  width: 50%;
}
@media (max-width: 767px) {
  .order-basket-item__cnt .unit-block__item {
    position: relative;
  }
}
.order-basket-item__cnt .unit-block__desc {
  bottom: auto;
  top: 100%;
  margin: 4px 0 0;
}
@media (max-width: 767px) {
  .order-basket-item__cnt .unit-block__desc {
    top: auto;
    bottom: 100%;
    margin: 0 0 11px;
  }
}
.order-basket-item__quantity {
  font-size: 16px;
  line-height: 1.4;
  color: #7a7a7a;
  text-align: center;
}
@media (max-width: 767px) {
  .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: 115px;
}
@media (max-width: 767px) {
  .order-basket-item__price {
    width: 100%;
    padding: 0 15px 0 105px;
    margin-top: 14px;
    order: 3;
  }
}
.order-basket-item__price .prices {
  align-items: flex-end;
}
@media (max-width: 767px) {
  .order-basket-item__price .prices {
    align-items: flex-start;
  }
}
@media (min-width: 1280px) {
  .order-basket__item:not(.final) .order-basket-item__price .prices__promo {
    order: 2;
    margin: 5px 0 0;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .order-basket__item:not(.final) .order-basket-item__price .prices__promo {
    order: 2;
    margin: 5px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .order-basket__item:not(.final) .order-basket-item__price .prices__promo {
    order: 2;
    margin: 5px 0 0;
  }
}
.final .order-basket-item__price .prices__cur {
  font-size: 18px;
  font-weight: 500;
}
.final .order-basket-item__price .prices__cur em {
  font-size: 14px;
  line-height: 14px;
}
.order-basket-item__price .prices__discount {
  display: none;
}
@media (min-width: 1280px) {
  .order-basket__item:not(.final) .order-basket-item__price .prices__actual {
    order: 1;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .order-basket__item:not(.final) .order-basket-item__price .prices__actual {
    order: 1;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .order-basket__item:not(.final) .order-basket-item__price .prices__actual {
    order: 1;
  }
}
.order-basket-item__price .prices__unit {
  display: none;
}
.order-basket-item__control {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
@media (max-width: 767px) {
  .order-basket-item__control {
    display: flex;
    justify-content: center;
    width: 105px;
    order: 5;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 0;
    border-right: 1px solid #efefef;
  }
  .order-basket-item.disabled .order-basket-item__control {
    border-right: 1px solid #efefef;
  }
}
.order-basket-item__name-row {
  display: flex;
  align-items: flex-start;
}
.order-basket-item__name-row .daily-limit {
  margin: 4px 0 0 6px;
}
@media (max-width: 767px) {
  .order-basket-item__name-row .daily-limit {
    display: none;
  }
}
.order-basket-item__name-row .question {
  margin: 4px 0 0 12px;
}
.order-basket-item__name-row .question__ico {
  background-color: rgba(237, 110, 70, 0.1);
  color: #ed6e46;
  cursor: pointer;
}
.order-basket-item__name {
  max-height: 46px;
  font-family: "RotondaC", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.48px;
  color: #262626;
  overflow: hidden;
}
html:not(.bx-touch) .order-basket-item__name:hover, html.bx-touch .order-basket-item__name:active {
  text-decoration: none;
  color: #15b742;
}
.order-basket-item__one-price {
  display: block;
  margin-top: 14px;
  font-size: 16px;
  line-height: 1.4;
  color: #7a7a7a;
}
.order-basket-item__one-price .currency:before {
  font-size: 16px;
  line-height: 1.4;
  padding-left: 6px;
}
.order-basket-item__daily-limit {
  display: none;
}
@media (max-width: 767px) {
  .order-basket-item__daily-limit {
    display: block;
    width: 100%;
    padding: 0 15px 0 105px;
    margin-top: 17px;
    order: 3;
  }
}
@media (max-width: 767px) {
  .order-basket-item__back {
    order: 3;
    width: 100%;
    padding-left: 105px;
    margin-top: 12px;
  }
}
.order-basket-item__back span {
  color: #15b742;
  cursor: pointer;
}
.order-basket-item.disabled .order-basket-item__pic {
  opacity: 0.7;
}
.order-basket-item.disabled .prices__cur, .order-basket-item.disabled .prices__old {
  color: #c4c4c4;
}
.order-basket-item__one-promo {
  display: inline-flex;
  align-items: center;
  color: #ec1d24;
}
.order-basket-item__one-promo .icon {
  margin: 0 4px;
  font-size: 16px;
}

.btn-favorite {
  width: 100%;
  padding: 2px;
  font-size: 0;
  width: 18px;
  height: 18px;
  color: #c4c4c4;
  box-sizing: content-box;
  cursor: pointer;
}
@media (max-width: 767px) {
  .btn-favorite {
    width: 50%;
    padding: 14px 0;
  }
}
.btn-favorite .icon {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .btn-favorite .icon {
    font-size: 18px;
    width: 18px;
    height: 18px;
    display: block;
    margin: 0 auto;
  }
}
.btn-favorite .icon--favorite {
  display: none;
}
html:not(.bx-touch) .btn-favorite:hover .icon--heart, html.bx-touch .btn-favorite:active .icon--heart {
  color: #909090;
}
.btn-favorite.active {
  color: #15b742;
}
.btn-favorite.active .icon--heart {
  display: none;
}
.btn-favorite.active .icon--favorite {
  display: block;
}
.btn-favorite.disabled {
  pointer-events: none;
}

.order-right-block {
  max-width: 450px;
}
.order-right-block__form {
  border-radius: 12px;
  border: solid 1px #efefef;
}
@media (max-width: 1023px) {
  .order-right-block__form {
    border: none;
  }
}
@media (max-width: 1023px) {
  .content .order-right-block__form .btn.btn--form {
    border-radius: 24px;
  }
  html.bx-touch .content .order-right-block__form .btn.btn--form:not(.no-touch-style) {
    border-radius: 28px;
  }
}
.order-right-block__head {
  padding: 20px 24px;
  border-bottom: solid 1px #efefef;
}
@media (max-width: 1279px) {
  .order-right-block__head {
    padding: 20px;
  }
}
.order-right-block__content {
  padding: 28px 24px;
}
@media (max-width: 1279px) {
  .order-right-block__content {
    padding: 28px 20px;
  }
}
@media (max-width: 1023px) {
  .order-right-block__content {
    padding: 0 0 30px;
  }
}
.order-right-block__block {
  padding-bottom: 25px;
  margin-bottom: 31px;
  border-bottom: 1px solid #efefef;
  font-size: 14px;
  line-height: 1.4;
}
@media (max-width: 1023px) {
  .order-right-block__block {
    padding-bottom: 35px;
    font-size: 16px;
  }
  .order-right-block__block .get-order-line .icon {
    top: 4px;
  }
  .order-right-block__block .get-order-line__title {
    font-size: 16px;
  }
}
.order-right-block__block--thin {
  margin-top: -11px;
  padding-bottom: 20px;
}
.order-right-block__block--no-border {
  margin-bottom: 36px;
  padding-bottom: 0;
  border-bottom: none;
}
.order-right-block__block:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.order-right-block__block .change-text {
  margin-left: 12px;
  font-size: 12px;
  line-height: 1.4;
  font-style: normal;
  color: #7a7a7a;
}
.order-right-block__block-head {
  margin-bottom: 20px;
  font-size: 0;
}
.order-right-block__title {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .order-right-block__title--adaptive {
    font-family: "RotondaC", sans-serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.72px;
  }
}
.order-right-block__question {
  position: relative;
}
.order-right-block__question .question {
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 1px;
}
.order-right-block__link {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.42px;
  color: #15b742;
  cursor: pointer;
}
html:not(.bx-touch) .order-right-block__link:hover, html.bx-touch .order-right-block__link:active {
  color: #129e39;
}
@media (max-width: 1023px) {
  .order-right-block__link {
    line-height: 1.2;
  }
}
.order-right-block .error {
  color: #fc6a6f;
}
.order-right-block__policy {
  padding: 0 10px;
  margin-top: 16px;
  font-size: 12px;
  line-height: 1.3;
  color: #7a7a7a;
  text-align: center;
}
@media (max-width: 1279px) {
  .order-right-block__policy {
    padding: 0;
  }
}
.order-right-block__price-text {
  font-size: 12px;
  line-height: 1.3;
  color: #7a7a7a;
}
.order-right-block__cancel {
  margin-top: 12px;
}
.order-right-block__cancel span {
  display: block;
  padding: 12px 0;
  text-align: center;
  font-size: 12px;
  line-height: 1.3;
  color: #fc6a6f;
  cursor: pointer;
}
html:not(.bx-touch) .order-right-block__cancel span:hover, html.bx-touch .order-right-block__cancel span:active {
  color: #ec1d24;
}
.order-right-block__text {
  font-size: 14px;
  line-height: 16px;
  color: #262626;
}
.order-right-block__text span {
  color: #15b742;
}
.order-right-block__postamat-warning {
  color: #ed6e46;
}

.promotional {
  position: relative;
  margin-top: 18px;
}
.promotional__input {
  position: relative;
}
.promotional__input .form-control {
  padding-right: 100px;
}
.promotional__input .form-control:disabled + button {
  color: #15b742;
  background-color: transparent;
}
html:not(.bx-touch) .promotional__input .form-control:disabled + button:hover, html.bx-touch .promotional__input .form-control:disabled + button:active {
  color: #129e39;
}
.promotional__input button {
  position: absolute;
  top: 2px;
  right: 1px;
  height: 47px;
  padding: 0 12px;
  font-family: "RotondaC", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.42px;
  color: #7a7a7a;
  border: none;
  border-radius: 8px;
  background-color: #ffffff;
  cursor: pointer;
}
html:not(.bx-touch) .promotional__input button:hover, html.bx-touch .promotional__input button:active {
  color: #6e6e6e;
}
.promotional__status {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.4;
  color: #15b742;
}
.promotional__status.error {
  color: #ec1d24;
}
.promotional__desc {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.4;
  color: #fc6a6f;
}

.order-amount-progress {
  margin: 24px 0;
  padding: 12px;
  background-color: #f9f9f9;
  border-radius: 8px;
  cursor: pointer;
}
.order-amount-progress__title {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 1.4;
}
.order-amount-progress__title span {
  font-weight: 700;
}
.order-amount-progress__title .question__ico {
  cursor: pointer;
}
.order-amount-progress__line {
  position: relative;
  height: 6px;
  border-radius: 3px;
  background-color: #efefef;
}
.order-amount-progress__counter {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 3px;
  background-color: #15b742;
}

.progress-bar-rapid__price {
  font-family: "Cera Round", Arial, Helvetica, sans-serif;
  font-size: 17px;
  letter-spacing: 0;
  margin-left: 6px;
  padding: 0 6px 1px 6px;
  background-color: #ffdf6d;
  border-radius: 16px;
  color: #352911;
}

.progress-bar-rapid-item {
  margin-bottom: 24px;
}
.progress-bar-rapid-item:last-child {
  margin-bottom: 0;
}
.progress-bar-rapid-item__title {
  display: flex;
  margin-bottom: 6px;
}
.progress-bar-rapid-item__title .icon {
  margin: 2px 6px 0 0;
  font-size: 16px;
  color: #c4c4c4;
}

.header__bottom .order-amount-progress {
  margin: 0;
  padding: 8px 0 0 0;
  background-color: #ffffff;
  border-radius: 0;
}
.header__bottom .order-amount-progress__title {
  justify-content: start;
  margin: 0 0 8px 0;
}
.header__bottom .order-amount-progress__line {
  height: 4px;
}
.header__bottom .order-amount-progress__title-block {
  padding-left: 47px;
  padding-right: 47px;
}
@media (max-width: 1023px) {
  .header__bottom .order-amount-progress__title-block {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .header__bottom .order-amount-progress__title-block {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.header__bottom .order-amount-progress__counter {
  border-radius: 0;
}

.order-timer {
  display: flex;
  align-items: center;
  font-size: 0;
}
.order-timer__counter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  margin-right: 16px;
  border: solid 2px #addeba;
  border-radius: 50%;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}
.order-timer__counter span {
  display: block;
  font-size: 10px;
  line-height: 1;
  color: #7a7a7a;
}
.order-timer__counter.expired {
  border-color: #fc6a6f;
}
.order-timer__text {
  font-size: 14px;
  line-height: 1.4;
}

.order-props-block {
  padding-top: 1px;
  margin-top: 64px;
}
@media (max-width: 767px) {
  .order-props-block {
    margin-top: 48px;
  }
}
.order-props-block__item {
  padding: 28px 36px;
  margin-top: -1px;
  border: solid 1px #efefef;
}
@media (max-width: 767px) {
  .order-props-block__item {
    padding: 28px 24px;
  }
}
@media (max-width: 413px) {
  .order-props-block__item {
    padding: 24px 20px;
  }
}
.order-props-block__item:first-of-type {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.order-props-block__item:last-of-type {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
@media (max-width: 767px) {
  .order-props-block__item--adaptive {
    padding: 0;
    border: none;
  }
}
.order-props-block__head {
  margin-bottom: 24px;
  font-size: 0;
}
.order-props-block__head-link {
  font-family: "RotondaC", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.42px;
  color: #15b742;
  cursor: pointer;
}
html:not(.bx-touch) .order-props-block__head-link:hover, html.bx-touch .order-props-block__head-link:active {
  color: #129e39;
}
.order-props-block__head-link span + span {
  display: none;
  color: #7a7a7a;
}
.open .order-props-block__head-link span {
  display: none;
}
.open .order-props-block__head-link span + span {
  display: inline;
}
.open .order-props-block__info {
  display: none;
}
.order-props-block__form {
  display: none;
}
.open .order-props-block__form {
  display: block;
}
.order-props-block__group {
  margin-top: 34px;
}
.order-props-block__group:first-of-type {
  margin-top: 0;
}
.order-props-block__group textarea {
  resize: vertical;
}
.order-props-block__group .order-props-block__title {
  margin-bottom: 18px;
}
.order-props-block__title {
  font-family: "RotondaC", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.48px;
  color: #262626;
}
.order-props-block__variant {
  margin-top: 14px;
  font-size: 0;
}
.order-props-block__text {
  margin-top: 4px;
  font-size: 16px;
  line-height: 1.4;
  color: #262626;
}
.order-props-block__text:first-of-type {
  margin-top: 0;
}
.order-props-block__text--light {
  color: #7a7a7a;
}
.order-page-title + .order-props-block {
  margin-top: 0;
}

.order-success {
  position: relative;
}
.order-success__head {
  margin-top: 24px;
  padding: 48px 56px;
  background-color: #fffbef;
  border-radius: 48px;
  color: #352911;
}
@media (max-width: 1210px) {
  .order-success__head {
    max-width: 930px;
    margin: 24px auto 0;
  }
}
@media (max-width: 1023px) {
  .order-success__head {
    max-width: 100%;
    padding: 72px 25px;
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }
}
.order-success__head .h1 {
  margin-top: 12px !important;
  color: #352911;
  line-height: 1.3;
  letter-spacing: 0.96px;
}
.order-success__cancel-link {
  display: inline-block;
  vertical-align: middle;
  margin-top: 4px;
  font-family: "RotondaC", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.42px;
  color: #15b742;
  cursor: pointer;
}
html:not(.bx-touch) .order-success__cancel-link:hover, html.bx-touch .order-success__cancel-link:active {
  color: #129e39;
}
@media (max-width: 1023px) {
  .order-success__cancel-link {
    margin-top: 12px;
  }
}
.order-success__desc {
  font-family: "RotondaC", sans-serif;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.54px;
  color: #352911;
}
@media (max-width: 1023px) {
  .order-success__desc {
    font-size: 16px;
  }
}
.content .order-success__desc p {
  margin-bottom: 16px;
}
.order-success__alert {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.4;
  color: #352911;
}
.order-success__info {
  padding-top: 24px;
  border-top: 1px solid #efefef;
  word-break: break-word;
}
.content .order-success__info p {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  color: #7a7a7a;
}
.content .order-success__info p + p {
  margin-top: 4px;
}
.order-success__info-title {
  margin-bottom: 16px;
  font-family: "RotondaC", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.48px;
}
.order-success__loader {
  margin: 48px auto 0;
  max-width: 465px;
  text-align: center;
}
@media (max-width: 767px) {
  .order-success__loader {
    margin-top: 32px;
    max-width: 290px;
  }
}
.order-success__loader-text {
  margin-top: 18px;
  font-size: 14px;
  line-height: 1.4;
}
.order-success__loader .btn {
  margin-top: 24px;
}

.shop-intervels-change {
  height: 508px;
}
@media (max-width: 413px) {
  .shop-intervels-change {
    height: auto;
  }
}
.shop-intervels-change .message + .delivery-select {
  height: 422px;
}
@media (max-width: 413px) {
  .shop-intervels-change .message + .delivery-select {
    height: auto;
  }
}

.add-product {
  margin-top: 40px;
}
.add-product__title {
  font-family: "RotondaC", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.48px;
  color: #262626;
  margin-bottom: 24px;
}

.item-payment-block {
  display: flex;
  flex-wrap: wrap;
  margin: 12px -3px -2px -3px;
}
.item-payment-block__item {
  color: #ed6e46;
  font-size: 12px;
  line-height: 1.3;
  white-space: nowrap;
  padding: 2px 6px;
  margin: 2px 3px;
  border-radius: 8px;
  background-color: rgba(237, 110, 70, 0.1);
}

.basket-list {
  max-height: 205px;
  border-radius: 8px;
  box-shadow: 0 4px 16px 0 rgba(139, 139, 139, 0.2);
  background: #ffffff;
  z-index: 100;
  margin-top: 35px;
  position: absolute;
  width: 290px;
  left: 120px;
}
@media (max-width: 1023px) {
  .basket-list {
    left: 110px;
  }
}
@media (max-width: 767px) {
  .basket-list {
    left: 80px;
  }
}
@media (max-width: 413px) {
  .basket-list {
    left: 0;
  }
}
.basket-list__item {
  cursor: pointer;
  font-size: 16px;
  line-height: 1.4;
  color: #262626;
  padding: 14px 16px;
}
.basket-list__item--active {
  background: #efefef;
}
html:not(.bx-touch) .basket-list__item:hover, html.bx-touch .basket-list__item:active {
  background: #15b742;
  color: #ffffff;
}

.checkbox-text textarea {
  margin-top: 12px;
}

/* End */


/* Start:/local/components/teamprofi/orders.purchases/templates/.default/style.css?175883155669*/
.content .order-completed__rate {
  margin-top: 0;
  height: auto;
}

/* End */
/* /local/components/teamprofi/order.tpl/templates/base/style.css?175883155629894 */
/* /local/components/teamprofi/orders.purchases/templates/.default/style.css?175883155669 */
