html.error-page .error-code {
  position: inherit !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

.sppb-panel-title {
  line-height: 1.2;
}

h3 {
  text-transform: uppercase;
}

h4 {
  text-transform: uppercase;
}

h6 {
  color: #FFB831 !important;
  text-transform: uppercase;
}

@media (max-width: 575.98px) {

}


.main_b {
  background: #fff;
  color: #4d4d4d;
  box-shadow: 0 0 0 0 rgba(0,0,0,0);
  transition: all 300ms ease-in-out;
}

.main_b:hover,
.main_b:active {
  color: rgb(47, 104, 117);
  box-shadow: 0px 16px 50px 0px rgba(125, 124, 130, 0.12);
}



.title-a{
  font-weight: 600;
  line-height: 1.35;
  margin: 0 0 14px;
}

.title-a > .title-b{
  display: block;
  margin: 0 0 0 26px;
  font-weight: 300;
  line-height: 1.2;
}

.title-a br{ 
display: none; 
}



.inner-h h2{
  font-size: 30px !important;
}

.inner-h {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 0;
  transition: padding-left 300ms ease-in-out;
}

.inner-h:hover {
  padding-left: 20px;
  color: #c5ee88;
}

.inner-h::before {
  content: "➜";
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 300ms ease-in-out;
}

.inner-h:hover::before {
  opacity: 1;
}

.sppb-btn-custom.btn-n {
  background-color: #ffffff;
  color: #4A4A4A;
}

.sppb-btn-custom.btn-n:hover {
  background-color: #ffb831;
  color: #fff; 
}

.icon-info-w {
 color: #ffffff60;
}

.icon-info-w:hover {
 color: #ffffff;
}

/*--------------------------------------------*/


.accord-head .sppb-panel-title{
  font-size: 26px !important;
  display: inline-block;
  transition: margin-left 300ms ease-in-out, opacity 300ms ease-in-out;
}

.accord-head{
  position: relative;
  display: block;
  width: 100%;
  padding-left: 0;
}

.accord-head:hover .sppb-panel-title{
  margin-left: 20px;
}

.accord-head::before{
  content: "➜";
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 300ms ease-in-out;
}

.accord-head:hover::before{
  opacity: 1;
}

.accord-text{ font-weight: 200; }
/* твой базовый класс — без изменений */
.ms{
  font-family: 'Material Symbols Outlined';
  letter-spacing: normal;
  text-transform: none;
  line-height: 1;

  font-size: var(--ms-size, 60px);
  font-variation-settings:
    'FILL' var(--ms-fill, 0),
    'wght' var(--ms-w, 200),
    'GRAD' 0,
    'opsz' 48;
}

/* градиентная заливка для иконки */
.ms--grad{
  display:inline-block;                     /* надёжнее для clip */
  background: linear-gradient(45deg,
    #5b2b2a 0%,
    #ff6a1a 50%,
    #f7df43 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;                        /* для Chrome/Edge/FF */
  -webkit-text-fill-color: transparent;      /* для Safari */
}

/* модификаторы при желании */
.ms--filled { --ms-fill: 1; }
.ms--w300   { --ms-w: 300; }
.ms--32     { --ms-size: 32px; }
.ms--48     { --ms-size: 48px; }
.ms--80     { --ms-size: 80px; }

ul li a:hover {
  color: #ffb831 !important;
}



.sppb-form-builder-btn {
  margin-top: 1px;
}

.sppb-btn.sppb-btn-primary:hover {
  background-color: #ffb831 !important;
  border-color: #ffb831 !important;
  color: #0b0b0b !important;
}


.shine-title h4 {
  font-size: 24px !important;
}

/* заголовок с “проблеском” */
.shine-title{
  color:#000;
  background: linear-gradient(120deg,
    #000 0%, #000 40%, rgba(255,255,255,.9) 50%, #000 60%, #000 100%);
  background-size: 250% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  transition: background-position .6s ease;

}

/* запуск эффекта при наведении на ВЕСЬ карточный блок */
.feature-hover:hover .shine-title{
  background-position: 100% 0;
}

/* Language switcher compact */
.mod-languages .dropdown-toggle,
.mod-languages .lang-block a,
.lang-block a {
    font-size: 12px;
    line-height: 1.2;
    font-weight: 400;
}

.mod-languages img,
.lang-block img {
    width: 16px;
    height: auto;
    vertical-align: middle;
    margin-right: 4px;
    margin-top: -3px;
}

div.mod-languages ul.lang-block li {
  padding: 0.1rem 0 !important;
}

/* Language dropdown width */
.mod-languages .lang-block.dropdown-menu {
    min-width: 82px !important;
    width: 82px;
    padding: 6px;
}

.mod-languages .lang-block.dropdown-menu li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 5px 8px;
    white-space: nowrap;
}

.mod-languages .lang-block.dropdown-menu img {
    margin-right: 0;
}

div.mod-languages li {
  margin: 0px !important;
}

.sppb-ajax-contact-status {
  position: fixed !important;
  top: 24px;
  right: 24px;
  z-index: 999999;
  width: min(420px, calc(100vw - 32px));
  margin-top: 0 !important;
  pointer-events: none;
}

.sppb-ajax-contact-status span {
  display: block;
  padding: 16px 20px;
  border-radius: 14px;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 600;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.16);
  pointer-events: auto;
  animation: sppbToastIn 0.25s ease-out;
}

.sppb-ajax-contact-status .sppb-text-success {
  color: #0f5132 !important;
  background: #d1e7dd;
  border: 1px solid #badbcc;
}

.sppb-ajax-contact-status .sppb-text-success::before {
  content: "✓ ";
  font-weight: 800;
}

.sppb-ajax-contact-status .sppb-text-danger {
  color: #842029 !important;
  background: #f8d7da;
  border: 1px solid #f5c2c7;
}

.sppb-ajax-contact-status .sppb-text-danger::before {
  content: "!";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  border-radius: 50%;
  background: #842029;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

@keyframes sppbToastIn {
  from {
    opacity: 0;
    transform: translateY(-12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 575px) {
  .sppb-ajax-contact-status {
    top: 16px;
    right: 16px;
    left: 16px;
    width: auto;
  }
}

.sppb-ajax-contact-status {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  right: auto !important;
  bottom: auto !important;
  transform: translate(-50%, -50%) !important;
  z-index: 999999 !important;
  width: min(460px, calc(100vw - 32px)) !important;
  margin: 0 !important;
  text-align: center;
}

.sppb-ajax-contact-status span {
  display: block;
  padding: 22px 28px !important;
  border-radius: 18px !important;
  font-size: 18px !important;
  line-height: 1.45 !important;
  font-weight: 700 !important;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.22) !important;
  animation: sppbPopupIn 0.22s ease-out;
}

.sppb-ajax-contact-status .sppb-text-success {
  color: #0f5132 !important;
  background: #d1e7dd !important;
  border: 1px solid #badbcc !important;
}

.sppb-ajax-contact-status .sppb-text-success::before {
  content: "✓";
  display: block;
  width: 42px;
  height: 42px;
  margin: 0 auto 12px;
  border-radius: 50%;
  background: #198754;
  color: #fff;
  font-size: 28px;
  line-height: 42px;
  font-weight: 800;
}

.sppb-ajax-contact-status .sppb-text-danger {
  color: #842029 !important;
  background: #f8d7da !important;
  border: 1px solid #f5c2c7 !important;
}

@keyframes sppbPopupIn {
  from {
    opacity: 0;
    transform: scale(0.94);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.icon-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 22px;
}

.benefit-svg-icon {
  display: block;
  width: 70px;
  height: 120px;
  color: #544a4a;
  fill: currentColor;
}

.benefit-svg-icon * {
  fill: currentColor;
}

.benefit-card {
  position: relative;
  background: #fff;
  border: 1px solid rgba(32, 29, 21, 0.10);
  border-radius: 18px;
  padding: 34px 38px;
  min-height: 155px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;

  box-shadow: 0 18px 45px rgba(32, 29, 21, 0.055);
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.benefit-card::before {
  display: none;
}

.icon-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
}

.icon-wrap::after {
  content: "";
  position: absolute;
  right: -22px;
  top: 50%;
  width: 3px;
  height: 86px;
  border-radius: 999px;
  transform: translateY(-50%);
  background: linear-gradient(
    to bottom,
    #544a4a 0 33%,
    #e08a42 33% 66%,
    #ece45a 66% 100%
  );
}

.benefit-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 60px rgba(32, 29, 21, 0.09);
  border-color: rgba(32, 29, 21, 0.18);
}


.benefit-card p {
  max-width: 620px;
  margin: 0 auto;
  line-height: 1.45;
  color: rgba(32, 29, 21, 0.78);
}

.hl-d{
  background: #ffb831;
  border-radius: 2px;
  padding: 10px 15px 10px 15px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  line-height: 1.5;
  color: #000;
  font-weight: 400;
}


/* ================================
   MONTHLY PRICING CARDS
================================ */

.dark-price-card {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  max-width: 100%;
  min-height: 500px;
  height: 100%;
  padding: 34px 30px 30px;
  border-radius: 18px;
  overflow: hidden;

  display: flex;
  flex-direction: column;

  background: rgba(255, 255, 255, 0.065);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.28);

  transition: background .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.dark-price-card:hover {
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.38);
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.085);
}

/* firm vertical stripe */
.dark-price-card::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 30px;
  width: 4px;
  height: 140px;
  border-radius: 999px;
  background: linear-gradient(
    to bottom,
    #544a4a 0 33%,
    #e08a42 33% 66%,
    #ece45a 66% 100%
  );
}

