:root {
  --primary-color-rgb: 78,89,147;
  --white-color-rgb: 255,255,255;
}

.blockquote,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.p,
.p--100,
.p--80,
.p--90 {
  margin: 0;
}

.h1 {
  font-size: 24px;
}

.h2 {
  font-size: 22px;
}

.h3 {
  font-size: 20px;
}

.h5 {
  font-size: 16px;
}

.h6 {
  font-size: 14px;
}

.p,
.p--100,
.p--80,
.p--90 {
  font-size: 14px;
  line-height: 18px;
  font-style: normal;
}

.p--r {
  font-weight: 400;
}

.p--m {
  font-weight: 500;
}

.p--b {
  font-weight: 700;
}

.p--u {
  font-weight: 400;
  text-decoration-line: underline;
}

.p--100 {
  line-height: 130%;
}

.p--90 {
  font-size: 13px;
  line-height: 130%;
}

.p--80 {
  font-size: 12px;
  line-height: 130%;
}

.btn-text,
.btn-text--L,
.btn-text--M,
.btn-text--S {
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin: 0;
}

.btn-text--L {
  font-size: 12px;
}

.btn-text--M {
  font-size: 11px;
}

.btn-text--S {
  font-size: 10px;
}

.color-text--g-100 {
  color: #0a0c0f;
}

.color-text--g-80 {
  color: #54565a;
}

.color-text--p-80 {
  color: #5f6db2;
}

.color-text--w-100 {
  color: rgb(var(--white-color-rgb));
}

.color-text--grey {
  color: #454545!important;
}

@media (min-width:992px) {
  .h1 {
    font-size: 48px;
    line-height: 62px;
  }

  .h2 {
    font-size: 44px;
    line-height: 57px;
  }

  .h3 {
    margin: 0;
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
  }

  .h4 {
    font-size: 24px;
    line-height: 31px;
  }

  .h5 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
  }

  .h6 {
    font-size: 18px;
    line-height: 23px;
    font-weight: 500;
  }

  .p,
  .p--100,
  .p--80,
  .p--90 {
    font-size: 16px;
    line-height: 21px;
  }

  .p--100 {
    line-height: 130%;
  }

  .p--90 {
    font-size: 14px;
    line-height: 130%;
  }

  .p--80 {
    font-size: 12px;
    line-height: 130%;
  }

  .btn-text--L {
    font-size: 14px;
  }

  .btn-text--M {
    font-size: 12px;
  }

  .btn-text--S {
    line-height: 130%;
  }
}

.order {
  padding-top: 60px;
  margin-bottom: 24px;
}

@media (min-width:992px) {
  .order {
    padding-top: 80px;
  }
}

.order .h4,
.order strong {
  font-weight: 500;
}

.order .card__content-info {
  display: flex;
  gap: 8px;
  --icon-color: #0a0c0f;
  max-width: 66%;
}

.order .card__content-info .icon {
  --icon-width: 24px;
  --icon-height: 24px;
  min-width: var(--icon-width);
}

.order__title {
  padding: 28px 0;
}

.order__title .h1 {
  margin-bottom: 16px;
  font-weight: 800;
}

@media (min-width:992px) {
  .order__title .container {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }

  .order__title .h1 {
    margin-bottom: 0;
  }
}

.order__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.order__content--info,
.order__content--total {
  width: 100%;
}

@media (min-width:992px) {
  .order__content {
    flex-direction: row;
    gap: 24px;
    align-items: flex-start;
  }

  .order__content--info {
    max-width: 66%;
  }

  .order__content--total {
    max-width: 32%;
  }
}

