*[class^="price-port__"],
*[class*="price-port__"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Golos", sans-serif;
  font-style: unset;
  font-weight: unset;
  text-transform: none;
  width: unset;
  min-width: unset;
  max-width: unset;
  height: unset;
  min-height: unset;
  max-height: unset;
  color: unset;
  background-color: unset;
  transition: none;
  position: relative;
  border: unset;
  border-radius: unset;
  z-index: unset;
  display: initial;
  flex-direction: initial;
}

*[class^="price-port__"] > button,
*[class*="price-port__"] > button {
  min-width: unset;
  max-width: unset;
  min-height: unset;
  max-height: unset;
  z-index: unset;
  font-style: unset;
  font-weight: unset;
  text-transform: none;
}

.price-port__trigger-btn {
  font-family: inherit;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: transparent;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  padding: 8px;
  border-width: 1px;
  border-style: solid;
  border-radius: 8px;
  height: 48px;
  cursor: pointer;
  border-color: #000000;
  background-color: #ffffff;
}

.price-port__offer-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  padding: 8px;
  border: 1px solid #000000;
  border-radius: 8px;
  height: 78px;
  background-color: #ffffff;
}

.price-port__offer-container[aria-hidden="true"] {
  display: none;
}

.price-port__trigger-btn__icon {
  width: 32px;
  height: 32px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -o-object-fit: cover;
  object-fit: cover;
}
.price-port__trigger-btn__title {
  font-size: 16px;
  line-height: 16px;
  font-family: "Golos", sans-serif;
  font-weight: 500;
  text-align: left;
  margin: unset;
  padding: unset;
  color: #000000;
}
.price-port__trigger-btn__offer-text,
.price-port__offer-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: unset;
  padding: unset;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.price-port__trigger-btn__offer-title,
.price-port__offer-title {
  font-size: 12px;
  line-height: 16.5px;
  font-family: "Golos", sans-serif;
  font-weight: 600;
  text-align: left;
  margin: unset;
  padding: unset;
  color: #000000;
}
.price-port__trigger-btn__offer-subtitle,
.price-port__offer-subtitle {
  font-size: 11px;
  line-height: 14px;
  font-family: "Golos", sans-serif;
  font-weight: 400;
  text-align: left;
  margin: unset;
  padding: unset;
  color: #7e7e7e;
  overflow-wrap: anywhere;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.price-port__trigger-btn__offer-subtitle {
  max-width: 300px;
}
.price-port__trigger-btn__offer-image,
.price-port__offer-image {
  width: 49px;
  height: 32px;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 4px;
}
html.price-port__modal__opened {
  body {
    overflow: hidden;
  }
}
.price-port__modal__shadow {
  position: fixed;
  overflow: hidden;
  border: none;
  display: block;
  width: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10000001;
  pointer-events: auto;
  opacity: 0.6;
  -webkit-transition: opacity 0.15s ease;
  -o-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
  background-color: #000;
}
.price-port__modal__shadow[aria-hidden="true"] {
  pointer-events: none;
  opacity: 0;
}
.price-port__modal {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  opacity: 1;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  z-index: 10000002;
  visibility: hidden;
}
@media (max-width: 320px) {
  .price-port__modal {
    overflow-x: scroll;
  }
}
.price-port__modal--active {
  opacity: 1;
}
.price-port__modal--active,
.price-port__modal--moved {
  pointer-events: auto;
  visibility: visible;
}
.price-port__modal__wrap {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.price-port__modal__window {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 680px;
  max-height: 100%;
  width: 100%;
  overflow: visible;
  -webkit-transition:
    opacity 0.2s ease 0s,
    -webkit-transform 0.2s ease 0s;
  transition:
    opacity 0.2s ease 0s,
    -webkit-transform 0.2s ease 0s;
  -o-transition:
    transform 0.2s ease 0s,
    opacity 0.2s ease 0s;
  transition:
    transform 0.2s ease 0s,
    opacity 0.2s ease 0s;
  transition:
    transform 0.2s ease 0s,
    opacity 0.2s ease 0s,
    -webkit-transform 0.2s ease 0s;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0;
  background-color: #ffffff;
  border-radius: 24px;
  -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
  position: relative;
}
.price-port__modal--active .price-port__modal__window {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.price-port__modal__wrap--block {
  display: block;
}

.price-port__modal__close {
  position: absolute;
  z-index: 10;
  right: 10px;
  top: 10px;
  display: block;
  width: 44px;
  height: 44px;
  background: transparent;
  border: none;
  font-size: 0;
  padding: 0;
  cursor: pointer;
  color: #595959;
  -webkit-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;

  &:hover {
    color: #8a8a8a;
  }

  svg {
    width: 20px;
    height: 20px;
  }
}
.price-port__modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: center;
  padding: 20px 50px;
  border-bottom: 1px solid #e8e8e8;
  -webkit-transition: box-shadow 0.2s ease-in;
  -o-transition: box-shadow 0.2s ease-in;
  transition: box-shadow 0.2s ease-in;
}
.price-port__modal__header-shadow {
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
}
.price-port__modal__header-present-image {
  width: 72px;
  height: 66px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.price-port__modal__header-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 4px;
  max-width: 580px;
}
.price-port__modal__header-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  font-family: "Golos", sans-serif;
  color: #1a1a1a;
  margin: unset;
  padding: unset;
  overflow-wrap: break-word;
}
.price-port__modal__header-subtitle {
  font-size: 14px;
  line-height: 16px;
  font-family: "Golos", sans-serif;
  font-weight: 400;
  color: #7e7e7e;
  text-align: center;
  margin: unset;
  padding: unset;
  overflow-wrap: break-word;
}
.price-port__modal__body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  overflow-y: auto;
  max-height: 696px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.price-port__modal__cards {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(168px, 1fr));
  gap: 12px;
  padding: 20px;
  height: 100%;
  overflow-y: auto;
}
.price-port__modal__cards::-webkit-scrollbar {
  width: 12px;
}

