@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Lora:ital,wght@0,400..700;1,400..700&family=Noto+Sans+Georgian:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: lora;
}

body {
    background-color: #FEF7E5;
}

.header-1 {
    display: flex;
    border: #1C446A solid 1px;
    background-color: #FEF7E5;
}

.logo {
    padding: 10px 135px 0px 90px;
}

.nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 135px;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
    color: #1C446A;
    font-size: 23px;
    text-align: center;
    transition: all 0.3s ease;
}

li:hover {
    color: #726e93;
}

.paralax {
    background-image: url(img/паралакс.png);
    text-align: center;
    color: white;
    height: 647px;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.paralax-img {
    max-width: 660px;
}

.inf {
    background-color: #FEF7E5;
    color: #1C446A;
    padding-top: 10px;
}

.av_reg {
    font-weight: 100;
    font-size: 65px;
    display: flex;
    justify-content: center;
    padding-top: 150px;
}

.popi {
    font-weight: 100;
    padding-top: 100px;
    text-align: center;
}

.femida {
    display: flex;
    justify-content: center;
}

.btn-1 {
    padding: 25px 35px;
    font-size: 30px;
    border: 1px solid #0c1d2e;
    background-color: transparent;
    transition: all 0.3s ease;
}

.btn-1:hover {
    cursor: pointer;
    border: #1C446A 1px solid;
}

.btn-1 a {
    color: #0c1d2e;
}

.btn-1 a:hover {
    color: #1C446A;
}

.btn {
    display: flex;
    justify-content: center;
    margin-top: -250px;
    margin-right: 800px;
}

.footer-1 {
    margin-top: 0.6px;
    display: flex;
    border: #1C446A solid 1px;
    background-color: #FEF7E5;
}

.block-1 {
    position: relative;
    padding: 50px 20px;
    overflow: hidden;
}

.block-1::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("img/china-town.png") center / 1100px no-repeat;
    opacity: 0.9;
    z-index: 0;
    margin-top: 80px;
}

.block-1__overlay {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.block-1__title {
    font-size: 42px;
    font-weight: 400;
    color: #1C446A;
    margin: 40px 0 60px;
}

.line {
    display: block;
    width: 65%;
    height: 1px;
    background: #1C446A;
    margin: 0 auto;
    opacity: 0.7;
}

.block-1__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 35px;
    margin-bottom: 60px;
}

.tea-card {
    background: rgba(67, 71, 105, 0.663);
    backdrop-filter: blur(4px);
    border-radius: 20px;
    padding: 35px 25px;
    color: #FEF7E5;
    transition: transform 0.4s ease, box-shadow 0.4s ease, background 0.4s ease;
}

.tea-card:hover {
    transform: translateY(-12px) scale(1.03);
    background: rgba(108, 110, 134, 0.75);
    box-shadow: 0 25px 40px rgba(105, 113, 189, 0.3);
}

.tea-step {
    display: block;
    font-size: 30px;
    margin-bottom: 10px;
    opacity: 0.9;
}

.tea-card h5 {
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 20px;
}

.tea-card p {
    font-size: 16px;
    line-height: 1.4;
    opacity: 0.9;
}

.consultation_zapis h2 {
    margin-top: 50px;
    margin-bottom: 50px;
    font-weight: 100;
    text-align: center;
    font-size: 42px;
    color: #1C446A;
}

.logo-f {
    padding: 10px 100px 0px 100px;
}

.nav-f {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 200px;
    padding: 0px 130px;
}

.contact-form {
    margin-top: 30px;
}

.form-container {
    max-width: 600px;
    margin: 0px 35px;
    background-color: #FEF7E5;
    padding: 50px;
    border-radius: 10px;
    border: 1px solid #1C446A;
}

.form {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    font-size: 20px;
    color: #1C446A;
    margin-bottom: 8px;
}

.form-group input,
.form-group textarea {
    padding: 15px;
    border: 1px solid #1C446A;
    font-size: 16px;
    background-color: #C6CAC6;
    transition: all 0.3s ease;
    font-family: inherit;
}

.form-group input:focus {
    outline: none;
    border-color: #1C446A;
    box-shadow: 0 0 0 3px rgba(64, 54, 95, 0.1);
}

.checkbox-block {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #1C446A;
    font-size: 18px;
    margin-top: -10px;
}

