@font-face {
  font-family: "Proxima Nova";
  src:
    url("../fonts/ProximaNova-Regular.woff2") format("woff2"),
    url("../fonts/ProximaNova-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Proxima Nova";
  src:
    url("../fonts/ProximaNova-Semibold.woff2") format("woff2"),
    url("../fonts/ProximaNova-Semibold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.pe-home {
  --pe-pink: #a52a6b;
  --pe-hot: #f50062;
  --pe-soft: #fff1f3;
  --pe-card: #f2d4df;
  --pe-text: #363636;
  --pe-muted: #666;
  color: var(--pe-text);
  font-family: "Open Sans", Arial, sans-serif;
  background: #fff;
}

.pe-header-container {
  width: 100%;
  max-width: 1610px;
  margin: 0 auto;
  padding: 0 24px;
}

.pe-topbar {
  min-height: 34px;
  border: 0;
  background: #303030;
  color: #f5f5f5;
  font-family: "Proxima Nova", "Open Sans", Arial, sans-serif;
}

.pe-topbar__inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 34px;
  gap: 20px;
  font-size: 14px;
}

.pe-rates {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  text-align: center;
}

.pe-city #selectItem {
  max-width: 180px;
  margin: 0;
  padding: 2px 22px 2px 4px;
  border: 0;
  border-radius: 0;
  color: #f5f5f5;
  background: #303030;
  font: inherit;
  cursor: pointer;
}

.pe-city #selectItem option {
  color: #333;
  background: #fff;
}

.pe-rates__details {
  position: relative;
}

.pe-rates__details summary {
  cursor: pointer;
  color: #fff;
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 2px;
  white-space: nowrap;
}

.pe-rates__details summary::marker {
  color: #d33a8a;
}

.pe-rates__more {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  z-index: 10002;
  display: flex;
  gap: 18px;
  min-width: max-content;
  padding: 10px 14px;
  transform: translateX(-50%);
  border: 1px solid #555;
  color: #fff;
  background: #303030;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
}

.pe-phones {
  display: flex;
  justify-content: flex-end;
  gap: 28px;
  white-space: nowrap;
}

.pe-phones a {
  color: #f5f5f5;
}

.pe-phones i {
  color: #d33a8a;
}

.pe-header {
  background: #fff;
  font-family: "Proxima Nova", "Open Sans", Arial, sans-serif;
}

.pe-header__main {
  display: grid;
  grid-template-columns: 260px minmax(280px, 940px) auto;
  align-items: center;
  gap: 46px;
  min-height: 94px;
}

.pe-logo a {
  display: inline-flex;
  align-items: center;
  min-height: 72px;
  color: #9f2b68;
  font-size: 28px;
  line-height: .92;
  font-weight: 700;
  letter-spacing: .01em;
}

.pe-logo img {
  display: block;
  max-width: 210px;
  max-height: 70px;
}

.pe-header__search #search {
  display: flex;
  width: 100%;
}

.pe-header__search #search input {
  height: 48px;
  border: 1px solid #dddddd;
  border-right: 0;
  border-radius: 0;
  box-shadow: none;
  color: #333;
  font-size: 14px;
}

.pe-header__search #search input::placeholder {
  color: #d33a8a;
  opacity: 1;
}

.pe-header__search #search input::-webkit-input-placeholder {
  color: #d33a8a;
  opacity: 1;
}

.pe-header__search #search input::-moz-placeholder {
  color: #d33a8a;
  opacity: 1;
}

.pe-header__search #search input:-ms-input-placeholder {
  color: #d33a8a;
}

.pe-header__search #search .input-group-btn {
  width: 54px;
}

.pe-header__search #search button {
  width: 54px;
  height: 48px;
  border: 1px solid #dddddd;
  border-left: 0;
  border-radius: 0;
  color: #777;
  background: #fff;
}

.pe-header__actions {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  color: #9f2b68;
}

.pe-header__actions > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  color: #9f2b68;
  font-size: 24px;
}

.pe-header-socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 4px;
}

.pe-header-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: #4ac959;
  font-size: 22px;
}

.pe-header-socials img {
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.pe-menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid #e2d5dc;
  color: #9f2b68;
  font-size: 21px;
  background: #fff;
}

.pe-cart-group {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pe-cart-widget {
  min-width: 132px;
}

.pe-cart-widget #cart {
  margin: 0;
}

.pe-cart-widget #cart > button {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 0;
  border: 0;
  color: #9f2b68;
  font-size: 24px;
  line-height: 1;
  text-align: left;
  background: transparent;
  box-shadow: none;
}

.pe-cart-widget #cart-total {
  color: #9f2b68;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 700;
  white-space: normal;
}

.pe-cart-widget .dropdown-menu {
  right: 0;
  left: auto;
  min-width: 360px;
}

.pe-ticker {
  height: 26px;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  white-space: nowrap;
  background: linear-gradient(90deg, #a62a6c, #e31c72);
}

.pe-ticker__track {
  display: flex;
  width: max-content;
  animation: pe-ticker-scroll 24s linear infinite;
  will-change: transform;
}

.pe-ticker:hover .pe-ticker__track,
.pe-ticker:focus-within .pe-ticker__track {
  animation-play-state: paused;
}

.pe-ticker__item {
  display: block;
  padding-right: 80px;
  color: #fff;
}

.pe-ticker__item:hover,
.pe-ticker__item:focus {
  color: #fff;
  text-decoration: underline;
}

@keyframes pe-ticker-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.pe-mainnav {
  min-height: 56px;
  font-family: "Proxima Nova", "Open Sans", Arial, sans-serif;
  background: #9f2b68;
}

.pe-mainnav ul {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  min-height: 56px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pe-mainnav li {
  display: flex;
}

.pe-mainnav a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 56px;
  padding: 7px 10px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 1.15;
  font-weight: 700;
}

.pe-mainnav a:hover,
.pe-mainnav a:focus {
  color: #fff;
  background: rgba(255, 255, 255, .1);
}

.pe-home a:hover,
.pe-home a:focus {
  color: var(--pe-pink);
  text-decoration: none;
}

.pe-promo {
  min-height: 40px;
  padding: 8px 20px;
  border-top: 2px solid #fff;
  background: linear-gradient(90deg, #a62a6c, #e31c72);
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .03em;
}

.pe-layout {
  display: grid;
  grid-template-columns: 278px minmax(0, 1fr);
  max-width: 1800px;
  margin: 0 auto;
}

.pe-sidebar {
  border-right: 1px solid #e6e6e6;
  padding: 28px 18px 50px;
}

.pe-sidebar__section + .pe-sidebar__section {
  margin-top: 50px;
}

.pe-sidebar__title {
  margin: 0 0 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid #c0548e;
  color: #4a4a4a;
  font-size: 22px;
  font-weight: 700;
}

.pe-category-list a {
  display: block;
  margin-bottom: 16px;
  color: var(--pe-pink);
  font-size: 15px;
  line-height: 1.35;
}

.pe-brand-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.pe-brand-grid a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 8px;
  border: 0;
  color: #333;
  font-size: 10px;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  background: #fff;
}

.pe-brand-grid img {
  display: block;
  max-width: 100%;
  max-height: 42px;
  object-fit: contain;
}

.pe-brand-grid span {
  display: block;
}

.pe-content {
  min-width: 0;
  padding-bottom: 70px;
}

.pe-hero {
  display: grid;
  grid-template-columns: minmax(360px, 48%) minmax(430px, 1fr);
  align-items: center;
  min-height: 650px;
  padding: 75px 70px 70px 48px;
  background: linear-gradient(90deg, #fff1f2 0%, #fff 52%);
  overflow: hidden;
}

.pe-hero__copy h1 {
  margin: 0 0 34px;
  color: #333;
  font-size: 52px;
  line-height: 1.28;
  font-weight: 700;
}

.pe-hero__copy p {
  margin-bottom: 36px;
  color: #444;
  font-size: 22px;
  line-height: 1.25;
}

.pe-actions {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.pe-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 55px;
  padding: 0 34px;
  border: 1px solid #b8b0b3;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  background: #fff;
}

.pe-btn--primary {
  border-color: var(--pe-pink);
  color: #fff;
  background: var(--pe-pink);
}

.pe-btn--primary:hover,
.pe-btn--primary:focus {
  color: #fff;
  background: #8c2159;
}

.pe-btn--secondary:hover,
.pe-btn--secondary:focus {
  border-color: var(--pe-pink);
}

.pe-hero__art {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 430px;
}

.pe-hero__art img {
  display: block;
  width: min(100%, 900px);
  height: auto;
  object-fit: contain;
}

.pe-section {
  margin: 0 72px;
  padding: 92px 0 0;
}

.pe-title {
  position: relative;
  margin: 0 0 58px;
  color: #3f3f3f;
  text-align: center;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.pe-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -18px;
  width: 92px;
  height: 1px;
  transform: translateX(-50%);
  background: var(--pe-pink);
}

.pe-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 34px;
}

.pe-step {
  text-align: center;
}

.pe-step__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 95px;
  height: 95px;
  margin-bottom: 24px;
  border-radius: 50%;
  color: var(--pe-pink);
  font-size: 36px;
  background: #fff1f4;
}

.pe-step__icon img {
  display: block;
  max-width: 58px;
  max-height: 58px;
}

.pe-step h3 {
  margin: 0 0 18px;
  font-size: 20px;
  font-weight: 700;
}

.pe-step p {
  color: #555;
  font-size: 16px;
  line-height: 1.25;
}

.pe-category-cards,
.pe-products,
.pe-news {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
}

.pe-category-cards {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.pe-category-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 330px;
  padding: 28px 20px 0;
  border-radius: 8px;
  color: #333;
  background: #fff1f4;
  overflow: hidden;
}

.pe-category-card span {
  position: relative;
  z-index: 2;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 700;
  text-transform: uppercase;
}

.pe-category-card strong {
  align-self: center;
  color: rgba(159, 43, 104, .28);
  font-size: 54px;
}

.pe-category-card img {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 235px;
  object-fit: contain;
  object-position: right bottom;
}

.pe-category-card small {
  margin-top: 12px;
  color: #666;
  font-size: 13px;
  font-weight: 700;
}

.pe-intro {
  max-width: none;
  margin: 78px 72px 0;
  padding: 0;
  text-align: center;
}

.pe-intro h3 {
  margin-bottom: 18px;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
}

.pe-intro p,
.pe-text p {
  color: #555;
  font-size: 16px;
  line-height: 1.35;
}

.pe-fees {
  display: grid;
  grid-template-columns: 2fr 1fr;
  margin: 55px 72px 0;
  border: 1px solid #ddd;
}

.pe-fees__main,
.pe-fees__side {
  padding: 34px;
  text-align: center;
}

.pe-fees__main {
  border-right: 1px solid #ddd;
}

.pe-flags {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 22px;
}

.pe-flags img {
  display: block;
  width: 51px;
  height: 34px;
  object-fit: contain;
}

.pe-fees__rates {
  display: grid;
  grid-template-columns: auto 1fr auto 1fr;
  align-items: center;
  gap: 16px;
  margin-bottom: 26px;
}

.pe-fees__rates strong {
  color: var(--pe-pink);
  font-size: 28px;
  line-height: 40px;
  font-weight: 900;
}

.pe-fees__rates span,
.pe-fees__side p {
  color: #555;
  text-align: left;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
}

.pe-fees__main .pe-btn {
  min-height: 40px;
  border-color: #999999;
}

.pe-fees__side h3 {
  margin: 0 0 20px;
  color: var(--pe-pink);
  font-size: 18px;
}

.pe-fees__side p + p {
  margin-top: 13px;
}

.pe-product-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 20px 20px 24px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 35px rgba(0, 0, 0, .06);
}

.pe-slider {
  position: relative;
}

.pe-products--slider {
  display: flex;
  gap: 22px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding: 8px 4px 28px;
}