/* featured card */
.dark-price-card--promo {
  border-color: rgba(227, 160, 38, 0.85);
  background: rgba(227, 160, 38, 0.10);
}

.dark-price-card--promo:hover {
  background: rgba(227, 160, 38, 0.13);
}

/* badge */
.dark-price-card__badge {
  position: absolute;
  top: 18px;
  right: 22px;
  z-index: 2;

  padding: 7px 13px;
  border-radius: 999px;
  background: #e3a026;
  color: #171717;

  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

/* header */
.dark-price-card__label {
  margin: 0 0 14px;
  padding-left: 26px;

  color: #e3a026;
  font-size: 11px;
  line-height: 1.3;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.dark-price-card h3 {
  margin: 0 0 18px;
  padding-left: 26px;

  color: #ffffff;
  font-size: 34px;
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* price */
.dark-price-card__price {
  display: flex;
  align-items: baseline;
  gap: 7px;
  flex-wrap: wrap;
  padding-left: 26px;
}

.dark-price-card__price span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
}

.dark-price-card__price strong {
  color: #e3a026;
  font-size: 46px;
  line-height: 1;
  font-weight: 700;
}

.dark-price-card__price small {
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
}

.dark-price-card__line {
  width: 100%;
  height: 1px;
  margin: 20px 0 22px;
  background: rgba(255, 255, 255, 0.12);
}

/* text */
.dark-price-card__desc {
  margin: 0 0 20px;

  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  line-height: 1.55;
}

/* list */
.dark-price-card__list {
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.dark-price-card__list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;

  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  line-height: 1.45;
}

.dark-price-card__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;

  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #e3a026;
}

.dark-price-card__list li:last-child {
  margin-bottom: 0;
}

.dark-price-card > .dark-price-card__list {
  margin-bottom: 0;
}

/* compact bonus block */
.dark-price-card__bonus {
  display: flex;
  align-items: center;
  gap: 12px;

  margin: 0 0 18px;
  padding: 12px 14px;

  border-radius: 12px;
  background: rgba(255, 184, 49, 0.12);
  border: 1px solid rgba(255, 184, 49, 0.35);
}

.dark-price-card__bonus-tag {
  flex: 0 0 auto;

  padding: 6px 10px;
  border-radius: 999px;
  background: rgb(255, 184, 49);
  color: #171717;

  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dark-price-card__bonus-text {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 600;
}

.dark-price-card__bonus-text small {
  display: block;
  margin-top: 3px;

  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  line-height: 1.3;
  font-weight: 400;
}

/* button */
.dark-price-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  min-height: 46px;
  margin-top: auto;
  padding: 0 22px;

  border-radius: 6px;
  border: 1px solid rgb(255, 184, 49);
  background: rgb(255, 184, 49);
  color: #000000;

  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  text-decoration: none;

  transition: background .25s ease, color .25s ease, border-color .25s ease;
}

.dark-price-card__btn:hover,
.dark-price-card__btn:focus {
  background: transparent;
  border-color: rgba(255, 184, 49, 0.72);
  color: rgb(255, 184, 49);
  text-decoration: none;
}

/* keep cards equal in SP Page Builder columns */
.sppb-column-addons .dark-price-card {
  height: 100%;
}

/* ================================
   MOBILE FIXES
================================ */

@media (max-width: 980px) {
  .dark-price-card {
    min-height: auto;
    height: auto;
  }
}

@media (max-width: 760px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .sppb-row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .sppb-row-column {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
    box-sizing: border-box;
  }

  .sppb-column,
  .sppb-column-addons,
  .sppb-addon-wrapper,
  .sppb-addon,
  .sppb-addon-content {
    max-width: 100%;
    box-sizing: border-box;
  }

  .dark-price-card {
    width: 100%;
    max-width: 100%;
    padding: 30px 24px 24px;
    border-radius: 16px;
  }

  .dark-price-card::before {
    left: 20px;
    top: 24px;
    height: 120px;
  }

  .dark-price-card__label,
  .dark-price-card h3,
  .dark-price-card__price {
    padding-left: 22px;
  }

  .dark-price-card h3 {
    font-size: 30px;
  }

  .dark-price-card__price strong {
    font-size: 40px;
  }

  .dark-price-card__badge {
    position: relative;
    top: auto;
    right: auto;
    left: auto;

    display: inline-flex;
    width: fit-content;
    margin: 0 0 14px 26px;
    z-index: 2;
  }

  .dark-price-card__bonus {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    padding: 11px 13px;
  }

  .dark-price-card__btn {
    min-height: 44px;
    font-size: 15px;
  }
}

/* ================================
   LIGHT SUPPORT CARDS - stronger on white bg
================================ */

.light-price-cards .dark-price-card {
  background: linear-gradient(
    180deg,
    #fffaf0 0%,
    #f7f1e6 100%
  );
  border: 1px solid rgba(32, 29, 21, 0.16);
  box-shadow:
    0 18px 45px rgba(32, 29, 21, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.75);
  color: #201d15;
}

.light-price-cards .dark-price-card:hover {
  background: linear-gradient(
    180deg,
    #fff7e6 0%,
    #f3eadb 100%
  );
  border-color: rgba(216, 154, 34, 0.42);
  box-shadow:
    0 24px 60px rgba(32, 29, 21, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.light-price-cards .dark-price-card--promo {
  background: linear-gradient(
    180deg,
    rgba(255, 184, 49, 0.22) 0%,
    #fff6e1 32%,
    #f6eddf 100%
  );
  border-color: rgba(216, 154, 34, 0.72);
}

.light-price-cards .dark-price-card--promo:hover {
  background: linear-gradient(
    180deg,
    rgba(255, 184, 49, 0.28) 0%,
    #fff3d6 32%,
    #f3e7d4 100%
  );
  border-color: rgba(216, 154, 34, 0.9);
}

.light-price-cards .dark-price-card h3 {
  color: #201d15;
}

.light-price-cards .dark-price-card__label {
  color: #c88b1f;
}

.light-price-cards .dark-price-card__price strong {
  color: #c88b1f;
}

.light-price-cards .dark-price-card__price small {
  color: rgba(32, 29, 21, 0.58);
}

.light-price-cards .dark-price-card__line {
  background: rgba(32, 29, 21, 0.14);
}

.light-price-cards .dark-price-card__desc {
  color: rgba(32, 29, 21, 0.74);
}

.light-price-cards .dark-price-card__list li {
  color: rgba(32, 29, 21, 0.84);
}

.light-price-cards .dark-price-card__list li::before {
  background: #d89a22;
}

.light-price-cards .dark-price-card__btn {
  background: #ffb831;
  border-color: #ffb831;
  color: #000;
}

.light-price-cards .dark-price-card__btn:hover,
.light-price-cards .dark-price-card__btn:focus {
  background: rgba(255, 184, 49, 0.10);
  border-color: rgba(216, 154, 34, 0.72);
  color: #201d15;
  transform: none;
}

.dark-price-card__details {
  margin: 0 0 18px;
}

.dark-price-card__details summary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  color: #ffb831;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 600;
  list-style: none;
}

.dark-price-card__details summary::-webkit-details-marker {
  display: none;
}

.dark-price-card__details summary::after {
  content: "+";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid rgba(255, 184, 49, 0.6);
  font-size: 14px;
  line-height: 1;
}

.dark-price-card__details[open] summary {
  margin-bottom: 14px;
}

.dark-price-card__details[open] summary::after {
  content: "−";
}

.dark-price-card__details--pricing-list {
  display: flex;
  flex-direction: column;
  margin: 12px 0 14px;
  text-align: center;
}

.dark-price-card__details--pricing-list > summary {
  align-self: center;
  justify-content: center;
  padding: 7px 14px;
  border: 1px solid rgba(255, 184, 49, 0.45);
  border-radius: 999px;
}

.dark-price-card__details--pricing-list[open] {
  margin-top: 0;
}


.dark-price-card__details--pricing-list .dark-price-card__list {
  margin-top: 0;
  text-align: left;
}

.dark-price-card__details-hide {
  display: none;
}

.dark-price-card__details[open] .dark-price-card__details-show {
  display: none;
}

.dark-price-card__details[open] .dark-price-card__details-hide {
  display: inline;
}

.dark-price-card__details--pricing-list[open] > summary {
  order: 2;
  align-self: center;
  margin-top: 10px;
  margin-bottom: 0;
}

.dark-price-card__details--pricing-list[open] > .dark-price-card__list {
  order: 1;
  margin: 0;
}

.dark-price-card__bottom {
  margin-top: auto;
}

.dark-price-card__bottom .dark-price-card__btn {
  margin-top: 0;
}

.dark-price-card__bonus-divider {
  border-top: 1px dashed rgba(255, 255, 255, 0.25);
  margin: 16px 0 14px;
}

.light-price-cards .dark-price-card__bonus-divider {
  border-top-color: rgba(32, 29, 21, 0.22);
}

/* ================================
   LEAD GENERATION PACKAGE
   uses base .dark-price-card styles
================================ */

#lead-generation-starter {
  scroll-margin-top: 110px;
}

.lead-package-section {
  width: 100%;
  max-width: 980px;
  margin: 54px auto 0;
  padding: 0 16px;
  box-sizing: border-box;
}

.dark-price-card--lead {
  min-height: auto;
  height: auto;
  padding: 34px 36px 32px;
}

/* top layout */

.lead-package__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: end;
  padding-left: 26px;
}