.price-port__modal__cards::-webkit-scrollbar-track {
  background-color: #f8f8f8;
  border-radius: 100px;
}

.price-port__modal__cards::-webkit-scrollbar-thumb {
  border-radius: 100px;
  border: 4px solid transparent;
  background-clip: content-box;
  background-color: #d0d0d0;
}
.price-port__modal__card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 12px;
  padding: 12px;
  background-color: transparent;
  border: 1px solid transparent;
  box-shadow: 0px 0px 1px 0px #44537180;
  -webkit-transition-property:
    background-color,
    border,
    -webkit-box-shadow;
  transition-property:
    background-color,
    border,
    -webkit-box-shadow;
  -o-transition-property: background-color, box-shadow, border;
  -webkit-transition-property:
    background-color,
    border,
    -webkit-box-shadow;
  transition-property:
    background-color,
    border,
    -webkit-box-shadow;
  -webkit-transition-property:
    background-color,
    border,
    -webkit-box-shadow;
  transition-property:
    background-color,
    border,
    -webkit-box-shadow;
  -webkit-transition-property:
    background-color,
    border,
    -webkit-box-shadow;
  transition-property:
    background-color,
    border,
    -webkit-box-shadow;
  transition-property: background-color, box-shadow, border;
  transition-property:
    background-color,
    box-shadow,
    border,
    -webkit-box-shadow;
  transition-property:
    background-color,
    box-shadow,
    border,
    -webkit-box-shadow;
  transition-property:
    background-color,
    box-shadow,
    border,
    -webkit-box-shadow;
  transition-property:
    background-color,
    box-shadow,
    border,
    -webkit-box-shadow;
  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.price-port__modal__card:hover {
  -webkit-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  background-color: #ffffff;
}
.price-port__modal__card--selected {
  border-color: #3b3b3b;
}
.price-port__modal__card-main {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 12px 0 0 0;
}
.price-port__modal__card-footer {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 24px 0 0 0;
  width: 100%;
  flex: 1 0 auto;
  justify-content: flex-end;
}
.price-port__modal__card-footer--full {
  margin: 8px 0 0 0;
}