.pe-products--slider::-webkit-scrollbar {
  display: none;
}

.pe-products--slider .pe-product-card {
  flex: 0 0 calc((100% - 88px) / 5);
  scroll-snap-align: start;
}

.pe-slider__arrow {
  position: absolute;
  top: 132px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid #e5d4dd;
  border-radius: 50%;
  color: var(--pe-pink);
  font-size: 28px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .08);
}

.pe-slider__arrow--prev {
  left: -22px;
}

.pe-slider__arrow--next {
  right: -22px;
}

.pe-slider__arrow:hover,
.pe-slider__arrow:focus {
  color: #fff;
  background: var(--pe-pink);
}

.pe-product-card__image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 210px;
  margin-bottom: 22px;
  color: rgba(159, 43, 104, .28);
  font-size: 38px;
  font-weight: 700;
  background: #fafafa;
}

.pe-product-card__image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.pe-product-card__image button {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  background: #dfa3bd;
}

.pe-product-card__image button .fa {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  transform: translateX(2px);
}

.pe-product-card small {
  display: block;
  margin-bottom: 10px;
  color: var(--pe-pink);
  font-weight: 700;
}

.pe-avito-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-bottom: 10px;
  color: var(--pe-pink);
  font-size: 13px;
  line-height: 1.25;
  font-weight: 700;
}

.pe-avito-link:hover,
.pe-avito-link:focus {
  color: #8c2159;
}

.pe-avito-link__icon {
  display: block;
  flex: 0 0 auto;
  width: auto;
  height: 20px;
  object-fit: contain;
}

.pe-product-card h3 {
  min-height: 54px;
  margin: 0 0 22px;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 700;
}

.pe-price {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 700;
}

.pe-price--stock {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}

.pe-price > span {
  margin-right: 8px;
  color: #999999;
  text-decoration: line-through;
  font-weight: 400;
}

.pe-price--stock > span {
  margin-right: 0;
}

.pe-price-help {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  color: #9F2B68;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  background: #FFF4F4;
}

.pe-price-help__popover {
  position: absolute;
  left: -14px;
  top: calc(100% + 8px);
  z-index: 5;
  display: none;
  width: 386px;
  padding: 10px 20px;
  border-radius: 10px;
  color: #333;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
  background: #FFF4F4;
  box-shadow: none;
}

.pe-price-help:hover .pe-price-help__popover,
.pe-price-help:focus-visible .pe-price-help__popover {
  display: block;
}

.pe-empty {
  grid-column: 1 / -1;
  color: #666;
  text-align: center;
  font-size: 16px;
}

.pe-product-card .pe-btn {
  width: 100%;
  min-height: 52px;
  padding: 0 14px;
}

.pe-benefits__body {
  display: grid;
  grid-template-columns: 382px 1fr;
  gap: 90px;
  align-items: center;
  max-width: 1320px;
  margin: 0;
  padding-left: 80px;
}

.pe-benefits__image {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 382px;
  height: 332px;
  margin: 0;
}

.pe-benefits__image img {
  display: block;
  width: 382px;
  height: 332px;
  object-fit: contain;
}

.pe-benefits ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 58px;
}

.pe-benefits li {
  position: relative;
  padding-left: 18px;
  font-size: 17px;
  font-weight: 700;
}

.pe-benefits li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--pe-pink);
}

.pe-order,
.pe-subscribe,
.pe-max {
  margin: 95px 72px 0;
  border-radius: 8px;
  overflow: hidden;
}

.pe-order {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42%;
  background: #fff1f3;
}

.pe-order > div:first-child {
  padding: 70px 80px;
}

.pe-order h2 {
  margin: 0 0 24px;
  font-weight: 800;
  font-size: 64px;
  line-height: 68px;
}

.pe-order p {
  margin-bottom: 28px;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  line-height: 34px;

}

.pe-order form {
  display: flex;
  gap: 18px;
}

.pe-order input {
  width: 320px;
  height: 55px;
  padding: 0 24px;
  border: 1px solid #ddd;
  background: #fff;
}

.pe-order-form__message {
  min-height: 22px;
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
}

.pe-order-form__message--error {
  color: #b3261e;
}

.pe-order-form__message--success {
  color: #2f7d32;
}

.pe-order .pe-btn:disabled {
  opacity: .7;
  cursor: wait;
}

.pe-modal-open {
  overflow: hidden;
}

.pe-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 28px;
}

.pe-modal--open {
  display: flex;
}

.pe-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .42);
}

.pe-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 570px);
  padding: 54px 82px 58px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .24);
}

.pe-modal__close {
  position: absolute;
  top: 18px;
  right: 20px;
  width: 34px;
  height: 34px;
  border: 0;
  color: #888;
  font-size: 34px;
  line-height: 1;
  background: transparent;
}

.pe-modal__close:hover,
.pe-modal__close:focus {
  color: var(--pe-pink);
}

.pe-modal h2 {
  position: relative;
  margin: 0 0 44px;
  color: #333;
  text-align: center;
  font-size: 38px;
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.pe-modal h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 100px;
  height: 1px;
  transform: translateX(-50%);
  background: #9F2B68;
}