.order__content--info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.order__content .section.card {
  background: rgb(var(--white-color-rgb));
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (min-width:992px) {
  .order__content--info {
    gap: 24px;
  }

  .order__content .section.card {
    padding: 24px;
    gap: 24px;
  }
}

.order__region-city {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.order__region-city .button {
  padding: 0;
  white-space: nowrap;
  font-weight: 500;
}

.order__region-city-details .p,
.order__region-city-details .p--100,
.order__region-city-details .p--80,
.order__region-city-details .p--90 {
  font-size: 12px;
}

.order__region-city-details .p--100:not(:last-of-type),
.order__region-city-details .p--80:not(:last-of-type),
.order__region-city-details .p--90:not(:last-of-type),
.order__region-city-details .p:not(:last-of-type) {
  margin-bottom: 8px;
}

.order__delivery {
  padding: 0;
  border: none;
  margin: 0;
  gap: 12px;
}

.order__delivery-address {
  display: flex;
  flex-direction: column;
  background: #edeef6;
  border-radius: 12px;
  padding: 16px 12px;
  gap: 12px;
}

.order__delivery-address .order__region-city {
  flex-direction: column;
  gap: 8px;
}

.order__delivery-address .order__region-city .card__content-info {
  max-width: 100%;
}

@media (min-width:992px) {
  .order__delivery-address .order__region-city {
    flex-direction: row;
  }

  .order__delivery-address .order__region-city .card__content-info {
    max-width: 66%;
  }

  .order__delivery-address {
    padding: 24px 16px;
    border-radius: 16px;
  }

  .order__delivery-address .h6 {
    padding-bottom: 8px;
  }
}

.order__delivery .delivery {
  padding: 12px;
  cursor: pointer;
  outline-width: 0;
  transition: .2s ease-in-out;
}

@media (min-width:992px) {
  .order__delivery .delivery {
    padding: 20px 16px;
  }
}

.order__delivery .delivery__title {
  margin-bottom: 12px;
  font-size: 14px;
  position: relative;
  padding: 3px 0 0 32px;
  line-height: 1.3;
  font-weight: 400;
}

.order__delivery .delivery__title:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 2px solid #ced2e4;
  transition: border .3s ease-in;
}

@media (min-width:992px) {
  .order__delivery .delivery__title {
    margin-bottom: 16px;
    font-size: 16px;
  }

  .order__delivery {
    gap: 16px;
  }

  .order__delivery.card-wrapper--md-3 .delivery {
    width: calc((100% - 32px)/ 3);
  }

  .order__delivery.card-wrapper--md-2 .delivery {
    width: calc(50% - 8px);
  }
}

.order__delivery .delivery__date {
  margin-bottom: 4px;
  font-size: 12px;
  line-height: 1.3;
}

.order__delivery .delivery__price {
  font-size: 12px;
  line-height: 1.3;
}

.order__delivery .delivery__cards {
  display: flex;
  gap: 4px;
}

.order__delivery .delivery__cards-item {
  width: 25px;
  height: 17px;
}

.order__delivery .delivery.checked {
  border-color: #5f6db2;
  outline: #5f6db2 solid 1px;
}

.order__delivery .delivery.checked .delivery__title:before {
  border: 8px solid #5f6db2;
}

.order__delivery .delivery:focus,
.order__delivery .delivery:hover {
  border-color: #5f6db2;
  outline: #5f6db2 solid 1px;
}

.order__delivery-info {
  display: none;
}

.order__delivery-info.show {
  display: flex;
}

.order__customer-data {
  display: flex;
  background: #edeef6;
  border-radius: 12px;
  padding: 16px 12px;
  gap: 8px;
  flex-direction: column;
  color: #54565a;
}

.order__customer-data .card__content-info {
  color: #0a0c0f;
  padding-bottom: 4px;
  max-width: 100%;
}

@media (min-width:992px) {
  .order__customer-data {
    flex-direction: row;
    gap: 24px;
    border-radius: 16px;
    padding: 16px;
  }

  .order__customer-data .card__content-info {
    padding-bottom: 0;
  }
}

.order__total {
  padding-bottom: 24px;
  border-bottom: 1px solid #e8e9eb;
}

.order__total-amount {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  margin-bottom: 4px;
}

.order__total-amount .button {
  padding: 0;
}

.order__total-weight.p,
.order__total-weight.p--100,
.order__total-weight.p--80,
.order__total-weight.p--90 {
  font-size: 12px;
  margin-bottom: 16px;
  color: #6a6d72;
}

.order__total-list {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  gap: 10px;
}

@media (min-width:992px) {
  .order__total-amount {
    font-size: 14px;
  }

  .order__total-list {
    gap: 16px;
  }
}

.order__total-list-item {
  width: 54px;
  min-width: 54px;
  height: 54px;
  background: #edeef6;
  border-color: #edeef6;
  font-size: 16px;
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}

@media (min-width:992px) {
  .order__total-list-item {
    border-radius: 16px;
    width: 52px;
    min-width: 52px;
    height: 52px;
  }
}

.order__total-list-item img {
  min-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
}

.order__total-sum {
  display: flex;
  justify-content: space-between;
}

.order__total-confirm {
  width: 100%;
  justify-content: center;
  padding: 18px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}

.order .section.card.total {
  gap: 12px;
}

@media (min-width:992px) {
  .order__total-confirm {
    font-size: 14px;
    padding: 21px;
  }

  .order .section.card.total {
    gap: 16px;
  }
}

.order--result {
  padding-top: 60px;
}

@media (min-width:992px) {
  .order--result {
    padding-top: 136px;
  }
}

.order-result {
  background: rgb(var(--white-color-rgb));
  padding: 24px;
  margin-bottom: 24px;
}

.order-result .card__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 16px;
  margin-bottom: 32px;
}

