.price_container {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 72px;
}

.price-head-div {
    display: flex;
    flex-direction: column;
    gap: 72px;
}

.price-discount-div {
    display: flex;
    width: 100%;
    gap: 18px;
}
.price-discount-card {
    display: flex;
    flex-direction: column;
    padding: 24px;
    align-items: flex-start;
    gap: 24px;
    width: 80%;
    border-radius: 19px;
    background: #C58C78;
    box-shadow: 0 4px 11.8px 0 #CECBC9;
}

.discount-side {
    display: flex;
    flex-direction: column;
}

.price-header {
    color: #000;
    font-family: Ledger;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.price-first-card {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    width: 20%;
    align-self: stretch;
    border-radius: 19px;
    background: #909785;
    box-shadow: 0 4px 11.8px 0 #CECBC9;
}

.price-discount-head {
    color: var(--Global-white, #FFF);
    font-family: Ledger;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.price-discount-p {
    color: var(--Global-white, #FFF);
    font-family: "AA Stetica";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-left: 1px solid  #FFF;
    padding: 10px;
}

.price-discount-small {
    color: var(--Global-white, #FFF);
    font-family: "AA Stetica";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /*text-transform: uppercase;*/
    border-left: 1px solid  #FFF;
    padding: 10px;
}

.price-discount-card-div {
    display: flex;
    width: 100%;
}

.price-discount-card-header {
    display: flex;
    justify-content: space-between;
}

.discount-side {
    width: 100%;
}

.price-bott-div {
    display: grid;
    grid-template-columns: 1fr 1fr; /* две равные колонки */
    gap: 20px;
}

.price-notice-on-light {
    color: #727967;
}

.price-children-block {
    width: 100%;
}

.price-children-card {
    width: 100%;
}

.alch-btn {
    display: flex; 
    align-self: end; 
    border-color: white; 
    background-color: #909785; 
    color: white;
}

.telegramm {
    align-self: center;
     width: 300px;
     margin-top: 300px;
     margin-bottom: 300px;
}

#pricing_btn {
    color: rgba(114, 121, 103, 1) !important;
}

.bg-img {
    position: absolute;
    top: 400px;
    left: 0;
    z-index: -100;
    opacity: 0.5;
  }

.bg-img-bot {
    position: absolute;
    top: 1500px;
    right: 0;
    z-index: -100;
    opacity: 0.5;
}  


.price-popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 16px;
    z-index: 11000;
}

.price-popup-overlay.is-open {
    display: flex;
}

.price-popup {
    position: relative;
    width: min(500px, 100%);
    background: #fff;
    border-radius: 14px;
    padding: 20px 20px 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.price-popup-title {
    color: #000;
    font-family: Ledger;
    font-size: 28px;
    margin: 0 0 12px;
}

.price-popup-text {
    color: #1f1f1f;
    font-family: "AA Stetica";
    font-size: 16px;
    line-height: 1.45;
    max-height: 280px;
    overflow: auto;
    white-space: normal;
}

.price-popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    border: 0;
    background: transparent;
    color: #727967;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    padding: 2px 6px;
}

.price-card-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    align-self: stretch;
    justify-content: flex-end;
    margin-top: auto;
}

.price-buy-btn {
    display: inline-flex;
    min-width: 140px;
    height: 44px;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    border: 1px solid var(--Botton-Active-Enabled, #909785);
    background: var(--Botton-Active-Enabled, #909785);
    color: #fff;
    font-family: "AA Stetica", sans-serif;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}

.price-buy-btn:hover {
    background: var(--Global-Brown-Brown-50, #C58C78);
    border-color: var(--Global-Brown-Brown-50, #C58C78);
    color: #fff;
}

.price-card--dark .price-buy-btn {
    background: #fff;
    color: #909785;
    border-color: #fff;
}

.price-card--dark .price-buy-btn:hover {
    background: #f5f5f5;
    color: #727967;
}

.price-flash {
    padding: 14px 18px;
    border-radius: 12px;
    font-family: "AA Stetica", sans-serif;
    font-size: 16px;
}

.price-flash--success {
    background: #e8efe6;
    color: #4d5a43;
}

.price-flash--error {
    background: #f8e6e4;
    color: #8a3b32;
}

.price-checkout-popup {
    width: min(720px, 100%);
    max-height: 90vh;
    overflow: auto;
}

.price-checkout-body {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.price-checkout-lead,
.price-checkout-note,
.price-checkout-status {
    margin: 0;
    font-family: "AA Stetica", sans-serif;
    font-size: 16px;
    color: #5A6C7D;
    line-height: 1.45;
}

.price-checkout-error {
    margin: 0;
    color: #b42318;
    font-family: "AA Stetica", sans-serif;
    font-size: 14px;
}

.price-checkout-form,
.price-checkout-auth {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.price-checkout-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 16px;
}

.price-checkout-field label {
    display: block;
    margin-bottom: 6px;
    color: #000;
    font-family: "AA Stetica", sans-serif;
    font-size: 16px;
}

.price-checkout-field input,
.price-checkout-field select,
.price-checkout-otp input {
    width: 100%;
    padding: 10px 12px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    font-family: "AA Stetica", sans-serif;
}

.price-checkout-field input:focus,
.price-checkout-field select:focus,
.price-checkout-otp input:focus {
    outline: none;
    border-color: #909785;
}

.price-checkout-consent {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 10px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.price-checkout-consent input[type="checkbox"] {
    width: 18px;
    height: 18px;
    min-width: 18px;
    max-width: 18px;
    margin: 3px 0 0;
    flex: 0 0 18px;
    accent-color: #727967;
}

.price-checkout-consent span {
    flex: 1 1 auto;
    min-width: 0;
    font-family: "AA Stetica", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #5A6C7D;
    line-height: 1.45;
}

.price-checkout-consent a {
    color: #727967;
    text-decoration: underline;
    font-weight: 600;
}

.price-checkout-total {
    padding: 12px 0 0;
}

.price-checkout-sum {
    font-family: Ledger, serif;
    font-size: 32px;
    color: #000;
}

.price-checkout-old {
    font-family: "AA Stetica", sans-serif;
    font-size: 16px;
    color: #8a8a8a;
    text-decoration: line-through;
}

.price-checkout-discount {
    font-family: "AA Stetica", sans-serif;
    font-size: 14px;
    color: #727967;
}

.price-checkout-actions {
    display: flex;
    gap: 12px;
}

.price-checkout-actions .more {
    min-width: 160px;
    cursor: pointer;
}

.price-checkout-popup .auth-method-tabs {
    display: flex;
    gap: 0;
    border-bottom: 1px solid #ddd;
}

.price-checkout-popup .auth-method-tab {
    padding: 10px 16px;
    background: none;
    border: none;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    font-family: "AA Stetica", sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.price-checkout-popup .auth-method-tab.active {
    color: #909785;
    border-bottom-color: #909785;
}

.subscription-btn-div {
  display: flex;
  flex-direction: row;
  gap: 18px;
}

@media (max-width: 767px) {
    .price-bott-div {
        display: flex;
        flex-direction: column;
    }

    .price-discount-card, .price-first-card {
        width: 100%;
    }

    .price-discount-div {
        display: flex;
        flex-direction: column;
    }

    .price-discount-card-div {
        flex-direction: column;
        gap: 20px; 
    }

    .price-discount-card-header {
        flex-direction: column;
    }

    .telegramm {
         margin-top: 150px;
         margin-bottom: 150px;
    }

    .btn-more,
    .price-buy-btn {
        width: 100%;
    }

    .price-card-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .price-checkout-grid {
        grid-template-columns: 1fr;
    }

    .price-discount-p {
        border-left: 1px solid !important;
        padding-left: 10px;
    }

    .warn {
        align-self: flex-start !important;
    }

    .price-discount-head {
        font-size: 32px;
    }    

    .price-discount-small {
        font-size: 12px;
    }    

    .price-discount-p {
        font-size: 20px;
    }

    .subscription-btn-div {
      width: 100%;
      flex-direction: column;
    }
}  


@media (min-width: 768px) and (max-width: 1024px) {
    .price-discount-card {
        width: 100%;
    }

    .price-first-card {
        width: 40% !important;
    }

    .price-bott-div {
        display: flex;
        flex-direction: column;
    }

    .telegramm {
        margin-top: 150px;
        margin-bottom: 150px;
   }

    .subscription-btn-div {
      width: 100%;
    }
}

@media (min-width: 1025px) and (max-width: 1500px) {
    .price-discount-card-header {
        font-size: 32px;
    }

    .price-discount-p {
        font-size: 20px;
    }
}