.pe-quick-order-form {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.pe-modal-field {
  position: relative;
  display: block;
}

.pe-modal-field input {
  width: 100%;
  height: 52px;
  padding: 0 46px 0 18px;
  border: 1px solid #dedede;
  color: #333;
  font-size: 15px;
  background: #fff;
  outline: none;
}

.pe-modal-field input:focus {
  border-color: var(--pe-pink);
}

.pe-modal-field--error input {
  border-color: #efd1dd;
  color: #9f2b68;
  background: #fff4f7;
}

.pe-modal-field--error input::placeholder {
  color: #c98aa8;
}

.pe-modal-field__icon {
  position: absolute;
  top: 16px;
  right: 18px;
  display: none;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  background: var(--pe-pink);
}

.pe-modal-field--error .pe-modal-field__icon {
  display: flex;
}

.pe-field-error {
  display: block;
  min-height: 0;
  padding-top: 0;
  color: #b3261e;
  font-size: 12px;
  line-height: 1.25;
}

.pe-modal-field--error .pe-field-error {
  min-height: 16px;
  padding-top: 5px;
}

.pe-modal__submit {
  width: 100%;
  min-height: 54px;
  margin-top: 4px;
  border-color: #9F2B68;
  color: #fff;
  background: #9F2B68;
}

.pe-modal__submit:hover,
.pe-modal__submit:focus {
  border-color: #8c2159;
  color: #fff;
  background: #8c2159;
}

.pe-modal__submit:disabled {
  opacity: .7;
  cursor: wait;
}

.pe-modal-policy {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  margin-top: 4px;
  color: #666;
  font-size: 13px;
  line-height: 1.35;
}

.pe-modal-policy input {
  width: 16px;
  height: 16px;
  margin: 1px 0 0;
  accent-color: var(--pe-pink);
}

.pe-modal-policy a {
  color: var(--pe-pink);
  text-decoration: underline;
}

.pe-modal-policy.pe-modal-field--error {
  color: #b3261e;
}

.pe-modal-message {
  min-height: 20px;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
  text-align: center;
}

.pe-modal-message--error {
  color: #b3261e;
}

.pe-modal-message--success {
  color: #2f7d32;
}

.pe-news__image {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(159, 43, 104, .22);
  font-size: 54px;
  font-weight: 700;
  background: linear-gradient(135deg, #fff, #efd6df);
}

.pe-order__image {
  position: relative;
  min-height: 440px;
}

.pe-order__image-main {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pe-order__image-overlay {
  position: absolute;
  left: -35px;
  top: 0;
  z-index: 2;
  display: block;
  width: 107px;
  height: 100%;
  object-fit: fill;
}

.pe-news {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pe-news__image {
  display: block;
  height: 218px;
  margin-bottom: 24px;
  border-radius: 0;
  overflow: hidden;
  background: #f5f5f5;
}

.pe-news__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.pe-news h3 {
  min-height: 60px;
  margin: 0 0 26px;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 700;
}

.pe-subscribe {
  display: grid;
  grid-template-columns: 1fr 265px 1fr;
  align-items: center;
  gap: 36px;
  min-height: 160px;
  padding: 0 90px;
  background: linear-gradient(90deg, #fff0ee, #df9fbd);
}

.pe-subscribe h2 {
  margin: 0;
  font-size: 34px;
  line-height: 1.05;
  text-transform: uppercase;
  font-weight: 700;
}

.pe-subscribe__image {
  display: block;
  width: 265px;
  height: 160px;
  object-fit: contain;
  justify-self: center;
}

.pe-subscribe .pe-btn {
  justify-self: end;
}

.pe-max {
  display: grid;
  grid-template-columns: 58% 42%;
  align-items: center;
  min-height: 340px;
  background: linear-gradient(88.28deg, rgba(72, 192, 253, 0.15) 1.47%, rgba(112, 53, 229, 0.3) 30.87%, rgba(239, 239, 239, 0.3) 58.41%);
}

.pe-max__image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
  background: #f6fbff;
}

.pe-max__image img {
  display: block;
  width: min(100%, 572px);
  height: auto;
  object-fit: contain;
}

.pe-max > div:last-child {
  padding: 24px 55px;
}

.pe-text {
  max-width: none;
  margin: 70px 72px 0;
  padding: 0;
  text-align: center;
}

.pe-text h3 {
  margin: 48px 0 22px;
  font-size: 22px;
}

.pe-text .pe-btn {
  margin-top: 40px;
}

.pe-footer {
  margin-top: 110px;
  border-top: 1px solid #e7e7e7;
  color: #444;
  font-family: "Open Sans", Arial, sans-serif;
  background: #fff1f3;
}

.pe-footer__top {
  padding: 52px 0 58px;
}

.pe-footer__grid {
  display: grid;
  grid-template-columns: 1.05fr 1.35fr 1.25fr 1.05fr 1.2fr;
  gap: 58px;
}

.pe-footer h5 {
  margin: 0 0 26px;
  color: #444;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
}

.pe-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pe-footer li + li {
  margin-top: 15px;
}

.pe-footer a,
.pe-footer p {
  color: #555;
  font-size: 15px;
  line-height: 1.3;
}

.pe-footer p {
  margin: 0 0 15px;
}

.pe-footer strong {
  color: #444;
}

.pe-footer__bottom {
  background: #f5f5f5;
}

.pe-footer__bottom .pe-header-container {
  display: grid;
  grid-template-columns: 260px 1fr;
  align-items: center;
  min-height: 92px;
  color: #aaa;
  font-size: 14px;
  text-align: center;
}

.pe-footer__logo {
  justify-self: start;
  color: #b5b5b5;
  font-size: 24px;
  line-height: .9;
  font-weight: 700;
}

.pe-max h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin: 0 0 35px 0;
}

@media (max-width: 1400px) {
  .pe-header__main {
    grid-template-columns: 220px minmax(260px, 1fr) auto;
    gap: 28px;
  }

  .pe-mainnav ul {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .pe-hero {
    grid-template-columns: minmax(320px, 48%) minmax(320px, 1fr);
    padding-right: 35px;
  }

  .pe-hero__copy h1 {
    font-size: 42px;
  }

  .pe-products,
  .pe-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pe-products--slider .pe-product-card {
    flex-basis: calc((100% - 44px) / 3);
  }

  .pe-category-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pe-footer__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .pe-topbar__inner {
    grid-template-columns: 1fr;
    gap: 6px;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
  }

  .pe-rates {
    flex-wrap: wrap;
    gap: 4px 14px;
  }

  .pe-phones {
    justify-content: center;
    flex-wrap: wrap;
  }

  .pe-header__main {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-top: 18px;
    padding-bottom: 20px;
  }

  .pe-logo,
  .pe-header__actions {
    justify-self: center;
  }

  .pe-mainnav ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pe-layout {
    grid-template-columns: 1fr;
  }

  .pe-sidebar {
    display: none;
  }

  .pe-hero,
  .pe-order,
  .pe-max,
  .pe-fees,
  .pe-benefits__body {
    grid-template-columns: 1fr;
  }

  .pe-hero {
    min-height: 0;
  }

  .pe-hero__art {
    min-height: 360px;
  }

  .pe-section {
    margin-left: 28px;
    margin-right: 28px;
  }

  .pe-fees,
  .pe-order,
  .pe-subscribe,
  .pe-max {
    margin-left: 28px;
    margin-right: 28px;
  }

  .pe-intro,
  .pe-text {
    margin-left: 28px;
    margin-right: 28px;
  }

  .pe-fees__main {
    border-right: 0;
    border-bottom: 1px solid #ddd;
  }

  .pe-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px;
  }

  .pe-benefits__body {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .pe-header-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  body {
    overflow-x: hidden;
  }

  .pe-rates,
  .pe-city,
  .pe-phones a {
    font-size: 12px;
  }

  .pe-rates__more {
    display: grid;
    gap: 6px;
    min-width: 210px;
  }

  .pe-topbar__inner {
    gap: 4px;
    min-height: 0;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .pe-phones {
    gap: 10px;
  }

  .pe-header__main {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px;
    min-height: 0;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .pe-logo {
    justify-self: start;
  }

  .pe-logo a {
    min-height: 48px;
    font-size: 20px;
  }

  .pe-logo img {
    max-width: 160px;
    max-height: 52px;
  }

  .pe-header__search {
    grid-column: 1 / -1;
    order: 3;
    width: 100%;
  }

  .pe-header__search #search input,
  .pe-header__search #search button {
    height: 44px;
  }

  .pe-header__actions {
    justify-self: end;
    gap: 10px;
  }

  .pe-header__actions > a {
    font-size: 21px;
  }

  .pe-ticker {
    font-size: 12px;
  }

  .pe-header-socials {
    gap: 5px;
    margin-top: 2px;
  }

  .pe-header-socials a {
    width: 24px;
    height: 24px;
    font-size: 20px;
  }

  .pe-header-socials img {
    width: 18px;
    height: 18px;
  }

  .pe-cart-widget {
    min-width: 44px;
  }

  .pe-cart-widget #cart > button {
    justify-content: center;
    width: 42px;
    min-height: 42px;
  }

  .pe-cart-widget #cart-total {
    display: none;
  }

  .pe-cart-widget .dropdown-menu {
    position: fixed;
    right: 12px;
    left: 12px;
    min-width: 0;
    max-width: none;
  }

  .pe-menu-toggle {
    display: inline-flex;
  }

  .pe-mainnav {
    max-height: 0;
    min-height: 0;
    overflow: hidden;
    transition: max-height .25s ease;
  }

  .pe-mainnav.pe-mainnav--open {
    max-height: 620px;
  }

  .pe-mainnav ul {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .pe-mainnav a {
    justify-content: flex-start;
    min-height: 44px;
    padding: 10px 16px;
    text-align: left;
    font-size: 13px;
  }

  .pe-promo {
    min-height: 0;
    padding: 9px 16px;
    font-size: 13px;
    line-height: 1.35;
  }

  .pe-hero {
    padding: 34px 20px 22px;
    background: linear-gradient(180deg, #fff1f2 0%, #fff 76%);
  }

  .pe-hero__copy h1 {
    margin-bottom: 20px;
    font-size: 29px;
    line-height: 1.18;
  }

  .pe-hero__copy p {
    margin-bottom: 24px;
    font-size: 17px;
  }

  .pe-actions {
    gap: 12px;
  }

  .pe-actions .pe-btn,
  .pe-order .pe-btn,
  .pe-subscribe .pe-btn,
  .pe-max .pe-btn {
    width: 100%;
  }

  .pe-btn {
    min-height: 48px;
    padding: 0 18px;
    font-size: 13px;
  }

  .pe-hero__art {
    min-height: 230px;
    justify-content: center;
  }

  .pe-title {
    margin-bottom: 42px;
    font-size: 24px;
    line-height: 1.25;
  }

  .pe-steps,
  .pe-category-cards,
  .pe-products,
  .pe-news,
  .pe-benefits ul,
  .pe-fees__rates {
    grid-template-columns: 1fr;
  }

  .pe-section {
    margin-left: 18px;
    margin-right: 18px;
    padding-top: 56px;
  }

  .pe-step__icon {
    width: 76px;
    height: 76px;
    margin-bottom: 16px;
    font-size: 28px;
  }

  .pe-step__icon img {
    max-width: 46px;
    max-height: 46px;
  }

  .pe-step h3 {
    margin-bottom: 9px;
    font-size: 18px;
  }

  .pe-step p {
    font-size: 14px;
  }

  .pe-category-cards,
  .pe-products,
  .pe-news {
    gap: 16px;
  }

  .pe-products--slider {
    gap: 16px;
    padding-left: 2px;
    padding-right: 2px;
  }

  .pe-products--slider .pe-product-card {
    flex-basis: 86%;
  }

  .pe-slider__arrow {
    top: 108px;
    width: 38px;
    height: 38px;
    font-size: 24px;
  }

  .pe-slider__arrow--prev {
    left: -10px;
  }

  .pe-slider__arrow--next {
    right: -10px;
  }

  .pe-category-card {
    min-height: 300px;
    padding: 20px 16px 16px;
  }

  .pe-category-card span {
    font-size: 19px;
  }

  .pe-category-card img {
    height: 215px;
  }

  .pe-intro {
    margin-top: 52px;
    margin-left: 18px;
    margin-right: 18px;
  }

  .pe-intro h3 {
    font-size: 18px;
    line-height: 1.3;
  }

  .pe-intro p,
  .pe-text p {
    font-size: 14px;
  }

  .pe-fees {
    margin-top: 38px;
    margin-left: 18px;
    margin-right: 18px;
  }

  .pe-fees__main,
  .pe-fees__side {
    padding: 24px 18px;
  }

  .pe-flags {
    flex-wrap: wrap;
    gap: 10px;
  }

  .pe-fees__rates span {
    text-align: center;
  }

  .pe-product-card {
    padding: 16px;
  }

  .pe-product-card__image {
    height: 185px;
    margin-bottom: 16px;
  }

  .pe-product-card h3 {
    min-height: 0;
    margin-bottom: 16px;
    font-size: 16px;
  }

  .pe-price-help__popover {
    left: auto;
    right: -12px;
    width: min(76vw, 320px);
    padding: 14px 18px;
    font-size: 15px;
    line-height: 20px;
  }

  .pe-benefits__body {
    gap: 28px;
  }

  .pe-benefits__image {
    width: min(100%, 382px);
    height: auto;
  }

  .pe-benefits__image img {
    width: min(100%, 382px);
    height: auto;
  }

  .pe-benefits li {
    font-size: 15px;
  }

  .pe-order > div:first-child,
  .pe-max > div:last-child {
    padding: 34px 22px;
  }

  .pe-order h2{
    font-size: 30px;
  }

  .pe-order,
  .pe-subscribe,
  .pe-max {
    margin-top: 60px;
    margin-left: 18px;
    margin-right: 18px;
  }

  .pe-order p {
    font-size: 16px;
  }

  .pe-order form,
  .pe-subscribe {
    grid-template-columns: 1fr;
    padding: 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .pe-subscribe__image {
    width: min(100%, 265px);
    height: auto;
    justify-self: center;
  }

  .pe-order input {
    width: 100%;
  }

  .pe-modal {
    align-items: flex-start;
    padding: 18px;
    overflow-y: auto;
  }

  .pe-modal__dialog {
    padding: 40px 20px 32px;
  }

  .pe-modal__close {
    top: 12px;
    right: 12px;
  }

  .pe-modal h2 {
    margin-bottom: 36px;
    font-size: 28px;
  }

  .pe-modal-field input {
    height: 48px;
    font-size: 14px;
  }

  .pe-modal-policy {
    font-size: 12px;
  }

  .pe-order__image,
  .pe-max__image {
    min-height: 220px;
  }

  .pe-news h3 {
    min-height: 0;
    font-size: 18px;
  }

  .pe-subscribe h2 {
    font-size: 26px;
  }

  .pe-max {
    min-height: 0;
  }

  .pe-max__image {
    min-height: 240px;
  }

  .pe-max__image img {
    width: min(100%, 360px);
  }

  .pe-text {
    margin-top: 46px;
    margin-left: 18px;
    margin-right: 18px;
  }

  .pe-text h3 {
    margin-top: 32px;
    font-size: 18px;
  }

  .pe-footer {
    margin-top: 70px;
  }

  .pe-footer__top {
    padding: 36px 0 38px;
  }

  .pe-footer__grid,
  .pe-footer__bottom .pe-header-container {
    grid-template-columns: 1fr;
  }

  .pe-footer__grid {
    gap: 30px;
  }

  .pe-footer h5 {
    margin-bottom: 14px;
  }

  .pe-footer li + li {
    margin-top: 10px;
  }

  .pe-footer__bottom .pe-header-container {
    gap: 14px;
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .pe-footer__logo {
    justify-self: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pe-ticker__track {
    animation: none;
  }
}

@media (max-width: 480px) {
  .pe-header__main {
    grid-template-columns: 1fr;
  }

  .pe-logo,
  .pe-header__actions {
    justify-self: center;
  }

  .pe-header__search {
    grid-column: 1;
  }
}

/* New home layout */
.pe-home {
  --pe-pink: #7a002c;
  --pe-rose: #b45d7a;
  --pe-soft: #fbf2ef;
  --pe-line: #eadbd7;
  background: #fbf6f3;
}

.pe-layout {
  display: block;
  max-width: none;
}

.pe-content {
  width: 100%;
  padding-bottom: 0;
}

.pe-hero {
  grid-template-columns: minmax(0, 48%) minmax(0, 52%);
  min-height: 510px;
  padding: 54px max(24px, calc((100vw - 1360px) / 2)) 46px;
  background: #fbf2ef;
}

.pe-hero__copy h1 {
  max-width: 610px;
  color: #3f1f24;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 45px;
  line-height: 1.04;
  font-weight: 700;
}

.pe-hero__copy p {
  max-width: 560px;
  color: #513d3f;
  font-size: 17px;
  line-height: 1.45;
}

.pe-hero__art {
  min-height: 390px;
}

.pe-hero__art img {
  width: min(100%, 670px);
}

.pe-btn {
  min-height: 44px;
  padding: 0 26px;
  border-radius: 3px;
  font-size: 12px;
  letter-spacing: 0;
}

.pe-btn--primary {
  border-color: var(--pe-pink);
  background: var(--pe-pink);
}

.pe-btn--primary:hover,
.pe-btn--primary:focus {
  background: #5f0022;
}

.pe-service-strip,
.pe-store-panel,
.pe-section,
.pe-intro,
.pe-fees,
.pe-sale-band,
.pe-founder,
.pe-order,
.pe-subscribe,
.pe-max,
.pe-text {
  width: min(100% - 48px, 1280px);
  margin-left: auto;
  margin-right: auto;
}

.pe-service-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.pe-service-card {
  min-height: 112px;
  padding: 20px 18px 18px;
  border: 1px solid var(--pe-line);
  background: #fff;
}

.pe-service-card i {
  float: left;
  margin: 2px 12px 30px 0;
  color: var(--pe-pink);
  font-size: 25px;
}

.pe-service-card h3 {
  margin: 0 0 6px;
  color: #3f1f24;
  font-size: 15px;
  line-height: 1.15;
  font-weight: 700;
}

.pe-service-card p {
  margin: 0;
  color: #6f5d5d;
  font-size: 12px;
  line-height: 1.25;
}

.pe-store-panel {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 14px;
  margin-top: 22px;
}

.pe-store-panel article {
  min-height: 180px;
  padding: 22px;
  border: 1px solid var(--pe-line);
  background: #fff;
}

.pe-store-panel h3 {
  margin: 0 0 18px;
  color: var(--pe-pink);
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
}

.pe-store-logos {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  align-items: center;
}

.pe-store-logos span,
.pe-country-circles span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  color: #2d2526;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  line-height: 1;
  text-align: center;
}

.pe-store-logos--compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pe-country-circles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.pe-country-circles span {
  width: 58px;
  height: 58px;
  min-height: 58px;
  border-radius: 50%;
  color: #fff;
  background: #b98778;
  justify-self: center;
}

.pe-section {
  margin-top: 0;
  padding-top: 82px;
}

.pe-title {
  color: var(--pe-pink);
  font-size: 25px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: .04em;
}

.pe-title::before,
.pe-title::after {
  content: "";
  position: absolute;
  left: 50%;
  height: 1px;
  transform: translateX(-50%);
  background: var(--pe-pink);
}

.pe-title::before {
  bottom: -15px;
  width: 34px;
}

.pe-title::after {
  bottom: -21px;
  width: 86px;
}

.pe-steps {
  gap: 16px;
}

.pe-step {
  padding: 24px 18px;
  border: 1px solid var(--pe-line);
  background: #fff;
}

.pe-step__icon {
  width: 66px;
  height: 66px;
  margin-bottom: 16px;
  background: #f8ece9;
}

.pe-step h3 {
  color: #3f1f24;
  font-size: 15px;
}

.pe-step p {
  font-size: 13px;
}

.pe-category-cards {
  gap: 14px;
}

.pe-category-card {
  min-height: 260px;
  border-radius: 0;
  background: #f3c9d2;
}

.pe-category-card:nth-child(2n) {
  background: #f8dfe4;
}

.pe-category-card:nth-child(3n) {
  background: var(--pe-pink);
  color: #fff;
}

.pe-category-card span {
  font-size: 15px;
  line-height: 1.2;
}

.pe-category-card img {
  height: 190px;
}

.pe-intro {
  max-width: 960px;
  margin-top: 62px;
}

.pe-intro h3 {
  color: #3f1f24;
  font-size: 18px;
  line-height: 1.45;
}

.pe-fees {
  margin-top: 32px;
  background: #fff;
}

.pe-sale-band {
  margin-top: 76px;
  padding: 22px 28px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 700;
  background: var(--pe-pink);
}

.pe-client-brand-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  max-width: 790px;
  margin: 0 auto;
}

.pe-client-brand-grid article {
  padding: 28px 34px;
  border: 1px solid var(--pe-line);
  background: #fff;
}

.pe-client-brand-grid h3 {
  margin: 0 0 18px;
  color: var(--pe-pink);
  font-size: 15px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
}

.pe-client-brand-grid p {
  margin: 0;
  color: #4d4242;
  font-size: 14px;
  line-height: 1.55;
}

.pe-product-card {
  border-radius: 0;
  border: 1px solid #eee3df;
  box-shadow: 0 10px 24px rgba(60, 32, 37, .08);
}

.pe-product-card__image {
  height: 205px;
  color: rgba(122, 0, 44, .28);
  background:
    linear-gradient(135deg, rgba(122, 0, 44, .08), rgba(255, 255, 255, .8)),
    #f6eee9;
}

.pe-benefits-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 26px;
}

.pe-benefits-grid article {
  text-align: center;
}

.pe-benefits-grid i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 46px;
  margin-bottom: 15px;
  color: var(--pe-pink);
  font-size: 28px;
}

.pe-benefits-grid h3 {
  margin: 0 0 9px;
  color: #3f1f24;
  font-size: 15px;
  font-weight: 700;
}

.pe-benefits-grid p {
  margin: 0;
  color: #6f5d5d;
  font-size: 12px;
  line-height: 1.35;
}

.pe-founder {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  gap: 70px;
  align-items: center;
  margin-top: 110px;
}

.pe-founder__copy > span {
  display: block;
  margin-bottom: 20px;
  color: var(--pe-pink);
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
}

.pe-founder h2 {
  max-width: 600px;
  margin: 0 0 24px;
  color: #3f1f24;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  line-height: 1.1;
}

.pe-founder p,
.pe-founder li {
  color: #544448;
  font-size: 15px;
  line-height: 1.55;
}

.pe-founder ul {
  display: grid;
  gap: 12px;
  margin: 22px 0 28px;
  padding: 0;
  list-style: none;
}

.pe-founder li {
  position: relative;
  padding-left: 28px;
}

.pe-founder li::before {
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 2px;
  color: var(--pe-pink);
  font-family: FontAwesome;
}

.pe-founder__photo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 520px;
  color: rgba(122, 0, 44, .28);
  font-size: 54px;
  font-weight: 700;
  background:
    linear-gradient(135deg, rgba(122, 0, 44, .12), rgba(255, 255, 255, .35)),
    #eadbd7;
}

.pe-order {
  margin-top: 88px;
  background: #f5d6dc;
}

.pe-order h2 {
  color: #3f1f24;
  font-size: 44px;
  line-height: 1.02;
}

.pe-news article {
  padding: 0 0 22px;
  background: #fff;
}

.pe-news h3 {
  min-height: 72px;
  padding: 0 18px;
  font-size: 17px;
}

.pe-news .pe-btn {
  margin-left: 18px;
}

.pe-text {
  max-width: 980px;
}

@media (max-width: 1200px) {
  .pe-service-strip,
  .pe-steps,
  .pe-benefits-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pe-store-panel {
    grid-template-columns: 1fr;
  }

  .pe-category-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .pe-hero,
  .pe-founder {
    grid-template-columns: 1fr;
  }

  .pe-hero {
    padding-left: 24px;
    padding-right: 24px;
  }

  .pe-founder {
    gap: 34px;
  }
}

@media (max-width: 767px) {
  .pe-service-strip,
  .pe-store-panel,
  .pe-section,
  .pe-intro,
  .pe-fees,
  .pe-sale-band,
  .pe-founder,
  .pe-order,
  .pe-subscribe,
  .pe-max,
  .pe-text {
    width: min(100% - 32px, 1280px);
  }

  .pe-hero {
    padding: 32px 16px 24px;
  }

  .pe-hero__copy h1 {
    font-size: 31px;
  }

  .pe-service-strip,
  .pe-steps,
  .pe-category-cards,
  .pe-client-brand-grid,
  .pe-benefits-grid,
  .pe-news {
    grid-template-columns: 1fr;
  }

  .pe-store-logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pe-founder {
    margin-top: 70px;
  }

  .pe-founder h2 {
    font-size: 28px;
  }

  .pe-founder__photo {
    min-height: 360px;
  }
}

/* Header and footer matching the new layout */
.pe-header-container {
  max-width: 1280px;
}

.pe-topbar {
  min-height: 30px;
  color: #6b5c5d;
  background: #fbf6f3;
  border-bottom: 1px solid #eadbd7;
}

.pe-topbar__inner {
  min-height: 30px;
  grid-template-columns: 190px 1fr auto;
  gap: 18px;
  font-size: 12px;
}

.pe-city #selectItem {
  color: #6b5c5d;
  background: #fbf6f3;
}

.pe-rates {
  color: #6b5c5d;
}

.pe-rates__details summary {
  color: var(--pe-pink);
}

.pe-rates__more {
  color: #4a373a;
  background: #fff;
  border-color: #eadbd7;
}

.pe-phones {
  gap: 16px;
}

.pe-phones a {
  color: var(--pe-pink);
  font-weight: 700;
}

.pe-header {
  border-bottom: 0;
  background: #fff;
}

.pe-header__main {
  min-height: 76px;
  grid-template-columns: 210px minmax(0, 1fr) auto auto;
  gap: 28px;
}

.pe-logo a {
  min-height: 58px;
}

.pe-logo img {
  max-width: 172px;
  max-height: 58px;
}

.pe-header-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  min-width: 0;
}

.pe-header-links a {
  color: #46383a;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
  white-space: nowrap;
}

.pe-header-links a:hover,
.pe-header-links a:focus {
  color: var(--pe-pink);
}

.pe-header__contact {
  display: grid;
  gap: 3px;
  text-align: right;
  white-space: nowrap;
}

.pe-header__contact a {
  color: var(--pe-pink);
  font-size: 16px;
  line-height: 1.1;
  font-weight: 800;
}

.pe-header__contact span {
  color: #8a7778;
  font-size: 11px;
}

.pe-header__search {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.pe-header__actions {
  align-items: center;
  gap: 13px;
}

.pe-header__actions > a,
.pe-cart-widget #cart > button {
  width: 28px;
  min-height: 34px;
  color: var(--pe-pink);
  font-size: 18px;
}

.pe-cart-group {
  flex-direction: row;
  gap: 10px;
}

.pe-cart-widget {
  min-width: 34px;
}

.pe-cart-widget #cart > button {
  justify-content: center;
}