.lead-package__intro {
  min-width: 0;
}

.dark-price-card--lead h3 {
  padding-left: 0;
  margin: 0 0 12px;

  font-size: 40px;
  line-height: 1.05;
  font-weight: 500;
}

.dark-price-card--lead .dark-price-card__desc {
  max-width: 650px;
  margin: 0;
}

/* price layout */

.dark-price-card--lead .dark-price-card__price {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 7px;
  row-gap: 4px;

  align-items: baseline;
  justify-content: end;

  min-width: 220px;
  padding-left: 0;
}

.dark-price-card--lead .dark-price-card__price span {
  grid-column: 1;
}

.dark-price-card--lead .dark-price-card__price strong {
  grid-column: 2;
}

.dark-price-card--lead .dark-price-card__price small {
  grid-column: 1 / -1;
  justify-self: end;
  margin-top: -2px;
}

/* groups */

.lead-package__groups {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 0 0 22px;
}

.lead-package__group {
  padding: 18px 18px 16px;
  border-radius: 15px;

  background: rgba(0, 0, 0, 0.14);
  border: 1px solid rgba(255, 184, 49, 0.22);
}

.lead-package__group h4 {
  margin: 0 0 12px;

  color: #ffb831;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.lead-package__group .dark-price-card__list {
  margin: 0;
}