.order-result .card__head .card--toast {
  width: 100%;
  margin-top: 20px;
}

.order-result .card__head .card--toast .strong {
  white-space: nowrap;
}

.order-result .card__head .button {
  width: 100%;
  font-size: 11px;
  line-height: 1;
  justify-content: center;
  padding: 13px 16px;
}

@media (min-width:992px) {
  .order-result {
    margin-bottom: 64px;
  }

  .order-result .card__head {
    gap: 32px;
  }

  .order-result .card__head .card--toast {
    order: 1;
    margin-top: 0;
  }

  .order-result .card__head .button {
    width: auto;
    font-size: 12px;
    padding: 18px 20px;
  }
}

.order-result .card__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (min-width:992px) {
  .order-result .card__content {
    flex-direction: row;
  }

  .order-result__details {
    width: 63%;
  }
}

.order-result__status {
  display: flex;
  align-items: center;
  gap: 8px;
}

.order-result__status.success {
  color: #4bb34b;
}

.order-result__status.success .icon {
  --icon-color: #4bb34b;
}

.order-result__status.error {
  color: #f04438;
}

.order-result__status.error .icon {
  --icon-color: #f04438;
}

.order-result__details {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.order-result__details-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.order-result__details-row .h6 {
  font-weight: 400;
  color: #6a6d72;
}

.order-popular {
  margin-bottom: 36px;
}

.popup--order {
  height: 100vh;
  max-height: 100vh;
}

.popup--order .popup__wrapper {
  padding: 0;
  height: auto;
}

@media (min-width:992px) {
  .order-result__details-row {
    flex-direction: row;
    gap: 16px;
  }

  .order-result__details-row .h6 {
    width: 200px;
    min-width: 200px;
  }

  .order-result__change {
    width: 37%;
  }

  .order-popular {
    margin-bottom: 56px;
  }

  .popup--order .popup__wrapper {
    padding: 32px 40px;
  }
}

.popup--order-how .popup__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.popup--order-how .popup__content .h6 {
  padding-top: 8px;
}

.popup--order-how .popup__content .ul {
  margin: 0;
  padding-left: 25px;
  list-style: none;
}

.popup--order-how .popup__content .ul li {
  position: relative;
}

.popup--order-how .popup__content .ul li:before {
  content: "";
  display: block;
  border-radius: 50%;
  width: 3px;
  height: 3px;
  background: #0a0c0f;
  position: absolute;
  left: -14px;
  top: 9px;
}

.popup--order-goods .goods {
  margin: 0;
  padding: 0;
  list-style: none;
}

.popup--order-goods .goods__item {
  display: flex;
  padding-bottom: 12px;
  gap: 20px;
  border-bottom: 1px solid #e8e9eb;
}

.popup--order-goods .goods__item-image {
  width: 56px;
  height: 56px;
  border-radius: 8px;
}

.popup--order-goods .goods__item-image img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  -o-object-fit: cover;
  object-fit: cover;
}