.pe-cart-widget #cart-total {
  display: none;
}

.pe-header-socials {
  gap: 6px;
  margin-top: 0;
}

.pe-header-socials a {
  width: 22px;
  height: 22px;
  color: var(--pe-pink);
  font-size: 18px;
}

.pe-header-socials img {
  width: 17px;
  height: 17px;
}

.pe-mainnav {
  min-height: 34px;
  background: var(--pe-pink);
}

.pe-mainnav ul {
  display: flex;
  justify-content: center;
  min-height: 34px;
}

.pe-mainnav li {
  flex: 0 0 auto;
}

.pe-mainnav a {
  min-height: 34px;
  padding: 7px 13px;
  font-size: 11px;
  line-height: 1.1;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.pe-footer {
  margin-top: 105px;
  color: #5d4d50;
  background: #f6dedf;
  border-top: 0;
}

.pe-footer__top {
  padding: 48px 0 42px;
}

.pe-footer__grid {
  grid-template-columns: 1.1fr 1.35fr 1.2fr 1fr 1.25fr;
  gap: 34px;
}

.pe-footer h5 {
  margin-bottom: 18px;
  color: var(--pe-pink);
  font-size: 13px;
  line-height: 1.25;
  text-transform: uppercase;
}

.pe-footer a,
.pe-footer p {
  color: #5d4d50;
  font-size: 13px;
  line-height: 1.35;
}

.pe-footer li + li {
  margin-top: 10px;
}

.pe-footer__contacts p:first-of-type a {
  color: var(--pe-pink);
  font-size: 16px;
  font-weight: 800;
}

.pe-footer__socials,
.pe-footer__payments {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  flex-wrap: wrap;
}

.pe-footer__socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: var(--pe-pink);
  font-size: 20px;
  background: #fff;
}

.pe-footer__socials img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.pe-footer__payments a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.pe-footer__payments img {
  max-width: 90px;
  max-height: 28px;
  object-fit: contain;
}

.pe-footer__bottom {
  background: #f0cfd2;
}

.pe-footer__bottom .pe-header-container {
  min-height: 86px;
  grid-template-columns: 180px 1fr 1.4fr;
  gap: 24px;
  color: #7c696b;
  text-align: left;
}

.pe-footer__logo {
  color: var(--pe-pink);
  font-size: 20px;
}

.pe-footer__copy,
.pe-footer__legal {
  font-size: 12px;
  line-height: 1.35;
}

.pe-footer__legal {
  text-align: right;
}