.lead-package__group .dark-price-card__list li:last-child {
  margin-bottom: 0;
}

/* notice */

.lead-package__notice {
  display: flex;
  gap: 8px;
  align-items: center;

  margin: 0 0 24px;
  padding: 14px 16px;

  border-radius: 14px;
  background: rgba(255, 184, 49, 0.10);
  border: 1px solid rgba(255, 184, 49, 0.30);

  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  line-height: 1.5;
}

.lead-package__notice strong {
  flex: 0 0 auto;

  display: inline-flex;
  align-items: center;

  color: #ffb831;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.lead-package__notice span {
  display: block;
}

/* button */

.lead-package__btn {
  width: 240px;
  margin: 26px auto 0;
}

/* ================================
   TABLET
================================ */

@media (max-width: 980px) {
  .lead-package__top {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .dark-price-card--lead .dark-price-card__price {
    justify-content: start;
  }

  .dark-price-card--lead .dark-price-card__price small {
    justify-self: start;
  }

  .lead-package__groups {
    grid-template-columns: 1fr;
  }
}

/* ================================
   MOBILE
================================ */

@media (max-width: 760px) {
  .lead-package-section {
    max-width: 100%;
    margin-top: 38px;
    padding: 0 14px;
  }

  .dark-price-card--lead {
    padding: 30px 24px 24px;
  }

  .lead-package__top {
    padding-left: 22px;
  }

  .dark-price-card--lead h3 {
    font-size: 30px;
  }

  .lead-package__group {
    padding: 16px 16px 15px;
  }

  .lead-package__notice {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }

  .lead-package__btn {
    width: 100%;
    margin-top: 24px;
  }
}







.apx-gallery {
  position: relative;
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 88px;
  gap: 14px;
  align-items: start;
  overflow: hidden;
  box-sizing: border-box;
}

/* MAIN */
.apx-gallery-main {
  width: 100%;
  min-width: 0;
  max-height: 520px;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 8px;
  background: transparent;
  cursor: zoom-in;
  line-height: 0;
  box-sizing: border-box;
}

.apx-gallery-main img {
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: none !important;
  display: block;
  border: 0;
  box-shadow: none;
}

/* THUMBS DESKTOP */
.apx-gallery-thumbs {
  position: static !important;
  width: 88px;
  min-width: 88px;
  max-width: 88px;
  height: var(--apx-gallery-height, 520px);
  max-height: var(--apx-gallery-height, 520px);
  overflow: hidden;
  display: grid;
  grid-template-rows: repeat(4, minmax(0, 1fr));
  gap: 10px;
  padding: 0;
  box-sizing: border-box;
}

.apx-gallery-thumb {
  width: 88px;
  height: auto;
  min-height: 0;
  max-height: none;
  flex: none;
  padding: 0;
  margin: 0;
  border: 2px solid rgba(255,255,255,.65);
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  background: #050505;
  opacity: .75;
  line-height: 0;
  box-sizing: border-box;
}

.apx-gallery-thumb img {
  width: 100% !important;
  height: 100% !important;
  display: block;
  object-fit: cover;
  object-position: top center;
  background: #050505;
  pointer-events: none;
}

.apx-gallery-thumb.is-active {
  opacity: 1;
  border-color: #c9863a;
}

/* LIGHTBOX */
.apx-gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: none;
  background: rgba(0,0,0,.9);
  padding: 36px 130px 36px 36px;
  box-sizing: border-box;
}