.price-port__modal__card-footer--full .price-port__modal__card-sale-status {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
}

.price-port__modal__card-footer--full .price-port__modal__card-apply-condition,
.price-port__modal__card-footer--full .price-port__modal__card-end-date {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}

.price-port__modal__card-footer--full .price-port__modal__card-sale-status > svg,
.price-port__modal__card-footer--full .price-port__modal__card-apply-condition > svg,
.price-port__modal__card-footer--full .price-port__modal__card-end-date > svg {
  width: 16px;
  height: 16px;
}

.price-port__modal__card-image {
  /* Сбрасываем стили ширины и высоты, как как эти свойства переопределяются в
  вёрстке некоторых магазинов */
  width: unset;
  min-width: unset;
  max-width: unset;
  height: unset;
  min-height: unset;
  max-height: unset;

  width: calc(100% + 24px);
  height: 136px;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 8px;
  margin: -12px -12px 0 -12px;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.price-port__modal__card-image--full {
  width: 100%;
  margin: 0;
}
.price-port__modal__card-terms {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 8px;
  right: 8px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 4px;
  -moz-column-gap: 4px;
  column-gap: 4px;
  max-width: 24px;
  height: 24px;
  padding: 0 4px;
  background-color: #1a1a1a;
  color: #ffffff;
  opacity: 0.75;
  border-radius: 6px;
}
.price-port__modal__card-terms--full {
  font-family: "Golos", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0%;
  text-decoration: underline;
  color: #535353;
  margin-top: 8px;
}

.price-port__modal__card-terms > span {
  display: none;
}
.price-port__modal__card-terms:hover {
  max-width: 150px;
  color: #ffffff;
  text-decoration: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.price-port__modal__card-terms:hover > span {
  display: inline;
  font-family: "Golos", sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  white-space: nowrap;
}
.price-port__modal__card-title {
  padding: 0;
  margin: 0;
  font-family: "Golos", sans-serif;
  font-weight: 500;
  font-style: Text Medium;
  font-size: 14px;
  line-height: 18px;
  color: #1a1a1a;
  text-align: left;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow-wrap: anywhere;
}
.price-port__modal__card-store-name {
  padding: 0;
  margin: 0;
  font-family: "Golos", sans-serif;
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  color: #595959;
}
.price-port__modal__card-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 4px;
}
.price-port__modal__card-sale-status {
  padding: 0;
  margin: 0;
  min-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 4px;
  -moz-column-gap: 4px;
  column-gap: 4px;
  font-family: "Golos", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #1e885f;
}
.price-port__modal__card-apply-condition,
.price-port__modal__card-end-date {
  padding: 0;
  margin: 0;
  min-height: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 4px;
  -moz-column-gap: 4px;
  column-gap: 4px;
  font-family: "Golos", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #595959;
}

.price-port__modal__card-sale-status > svg,
.price-port__modal__card-apply-condition > svg,
.price-port__modal__card-end-date > svg {
  width: 12px;
  height: 12px;
}

.price-port__modal__card-apply-condition > svg,
.price-port__modal__card-end-date > svg {
  opacity: 0.5;
}

.price-port__modal__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px;
  padding: 32px 20px 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  border-radius: 0 0 24px 24px;
  -webkit-transition: box-shadow 0.2s ease-in;
  -o-transition: box-shadow 0.2s ease-in;
  transition: box-shadow 0.2s ease-in;
}
.price-port__modal__footer-shadow {
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
}
.price-port__modal__footer-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.price-port__modal__footer-submit-btn, BUTTON.price-port__modal__footer-submit-btn {
  background: transparent;
  border: none;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 14px 16px 14px 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-column-gap: 4px;
  -moz-column-gap: 4px;
  column-gap: 4px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Golos", sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  border-radius: 8px;
  cursor: pointer;
  background-color: #3b3b3b;
  color: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  text-shadow: none;
  height: 48px;
  -webkit-transition:
    background-color 0.2s ease-in,
    border-color 0.2s ease-in,
    color 0.2s ease-in;
  -o-transition:
    background-color 0.2s ease-in,
    border-color 0.2s ease-in,
    color 0.2s ease-in;
  transition:
    background-color 0.2s ease-in,
    border-color 0.2s ease-in,
    color 0.2s ease-in;
}