@media (max-width: 1200px) {
  .pe-header__main {
    grid-template-columns: 180px 1fr auto;
  }

  .pe-header__contact {
    display: none;
  }

  .pe-mainnav ul {
    flex-wrap: wrap;
  }

  .pe-footer__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .pe-header__main {
    grid-template-columns: 1fr auto;
  }

  .pe-header-links {
    grid-column: 1 / -1;
    order: 3;
    justify-content: flex-start;
    gap: 16px;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .pe-footer__bottom .pe-header-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .pe-footer__logo {
    justify-self: center;
  }

  .pe-footer__legal {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .pe-topbar__inner {
    grid-template-columns: 1fr;
  }

  .pe-header__main {
    min-height: 0;
  }

  .pe-header-links {
    display: none;
  }

  .pe-menu-toggle {
    display: inline-flex;
  }

  .pe-mainnav {
    max-height: 0;
    min-height: 0;
    overflow: hidden;
  }

  .pe-mainnav.pe-mainnav--open {
    max-height: 720px;
  }

  .pe-mainnav ul {
    display: grid;
    grid-template-columns: 1fr;
  }

  .pe-mainnav a {
    justify-content: flex-start;
    min-height: 42px;
    padding: 11px 16px;
    font-size: 12px;
  }

  .pe-footer__grid {
    grid-template-columns: 1fr;
  }
}

/* Pixel pass for the supplied Prestige Express mockup */
body {
  background: #fbf6f3;
}

.pe-header-container {
  max-width: 1120px;
  padding-left: 18px;
  padding-right: 18px;
}

.pe-topbar {
  min-height: 22px;
  background: #fff;
  border-bottom: 0;
}

.pe-topbar__inner {
  min-height: 22px;
  grid-template-columns: 170px 1fr auto;
  font-size: 10px;
  line-height: 1;
}

.pe-city #selectItem {
  max-width: 136px;
  padding: 0 18px 0 0;
  color: #6f6262;
  font-size: 10px;
  background: #fff;
}

.pe-rates {
  gap: 10px;
}

.pe-rates__details summary {
  font-size: 10px;
}

.pe-phones {
  gap: 10px;
}

.pe-phones a {
  font-size: 10px;
}

.pe-header {
  background: #fff;
}

.pe-header__main {
  min-height: 56px;
  grid-template-columns: 155px minmax(0, 1fr) auto auto;
  gap: 18px;
}

.pe-logo a {
  min-height: 46px;
}

.pe-logo img {
  max-width: 132px;
  max-height: 42px;
}

.pe-logo span {
  font-size: 17px;
}

.pe-header-links {
  gap: 26px;
  justify-content: center;
}

.pe-header-links a {
  color: #4c4141;
  font-size: 12px;
  font-weight: 700;
}

.pe-header__contact a {
  font-size: 13px;
}

.pe-header__contact span {
  font-size: 9px;
}

.pe-header__actions {
  gap: 8px;
}

.pe-header__actions > a,
.pe-cart-widget #cart > button {
  width: 22px;
  min-height: 28px;
  font-size: 15px;
}

.pe-cart-group {
  gap: 6px;
}

.pe-header-socials {
  gap: 4px;
}

.pe-header-socials a {
  width: 18px;
  height: 18px;
  font-size: 15px;
}

.pe-header-socials img {
  width: 14px;
  height: 14px;
}

.pe-menu-toggle {
  width: 32px;
  height: 32px;
}

.pe-mainnav {
  min-height: 31px;
  background: #fff;
  border-top: 1px solid #f1e5e2;
  border-bottom: 1px solid #f1e5e2;
}

.pe-mainnav ul {
  min-height: 31px;
  display: flex;
  justify-content: center;
  gap: 0;
}

.pe-mainnav a {
  min-height: 31px;
  padding: 8px 13px;
  color: #4b3d3e;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.pe-mainnav a:hover,
.pe-mainnav a:focus {
  color: #fff;
  background: var(--pe-pink);
}

.pe-home {
  --pe-pink: #7b002d;
  --pe-dark: #3b2226;
  --pe-paper: #fbf6f3;
  --pe-card-bg: #fff;
  --pe-border: #eadad6;
  background: var(--pe-paper);
}

.pe-promo {
  min-height: 24px;
  padding: 5px 14px;
  border-top: 0;
  background: var(--pe-pink);
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 0;
}

.pe-ticker {
  display: none;
}

.pe-hero {
  width: min(100%, 1120px);
  margin: 0 auto;
  grid-template-columns: 43% 57%;
  min-height: 388px;
  padding: 28px 18px 26px;
  background: #fbf1ed;
}

.pe-hero__copy h1 {
  max-width: 430px;
  margin-bottom: 18px;
  color: #3a2024;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  line-height: 1.06;
  letter-spacing: 0;
}

.pe-hero__copy p {
  max-width: 405px;
  margin-bottom: 20px;
  color: #58494a;
  font-size: 12px;
  line-height: 1.45;
}

.pe-actions {
  gap: 10px;
}

.pe-btn {
  min-height: 34px;
  padding: 0 18px;
  border-radius: 2px;
  font-size: 10px;
  line-height: 1;
}

.pe-hero__art {
  min-height: 320px;
}

.pe-hero__art img {
  width: min(100%, 625px);
}

.pe-service-strip,
.pe-store-panel,
.pe-section,
.pe-intro,
.pe-fees,
.pe-sale-band,
.pe-client-brands,
.pe-founder,
.pe-order,
.pe-subscribe,
.pe-max,
.pe-text {
  width: min(100% - 36px, 1120px);
}

.pe-service-strip {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  margin-top: 14px;
}

.pe-service-card {
  min-height: 82px;
  padding: 14px 12px 12px;
  border-color: var(--pe-border);
  background: #fff;
}

.pe-service-card i {
  margin: 0 9px 34px 0;
  font-size: 20px;
}

.pe-service-card h3 {
  margin-bottom: 5px;
  font-size: 11px;
}

.pe-service-card p {
  font-size: 9px;
  line-height: 1.25;
}

.pe-store-panel {
  grid-template-columns: 1.55fr 1fr 1fr;
  gap: 10px;
  margin-top: 16px;
}

.pe-store-panel article {
  min-height: 148px;
  padding: 18px;
  border-color: var(--pe-border);
}

.pe-store-panel h3 {
  margin-bottom: 13px;
  font-size: 11px;
}

.pe-store-logos {
  gap: 8px 12px;
}

.pe-store-logos span {
  min-height: 28px;
  font-size: 12px;
}

.pe-country-circles {
  gap: 8px;
}

.pe-country-circles span {
  width: 45px;
  height: 45px;
  min-height: 45px;
  font-size: 11px;
}

.pe-trust-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  width: 100%;
  margin-top: 18px;
  padding: 22px max(18px, calc((100vw - 1120px) / 2 + 18px));
  color: #fff;
  background: var(--pe-pink);
}

.pe-trust-band article {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 10px;
}

.pe-trust-band i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 2px solid rgba(255, 255, 255, .78);
  border-radius: 50%;
  font-size: 19px;
}

.pe-trust-band h3 {
  margin: 0 0 4px;
  color: #fff;
  font-size: 11px;
  line-height: 1.15;
  text-transform: uppercase;
  font-weight: 700;
}

.pe-trust-band p {
  margin: 0;
  color: rgba(255, 255, 255, .82);
  font-size: 9px;
  line-height: 1.25;
}

.pe-section {
  padding-top: 68px;
}

.pe-title {
  margin-bottom: 42px;
  color: var(--pe-pink);
  font-size: 19px;
  line-height: 1.2;
  font-weight: 800;
}

.pe-title::before {
  bottom: -12px;
  width: 24px;
}

.pe-title::after {
  bottom: -17px;
  width: 62px;
}