.apx-gallery-lightbox.is-open {
  display: flex;
  align-items: center;
  justify-content: center;
}

.apx-gallery-lightbox-main {
  width: 100%;
  max-width: 980px;
  max-height: calc(100vh - 72px);
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 8px;
  background: transparent;
  line-height: 0;
}

.apx-gallery-lightbox-main img {
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: none !important;
  display: block;
  border: 0;
  box-shadow: none;
}

.apx-gallery-lightbox-thumbs {
  position: absolute;
  top: 80px;
  right: 24px;
  width: 92px;
  max-height: 262px;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 1000000;
}

.apx-gallery-lightbox-thumb {
  width: 86px;
  height: 58px;
  flex: 0 0 58px;
  padding: 0;
  margin: 0;
  border: 2px solid rgba(255,255,255,.55);
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  background: #050505;
  opacity: .72;
  line-height: 0;
  box-sizing: border-box;
}

.apx-gallery-lightbox-thumb img {
  width: 100% !important;
  height: 100% !important;
  display: block;
  object-fit: cover;
  object-position: top center;
  background: #050505;
  pointer-events: none;
}

.apx-gallery-lightbox-thumb.is-active {
  opacity: 1;
  border-color: #c9863a;
}

.apx-gallery-close {
  position: absolute;
  top: 22px;
  right: 28px;
  z-index: 1000001;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.18);
  color: #fff;
  font-size: 30px;
  line-height: 44px;
  cursor: pointer;
}

/* MOBILE */
@media (max-width: 991px) {
  .apx-gallery {
    display: block;
    overflow: visible;
  }

  .apx-gallery-main {
    width: 100%;
    max-height: 340px;
  }

  .apx-gallery-thumbs {
    width: 100%;
    min-width: 0;
    max-width: none;
    height: auto !important;
    max-height: none !important;
    min-height: 0 !important;
    margin-top: 12px;
    margin-bottom: 18px;
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: none !important;
    grid-auto-rows: auto !important;
    gap: 10px;
    overflow: visible;
    padding: 0;
  }

  .apx-gallery-thumb {
    width: 100%;
    height: auto !important;
    aspect-ratio: 16 / 10;
    min-height: 0 !important;
    max-height: none !important;
    flex: none;
  }

  .apx-gallery-thumb img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: top center;
  }

  .apx-gallery-lightbox {
    padding: 54px 14px 116px;
  }

  .apx-gallery-lightbox-main {
    width: 100%;
    max-width: none;
    max-height: calc(100vh - 170px);
  }

  .apx-gallery-lightbox-thumbs {
    top: auto;
    right: 14px;
    left: 14px;
    bottom: 18px;
    width: auto;
    max-height: 58px;
    flex-direction: row;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .apx-gallery-lightbox-thumb {
    flex: 0 0 70px;
    width: 70px;
    height: 48px;
  }
}