.submit-btn {
    background-color: transparent;
    color: #1C446A;
    border: 1px solid #1C446A;
    padding: 18px 40px;
    font-size: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 30px;
    width: 75%;
    margin-left: 30px;
}

.submit-btn:hover {
    cursor: pointer;
    border: #5773af 1px solid;
    color: #5773af;
}

.submit-btn-r {
    background-color: transparent;
    color: #1C446A;
    border: 1px solid #1C446A;
    padding: 18px 40px;
    font-size: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 85%;
    margin-left: 30px;
    display: flex;
    justify-content: center;
}

.submit-btn-r:hover {
    cursor: pointer;
    border: #5773af 1px solid;
    color: #5773af;
}

.register-block {
    margin-top: -10px;
    font-size: 18px;
    color: #1C446A;
}

.reg-link {
    color: #1C446A;
    text-decoration: underline;
    margin-left: 5px;
}

.reg-link:hover {
    opacity: 0.8;
}

.custom-alert {
    position: fixed;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #C6CAC6;
    color: #1C446A;
    padding: 15px 25px;
    border-radius: 10px;
    font-size: 16px;
    box-shadow: 0 0 15px rgba(106, 101, 171, 0.4);
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.4s ease;
    border: 1px solid #1C446A;
    max-width: 90%;
    width: 400px;
    text-align: center;
}

.custom-alert.show {
    opacity: 1;
}

.custom-alert.hide {
    opacity: 0;
}

.catalog {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 20px;
    min-height: auto;
}

.catalog h2 {
    text-align: center;
    margin-bottom: 50px;
    font-weight: 100;
    font-size: 35px;
    color: #1C446A;
}

#favorites {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 40px;
    justify-items: center;
    align-items: stretch;
}

#favorites:has(.empty-favorites) {
    display: flex;
    justify-content: center;
    align-items: center;
}

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 50px 40px;
    justify-items: center;
    align-items: stretch;
}

.fav-btn {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid #1C446A;
    background: #C6CAC6;
    color: #1C446A;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease, transform 0.3s ease, color 0.3s ease;
}

.fav-btn:hover {
    background: #1C446A;
    transform: scale(1.15);
    color: #C6CAC6;
}

.fav-btn.active {
    color: darkred;
    background: rgba(139, 0, 0, 0.2);
}

h2 {
    margin-bottom: 50px;
    font-weight: 100;
    text-align: center;
}

h3 {
    font-weight: 100;
    margin-top: 35px;
    margin-bottom: 15px;
}

.card p {
    margin-bottom: 15px;
}

.cart-page {
    max-width: 800px;
    margin: 50px auto;
    padding: 50px;
    background: #FEF7E5;
    border-radius: 20px;
    border: 1px solid #1C446A;
}

.cart-page h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 100;
    margin-bottom: 30px;
    color: #1C446A;
}

.selected-services {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 30px;
}

.service-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background: #C6CAC6;
    border: 1px solid #1C446A;
    border-radius: 12px;
    margin-bottom: 10px;
}

.service-info {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1;
}

.service-img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    border-radius: 8px;
    border: none;
    background: transparent;
    flex-shrink: 0;
}

.service-details {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    gap: 4px;
}

.service-name {
    font-size: 18px;
    color: #1C446A;
    text-align: center;
}

.service-price {
    font-size: 16px;
    color: #1C446A;
    font-weight: normal;
    text-align: center;
}