.pe-category-cards {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.pe-category-card {
  min-height: 178px;
  padding: 16px 12px 0;
}

.pe-category-card span {
  font-size: 11px;
}

.pe-category-card img {
  height: 135px;
}

.pe-intro {
  max-width: 820px;
  margin-top: 42px;
}

.pe-intro h3 {
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 1.35;
}

.pe-intro p,
.pe-text p {
  font-size: 11px;
  line-height: 1.55;
}

.pe-fees {
  grid-template-columns: 1.55fr 1fr;
  max-width: 820px;
  margin-top: 24px;
  background: #fff;
}

.pe-fees__main,
.pe-fees__side {
  padding: 18px;
}

.pe-flags {
  gap: 8px;
  margin-bottom: 14px;
}

.pe-flags img {
  width: 32px;
  height: 22px;
}

.pe-fees__rates {
  gap: 8px;
  margin-bottom: 16px;
}

.pe-fees__rates strong {
  font-size: 24px;
  line-height: 1;
}

.pe-fees__rates span,
.pe-fees__side p {
  font-size: 10px;
  line-height: 1.3;
}

.pe-fees__side h3 {
  margin-bottom: 10px;
  font-size: 11px;
}

.pe-sale-band {
  width: 100%;
  margin-top: 58px;
  padding: 18px;
  font-size: 12px;
  line-height: 1.25;
}

.pe-client-brand-grid {
  max-width: 620px;
  gap: 18px;
}

.pe-client-brand-grid article {
  padding: 24px 28px;
}

.pe-client-brand-grid h3 {
  font-size: 12px;
}

.pe-client-brand-grid p {
  font-size: 11px;
}

.pe-products--slider {
  gap: 14px;
  padding-bottom: 18px;
}

.pe-products--slider .pe-product-card {
  flex-basis: calc((100% - 56px) / 5);
}

.pe-product-card {
  padding: 12px;
}

.pe-product-card__image {
  height: 148px;
  margin-bottom: 12px;
  font-size: 24px;
}

.pe-product-card__image button {
  width: 30px;
  height: 30px;
  font-size: 14px;
}

.pe-product-card small,
.pe-avito-link {
  font-size: 9px;
}

.pe-product-card h3 {
  min-height: 42px;
  margin-bottom: 12px;
  font-size: 11px;
  line-height: 1.25;
}

.pe-price {
  margin-bottom: 12px;
  font-size: 11px;
}

.pe-product-card .pe-btn {
  min-height: 30px;
  padding: 0 8px;
  font-size: 9px;
}

.pe-slider__arrow {
  top: 96px;
  width: 28px;
  height: 28px;
  font-size: 17px;
}

.pe-slider__arrow--prev {
  left: -14px;
}

.pe-slider__arrow--next {
  right: -14px;
}

.pe-benefits-grid {
  max-width: 980px;
  margin: 0 auto;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 22px;
}

.pe-benefits-grid i {
  width: 54px;
  height: 38px;
  margin-bottom: 10px;
  font-size: 24px;
}

.pe-benefits-grid h3 {
  font-size: 11px;
}

.pe-benefits-grid p {
  font-size: 9px;
}

.pe-founder {
  grid-template-columns: minmax(0, 1fr) 420px;
  max-width: 1000px;
  gap: 54px;
  margin-top: 92px;
}

.pe-founder__copy > span {
  margin-bottom: 18px;
  font-size: 10px;
}

.pe-founder h2 {
  max-width: 480px;
  margin-bottom: 18px;
  font-size: 25px;
}

.pe-founder p,
.pe-founder li {
  font-size: 11px;
  line-height: 1.55;
}

.pe-founder ul {
  gap: 9px;
  margin: 16px 0 22px;
}

.pe-founder__photo {
  min-height: 430px;
  font-size: 40px;
}

.pe-order {
  max-width: 890px;
  grid-template-columns: 1fr 44%;
  margin-top: 80px;
  border-radius: 0;
}

.pe-order > div:first-child {
  padding: 42px 46px;
}

.pe-order h2 {
  margin-bottom: 14px;
  font-size: 35px;
  line-height: 1.03;
}

.pe-order p {
  margin-bottom: 18px;
  font-size: 12px;
  line-height: 1.35;
}

.pe-order input {
  width: 250px;
  height: 34px;
  font-size: 10px;
}

.pe-order__image {
  min-height: 255px;
}

.pe-news {
  max-width: 1000px;
  margin: 0 auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.pe-news__image {
  height: 142px;
  margin-bottom: 14px;
}

.pe-news h3 {
  min-height: 46px;
  margin-bottom: 14px;
  padding: 0 14px;
  font-size: 12px;
}

.pe-news .pe-btn {
  margin-left: 14px;
}

.pe-subscribe {
  max-width: 1000px;
  grid-template-columns: 1fr 180px auto;
  min-height: 95px;
  margin-top: 28px;
  padding: 0 42px;
  border-radius: 0;
}

.pe-subscribe h2 {
  font-size: 22px;
}

.pe-subscribe__image {
  width: 180px;
  height: 95px;
}

.pe-max {
  max-width: 1000px;
  min-height: 235px;
  margin-top: 50px;
  border-radius: 0;
}

.pe-max__image {
  min-height: 235px;
}

.pe-max__image img {
  width: min(100%, 380px);
}

.pe-max h2 {
  font-size: 25px;
  line-height: 1.08;
  letter-spacing: 0;
}

.pe-text {
  max-width: 880px;
  margin-top: 52px;
}

.pe-text h3 {
  margin-top: 28px;
  font-size: 14px;
}

.pe-footer {
  margin-top: 76px;
  background: linear-gradient(180deg, #fbf6f3 0, #f3cbd1 100%);
}

.pe-footer__top {
  padding: 42px 0 34px;
}

.pe-footer__grid {
  max-width: 1120px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
}

.pe-footer h5 {
  margin-bottom: 12px;
  font-size: 10px;
}

.pe-footer a,
.pe-footer p {
  font-size: 10px;
  line-height: 1.45;
}

.pe-footer li + li {
  margin-top: 7px;
}

.pe-footer__bottom {
  background: rgba(123, 0, 45, .07);
}

.pe-footer__bottom .pe-header-container {
  min-height: 62px;
  grid-template-columns: 145px 1fr 1.45fr;
}

.pe-footer__logo {
  font-size: 15px;
}

.pe-footer__copy,
.pe-footer__legal {
  font-size: 9px;
}

@media (max-width: 900px) {
  .pe-header__main,
  .pe-hero,
  .pe-store-panel,
  .pe-fees,
  .pe-founder,
  .pe-order,
  .pe-max {
    grid-template-columns: 1fr;
  }

  .pe-header__contact {
    display: none;
  }

  .pe-service-strip,
  .pe-trust-band,
  .pe-category-cards,
  .pe-client-brand-grid,
  .pe-benefits-grid,
  .pe-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pe-products--slider .pe-product-card {
    flex-basis: calc((100% - 14px) / 2);
  }
}

@media (max-width: 767px) {
  .pe-mainnav {
    max-height: 0;
    min-height: 0;
    overflow: hidden;
  }

  .pe-mainnav.pe-mainnav--open {
    max-height: 420px;
  }

  .pe-mainnav ul {
    display: grid;
    grid-template-columns: 1fr;
  }

  .pe-mainnav a {
    min-height: 40px;
  }

  .pe-service-strip,
  .pe-trust-band,
  .pe-category-cards,
  .pe-client-brand-grid,
  .pe-benefits-grid,
  .pe-news,
  .pe-footer__grid {
    grid-template-columns: 1fr;
  }

  .pe-hero__copy h1 {
    font-size: 26px;
  }

  .pe-products--slider .pe-product-card {
    flex-basis: 82%;
  }

  .pe-subscribe {
    grid-template-columns: 1fr;
    padding: 20px;
  }
}

/* Size correction: keep the mockup structure, restore real desktop scale. */
.pe-header-container,
.pe-hero,
.pe-service-strip,
.pe-store-panel,
.pe-section,
.pe-intro,
.pe-fees,
.pe-client-brands,
.pe-founder,
.pe-order,
.pe-subscribe,
.pe-max,
.pe-text {
  max-width: 1280px;
}

.pe-header-container {
  padding-left: 24px;
  padding-right: 24px;
}

.pe-topbar {
  min-height: 30px;
}

.pe-topbar__inner {
  min-height: 30px;
  font-size: 12px;
}

.pe-city #selectItem,
.pe-rates__details summary,
.pe-phones a {
  font-size: 12px;
}

.pe-header__main {
  min-height: 78px;
  grid-template-columns: 190px minmax(0, 1fr) auto auto;
  gap: 26px;
}

.pe-logo img {
  max-width: 168px;
  max-height: 58px;
}

.pe-header-links {
  gap: 34px;
}

.pe-header-links a {
  font-size: 14px;
}

.pe-header__contact a {
  font-size: 16px;
}

.pe-header__contact span {
  font-size: 11px;
}

.pe-header__actions > a,
.pe-cart-widget #cart > button {
  width: 30px;
  min-height: 36px;
  font-size: 20px;
}

.pe-header-socials a {
  width: 24px;
  height: 24px;
  font-size: 20px;
}

.pe-header-socials img {
  width: 19px;
  height: 19px;
}

.pe-mainnav,
.pe-mainnav ul {
  min-height: 42px;
}

.pe-mainnav a {
  min-height: 42px;
  padding: 12px 20px;
  font-size: 13px;
}

.pe-promo {
  min-height: 30px;
  padding: 7px 18px;
  font-size: 14px;
  line-height: 16px;
}

.pe-hero {
  width: min(100%, 1280px);
  min-height: 500px;
  grid-template-columns: 44% 56%;
  padding: 48px 24px 44px;
}

.pe-hero__copy h1 {
  max-width: 560px;
  margin-bottom: 26px;
  font-size: 43px;
  line-height: 1.08;
}

.pe-hero__copy p {
  max-width: 520px;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.45;
}

.pe-btn {
  min-height: 46px;
  padding: 0 30px;
  font-size: 13px;
}

.pe-hero__art {
  min-height: 410px;
}

.pe-hero__art img {
  width: min(100%, 760px);
}

.pe-service-strip,
.pe-store-panel,
.pe-section,
.pe-intro,
.pe-fees,
.pe-founder,
.pe-order,
.pe-subscribe,
.pe-max,
.pe-text {
  width: min(100% - 48px, 1280px);
}

.pe-service-strip {
  gap: 12px;
  margin-top: 20px;
}

.pe-service-card {
  min-height: 112px;
  padding: 20px 18px;
}

.pe-service-card i {
  margin-right: 12px;
  font-size: 25px;
}

.pe-service-card h3 {
  font-size: 15px;
}

.pe-service-card p {
  font-size: 12px;
}

.pe-store-panel {
  gap: 14px;
  margin-top: 22px;
}

.pe-store-panel article {
  min-height: 180px;
  padding: 24px;
}

.pe-store-panel h3 {
  font-size: 14px;
}

.pe-store-logos span {
  min-height: 40px;
  font-size: 15px;
}

.pe-country-circles span {
  width: 60px;
  height: 60px;
  min-height: 60px;
  font-size: 14px;
}

.pe-trust-band {
  margin-top: 24px;
  padding-top: 28px;
  padding-bottom: 28px;
  padding-left: max(24px, calc((100vw - 1280px) / 2 + 24px));
  padding-right: max(24px, calc((100vw - 1280px) / 2 + 24px));
}

.pe-trust-band article {
  grid-template-columns: 58px 1fr;
  gap: 14px;
}

.pe-trust-band i {
  width: 58px;
  height: 58px;
  font-size: 25px;
}

.pe-trust-band h3 {
  font-size: 14px;
}

.pe-trust-band p {
  font-size: 12px;
}

.pe-section {
  padding-top: 86px;
}

.pe-title {
  margin-bottom: 56px;
  font-size: 26px;
}

.pe-category-cards {
  gap: 14px;
}

.pe-category-card {
  min-height: 255px;
  padding: 24px 18px 0;
}

.pe-category-card span {
  font-size: 16px;
}

.pe-category-card img {
  height: 190px;
}

.pe-intro {
  max-width: 960px;
  margin-top: 62px;
}

.pe-intro h3 {
  font-size: 18px;
}

.pe-intro p,
.pe-text p {
  font-size: 15px;
}

.pe-fees {
  max-width: 980px;
}

.pe-fees__main,
.pe-fees__side {
  padding: 30px;
}

.pe-flags img {
  width: 48px;
  height: 32px;
}

.pe-fees__rates strong {
  font-size: 32px;
}

.pe-fees__rates span,
.pe-fees__side p {
  font-size: 16px;
}

.pe-fees__side h3 {
  font-size: 16px;
}

.pe-sale-band {
  margin-top: 74px;
  padding: 24px;
  font-size: 15px;
}

.pe-client-brand-grid {
  max-width: 780px;
  gap: 26px;
}

.pe-client-brand-grid article {
  padding: 32px 38px;
}

.pe-client-brand-grid h3 {
  font-size: 15px;
}

.pe-client-brand-grid p {
  font-size: 14px;
}

.pe-products--slider {
  gap: 20px;
}

.pe-products--slider .pe-product-card {
  flex-basis: calc((100% - 80px) / 5);
}

.pe-product-card {
  padding: 18px;
}

.pe-product-card__image {
  height: 210px;
  margin-bottom: 18px;
  font-size: 34px;
}

.pe-product-card__image button {
  width: 46px;
  height: 46px;
  font-size: 22px;
}

.pe-product-card small,
.pe-avito-link {
  font-size: 12px;
}

.pe-product-card h3 {
  min-height: 56px;
  font-size: 15px;
}

.pe-price {
  font-size: 16px;
}

.pe-product-card .pe-btn {
  min-height: 42px;
  font-size: 11px;
}

.pe-slider__arrow {
  top: 125px;
  width: 42px;
  height: 42px;
  font-size: 25px;
}

.pe-benefits-grid {
  max-width: 1120px;
}

.pe-benefits-grid i {
  width: 68px;
  height: 50px;
  font-size: 30px;
}

.pe-benefits-grid h3 {
  font-size: 15px;
}

.pe-benefits-grid p {
  font-size: 12px;
}

.pe-founder {
  max-width: 1120px;
  grid-template-columns: minmax(0, 1fr) 500px;
}

.pe-founder h2 {
  font-size: 34px;
}

.pe-founder p,
.pe-founder li {
  font-size: 15px;
}

.pe-founder__photo {
  min-height: 520px;
}

.pe-order {
  max-width: 1040px;
}

.pe-order > div:first-child {
  padding: 62px 70px;
}

.pe-order h2 {
  font-size: 52px;
}

.pe-order p {
  font-size: 20px;
}

.pe-order input {
  width: 330px;
  height: 46px;
  font-size: 13px;
}

.pe-order__image {
  min-height: 360px;
}

.pe-news {
  max-width: 1120px;
}

.pe-news__image {
  height: 205px;
}

.pe-news h3 {
  min-height: 66px;
  font-size: 17px;
}

.pe-subscribe {
  max-width: 1120px;
  min-height: 140px;
  grid-template-columns: 1fr 245px auto;
}

.pe-subscribe h2 {
  font-size: 31px;
}

.pe-subscribe__image {
  width: 245px;
  height: 140px;
}

.pe-max {
  max-width: 1120px;
  min-height: 330px;
}

.pe-max__image {
  min-height: 330px;
}

.pe-max h2 {
  font-size: 38px;
}

.pe-text {
  max-width: 1040px;
}

.pe-text h3 {
  font-size: 20px;
}

.pe-footer__grid {
  max-width: 1280px;
}

.pe-footer h5 {
  font-size: 13px;
}

.pe-footer a,
.pe-footer p {
  font-size: 13px;
}

.pe-footer__bottom .pe-header-container {
  min-height: 82px;
}

.pe-footer__logo {
  font-size: 20px;
}

.pe-footer__copy,
.pe-footer__legal {
  font-size: 12px;
}

.pe-header,
.pe-topbar,
.pe-city #selectItem,
.pe-mainnav {
  background: #F9F5F2;
}

@media (max-width: 900px) {
  .pe-header__main,
  .pe-hero,
  .pe-store-panel,
  .pe-fees,
  .pe-founder,
  .pe-order,
  .pe-max {
    grid-template-columns: 1fr;
  }

  .pe-service-strip,
  .pe-trust-band,
  .pe-category-cards,
  .pe-client-brand-grid,
  .pe-benefits-grid,
  .pe-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .pe-service-strip,
  .pe-trust-band,
  .pe-category-cards,
  .pe-client-brand-grid,
  .pe-benefits-grid,
  .pe-news,
  .pe-footer__grid {
    grid-template-columns: 1fr;
  }

  .pe-hero__copy h1 {
    font-size: 30px;
  }

  .pe-products--slider .pe-product-card {
    flex-basis: 86%;
  }
}

/* Header structure requested: service row, logo/search row, dropdown menu row. */
.pe-topbar {
  background: #F9F5F2;
  border-bottom: 1px solid #eee2dd;
}

.pe-topbar__inner {
  display: grid;
  grid-template-columns: 170px minmax(260px, 1fr) auto auto;
  align-items: center;
  gap: 22px;
  min-height: 38px;
  font-size: 13px;
}

.pe-topbar .pe-header-socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
}

.pe-topbar .pe-header-socials a {
  width: 24px;
  height: 24px;
  color: var(--pe-pink);
  font-size: 20px;
}

.pe-topbar .pe-header-socials img {
  width: 18px;
  height: 18px;
}

.pe-phones {
  justify-content: flex-end;
}

.pe-phones a {
  font-size: 13px;
}

.pe-header {
  background: #F9F5F2;
}

.pe-header__main {
  display: grid;
  grid-template-columns: 210px minmax(340px, 1fr) auto;
  align-items: center;
  gap: 30px;
  min-height: 92px;
}

.pe-logo img {
  max-width: 185px;
  max-height: 64px;
}

.pe-header__search {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.pe-header__search #search {
  display: flex;
  width: 100%;
}

.pe-header__search #search input {
  height: 46px;
  border: 1px solid #e3d8d3;
  border-right: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  font-size: 14px;
}