/* ================================
   CHAOS GALLERY — DARK METRO / CLEAN 16 BLOCKS
================================ */

.apx-chaos-gallery {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  background: transparent;
  overflow: hidden;
  box-sizing: border-box;
}

.apx-chaos-gallery__inner {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(20, minmax(0, 1fr));
  grid-template-rows: repeat(8, 72px);
  gap: 12px;
  min-height: 660px;
  overflow: hidden;
  box-sizing: border-box;
}

/* CARD */
.apx-chaos-card {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  background: transparent;
  perspective: 1000px;
  transform-style: preserve-3d;
  box-shadow: none;
  isolation: isolate;
  cursor: zoom-in;

  opacity: 0;
  transform: translateY(6px) scale(.99);
  transition:
    opacity .10s linear,
    transform .10s linear;
}

.apx-chaos-card.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.apx-chaos-card__face {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  overflow: hidden;
  background: transparent;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  will-change: transform;
  transition: transform .5s ease;
}

.apx-chaos-card.is-resetting .apx-chaos-card__face {
  transition: none !important;
}

.apx-chaos-card__face--front {
  transform: rotateY(0deg) translateZ(0.1px);
}

.apx-chaos-card__face--back {
  transform: rotateY(180deg) translateZ(0.1px);
}

/* Y axis flip */
.apx-chaos-card.is-axis-y .apx-chaos-card__face--back {
  transform: rotateY(180deg) translateZ(0.1px);
}

.apx-chaos-card.is-axis-y.is-flipping .apx-chaos-card__face--front {
  transform: rotateY(180deg) translateZ(0.1px);
}

.apx-chaos-card.is-axis-y.is-flipping .apx-chaos-card__face--back {
  transform: rotateY(360deg) translateZ(0.1px);
}

/* X axis flip */
.apx-chaos-card.is-axis-x .apx-chaos-card__face--back {
  transform: rotateX(180deg) translateZ(0.1px);
}

.apx-chaos-card.is-axis-x.is-flipping .apx-chaos-card__face--front {
  transform: rotateX(180deg) translateZ(0.1px);
}

.apx-chaos-card.is-axis-x.is-flipping .apx-chaos-card__face--back {
  transform: rotateX(360deg) translateZ(0.1px);
}

.apx-chaos-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  background: transparent;
  transform: scale(1.01);
}

/* DESKTOP COMPOSITION */

/* two added left blocks */
.apx-chaos-card:nth-child(15) {
  grid-column: 2 / 5;
  grid-row: 7 / 9;
}

.apx-chaos-card:nth-child(16) {
  grid-column: 5 / 9;
  grid-row: 6 / 9;
}

/* main cluster */
.apx-chaos-card:nth-child(1) {
  grid-column: 9 / 11;
  grid-row: 5 / 8;
}

.apx-chaos-card:nth-child(2) {
  grid-column: 11 / 14;
  grid-row: 4 / 7;
}

.apx-chaos-card:nth-child(3) {
  grid-column: 14 / 16;
  grid-row: 3 / 5;
}

.apx-chaos-card:nth-child(4) {
  grid-column: 16 / 19;
  grid-row: 2 / 5;
}

.apx-chaos-card:nth-child(5) {
  grid-column: 19 / 21;
  grid-row: 1 / 4;
}

.apx-chaos-card:nth-child(6) {
  grid-column: 9 / 11;
  grid-row: 8 / 9;
}

.apx-chaos-card:nth-child(7) {
  grid-column: 14 / 16;
  grid-row: 5 / 8;
}

.apx-chaos-card:nth-child(8) {
  grid-column: 16 / 19;
  grid-row: 5 / 8;
}

.apx-chaos-card:nth-child(9) {
  grid-column: 19 / 21;
  grid-row: 4 / 7;
}

.apx-chaos-card:nth-child(10) {
  grid-column: 11 / 14;
  grid-row: 7 / 8;
}

.apx-chaos-card:nth-child(11) {
  grid-column: 14 / 16;
  grid-row: 8 / 9;
}

.apx-chaos-card:nth-child(12) {
  grid-column: 16 / 19;
  grid-row: 8 / 9;
}

.apx-chaos-card:nth-child(13) {
  grid-column: 19 / 21;
  grid-row: 7 / 9;
}

.apx-chaos-card:nth-child(14) {
  grid-column: 11 / 14;
  grid-row: 8 / 9;
}

.apx-chaos-card:nth-child(n+17) {
  display: none;
}

/* TABLET */
@media (max-width: 991px) {
  .apx-chaos-gallery__inner {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-template-rows: repeat(10, 58px);
    gap: 8px;
    min-height: 652px;
  }

  .apx-chaos-card {
    border-radius: 12px;
  }

  .apx-chaos-card:nth-child(1) {
    grid-column: 1 / 3;
    grid-row: 5 / 8;
  }

  .apx-chaos-card:nth-child(2) {
    grid-column: 3 / 5;
    grid-row: 4 / 7;
  }

  .apx-chaos-card:nth-child(3) {
    grid-column: 5 / 7;
    grid-row: 3 / 6;
  }

  .apx-chaos-card:nth-child(4) {
    grid-column: 1 / 4;
    grid-row: 8 / 11;
  }

  .apx-chaos-card:nth-child(5) {
    grid-column: 4 / 7;
    grid-row: 7 / 10;
  }

  .apx-chaos-card:nth-child(n+6) {
    display: none;
  }
}