.price-port__modal__footer-submit-btn.outline {
  background-color: transparent;
  color: #1a1a1a;
  border: 1px solid #c4c4c4;
}
.price-port__modal__footer-submit-btn--full {
  max-width: none;
}
.price-port__modal__footer-submit-btn:hover {
  background-color: #505050;
  color: #ffffff;
  -webkit-transition:
    background-color 0.2s ease-in,
    border-color 0.2s ease-in,
    color 0.2s ease-in;
  -o-transition:
    background-color 0.2s ease-in,
    border-color 0.2s ease-in,
    color 0.2s ease-in;
  transition:
    background-color 0.2s ease-in,
    border-color 0.2s ease-in,
    color 0.2s ease-in;
}
.price-port__modal__footer-submit-btn.outline:hover {
  background-color: transparent;
  color: #1a1a1a;
  border-color: #3b3b3b;
}
.price-port__modal__footer-submit-btn:focus {
  background-color: #505050;
  outline: #505050 solid 2px;
  outline-offset: 2px;
  color: #ffffff;
  -webkit-transition:
    background-color 0.2s ease-in,
    border-color 0.2s ease-in,
    color 0.2s ease-in;
  -o-transition:
    background-color 0.2s ease-in,
    border-color 0.2s ease-in,
    color 0.2s ease-in;
  transition:
    background-color 0.2s ease-in,
    border-color 0.2s ease-in,
    color 0.2s ease-in;
}
.price-port__modal__footer-submit-btn.outline:focus {
  background-color: transparent;
  outline: #3b3b3b solid 2px;
  outline-offset: 2px;
  color: #1a1a1a;
}
.price-port__modal__footer-submit-btn:disabled {
  background-color: #e8e8e8;
  border-color: #e8e8e8;
  color: #b9b9b9;
  cursor: auto;
}
.price-port__modal__footer-submit-btn.outline:disabled {
  background-color: transparent;
  border-color: #e8e8e8;
  color: #b9b9b9;
}
.price-port__modal__footer-submit-btn-error-message {
  padding: 4px 0 0 12px;
  color: #e65f5f;
  font-family: "Golos", sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 14px;
}
.price-port__modal__footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.price-port__modal__footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.price-port__modal__footer-logo svg {
  fill: none;
  cursor: pointer;
  height: 14px;
  width: fit-content;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 68px;
}
.price-port__modal__footer-logo svg:hover {
  opacity: 1;
}
.price-port__modal__footer-use-terms {
  font-family: "Golos", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  color: #595959;
  text-decoration: underline;
  -webkit-transition-property: opacity, color;
  -o-transition-property: opacity, color;
  transition-property: opacity, color;
  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.price-port__modal__footer-use-terms:hover {
  color: #5f5f5f;
}

/* Complete Page Widget Styles */
.price-port__modal__window--success {
  max-width: 700px;
}

.price-port__modal__window--secondary {
  background-color: #f8f8f8;
}
.price-port__modal__window--secondary .price-port__modal__header {
  border-color: #f8f8f8;
}

.price-port__modal__window--select-offer .price-port__modal__cards {
  padding-top: 1px;
}

.price-port__modal__window--promocode .price-port__modal__header-subtitle {
  display: none;
}

.price-port__modal__success__header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  row-gap: 12px;
  margin: 0 20px;
}
.price-port__modal__header-present-image--gray {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.price-port__modal__header--success {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 12px;
}
.price-port__modal__header-title--success,
.price-port__modal__header-subtitle--success {
  text-align: center;
}
.price-port__modal__header-subtitle--error {
  text-align: center;
  max-width: 350px;
}
.price-port__modal__body--complete {
  overflow: unset;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 240px 1fr;
  grid-template-columns: 240px 1fr;
  padding: 24px 20px 0 20px;
}
.price-port__modal__complete-offer {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  display: flex;
  flex-direction: column;
}
.price-port__modal__complete-offer-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.price-port__modal__card-terms--success {
  top: 6px;
  right: 6px;
  max-width: 28px;
  height: 28px;
  border-radius: 8px;
}
.price-port__modal__complete-contacts {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding-left: 24px;
}
.price-port__modal__user-contacts-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 12px;
}
.price-port__modal__user-contacts__input-field {
  position: relative;
  line-height: 20px;
}
.price-port__modal__user-contacts__input-field > input {
  width: 100%;
  height: 48px;
  background-color: #f7f7f7;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  padding: 0 8px 0 12px;
  color: #1a1a1a;
  -webkit-transition-property: background-color, color, border-color;
  -o-transition-property: background-color, color, border-color;
  transition-property: background-color, color, border-color;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  font-family: "Golos", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.price-port__modal__user-contacts__input-field > input[data-error] {
  border-color: #e65f5f;
}
.price-port__modal__user-contacts__input-field > input[data-error] + label {
  color: #e65f5f;
}
.price-port__modal__user-contacts__input-field > input::-webkit-input-placeholder {
  color: transparent;
}
.price-port__modal__user-contacts__input-field > input::-moz-placeholder {
  color: transparent;
}
.price-port__modal__user-contacts__input-field > input:-ms-input-placeholder {
  color: transparent;
}
.price-port__modal__user-contacts__input-field > input::-ms-input-placeholder {
  color: transparent;
}
.price-port__modal__user-contacts__input-field > input::placeholder {
  color: transparent;
}
.price-port__modal__user-contacts__input-field > input:hover {
}
.price-port__modal__user-contacts__input-field > label {
  position: absolute;
  color: #b3b3b3;
  font-family: "Golos", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
  top: 0;
  left: 0;
  padding: 14px 12px 14px 12px;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  pointer-events: none;
}
.price-port__modal__user-contacts__input-field > input:not(:-moz-placeholder-shown) {
  padding: 18px 8px 6px 12px;
}
.price-port__modal__user-contacts__input-field > input:not(:-ms-input-placeholder) {
  padding: 18px 8px 6px 12px;
}
.price-port__modal__user-contacts__input-field > input:focus,
.price-port__modal__user-contacts__input-field > input:not(:placeholder-shown) {
  padding: 18px 8px 6px 12px;
}
.price-port__modal__user-contacts__input-field > input:not(:-moz-placeholder-shown) + label {
  font-size: 11px;
  line-height: 14px;
  transform: translateY(-6px) translateX(1px);
  padding: 12px 8px 0px 12px;
}
.price-port__modal__user-contacts__input-field > input:not(:-ms-input-placeholder) + label {
  font-size: 11px;
  line-height: 14px;
  -ms-transform: translateY(-6px) translateX(1px);
  transform: translateY(-6px) translateX(1px);
  padding: 12px 8px 0px 12px;
}
.price-port__modal__user-contacts__input-field > input:focus + label,
.price-port__modal__user-contacts__input-field > input:not(:placeholder-shown) + label {
  font-size: 11px;
  line-height: 14px;
  -webkit-transform: translateY(-6px) translateX(1px);
  -ms-transform: translateY(-6px) translateX(1px);
  transform: translateY(-6px) translateX(1px);
  padding: 12px 8px 0px 12px;
}
.price-port__modal__user-contacts__input-field > .price-port__modal__input-error-message {
  display: none;
  padding: 4px 0 0 12px;
  color: #e65f5f;
  font-family: "Golos", sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 14px;
}

.price-port__modal__user-contacts__input-field > .price-port__modal__input-error-message::before {
  content: "";
  display: block;
}
.price-port__modal__user-contacts__input-field
  > .price-port__modal__input-error-message[data-error] {
  display: block;
}
.price-port__modal__user-contacts__input-field
  > .price-port__modal__input-error-message[data-error]::before {
  content: attr(data-error);
}
.price-port__modal__user-contacts__checkbox-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-column-gap: 4px;
  -moz-column-gap: 4px;
  column-gap: 4px;
}
.price-port__modal__user-contacts__checkbox-field > button {
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 4px;
  border: 1px solid rgba(18, 18, 18, 0.1);
  color: transparent;
  background-color: transparent;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  margin: 0;
  padding: 0;
}
.price-port__modal__user-contacts__checkbox-field > button[data-state="checked"] {
  color: #ffffff;
  background-color: #3b3b3b;
  border-color: #3b3b3b;
}
.price-port__modal__user-contacts__checkbox-field > button[data-error] {
  border-color: #e65f5f;
}
.price-port__modal__user-contacts__checkbox-field > input {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  position: absolute;
  pointer-events: none;
  opacity: 0;
  width: 16px;
  height: 16px;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.price-port__modal__user-contacts__checkbox-field > label {
  font-family: "Golos", sans-serif;
  font-size: 11px;
  line-height: 16px;
  font-weight: 400;
  text-align: left;
  color: #1a1a1a;
}
.price-port__modal__user-contacts__checkbox-field > label > a {
  font-family: "Golos", sans-serif;
  font-size: 11px;
  line-height: 16px;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
  color: #4679d7;
  background-color: unset;
  border: unset;
  font-style: unset;
}

.price-port__modal__user-contacts__checkbox-field > label > a:hover {
  text-decoration: underline;
}

.price-port__modal__user-contacts__checkbox-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: currentColor;
}