.pe-header__search #search button {
  width: 54px;
  height: 46px;
  border: 1px solid #e3d8d3;
  border-left: 0;
  border-radius: 0;
  color: var(--pe-pink);
  background: #fff;
}

.pe-header__actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.pe-header__actions > a {
  width: 30px;
  min-height: 38px;
  color: var(--pe-pink);
  font-size: 21px;
}

.pe-cart-group {
  display: flex;
  align-items: center;
}

.pe-cart-widget {
  min-width: 138px;
}

.pe-cart-widget #cart > button {
  width: auto;
  min-height: 42px;
  justify-content: flex-start;
  gap: 9px;
  color: var(--pe-pink);
  font-size: 21px;
}

.pe-cart-widget #cart-total {
  display: inline;
  color: #4c3d3d;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
}

.pe-mainnav {
  min-height: 46px;
  background: #F9F5F2;
  border-top: 1px solid #eee2dd;
  border-bottom: 1px solid #eee2dd;
}

.pe-mainnav ul {
  display: flex;
  justify-content: center;
  align-items: stretch;
  min-height: 46px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pe-mainnav li {
  position: relative;
  display: flex;
}

.pe-mainnav a {
  display: flex;
  align-items: center;
  gap: 6px;
  min-height: 46px;
  padding: 0 28px;
  color: #423233;
  font-size: 15px;
  line-height: 1.15;
  font-weight: 700;
  text-transform: none;
}

.pe-mainnav a:hover,
.pe-mainnav a:focus,
.pe-mainnav__item--has-dropdown:hover > a,
.pe-mainnav__item--has-dropdown:focus-within > a {
  color: var(--pe-pink);
  background: rgba(123, 0, 45, .06);
}

.pe-mainnav__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10010;
  display: none;
  min-width: 245px;
  padding: 10px 0;
  border: 1px solid #eadbd7;
  background: #fff;
  box-shadow: 0 16px 35px rgba(60, 32, 37, .12);
}

.pe-mainnav__item--has-dropdown:hover .pe-mainnav__dropdown,
.pe-mainnav__item--has-dropdown:focus-within .pe-mainnav__dropdown {
  display: block;
}

.pe-mainnav__dropdown a {
  justify-content: flex-start;
  min-height: 36px;
  padding: 9px 18px;
  color: #514243;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}

.pe-mainnav__dropdown a:hover,
.pe-mainnav__dropdown a:focus {
  color: var(--pe-pink);
  background: #fbf2ef;
}

@media (max-width: 1024px) {
  .pe-topbar__inner {
    grid-template-columns: 1fr 1fr;
    gap: 10px 18px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .pe-rates,
  .pe-phones {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .pe-header__main {
    grid-template-columns: 180px 1fr auto;
    gap: 18px;
  }

  .pe-mainnav a {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .pe-topbar__inner,
  .pe-header__main {
    grid-template-columns: 1fr;
  }

  .pe-logo,
  .pe-header__actions {
    justify-self: center;
  }

  .pe-mainnav {
    max-height: 0;
    min-height: 0;
    overflow: hidden;
  }

  .pe-mainnav.pe-mainnav--open {
    max-height: 620px;
  }

  .pe-mainnav ul {
    display: grid;
    grid-template-columns: 1fr;
  }

  .pe-mainnav li {
    display: block;
  }

  .pe-mainnav a {
    justify-content: flex-start;
    min-height: 42px;
    padding: 10px 18px;
  }

  .pe-mainnav__dropdown {
    position: static;
    display: block;
    min-width: 0;
    padding: 0 0 8px;
    border: 0;
    box-shadow: none;
    background: transparent;
  }

  .pe-mainnav__dropdown a {
    min-height: 34px;
    padding-left: 34px;
    font-size: 13px;
  }
}

.pe-phones {
  display: flex;
  align-items: center;
  gap: 22px;
}

.pe-phones a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #333333;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
}

.pe-phones a::before {
  content: "";
  display: block;
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  background: url("../image/icons/Vector%20(4).svg") center / contain no-repeat;
}

.pe-phones i {
  display: none;
}

.pe-header-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 36px;
}

.pe-header-icon::before {
  content: "";
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.pe-header-icon--account::before {
  width: 21px;
  height: 26px;
  background-image: url("../image/icons/Vector%20(1).svg");
}

.pe-header-icon--wishlist::before {
  width: 24px;
  height: 22px;
  background-image: url("../image/icons/Vector%20(2).svg");
}

.pe-header__actions > a img {
  display: none;
}

.pe-cart-icon {
  background-image: url("../image/icons/Vector%20(3).svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.pe-mainnav li + li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 2px;
  height: 22px;
  transform: translateY(-50%);
  background: #5C0525;
}

.pe-mainnav a {
  color: #5C0525;
}

.pe-mainnav {
  border-top: 0;
}

.pe-promo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 11px 24px;
  color: #ffffff;
  background: #5C0525;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: .05em;
  text-align: center;
}

.pe-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(0, 1fr);
  align-items: center;
  width: 100%;
  max-width: none;
  min-height: 620px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #F9F5F2;
}

.pe-hero__copy {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1680px;
  margin-left: max(24px, calc((100vw - 1680px) / 2 + 24px));
  padding: 72px 0 72px;
}

.pe-hero__copy h1 {
  max-width: 820px;
  margin: 0 0 35px;
  color: #650329;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 55px;
  line-height: 68px;
  letter-spacing: 0;
}

.pe-hero__copy h1 span {
  color: #000000;
}

.pe-hero__copy p {
  max-width: 760px;
  margin: 0 0 28px;
  color: #333333;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
}

.pe-hero__copy p + p {
  margin-bottom: 38px;
}

.pe-hero__art {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  width: min(62vw, 1160px);
  min-height: 0;
}

.pe-hero__art::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 2;
  width: 34%;
  background: linear-gradient(90deg, #F9F5F2 0%, rgba(249, 245, 242, .82) 42%, rgba(249, 245, 242, 0) 100%);
  pointer-events: none;
}

.pe-hero__art img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
}

@media (max-width: 1200px) {
  .pe-hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .pe-hero__copy {
    margin-left: 24px;
    margin-right: 24px;
    padding: 56px 0 380px;
  }

  .pe-hero__art {
    top: auto;
    left: 0;
    width: 100%;
    height: 380px;
  }

  .pe-hero__art::before {
    width: 100%;
    height: 45%;
    background: linear-gradient(180deg, #F9F5F2 0%, rgba(249, 245, 242, 0) 100%);
  }
}

@media (max-width: 767px) {
  .pe-hero__copy {
    padding: 38px 0 300px;
  }

  .pe-hero__copy h1 {
    font-size: 34px;
    line-height: 42px;
  }

  .pe-hero__copy p {
    font-size: 16px;
    line-height: 24px;
  }

  .pe-hero__copy br {
    display: none;
  }

  .pe-hero__art {
    height: 300px;
  }
}

.pe-hero__copy h1 span {
  display: inline-block;
  white-space: nowrap;
}

.pe-hero__art {
  right: 0;
  left: auto;
  margin-right: 0;
}

.pe-hero__art img {
  object-position: 100% 50%;
}

@media (max-width: 767px) {
  .pe-hero__copy h1 span {
    white-space: normal;
  }
}

/* Global mockup container width */
.pe-header-container,
.pe-hero,
.pe-service-strip,
.pe-store-panel,
.pe-section,
.pe-intro,
.pe-fees,
.pe-client-brands,
.pe-founder,
.pe-order,
.pe-subscribe,
.pe-max,
.pe-text,
.pe-news,
.pe-footer__grid {
  max-width: 1680px;
}

.pe-hero,
.pe-service-strip,
.pe-store-panel,
.pe-section,
.pe-intro,
.pe-fees,
.pe-client-brands,
.pe-founder,
.pe-order,
.pe-subscribe,
.pe-max,
.pe-text {
  width: min(100% - 48px, 1680px);
}

.pe-trust-band {
  padding-left: max(24px, calc((100vw - 1680px) / 2 + 24px));
  padding-right: max(24px, calc((100vw - 1680px) / 2 + 24px));
}

.pe-header__search {
  width: 859px;
  max-width: 100%;
  justify-self: center;
}

.pe-header__search #search input {
  color: #999999;
}

.pe-header__search #search input::placeholder {
  color: #999999;
  opacity: 1;
}

.pe-header__search #search input::-webkit-input-placeholder {
  color: #999999;
  opacity: 1;
}

.pe-header__search #search input::-moz-placeholder {
  color: #999999;
  opacity: 1;
}

.pe-header__search #search input:-ms-input-placeholder {
  color: #999999;
}

.pe-header__actions > a img {
  display: block;
  width: auto;
  height: 26px;
  object-fit: contain;
}

.pe-cart-widget #cart > button .fa,
.pe-cart-widget #cart > button i {
  display: none;
}

.pe-cart-widget #cart > button {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pe-cart-icon {
  display: block;
  flex: 0 0 auto;
  width: 22px;
  height: 27px;
  background: url("../image/icons/Vector%20(3).svg") center / contain no-repeat;
}

.pe-cart-total {
  display: grid !important;
  gap: 5px;
  color: #650329;
  text-align: left;
  white-space: nowrap;
}

.pe-cart-total__count {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: .05em;
}

.pe-cart-total__sum {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: .05em;
}