/* MOBILE — 4 x 3 */
@media (max-width: 575px) {
  .apx-chaos-gallery__inner {
    width: 100%;
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    grid-template-rows: repeat(3, 92px) !important;
    gap: 8px !important;
    min-height: auto !important;
    height: auto !important;
    overflow: hidden;
  }

  .apx-chaos-gallery .apx-chaos-card {
    display: block !important;
    position: relative;
    grid-column: auto !important;
    grid-row: auto !important;
    width: auto !important;
    height: auto !important;
    border-radius: 12px;
  }

  .apx-chaos-gallery .apx-chaos-card:nth-child(-n+12) {
    display: block !important;
  }

  .apx-chaos-gallery .apx-chaos-card:nth-child(n+13) {
    display: none !important;
  }

  .apx-chaos-gallery .apx-chaos-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}

/* ================================
   CHAOS GALLERY POPUP
================================ */

.apx-chaos-lightbox {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 36px;
  background: rgba(0, 0, 0, .9);
  box-sizing: border-box;
}

.apx-chaos-lightbox.is-open {
  display: flex;
}

.apx-chaos-lightbox__inner {
  max-width: min(1100px, 92vw);
  max-height: calc(100vh - 72px);
  overflow: auto;
  border-radius: 14px;
  background: transparent;
  line-height: 0;
}

.apx-chaos-lightbox__img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 14px;
}

.apx-chaos-lightbox__close {
  position: absolute;
  top: 22px;
  right: 28px;
  z-index: 1000000;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.18);
  color: #fff;
  font-size: 30px;
  line-height: 44px;
  cursor: pointer;
}

@media (max-width: 575px) {
  .apx-chaos-lightbox {
    padding: 58px 14px 24px;
  }

  .apx-chaos-lightbox__inner {
    max-width: 100%;
    max-height: calc(100vh - 90px);
  }

  .apx-chaos-lightbox__close {
    top: 14px;
    right: 14px;
  }
}

#arpixe-cookie-consent {
  position: fixed;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 999999;
  display: none;
  background: #1f2024;
  color: #ffffff;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 14px;
  box-shadow: 0 18px 50px rgba(0,0,0,.28);
  padding: 18px;
  font-family: inherit;
}

.arpixe-cookie-inner {
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 18px;
  justify-content: space-between;
}

.arpixe-cookie-text {
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255,255,255,.88);
}

.arpixe-cookie-text a {
  color: #e5c45a;
  text-decoration: underline;
}

.arpixe-cookie-actions {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

.arpixe-cookie-btn {
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 8px;
  padding: 10px 16px;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  background: transparent;
  color: #ffffff;
}

.arpixe-cookie-btn-accept {
  background: #e5c45a;
  border-color: #e5c45a;
  color: #111111;
  font-weight: 600;
}

@media (max-width: 767px) {
  .arpixe-cookie-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .arpixe-cookie-actions {
    width: 100%;
  }

  .arpixe-cookie-btn {
    width: 100%;
  }
}

/* ================================
   CURRENCY SWITCHER V7 - stable price line + inline currency buttons
================================ */

.dark-price-card__price,
.dark-price-row__price {
  position: relative;
}

.dark-price-card__price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
}

.arpixe-price-line {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
  max-width: 100%;
}

.dark-price-card__price > strong,
.dark-price-card__price > .apx-price-value,
.dark-price-card__price .arpixe-price-line > strong,
.dark-price-card__price .arpixe-price-line > .apx-price-value {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  white-space: normal;
}

.dark-price-card__price .arpixe-price-prefix,
.dark-price-card__price .apx-price-prefix,
.lead-package__price .arpixe-price-prefix,
.lead-package__price .apx-price-prefix {
  color: #e3a026;
  font-size: clamp(18px, 1.45vw, 22px);
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: lowercase;
}

.dark-price-card__price .apx-price-amount,
.lead-package__price .apx-price-amount {
  display: inline-block;
}

.dark-price-card__price .apx-price-suffix,
.lead-package__price .apx-price-suffix {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.42em;
  line-height: 1;
  font-weight: 600;
}

.dark-price-row__price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 6px;
  flex-wrap: nowrap;
}

.dark-price-row__price .apx-price-value {
  display: inline-flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 6px;
  white-space: nowrap;
}

.dark-price-row__price .apx-price-prefix,
.dark-price-row__price .apx-price-suffix {
  color: #e3a026;
  font-size: 0.78em;
  line-height: 1;
  font-weight: 800;
  text-transform: lowercase;
}

.dark-price-row__price .apx-price-amount {
  display: inline-block;
}

.apx-currency-switcher {
  display: inline-flex !important;
  align-items: center !important;
  width: auto !important;
  max-width: max-content !important;
  gap: 3px !important;
  padding: 3px !important;
  margin: 0 !important;
  border: 1px solid rgba(255, 184, 49, 0.42) !important;
  border-radius: 999px !important;
  background: rgba(0, 0, 0, 0.24) !important;
  box-shadow: none !important;
  flex: 0 0 auto !important;
}