.price-port__modal__complete-promocode {
  height: 100%;
  padding-left: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 16px;
}
.price-port__modal__complete-promocode__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  background-color: #f5f5f5;
  border-radius: 16px;
  padding: 16px;
  gap: 12px;
  min-height: 226px;
}
.price-port__modal__complete-promocode__container.single {
  gap: 16px;
}
.price-port__modal__complete-promocode__container.single
  .price-port__modal__complete-promocode__code-field {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #1a1a1a;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  min-height: 36px;
}
.price-port__modal__complete-promocode__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.price-port__modal__complete-promocode__title {
  font-family: "Golos", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  margin: 0;
  padding: 0;
  color: #595959;
}
.price-port__modal__complete-promocode__subtitle {
  font-family: "Golos", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  padding: 0;
  color: #1a1a1a;
}
.price-port__modal__complete-promocode__copy {
  border: unset;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px 16px;
  gap: 6px;
  border-radius: 8px;
  background: #000000;
  color: #ffffff;
  font-family: "Golos", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  text-decoration: unset;
  white-space: nowrap;
}
.price-port__modal__complete-promocode__copy svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.price-port__modal__complete-promocode__codes {
  display: flex;
  flex-direction: row;
  gap: 8px;
}

.price-port__modal__complete-promocode__container.multiple
  .price-port__modal__complete-promocode__code-container {
  min-height: 229px;
}