.popup--order-goods .goods__item-description .p--80 {
  margin-top: 8px;
  color: #6a6d72;
}

.popup--order-goods .goods__item:not(:last-of-type) {
  margin-bottom: 12px;
}

.popup--order-map {
  height: 100vh;
  max-height: 100vh;
}

.popup--order-map .popup__wrapper {
  width: 100%;
  max-width: 1220px;
  padding: 0;
  max-height: 100vh;
}

.popup--order-map .popup__wrapper-inner {
  padding: 8px 0 0;
}

@media (min-width:992px) {
  .popup--order-map .popup__wrapper {
    width: 90%;
  }

  .popup--order-map .popup__wrapper-inner {
    padding: 32px 40px 0;
  }
}

.popup--order-map .popup__content {
  overflow-y: hidden;
}

@media (max-width:992px) {
  .popup--order-map .popup__content {
    height: calc(100vh - 150px);
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .popup--order-map .order-map {
    flex-grow: 2;
  }
}

.popup--order-map .popup__bottom {
  box-shadow: 0 0 15px 0 rgba(95,109,178,.2);
  z-index: 10;
  position: relative;
}

.popup--order-map .order-map {
  display: flex;
  gap: 16px;
}

.popup--order-map .order-map__listing {
  max-width: 336px;
  padding-right: 16px;
  height: 100%;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-height: calc(90vh - 234px);
}

.popup--order-map .order-map__options {
  position: relative;
}

.popup--order-map .order-map__options-selected {
  width: 100%;
  justify-content: space-between;
  gap: 8px;
  padding: 12px;
  border-radius: 16px;
  color: #6a6d72;
  position: relative;
  z-index: 20;
}

.popup--order-map .order-map__options-selected:focus,
.popup--order-map .order-map__options-selected:hover {
  border-color: #5f6db2;
}

.popup--order-map .order-map__options-selected .icon {
  transition: .2s;
}

.popup--order-map .order-map__options-variants {
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  overflow: hidden;
  z-index: 10;
  list-style: none;
  box-shadow: 0 4px 32px 0 rgba(60,56,141,.15);
  background: rgb(var(--white-color-rgb));
  border-radius: 16px;
  margin: 0;
  padding: 0;
  transition: .2s ease-in;
}

.popup--order-map .order-map__options-variants .li {
  padding: 12px;
  cursor: pointer;
  color: #54565a;
  transition: .2s;
}

.popup--order-map .order-map__options-variants .li:focus,
.popup--order-map .order-map__options-variants .li:hover {
  background: #edeef6;
}

.popup--order-map .order-map__options.open .order-map__options-selected {
  border-color: #5f6db2;
}

.popup--order-map .order-map__options.open .order-map__options-selected .icon {
  transform: rotate(180deg);
}

.popup--order-map .order-map__options.open .order-map__options-variants {
  height: auto;
  top: calc(100% + 8px);
  opacity: 1;
}

.popup--order-map .order-map__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.popup--order-map .order-map__map {
  height: 100%;
  width: 100%;
  max-width: 740px;
  position: relative;
  border-radius: 16px;
  border: 1px solid #dcdfee;
}

.popup--order-map .order-map__map img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  cursor: pointer;
  border-radius: 16px;
}

.popup--order-map .order-map__map .map-popup {
  display: none;
  position: absolute;
  top: 5%;
  right: 5%;
}

.popup--order-map .order-map__map .map-popup.show {
  display: flex;
}

@media (max-width:992px) {
  .popup--order-map .order-map__listing .order-map__options {
    display: none;
  }

  .popup--order-map .order-map__map .map-popup {
    top: auto;
    right: 0;
    left: 0;
    bottom: 0;
    position: fixed;
    z-index: 110;
  }

  .popup--order-map .order-map__map .map-popup .point {
    width: 100vw;
  }

  .popup--order-map .order-map__map .map-popup.show {
    background: rgba(94,104,158,.2);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    top: 0;
    align-items: flex-end;
  }
}