.remove-service {
    background: transparent;
    border: 1px solid #9b3c3c;
    color: #9b3c3c;
    border-radius: 20px;
    padding: 8px 20px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.remove-service:hover {
    background: #9b3c3c;
    color: #FEF7E5;
}

.empty-cart {
    text-align: center;
    color: #1C446A;
    font-size: 18px;
    padding: 40px;
    background: #C6CAC6;
    border-radius: 16px;
    border: 1px solid #1C446A;
}

.cart-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.cart-item {
    display: grid;
    grid-template-columns: 80px 1fr 100px;
    align-items: center;
    gap: 20px;
    padding: 15px;
    background: #C6CAC6;
    border: #1C446A 1px solid;
    border-radius: 10px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cart-item:hover {
    transform: translateY(-3px);
}

.cart-item img {
    width: 70px;
    border-radius: 8px;
    object-fit: cover;
}

.cart-info h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    color: #1C446A;
}

.cart-controls {
    display: flex;
    align-items: center;
    gap: 10px;
}

.qty-btn {
    width: 30px;
    height: 30px;
    border: 1px solid #1C446A;
    background: transparent;
    color: #1C446A;
    cursor: pointer;
    font-size: 18px;
    border-radius: 5px;
    transition: background 0.3s ease;
}

.qty-btn:hover {
    background: #1C446A;
    color: #C6CAC6;
}

.cart-summary {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #1C446A;
}

.cart-total-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart-total-row span {
    font-size: 20px;
    color: #1C446A;
}

.cart-total-row strong {
    font-size: 24px;
    color: #1C446A;
    font-weight: normal;
}

.cart-buttons {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.cancel-btn,
.order-btn {
    flex: 1;
    padding: 12px 20px;
    border-radius: 30px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    border: none;
}

.cancel-btn {
    background: transparent;
    border: 1px solid #9b3c3c;
    color: #9b3c3c;
}

.cancel-btn:hover {
    background: #9b3c3c;
    color: #FEF7E5;
}

.order-btn {
    background: #1C446A;
    border: 1px solid #1C446A;
    color: #FEF7E5;
}

.order-btn:hover {
    background: transparent;
    color: #1C446A;
}

.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
}

.modal-overlay.show {
    opacity: 1;
    pointer-events: all;
}

.modal {
    background: #c6c7ca;
    color: #1C446A;
    border: 1px solid #1C446A;
    padding: 50px 40px;
    border-radius: 20px;
    text-align: center;
    max-width: 420px;
    width: 90%;
    transform: scale(0.8);
    transition: transform 0.4s ease;
}

.modal-overlay.show .modal {
    transform: scale(1);
}

.modal-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #1C446A;
    color: #FEF7E5;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
}

.modal h2 {
    font-weight: 100;
    font-size: 30px;
    margin-bottom: 15px;
}

.modal p {
    font-size: 16px;
    color: #1C446A;
    margin-bottom: 30px;
}

.modal-btn {
    padding: 12px 45px;
    border-radius: 30px;
    border: none;
    background: #1C446A;
    border: 1px solid #1C446A;
    color: #FEF7E5;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.modal-btn:hover {
    background: #FEF7E5;
    color: #1C446A;
    border: 1px solid #1C446A;
}

.card {
    background: transparent;
    color: #1C446A;
    border: 1px solid #1C446A;
    padding: 40px;
    border-radius: 14px;
    position: relative;
    text-align: center;
    margin-bottom: 50px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}

.card img {
    width: 100%;
    height: 280px;
    object-fit: contain;
    transition: transform 0.4s ease;
}

.card:hover img {
    transform: scale(1.05);
}

.add-btn {
    margin-top: 10px;
    padding: 12px 45px;
    color: #1C446A;
    background-color: #FEF7E5;
    border: 1px solid #1C446A;
    border-radius: 20px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
}

.add-btn:hover {
    background-color: #1C446A;
    color: #FEF7E5;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
}

.add-btn:active {
    transform: translateY(0);
    box-shadow: none;
}