.price-port__modal__complete-promocode__codes
  > .price-port__modal__complete-promocode__code-container {
  flex: 1;
  min-height: 208px;
}

.price-port__modal__complete-promocode__code {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.price-port__modal__complete-promocode__code-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: space-between;
  gap: 12px;
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
  padding: 16px 12px;
  border-radius: 16px;
}
.price-port__modal__complete-promocode__code-container
  .price-port__modal__complete-promocode__copy {
  width: 100%;
}
.price-port__modal__complete-promocode__code-container
  .price-port__modal__complete-promocode__copy:hover {
  color: #fff;
  opacity: 1;
  font-family: "Golos", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}
.price-port__modal__complete-promocode__code-title {
  padding: 0;
  margin: 0;
  color: #595959;
  font-family: "Golos", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}
.price-port__modal__complete-promocode__code-field {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  border-radius: 8px;
  padding: 8px;
  font-family: "Golos", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  background: #f5f5f5;
  color: #1a1a1a;
  min-height: 64px;
}
.price-port__modal__complete-promocode__code-image {
  width: 100%;
  height: 80px;
  object-fit: contain;
}
.price-port__modal__complete-promocode__date-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.price-port__modal__complete-promocode__date-container__title {
  font-family: "Golos", sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  text-align: left;
  margin: 0;
  padding: 0;
  color: #7e7e7e;
}
.price-port__modal__complete-promocode__date-container__text {
  font-family: "Golos", sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  text-align: left;
  margin: 0;
  padding: 0;
}
.price-port__modal__complete-promocode__date-container__date {
  font-weight: 500;
  margin: 0;
  padding: 0;
}