.popup--order-map .order-map__map .map-popup-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 10;
  width: 24px;
  height: 24px;
  border-radius: 8px;
  background: #edeef6;
  padding: 2px;
  --icon-width: 20px;
  --icon-height: 20px;
}

.popup--order-map .order-map #tc0,
.popup--order-map .order-map #tc1 {
  display: none;
}

.popup--order-map .order-map #tc0.active,
.popup--order-map .order-map #tc1.active {
  display: flex;
}

.popup--order-map .order-map__header {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

@media (min-width:992px) {
  .popup--order-map .order-map #tc0,
  .popup--order-map .order-map #tc1 {
    display: flex;
  }

  .popup--order-map .order-map__header {
    display: none;
  }
}

.popup--order-map .order-map__header-tabs {
  list-style: none;
  padding: 4px;
  margin: 0;
  display: flex;
  gap: 4px;
  border-radius: 12px;
  background: #edeef6;
}

.popup--order-map .order-map__header-tabs .li {
  width: calc(50% - 2px);
}

.popup--order-map .order-map__header-tabs .li .button {
  width: 100%;
  justify-content: center;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  border-radius: 8px;
  transition: .2s;
}

.popup--order-map .order-map__header-tabs .li.active .button {
  background: #5f6db2;
  color: rgb(var(--white-color-rgb));
}

@media (max-width:992px) {
  .popup--order-map .order-map__map .map-popup-close {
    top: auto;
    bottom: 400px;
    --icon-color: rgb(var(--white-color-rgb));
    background: 0 0;
  }

  .popup--order-map .order-map__header .order-map__options-variants {
    display: none;
    position: fixed;
    height: auto;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    border-radius: 0;
    background: rgba(94,104,158,.2);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
  }

  .popup--order-map .order-map__header .order-map__options.open .order-map__options-variants {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100vh;
    top: auto;
    bottom: 0;
  }

  .popup--order-map .order-map__header .order-map__options.open .order-map__options-variants .inner {
    padding: 24px 16px;
    background: rgb(var(--white-color-rgb));
    border-radius: 24px 24px 0 0;
  }

  .popup--order-map .order-map__header .order-map__options.open .order-map__options-variants .h3 {
    margin-bottom: 16px;
  }

  .popup--order-map .order-map__header .order-map__options.open .order-map__options-variants .li {
    background: rgb(var(--white-color-rgb));
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .popup--order-map .order-map__header .order-map__options.open .order-map__options-variants .li:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    border: 2px solid #ced2e4;
    border-radius: 50%;
  }
}

.popup--order-map .point {
  border-radius: 16px;
  padding: 24px 16px;
  gap: 16px;
}

.popup--order-map .point__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.popup--order-map .point .card__content-info {
  padding-top: 4px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  gap: 8px;
}

.popup--order-map .point .card__content-info .icon {
  --icon-width: 24px;
  --icon-height: 24px;
  --icon-color: #0a0c0f;
  min-width: var(--icon-width);
}

.popup--order-map .point__details {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 12px;
  line-height: 1.3;
}

.popup--order-map .point__info {
  display: flex;
  gap: 4px;
}

.popup--order-map .point__info--column {
  flex-direction: column;
}

.popup--order-map .point__info .strong {
  font-weight: 500;
}

.popup--order-map .point__set {
  margin-top: 16px;
  padding: 18px 20px;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
}

@media (max-width:992px) {
  .popup--order-map .point__set {
    width: 100%;
    justify-content: center;
    padding: 13px 16px;
    font-size: 11px;
  }
}

.card.badge {
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 10px;
}

.h4,
h4 {
  font-size: 18px;
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

#bx-soa-order .btn {
  border-radius: 4px;
  line-height: 1.42857143;
}

.bx-soa-pp-company,
.bx-soa-pp-desc-container .bx-soa-pp-company,
.bx-soa-pp-desc-container .bx-soa-pp-desc-container,
.bx-soa-pp-desc-container .bx-soa-pp-desc-container .bx-soa-pp-company,
.bx-soa-pp-item-container .bx-soa-pp-company {
  border-radius: 16px;
  z-index: 2;
}

.shopping-cart .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}