.apx-currency-option,
.dark-price-row__price .apx-currency-option,
.dark-price-card__price .apx-currency-option,
.lead-package__price .apx-currency-option {
  appearance: none !important;
  -webkit-appearance: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: 31px !important;
  height: 21px !important;
  min-height: 21px !important;
  padding: 4px 6px !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: none;
  color: rgba(255, 255, 255, 0.76) !important;
  font-family: inherit !important;
  font-size: 10px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  letter-spacing: 0.02em !important;
  text-transform: uppercase !important;
  text-align: center !important;
  cursor: pointer;
}

.apx-currency-option:hover,
.apx-currency-option:focus {
  background: rgba(255, 184, 49, 0.14) !important;
  color: #ffb831 !important;
}

.apx-currency-option.is-active {
  background: #ffb831 !important;
  color: #111111 !important;
}

.dark-price-card--lead .lead-package__price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 7px;
  padding-left: 0;
}

.dark-price-card--lead .lead-package__price .arpixe-price-line,
.dark-price-card--lead .lead-package__price > strong,
.dark-price-card--lead .lead-package__price > .apx-price-value {
  justify-content: flex-end;
}

.dark-price-card--lead .lead-package__price .apx-currency-switcher {
  align-self: flex-end;
}

.light-price-cards .apx-currency-switcher {
  background: rgba(255, 184, 49, 0.18) !important;
  border-color: rgba(216, 154, 34, 0.58) !important;
}

.light-price-cards .apx-currency-option {
  color: rgba(32, 29, 21, 0.68) !important;
}

.light-price-cards .apx-currency-option:hover,
.light-price-cards .apx-currency-option:focus {
  background: rgba(255, 184, 49, 0.26) !important;
  color: #201d15 !important;
}

.light-price-cards .apx-currency-option.is-active {
  background: #ffb831 !important;
  color: #111111 !important;
}

.light-price-cards .dark-price-card__price .arpixe-price-prefix,
.light-price-cards .dark-price-card__price .apx-price-prefix,
.light-price-cards .lead-package__price .arpixe-price-prefix,
.light-price-cards .lead-package__price .apx-price-prefix,
.light-price-cards .dark-price-row__price .apx-price-prefix,
.light-price-cards .dark-price-row__price .apx-price-suffix {
  color: #c88b1f;
}

.light-price-cards .dark-price-card__price .apx-price-suffix,
.light-price-cards .lead-package__price .apx-price-suffix {
  color: rgba(32, 29, 21, 0.58);
}

.dark-price-card__list + .dark-price-card__details--pricing-list[open] {
  margin-top: 12px;
}

.dark-price-card__details--pricing-list[open] > .dark-price-card__list {
  margin-top: 0;
}

@media (max-width: 760px) {
  .dark-price-card__price {
    align-items: flex-start;
    gap: 7px;
  }

  .arpixe-price-line {
    gap: 7px;
  }

  .dark-price-row__price {
    align-items: flex-start;
    justify-content: flex-start;
    gap: 6px;
  }

  .dark-price-row__price .apx-price-value {
    justify-content: flex-start;
  }

  .dark-price-card--lead .lead-package__price {
    align-items: flex-start;
    justify-content: flex-start;
  }

  .dark-price-card--lead .lead-package__price .arpixe-price-line,
  .dark-price-card--lead .lead-package__price > strong,
  .dark-price-card--lead .lead-package__price > .apx-price-value {
    justify-content: flex-start;
  }

  .dark-price-card--lead .lead-package__price .apx-currency-switcher {
    align-self: flex-start;
  }

  .apx-currency-switcher {
    gap: 2px !important;
    padding: 2px !important;
  }

  .apx-currency-option,
  .dark-price-row__price .apx-currency-option,
  .dark-price-card__price .apx-currency-option,
  .lead-package__price .apx-currency-option {
    min-width: 29px !important;
    height: 20px !important;
    min-height: 20px !important;
    padding: 4px 5px !important;
    font-size: 9px !important;
  }

  .dark-price-card__price .arpixe-price-prefix,
  .dark-price-card__price .apx-price-prefix,
  .lead-package__price .arpixe-price-prefix,
  .lead-package__price .apx-price-prefix {
    font-size: 18px;
  }
}

/* ================================
   PRICE AMOUNT SIZE FIX V8
   Prevent generic .dark-price-card__price span styles from shrinking JS-rendered price amounts.
================================ */

.dark-price-card__price .apx-price-amount,
.lead-package__price .apx-price-amount {
  color: #e3a026;
  font-size: 46px;
  line-height: 1;
  font-weight: 700;
}

.dark-price-card__price .arpixe-price-line > strong,
.dark-price-card__price > strong,
.lead-package__price .arpixe-price-line > strong,
.lead-package__price > strong {
  color: #e3a026;
  font-size: 46px;
  line-height: 1;
  font-weight: 700;
}

.light-price-cards .dark-price-card__price .apx-price-amount,
.light-price-cards .lead-package__price .apx-price-amount,
.light-price-cards .dark-price-card__price .arpixe-price-line > strong,
.light-price-cards .dark-price-card__price > strong,
.light-price-cards .lead-package__price .arpixe-price-line > strong,
.light-price-cards .lead-package__price > strong {
  color: #c88b1f;
}

@media (max-width: 760px) {
  .dark-price-card__price .apx-price-amount,
  .lead-package__price .apx-price-amount,
  .dark-price-card__price .arpixe-price-line > strong,
  .dark-price-card__price > strong,
  .lead-package__price .arpixe-price-line > strong,
  .lead-package__price > strong {
    font-size: 40px;
  }
}