.price-port__modal__complete-promocode__thanks-btn {
  border: none;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  height: 32px;
  font-family: "Golos", sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  text-align: center;
  border-radius: 8px;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #d0d0d0;
  color: #1a1a1a;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition:
    background-color 0.2s ease-in,
    border-color 0.2s ease-in,
    color 0.2s ease-in;
  -o-transition:
    background-color 0.2s ease-in,
    border-color 0.2s ease-in,
    color 0.2s ease-in;
  transition:
    background-color 0.2s ease-in,
    border-color 0.2s ease-in,
    color 0.2s ease-in;
}
.price-port__modal__redirect-link {
  font-family: "Golos", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  text-decoration: underline;
  color: #4679d7;
}
.price-port__modal__loading-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 500px;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 3;
  grid-column-end: 4;
}

.price-port__modal__loading-block--small {
  height: 100px;
}

.price-port__modal__loader {
  width: 8px;
  height: 8px;
  -webkit-box-shadow:
    0 16px,
    0 -16px;
  box-shadow:
    0 16px,
    0 -16px;
  border-radius: 4px;
  background: currentColor;
  display: block;
  margin: -50px auto 0;
  position: relative;
  color: #3b3b3b;
  -webkit-transform: translateY(16px);
  -ms-transform: translateY(16px);
  transform: translateY(16px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-animation: loader 2s ease infinite;
  animation: loader 2s ease infinite;
}
.price-port__modal__loader::after,
.price-port__modal__loader::before {
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  -webkit-box-shadow:
    0 16px,
    0 -16px;
  box-shadow:
    0 16px,
    0 -16px;
  border-radius: 4px;
  background: currentColor;
  color: #3b3b3b;
  position: absolute;
  left: 16px;
  top: 0;
  -webkit-animation: loader 2s 0.2s ease infinite;
  animation: loader 2s 0.2s ease infinite;
}
.price-port__modal__loader::before {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  left: 32px;
}

@-webkit-keyframes loader {
  0% {
    top: 0;
    opacity: 1;
  }
  50% {
    top: 16px;
    opacity: 0.5;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

@keyframes loader {
  0% {
    top: 0;
    opacity: 1;
  }
  50% {
    top: 16px;
    opacity: 0.5;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .price-port__modal__card-terms,
  .price-port__modal__card-terms:hover {
    position: static;
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
    width: auto;
    max-width: 100%;
    background: none;
    color: #939191;
    height: auto;
    padding: 0;
    margin-top: 12px;
    opacity: 1;
  }

  .price-port__modal__card-terms-docks {
    display: none;
  }

  .price-port__modal__card-terms > span,
  .price-port__modal__card-terms:hover > span {
    display: block;
    font-family: "Golos", sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 100%;
    color: #939191;
  }

  .price-port__modal__body {
    position: relative;
  }

  .price-port__modal__blur-top,
  .price-port__modal__blur-bottom {
    position: absolute;
    left: 0;
    right: 0;
    height: 90px;
    pointer-events: none;
    z-index: 1;
  }

  .price-port__modal__blur-top {
    top: 0;
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, transparent 100%);
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 1)),
      to(transparent)
    );
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, transparent 100%);
    display: none;
  }

  .price-port__modal__blur-bottom {
    bottom: 0;
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 1) 0%, transparent 100%);
    background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgba(255, 255, 255, 1)),
      to(transparent)
    );
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, transparent 100%);
    display: none;
  }

  .price-port__modal__wrap {
    padding: 16px;
  }

  .price-port__modal__body--complete {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    overflow-y: auto;
    padding: 24px 16px 0 16px;
  }

  .price-port__modal__complete-offer-card {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 145px 16px 1fr;
    grid-template-columns: 145px 1fr;
    grid-template-areas:
      "img title"
      "img name"
      "img link";
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
  }

  .price-port__modal__card-image {
    grid-area: img;
    height: 93px;
  }

  .price-port__modal__card-terms {
    grid-area: link;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .price-port__modal__card-title {
    grid-area: title;
    margin: 0;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
  }

  .price-port__modal__card-title--full {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
  }

  .price-port__modal__card-store-name {
    grid-area: name;
    margin: 0;
  }

  .price-port__modal__complete-contacts,
  .price-port__modal__complete-promocode {
    padding-left: 0;
    border-left: none;
    margin-top: 24px;
    height: auto;
  }

  .price-port__modal__complete-offer {
    padding-right: 0;
  }

  .price-port__modal__footer {
    margin-top: 0;
    padding: 24px 16px 16px;
    gap: 16px;
  }

  .price-port__modal__close {
    top: 4px;
    right: 4px;
  }

  .price-port__modal__header {
    padding: 16px 16px 12px 16px;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .price-port__modal__header-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: left;
  }

  .price-port__modal__header-subtitle {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
  }

  .price-port__modal__window--select-offer .price-port__modal__body {
    margin-top: -16px;
  }

  .price-port__modal__cards {
    padding: 16px;
    gap: 8px;
  }

  .price-port__modal__card {
    padding: 8px;
  }

  .price-port__modal__card-image {
    margin: -8px -8px 0 -8px;
    width: calc(100% + 16px);
  }

  .price-port__modal__card-image--full {
    margin: 0;
    width: 100%;
  }

  .price-port__modal__card-store-name {
    font-weight: 400;
    font-size: 10px;
    line-height: 100%;
  }

  .price-port__modal__card-footer {
    margin: 8px 0 0 0;
  }

  .price-port__modal__card-footer--full {
    margin: 12px 0 0 0;
  }

  .price-port__modal__footer-logo svg {
    height: 16px;
  }

  .price-port__modal__complete-promocode__top {
    display: none;
  }

  .price-port__modal__complete-promocode__container {
    background-color: transparent;
    padding: 0;
    min-height: unset;
  }

  .price-port__modal__complete-promocode__container.single {
    border-radius: 16px;
    padding: 16px;
    background: #f5f5f5;
  }

  .price-port__modal__complete-promocode__codes {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .price-port__modal__complete-promocode__code-container {
    border: unset;
    background-color: #f5f5f5;
  }

  .price-port__modal__complete-promocode__code-field {
    min-height: 36px;
    border: 1px solid #e8e8e8;
    background: #ffffff;
  }

  .price-port__modal__complete-promocode__container.multiple
    .price-port__modal__complete-promocode__code-container {
    min-height: unset;
  }

  .price-port__modal__card-terms--full {
    margin-top: 12px;
  }

  .price-port__modal__window--promocode .price-port__modal__header-subtitle {
    display: flex;
    color: #1a1a1a;
  }
}

@media screen and (max-width: 767px) {
  .price-port__modal__card-image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }

  .price-port__modal__card-terms {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }

  .price-port__modal__card-title {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  .price-port__modal__card-store-name {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
}

@media screen and (max-width: 583px) {
  .price-port__modal__loading-block {
    grid-column-end: 3;
  }
}

@media screen and (max-width: 411px) {
  .price-port__modal__loading-block {
    grid-column-end: 2;
  }
}

@media screen and (max-height: 580px) {
  .price-port__modal__body {
    overflow-y: visible;
  }

  .price-port__modal--active .price-port__modal__window {
    overflow-y: auto;
  }
}