/* Hero must touch the viewport edges; the text remains aligned to the 1680px container. */
.pe-hero {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

@media (min-width: 1201px) {
  .pe-hero__art {
    left: max(784px, calc((100vw - 1680px) / 2 + 784px));
    right: 0;
    width: auto;
  }
}

@media (max-width: 1200px) {
  .pe-hero {
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  .pe-hero__art {
    left: 0;
    right: 0;
    width: auto;
  }
}

.pe-hero__copy h1 {
  font-weight: 400;
}

.pe-hero__copy h1 strong {
  display: inline-block;
  color: #000000;
  font-weight: 700;
  white-space: nowrap;
}

.pe-hero__copy h1 span {
  color: #650329;
  font-weight: 400;
}

.pe-hero__copy h1 span:last-child {
  color: #000000;
}

.pe-hero .pe-actions {
  gap: 10px;
}

.pe-hero .pe-actions .pe-btn {
  min-height: 0;
  border-radius: 10px;
  gap: 10px;
}

.pe-hero .pe-actions .pe-btn--primary {
  padding: 20px 50px;
}

.pe-hero .pe-actions .pe-btn--secondary {
  padding: 20px 30px;
}

.pe-service-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  padding: 0;
  border: 1px solid #00000033;
  border-radius: 10px;
  background: #FBF0EC;
  overflow: hidden;
}

.pe-service-card {
  position: relative;
  min-height: 156px;
  padding: 22px 24px;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.pe-service-card + .pe-service-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 100px;
  transform: translateY(-50%);
  background: #9F2B68;
}

.pe-service-card h3 {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
}

.pe-service-card p {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
}

.pe-service-card {
  display: flex;
  align-items: center;
  gap: 18px;
}

.pe-service-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 89.81021118164062px;
  width: 89.81021118164062px;
  height: 89.44261932373047px;
  border-radius: 50%;
  background: linear-gradient(0deg, #FFF4F4, #FFF4F4);
}

.pe-service-card__icon::before {
  content: "";
  display: block;
  width: 54px;
  height: 54px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.pe-service-card__icon--1::before {
  background-image: url("../image/icons/home-lines/Vector%20%285%29.svg");
}

.pe-service-card__icon--2::before {
  background-image: url("../image/icons/home-lines/Group%207.svg");
}

.pe-service-card__icon--3::before {
  background-image: url("../image/icons/home-lines/Vector%20%286%29.svg");
}

.pe-service-card__icon--4::before,
.pe-service-card__icon--5::before {
  background-image: url("../image/icons/home-lines/Vector%20%287%29.svg");
}

.pe-service-card__text {
  min-width: 0;
}

.pe-store-panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.pe-store-card {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 388px;
  padding: 44px 38px 40px;
  border: 1px solid #00000033;
  border-radius: 10px;
  background: #FBF0EC;
}

.pe-store-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 52px;
}

.pe-store-card__head h3 {
  margin: 0;
  color: #650329;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.pe-store-card__head a {
  flex: 0 0 auto;
  color: #650329;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
}

.pe-store-logos {
  display: grid;
  align-items: center;
  gap: 34px 42px;
}

.pe-store-logos--shops,
.pe-store-logos--brands {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pe-store-logos span,
.pe-store-logos img {
  justify-self: center;
}

.pe-store-logos a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 62px;
}

.pe-trust-band h3 {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.pe-popular-categories .pe-title {
  margin-bottom: 62px;
  color: #650329;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: .05em;
  text-align: center;
  text-transform: uppercase;
}

.pe-popular-categories .pe-title::before {
  display: none;
}

.pe-popular-categories .pe-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -46px;
  display: block;
  width: 400px;
  height: auto;
  aspect-ratio: 400 / 24;
  transform: translateX(-50%);
  background: url("../image/icons/1_1.svg") center / contain no-repeat;
}

.pe-popular-categories .pe-category-cards {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 263px));
  justify-content: center;
  gap: 20px;
}

.pe-popular-categories .pe-category-card {
  width: 263px;
  height: 330px;
  min-height: 330px;
  border-radius: 10px;
  opacity: 1;
}

.pe-intro h3 {
  font-family: "Proxima Nova", "Open Sans", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0;
  text-align: center;
}

.pe-intro p {
  color: #333333;
  font-family: "Proxima Nova", "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0;
  text-align: center;
}

.pe-fees {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(360px, 1fr);
  width: min(100% - 48px, 1430px);
  max-width: 1430px;
  margin: 46px auto 0;
  border: 0;
  background: transparent;
}

.pe-fees__main,
.pe-fees__side {
  min-height: 288px;
  padding: 36px 30px;
  border: 1px solid #00000033;
  border-radius: 10px;
  background: transparent;
}

.pe-fees__main {
  display: grid;
  justify-items: center;
  align-content: center;
  border-right: 1px solid #00000033;
}

.pe-fees__side {
  display: grid;
  align-content: center;
}

.pe-flags {
  display: flex;
  justify-content: center;
  gap: 58px;
  margin: 0 0 34px;
}

.pe-flags img {
  width: 51px;
  height: 34px;
  object-fit: contain;
}

.pe-fees__rates {
  display: grid;
  grid-template-columns: auto auto minmax(250px, auto) auto auto minmax(140px, auto);
  align-items: center;
  gap: 8px 18px;
  margin: 0 0 42px;
}

.pe-fees__rates strong {
  color: #650329;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: 0;
}

.pe-fees__rates strong::before {
  content: "от";
  margin-right: 10px;
  color: #650329;
  font-size: 28px;
  line-height: 1;
  vertical-align: middle;
}

.pe-fees__rates span {
  color: #333333;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: left;
}

.pe-fees__main .pe-btn {
  min-width: 282px;
  min-height: 40px;
  padding: 10px 30px;
  border: 1px solid #999999;
  border-radius: 10px;
  color: #333333;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: .05em;
  background: transparent;
}

.pe-fees__side h3 {
  max-width: 440px;
  margin: 0 auto 28px;
  color: #650329;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0;
  text-align: center;
}

.pe-fees__side p {
  display: grid;
  grid-template-columns: minmax(160px, 1fr) minmax(210px, auto);
  gap: 20px;
  margin: 0;
  color: #333333;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0;
  text-align: left;
}

.pe-fees__side p + p {
  margin-top: 22px;
}

.pe-fees__side p:last-child {
  display: block;
  margin-top: 26px;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 1100px) {
  .pe-fees {
    grid-template-columns: 1fr;
  }

  .pe-fees__rates {
    grid-template-columns: auto auto 1fr;
  }
}

.pe-fees__main {
  min-height: 278px;
  height: 278px;
  padding: 34px 30px 36px;
  align-content: center;
}

.pe-fees__main .pe-flags {
  margin-bottom: 28px;
}

.pe-fees__main .pe-fees__rates {
  margin-bottom: 34px;
}

.pe-fees__main .pe-fees__rates span {
  font-family: "Proxima Nova", "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0;
}

.pe-fees__main .pe-fees__rates strong {
  font-family: "Proxima Nova", "Open Sans", Arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 28px;
  line-height: 40px;
  letter-spacing: 0;
  text-align: center;
}

.pe-fees__main .pe-fees__rates strong::before {
  font-family: "Proxima Nova", "Open Sans", Arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 18px;
  line-height: 40px;
  letter-spacing: 0;
  text-align: center;
}

.pe-fees__main .pe-fees__rates {
  display: grid;
  grid-template-columns: auto minmax(300px, 1fr) auto minmax(170px, .7fr);
  width: 100%;
  align-items: center;
  justify-content: stretch;
  gap: 18px;
}

.pe-fee-rate {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
  color: #650329;
  font-family: "Proxima Nova", "Open Sans", Arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 28px;
  line-height: 40px;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
}

.pe-fee-rate span {
  font-family: "Proxima Nova", "Open Sans", Arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 18px;
  line-height: 40px;
  letter-spacing: 0;
  text-align: center;
}

.pe-fee-text {
  color: #333333;
  font-family: "Proxima Nova", "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0;
  text-align: left;
  max-width: 100%;
}

.pe-fees__main .pe-fees__rates > span:not(.pe-fee-rate) {
  font-family: "Proxima Nova", "Open Sans", Arial, sans-serif;
}

.pe-fees__main .pe-fees__rates strong,
.pe-fees__main .pe-fees__rates strong::before {
  display: none;
}

.pe-fees__main .pe-fees__rates .pe-fee-rate {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
  color: #650329;
  font-family: "Proxima Nova", "Open Sans", Arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 28px;
  line-height: 40px;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
}

.pe-fees__main .pe-fees__rates .pe-fee-rate > span {
  color: #650329;
  font-family: "Proxima Nova", "Open Sans", Arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 18px;
  line-height: 40px;
  letter-spacing: 0;
  text-align: center;
}

.pe-fees__main .pe-fees__rates .pe-fee-text {
  color: #333333;
  font-family: "Proxima Nova", "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0;
}

.pe-fees__side h3 {
  color: #650329;
  font-family: "Proxima Nova", "Open Sans", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0;
  text-align: center;
}

.pe-fees__side p:not(:last-child) {
  display: grid;
  grid-template-columns: minmax(165px, 1fr) minmax(230px, auto);
  align-items: start;
  gap: 22px;
}

.pe-fees__side p:not(:last-child) span {
  color: #333333;
  font-family: "Proxima Nova", "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0;
}

.pe-fees__side p:not(:last-child) span:last-child {
  white-space: nowrap;
}

.pe-fees__side p:last-child {
  color: #333333;
  font-family: "Proxima Nova", "Open Sans", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0;
  text-align: center;
}

.pe-fees {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(491px, 1fr);
  width: min(100% - 48px, 1430px);
  max-width: 1430px;
  margin: 46px auto 0;
  border: 0;
  background: transparent;
}

.pe-fees__main,
.pe-fees__side {
  min-height: 278px;
  padding: 30px 30px;
  border: 1px solid #00000033;
  border-radius: 10px;
  background: transparent;
}

.pe-fees__side p:not(:last-child) {
  display: grid;
  grid-template-columns: minmax(170px, 1fr) minmax(205px, auto);
  align-items: start;
  gap: 15px;
}

.pe-fees__side p + p {
  margin-top: 15px;
}

.pe-store-logos img {
  display: block;
  max-width: 142px;
  max-height: 62px;
  object-fit: contain;
}

.pe-store-logos span {
  color: #111111;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
}

.pe-store-logos small {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: .08em;
}

.pe-store-card__note {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 50px;
}

.pe-store-card__bag {
  display: block;
  flex: 0 0 auto;
  width: 32px;
  height: 40px;
  background: url("../image/icons/Vector%20%283%29.svg") center / contain no-repeat;
}

.pe-store-card__note p {
  margin: 0;
  color: #333333;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0;
}

.pe-country-circles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px 28px;
  justify-items: center;
  align-items: start;
  max-width: 390px;
  margin: 0 auto;
}

.pe-country-circles span {
  display: grid;
  justify-items: center;
  gap: 12px;
  width: auto;
  height: auto;
  min-height: 0;
  color: #111111;
  background: transparent;
}

.pe-country-circles i {
  display: block;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background:
    linear-gradient(135deg, rgba(101, 3, 41, .38), rgba(255, 244, 244, .18)),
    linear-gradient(45deg, #b58a66, #ead7c7 45%, #5b7895);
}

.pe-country-circles span:nth-child(2) i {
  background:
    linear-gradient(135deg, rgba(101, 3, 41, .25), rgba(255, 244, 244, .18)),
    linear-gradient(45deg, #4b8395, #f6c877 55%, #7b4d75);
}

.pe-country-circles span:nth-child(3) i {
  background:
    linear-gradient(135deg, rgba(101, 3, 41, .25), rgba(255, 244, 244, .18)),
    linear-gradient(45deg, #4d4a52, #cf8a3a 45%, #c8d9e5);
}

.pe-country-circles span:nth-child(4) i {
  background:
    linear-gradient(135deg, rgba(101, 3, 41, .28), rgba(255, 244, 244, .18)),
    linear-gradient(45deg, #284d73, #d6a04a 55%, #7a324a);
}

.pe-country-circles span:nth-child(5) i {
  background:
    linear-gradient(135deg, rgba(101, 3, 41, .2), rgba(255, 244, 244, .18)),
    linear-gradient(45deg, #8062a6, #f3a35e 45%, #2e6d8f);
}

.pe-country-circles b {
  color: #111111;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0;
}

@media (max-width: 1200px) {
  .pe-store-panel {
    grid-template-columns: 1fr;
  }
}

.pe-store-card__head h3 {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0;
}

.pe-store-card__head a {
  color: #5B0424;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0;
}

.pe-store-card__bag {
  width: 26px;
  height: 35px;
  background-image: url("../image/icons/store-bag.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.pe-store-card__note p {
  color: #333333;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0;
  text-align: center;
}

.pe-store-card__note {
  justify-content: center;
}

.pe-store-card {
  background: #FBF0EC;
}