.paralax-2 {
    background-image: url(img/паралакс\ 2.png);
    color: white;
    height: 647px;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.paralaxik {
    display: flex;
    justify-content: center;
    font-size: 50px;
    padding-top: 200px;
    text-align: center;
}

.paralax-3 {
    background-image: url(img/паралакс\ 3.png);
    color: white;
    height: 647px;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    margin-bottom: 1px;
}

.facts {
    padding: 50px 20px 0;
    background: #FEF7E5;
    text-align: center;
    color: #1C446A;
}

.facts .line {
    margin: 0 auto 40px;
}

.facts__title {
    font-size: 42px;
    font-weight: 400;
    margin-bottom: 60px;
}

.facts__slider {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.facts__viewport {
    width: 820px;
    overflow: hidden;
    position: relative;
}

.facts__track {
    display: flex;
    gap: 40px;
    transition: transform 0.45s ease;
}

.fact-card {
    min-width: 240px;
    padding: 28px 22px;
    background: #1c446ace;
    border-radius: 22px;
    color: #FEF7E5;
    opacity: 0.55;
    transform: scale(0.9);
    transition: transform 0.4s ease, opacity 0.4s ease;
}

.fact-card.active {
    opacity: 1;
    transform: scale(1);
}

.fact-num {
    display: block;
    font-size: 36px;
    margin-bottom: 16px;
}

.fact-card p {
    font-size: 17px;
    line-height: 1.45;
}

.facts__btn {
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid #1C446A;
    background: transparent;
    color: #1C446A;
    font-size: 20px;
    cursor: pointer;
    transition: 0.3s ease;
    z-index: 10;
}

.facts__btn.prev {
    left: 10px;
}

.facts__btn.next {
    right: 10px;
}

.facts__btn:hover {
    background: #1C446A;
    color: #FEF7E5;
}

@keyframes cardFadeUp {
    from {
        opacity: 0;
        transform: translateY(25px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.order-form {
    max-width: 420px;
    width: 100%;
    padding: 32px;
    position: relative;
}

.order-form h2 {
    text-align: center;
    margin-bottom: 20px;
}

.order-form form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.order-form input,
.order-form textarea {
    width: 100%;
    padding: 14px 16px;
    background: #FEF7E5;
    border: 1px solid #1C446A;
    border-radius: 8px;
    font-size: 16px;
    font-family: inherit;
    color: #1C446A;
    transition: border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.order-form input::placeholder,
.order-form textarea::placeholder {
    color: #1C446A;
}

.order-form input:focus,
.order-form textarea:focus {
    outline: none;
    background: #ffffff;
    border-color: #8b8b8b;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.05);
}

.order-form textarea {
    resize: none;
    min-height: 100px;
}

.modal-close {
    position: absolute;
    top: 14px;
    right: 14px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
}

.profile-page {
    min-height: calc(100vh - 180px);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 20px;
    background: #FEF7E5;
}

.profile-card {
    width: 100%;
    max-width: 800px;
    background: #C6CAC6;
    border: 2px solid #1C446A;
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.profile-title {
    font-size: 38px;
    font-weight: 100;
    color: #1C446A;
    text-align: center;
    margin-bottom: 35px;
    letter-spacing: 2px;
}

.profile-info {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 15px 20px;
    background: #FEF7E5;
    border-radius: 16px;
    border: 1px solid #1C446A;
    margin-bottom: 35px;
}

.profile-label {
    font-size: 14px;
    color: #1C446A;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
}

.profile-value {
    font-size: 22px;
    font-weight: 400;
    color: #1C446A;
}

.profile-subtitle {
    font-size: 24px;
    font-weight: 100;
    color: #1C446A;
    margin-bottom: 25px;
    border-left: 4px solid #1C446A;
    padding-left: 15px;
}

.orders-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 35px;
    padding-right: 5px;
}

.order-card {
    background: #FEF7E5;
    border: 1px solid #1C446A;
    border-radius: 18px;
    padding: 20px 24px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.order-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.order-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.order-number {
    font-size: 17px;
    font-weight: 500;
    color: #1C446A;
}

.order-status {
    padding: 4px 14px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid;
    text-transform: lowercase;
}

.status-new {
    background: rgba(28, 68, 106, 0.1);
    color: #1C446A;
    border-color: #1C446A;
}

.status-done {
    background: rgba(28, 68, 106, 0.1);
    color: #1C446A;
    border-color: #1C446A;
}

.status-cancel {
    background: rgba(155, 60, 60, 0.15);
    color: #9b3c3c;
    border-color: #9b3c3c;
}

.order-items-list {
    border-top: 1px solid #1C446A;
    padding-top: 16px;
    margin-bottom: 16px;
}

.order-service-item {
    font-size: 14px;
    color: #1C446A;
    padding: 4px 0;
}

.order-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.order-left-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.order-items-count {
    font-size: 14px;
    color: #1C446A;
}

.order-method {
    font-size: 12px;
    color: #1C446A;
    opacity: 0.65;
}

.cancel-order-btn {
    background: transparent;
    border: 1px solid #9b3c3c;
    color: #9b3c3c;
    border-radius: 30px;
    padding: 8px 20px;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.cancel-order-btn:hover {
    background: #9b3c3c;
    color: #FEF7E5;
}

.profile-actions {
    display: flex;
    justify-content: center;
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #1C446A;
}

.profile-logout {
    padding: 12px 45px;
    font-size: 16px;
    border-radius: 40px;
    border: 1px solid #1C446A;
    background: transparent;
    color: #1C446A;
    cursor: pointer;
    transition: all 0.3s ease;
}

.profile-logout:hover {
    background: #1C446A;
    color: #FEF7E5;
    transform: translateY(-2px);
}

.orders-empty {
    text-align: center;
    color: #1C446A;
    padding: 40px;
    background: #FEF7E5;
    border-radius: 18px;
    border: 1px solid #1C446A;
}

.empty-favorites {
    text-align: center;
    color: #1C446A;
    font-size: 20px;
    padding: 90px 40px;
    background: #C6CAC6;
    border-radius: 20px;
    border: 1px solid #1C446A;
    margin: 20px auto;
    max-width: 500px;
    width: 100%;
    grid-column: 1 / -1;
}

#favorites.grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 40px;
    justify-items: center;
    align-items: stretch;
}

.catalog.empty-fav {
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.confirm-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2000;
    justify-content: center;
    align-items: center;
}

.confirm-modal.show {
    display: flex;
}

.confirm-modal-content {
    background: #FEF7E5;
    border: 2px solid #1C446A;
    border-radius: 20px;
    padding: 30px 40px;
    text-align: center;
    min-width: 300px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.confirm-modal-content h3 {
    color: #1C446A;
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 400;
}

.confirm-modal-content p {
    color: #1C446A;
    margin-bottom: 25px;
    font-size: 16px;
}

.confirm-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.confirm-btn {
    padding: 10px 30px;
    border-radius: 30px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid #1C446A;
    background: transparent;
    color: #1C446A;
}

.confirm-btn.yes:hover {
    background: #1C446A;
    color: #FEF7E5;
}

.confirm-btn.no:hover {
    background: #9b3c3c;
    border-color: #9b3c3c;
    color: #FEF7E5;
}

.line,
.order-divider {
    height: 1px !important;
    background: #1C446A !important;
    opacity: 0.4 !important;
    margin: 20px auto !important;
}

select {
    width: 100%;
    padding: 14px 16px;
    background: #C6CAC6;
    border: 1px solid #1C446A;
    border-radius: 14px;
    font-size: 16px;
    font-family: inherit;
    color: #1C446A;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231C446A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 16px;
}

select:focus {
    outline: none;
    border-color: #1C446A;
    box-shadow: 0 0 0 2px rgba(28, 68, 106, 0.1);
}

.scroll-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 9999;
}

.scroll-top.show {
    opacity: 1;
    visibility: visible;
}

.scroll-top img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.2s ease;
}

.scroll-top img:hover {
    transform: scale(1.1);
}


@media (max-width: 768px) {
    .header-1 {
        flex-direction: column;
        align-items: center;
        padding: 20px 0;
    }

    .logo {
        padding: 20px 0;
    }

    .logo img {
        width: 150px;
    }

    .nav {
        flex-wrap: wrap;
        gap: 20px;
        padding-bottom: 20px;
    }

    li {
        font-size: 18px;
    }

    .paralax {
        height: 900px;
        background-attachment: scroll;
        padding: 120px 20px;
    }

    .p-t {
        font-size: 22px;
        line-height: 1.4;
        padding-top: 0;
    }

    .femida {
        position: relative;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 120px 0;
        overflow: hidden;
    }

    .l-femida {
        position: absolute;
        left: -200px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1;
    }

    .l-femida img {
        width: 200px;
        opacity: 0.9;
    }

    .p-femida {
        position: absolute;
        right: -200px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1;
    }

    .p-femida img {
        width: 200px;
        opacity: 0.9;
    }

    .pop {
        padding-top: 0px !important;
        font-size: 42px;
    }

    .txtiknopk {
        margin-top: 0;
        padding-top: 0;
    }

    .popi {
        font-size: 20px;
        padding-top: 20px;
    }

    .btn {
        padding-top: 40px;
    }

    .btn-1 {
        padding: 18px 45px;
        font-size: 22px;
    }

    .footer-1 {
        flex-direction: column;
        align-items: center;
        padding: 20px 0;
        text-align: center;
    }

    .nav-f {
        flex-direction: column;
        gap: 20px;
        padding: 0;
    }

    .logo-f {
        padding: 20px 0;
    }

    .logo-f img {
        width: 120px;
    }

    .catalog {
        padding: 30px;
    }

    .grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        justify-items: center;
        align-items: stretch;
    }

    .card {
        max-width: 300px;
        width: 100%;
        padding: 20px;
    }

    .card img {
        height: 180px;
    }

    .card h3 {
        font-size: 15px;
        margin-top: 18px;
    }

    .card p {
        font-size: 14px;
    }

    .add-btn {
        padding: 10px 25px;
        font-size: 14px;
    }

    .catalog h2 {
        margin-left: 30px;
    }

    .facts__title {
        font-size: 26px;
        margin-bottom: 35px;
    }

    .facts__viewport {
        width: 260px;
    }

    .facts__track {
        gap: 20px;
    }

    .fact-card {
        min-width: 260px;
        padding: 22px 18px;
        border-radius: 18px;
    }

    .fact-num {
        font-size: 22px;
    }

    .fact-card p {
        font-size: 14px;
    }

    .facts__btn.prev {
        left: 5px;
    }

    .facts__btn.next {
        right: 5px;
    }

    .scroll-top {
        width: 50px;
        height: 50px;
        bottom: 20px;
        right: 20px;
    }

    .btn {
        margin-right: 0px;
        margin-top: -200px !important;
    }

    .paralaxik {
        font-size: 35px;
        line-height: 1.8;
    }

    .paralax-img {
        max-width: 90%;
        margin: 0 auto;
    }
    
    .paralax-img img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 425px) {
    .block-1 {
        padding: 50px 10px;
    }

    .block-1::before {
        background-size: 650px;
        background-position: center 120px;
        opacity: 0.35;
    }

    .block-1__title {
        font-size: 24px;
        line-height: 1.25;
        margin: 25px 0 30px;
    }

    .line {
        width: 90%;
    }

    .block-1__grid {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 18px;
        margin-bottom: 35px;
    }

    .tea-card {
        width: 100%;
        max-width: 260px;
        padding: 20px 16px;
        border-radius: 16px;
        backdrop-filter: blur(3px);
    }

    .tea-step {
        font-size: 17px;
    }

    .tea-card h5 {
        font-size: 17px;
        margin-bottom: 8px;
    }

    .tea-card p {
        font-size: 14px;
        line-height: 1.35;
    }

    .order-form {
        padding: 24px 18px;
    }

    .order-form h2 {
        font-size: 20px;
    }

    .order-form input,
    .order-form textarea {
        font-size: 15px;
    }

    .profile-subtitle {
        font-size: 22px;
    }
}

@media (max-width: 500px) {
    .btn {
        padding: 115px 0 0 0 !important;
        display: flex !important;
        justify-content: center !important;
    }
    
    .btn-1 {
        padding: 10px 20px !important;
        font-size: 16px !important;
    }

    .paralax {
        height: 500px;
    }

    .paralaxik {
        line-height: 1.5;
    }
    
    .av_reg {
        font-size: 42px !important;
        padding-top: 30px !important;
        text-align: center !important;
    }
    
    .l-femida,
    .p-femida {
        display: none !important;
    }
    
    .form-container {
        padding: 30px 25px !important;
        margin: 0 !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    
    .form-group input {
        padding: 12px 15px !important;
        font-size: 15px !important;
    }
    
    .submit-btn-r {
        width: 100% !important;
        margin-left: 0 !important;
        padding: 14px 20px !important;
        font-size: 18px !important;
    }
    
    .checkbox-block {
        font-size: 14px !important;
    }
}

@media (max-width: 375px) {
    .av_reg {
        font-size: 36px !important;
    }
    
    .form-container {
        padding: 25px 20px !important;
    }
    
    .form-group label {
        font-size: 15px !important;
    }
    
    .form-group input {
        padding: 10px 12px !important;
        font-size: 14px !important;
    }
    
    .checkbox-block {
        font-size: 13px !important;
    }
    
    .submit-btn-r {
        padding: 12px 16px !important;
        font-size: 16px !important;
    }
}

@media (max-width: 320px) {
    .av_reg {
        font-size: 32px !important;
        padding-top: 20px !important;
    }
    
    .form-container {
        padding: 20px 15px !important;
    }
    
    .form-group label {
        font-size: 14px !important;
    }
    
    .form-group input {
        padding: 8px 10px !important;
        font-size: 13px !important;
    }
    
    .checkbox-block {
        font-size: 12px !important;
        gap: 6px !important;
    }
    
    .submit-btn-r {
        padding: 10px 14px !important;
        font-size: 15px !important;
    }
    
    .nav a ul li {
        font-size: 12px !important;
    }
    
    .logo img {
        width: 100px !important;
    }
}