/* Стили для шрифта Franklin Gothic */
@font-face {
    font-family: 'Franklin Gothic';
    src: url('../background/FranklinGothicHeavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Franklin Gothic';
    src: url('../background/FranklinGothicMedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Franklin Gothic';
    src: url('../background/FranklinGothicBook.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

/* Базовые стили */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Franklin Gothic', Arial, sans-serif;
}

html, body {
    height: 100%;
    margin: 0;
    overflow-x: hidden;
}

body {
    background-color: #000;
    color: #fff;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    position: relative;
    font-weight: 400;
    padding-top: 60px;
}

body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-image: url('maxresdefault.jpg.gif'); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.2;
    z-index: -1;
    pointer-events: none;
}

/* Анимации */
@keyframes slideDown {
    from { transform: translateY(-10px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

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

@keyframes shimmer {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}

/* Стили для хедера */
header {
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    gap: 10px;
}

.header-logo {
    display: flex;
    align-items: center;
    gap: 5px;
}

.header-logo a {
    color: white;
    font-size: 24px;
    text-decoration: none;
    font-weight: 900;
    cursor: pointer;
}

.header-logo a:hover {
    color: #f0f0f0;
}

.header-center {
    flex-grow: 1;
    display: flex;
    justify-content: center;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 10px;
}

.dropdown-wrapper {
    position: relative;
    display: flex;
}

.hamburger-menu {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    padding: 10px;
    border-radius: 10px;
    transition: background-color 0.3s;
}

.hamburger-menu:hover {
    background-color: rgba(150, 150, 150, 0.3);
}

.hamburger-icon {
    width: 30px;
    height: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hamburger-icon span {
    width: 100%;
    height: 3px;
    background-color: white;
    border-radius: 2px;
}

.menu-dropdown {
    display: none;
    position: absolute;
    margin-top: 10px;
    background-color: rgba(23, 23, 23, 0.9);
    border-radius: 15px;
    padding: 10px;
    min-width: 200px;
    max-width: 300px; /* или 90vw — но можно уменьшить */
    z-index: 1000;
    animation: slideDown 0.3s ease-out forwards;
}



.menu-dropdown.active {
    display: block;
    animation: slideDown 0.3s ease-out forwards;
}

.menu-dropdown a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    color: white;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 500;
}

.menu-dropdown a:hover {
    background-color: rgba(150, 150, 150, 0.3);
}

.menu-dropdown img {
    width: 24px;
    height: 24px;
    border-radius: 5px;
    background-color: rgba(150, 150, 150, 0.3);
    padding: 2px;
    filter: invert(1);
}

/* Стили для поисковой строки */
.search-container {
    position: relative;
    width: 100%;
    max-width: 400px;
}

#searchInput {
    width: 100%;
    padding: 10px 15px;
    border-radius: 25px;
    border: none;
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
    font-size: 14px;
    font-weight: 400;
}

#searchInput:focus {
    outline: none;
    background-color: rgba(255, 255, 255, 0.15);
}

.search-suggestions {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: rgba(23, 23, 23, 0.9);
    border-radius: 12px;
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
}

.search-suggestions.active {
    display: block;
}

.search-suggestions a {
    display: block;
    padding: 10px 15px;
    color: white;
    text-decoration: none;
    font-weight: 400;
    font-size: 13px;
}

.search-suggestions a:hover {
    background-color: rgba(150, 150, 150, 0.3);
}

/* Стили для кнопки заказов */
.orders-btn a {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 8px;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.3s;
    color: white;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
}

.orders-btn a:hover {
    background-color: rgba(150, 150, 150, 0.3);
}

/* Стили для баннера */
.hero-section {
    background: linear-gradient(180deg, rgba(0, 123, 255, 0.2), rgba(0, 0, 0, 0.8));
    padding: 40px 20px;
    text-align: center;
}

.hero-content {
    max-width: 800px;
    margin: 0 auto;
}

.hero-subtitle {
    font-size: 1.2rem;
    color: #f0f0f0;
    font-weight: 400;
    margin-top: 10px;
}

/* Стили для продуктов */
.products {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px;
    gap: 20px;
    background-color: transparent;
    max-width: 1290px;
    margin: 0 auto;
}

.product-card {
    min-height: 200px;
    min-width: 300px;
    max-width: 300px;
    background-color: rgba(36, 36, 36, 0.8);
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: background-color 0.3s;
}

.product-card:hover {
    background-color: rgba(36, 36, 36, 0.9);
}

.product-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    border-radius: 15px 15px 0 0;
}

.product-info {
    padding: 15px;
    text-align: center;
    color: white;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.product-info h3 {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 10px;
}

.product-info .price {
    font-size: 18px;
    color: #007bff;
    margin-bottom: 10px;
    font-weight: 500;
}

.button-group {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: auto;
}

.pay-btn {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 15px;
    cursor: pointer;
    flex: 1;
    max-width: 120px;
    min-width: 120px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    margin-left: 5px;
    margin-bottom: 5px;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, border-radius 0.3s ease, box-shadow 0.3s ease;
}

.pay-btn:hover {
    background: linear-gradient(45deg, #007bff, #00ddeb);
    transform: scale(1.05);
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 123, 255, 0.5);
}

.pay-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -200%;
    width: 400%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    transition: left 0.5s ease;
}

.pay-btn:hover::before {
    left: 200%;
    animation: shimmer 1s linear;
}

.details-btn {
    background-color: rgba(85, 85, 85, 0.7);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 15px;
    text-decoration: none;
    flex: 1;
    max-width: 120px;
    min-width: 120px;
    text-align: center;
    font-weight: 500;
    transition: background-color 0.3s;
    font-size: 14px;
    line-height: 1.5;
    margin-right: 5px;
    margin-bottom: 5px;
}

.details-btn:hover {
    background-color: #007bff;
}

/* Стили для футера */
footer {
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    text-align: center;
    padding: 20px;
    width: 100%;
    margin-top: auto;
}

.footer-cat {
    position: absolute;
    left: 0;
    bottom: 50%;
    transform: translateY(50%);
    width: 100px;
    height: auto;
    z-index: 1;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-bottom: 10px;
}

.footer-links a {
    color: white;
    text-decoration: none;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: #f0f0f0;
}

.footer-disclaimer {
    margin-top: 10px;
}

.footer-disclaimer p {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 400;
}

/* Дополнения для футера */
.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.5rem;
    font-weight: 900;
    color: #f0f0f0;
    /* color: #007bff; */
}

.logo-icon {
    width: 40px;
    height: 40px;
}

.footer-copyright {
    font-size: 0.9rem;
    color: #f0f0f0;
    font-weight: 400;
}

.footer-info {
    text-align: start;
    font-size: 0.8rem;
    color: #f0f0f0;
    font-weight: 400;
}

.footer-payments {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.footer-payments-dh {
  width: 1px;
  height: 24px;
}

.footer-payments img {
    height: 30px;
    filter: brightness(1.2);
}

.footer-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.footer-menu {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: right;
}

.footer-menu a {
    color: #f0f0f0;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 400;
    transition: color 0.3s;
}

.footer-menu a:hover {
    color: #007bff; /* Заменён жёлтый #ffd700 на голубой #007bff */
}

.footer-disclaimer {
    text-align: center;
    margin-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 10px;
}

.footer-disclaimer p {
    font-size: 0.8rem;
    color: #f0f0f0;
    font-weight: 400;
}

/* Медиа-запросы для responsivity */
@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .footer-right {
        align-items: center;
    }

    .footer-menu {
        text-align: center;
    }

    .footer-left {
        align-items: center;
    }

    .footer-info {
        text-align: center;
    }
}

/* Остальные стили */
.fade-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 9999;
    pointer-events: none;
}

.divider {
    width: 90%;
    height: 2px;
    background-color: white;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    min-height: 2px;
    opacity: 1;
}

.white-30 {
   background-color: rgb(255 255 255 / 0.3);
}

.spacer {
    flex-grow: 1;
    background-color: transparent;
}

.documents {
    padding: 20px;
    text-align: center;
    background-color: transparent;
    max-width: 800px;
    margin: 0 auto;
}

.documents h1 {
    font-size: 2.5rem;
    margin-bottom: 30px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
}

.doc-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

.doc-button {
    background-color: #007bff;
    color: white;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 500;
    transition: background-color 0.3s;
}

.doc-button:hover {
    background-color: #0056b3;
}

.doc-content {
    padding: 20px;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
    background: rgba(36, 36, 36, 0.8);
    border-radius: 15px;
}

.doc-content h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
}

.doc-content h2 {
    font-size: 1.8rem;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #fff;
}

.doc-content p {
    margin-bottom: 15px;
    font-weight: 400;
    color: #f0f0f0;
}

.doc-content ul {
    margin-bottom: 15px;
    padding-left: 20px;
}

.doc-content li {
    margin-bottom: 10px;
    font-weight: 400;
    color: #f0f0f0;
}

.doc-content a {
    color: #007bff;
    text-decoration: none;
    font-weight: 500;
}

.doc-content a:hover {
    color: #0056b3;
}

.button-container {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 20px;
    padding: 0; /* Remove padding to maximize button width */
}

.support-faq {
    padding: 20px;
    max-width: 800px;
    margin: 0 auto;
    background-color: transparent;
    border-radius: 15px;
}

.support-faq h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.faq-item {
    background-color: rgba(150, 150, 150, 0.2);
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
    transition: background-color 0.3s;
}

.faq-item:hover {
    background-color: rgba(150, 150, 150, 0.3);
}

.faq-item h3 {
    font-weight: 500;
    font-size: 1.3rem;
    margin-bottom: 10px;
    color: #fff;
}

.faq-item p {
    font-weight: 400;
    font-size: 1rem;
    color: #f0f0f0;
}

.reviews {
    padding: 20px;
    max-width: 1000px;
    margin: 0 auto;
    background-color: transparent;
    border-radius: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.reviews h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    width: 100%;
}

.reviews .review-list {
    flex: 3;
    min-width: 300px;
}

.reviews .review-sidebar {
    flex: 1;
    min-width: 250px;
    background-color: rgba(36, 36, 36, 0.8);
    padding: 20px;
    border-radius: 15px;
}

.reviews .review-sidebar button {
    width: 100%;
    background-color: #007bff;
    color: white;
    padding: 12px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 500;
    font-size: 1.1rem;
}

.reviews .review-sidebar button:hover {
    background-color: #0056b3;
}

.review-item {
    background-color: rgba(36, 36, 36, 0.8);
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.review-header h3 {
    font-size: 1.3rem;
    font-weight: 500;
    color: #fff;
}

.rating-stars {
    display: flex;
    gap: 5px;
}

.star {
    font-size: 1.2rem;
    color: #ccc;
}

.star.filled {
    color: #ffd700;
}

.review-item p {
    color: #f0f0f0;
    margin-bottom: 10px;
    font-weight: 400;
    line-height: 1.6;
}

.review-item small {
    color: #aaa;
    font-weight: 400;
    font-size: 0.9rem;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2000;
    justify-content: center;
    align-items: center;
}

.modal.active {
    display: flex;
}

.modal-content {
    background-color: rgba(36, 36, 36, 0.9);
    padding: 20px;
    border-radius: 15px;
    max-width: 500px;
    width: 90%;
    position: relative;
}

.modal-content .close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
    color: #fff;
}

.modal-content h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 900;
    color: #fff;
}

.modal-content form input,
.modal-content form textarea,
.modal-content form select {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: none;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-weight: 400;
}

.modal-content form input:focus,
.modal-content form textarea:focus,
.modal-content form select:focus {
    outline: none;
    background-color: rgba(255, 255, 255, 0.15);
}

.modal-content form textarea {
    height: 100px;
    resize: vertical;
}

.modal-content form button {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 5px;
    font-size: 1.1rem;
    font-weight: 500;
    cursor: pointer;
    display: block;
    margin: 0 auto;
}

.modal-content form button:hover {
    background-color: #0056b3;
}

.claim, .jobs, .orders, .payment, .receipt {
    padding: 20px;
    max-width: 1000px;
    margin: 0 auto;
    background-color: transparent;
    border-radius: 15px;
}

.claim h1, .jobs h1, .orders h1, .payment h1, .receipt h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.claim-form-container, .job-form-container, .payment-form-container {
    background-color: rgba(36, 36, 36, 0.8);
    padding: 20px;
    border-radius: 15px;
    margin-top: 20px;
}

.claim-form-container label,
.job-form-container label {
    display: block;
    margin: 10px 0 5px;
    color: white;
    font-weight: 500;
}

.claim-form-container input,
.claim-form-container textarea,
.job-form-container input,
.job-form-container textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 10px;
    border: none;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
    font-weight: 400;
}

.claim-form-container textarea,
.job-form-container textarea {
    height: 200px;
    resize: vertical;
}

.claim-form-container button,
.job-form-container button {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 500;
    display: block;
    margin: 0 auto;
}

.claim-form-container button:hover,
.job-form-container button:hover {
    background-color: #0056b3;
}

.job-vacancies {
    background-color: rgba(36, 36, 36, 0.8);
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 20px;
}

.job-vacancies h2 {
    font-size: 1.8rem;
    margin-bottom: 15px;
    font-weight: 500;
    color: #fff;
}

.job-vacancies ul {
    list-style: none;
    padding: 0;
}

.job-vacancies li {
    padding: 15px;
    font-size: 1.1rem;
    color: #f0f0f0;
    font-weight: 400;
    background-color: rgba(150, 150, 150, 0.1);
    border-radius: 10px;
    margin-bottom: 10px;
    transition: background-color 0.3s;
}

.job-vacancies li:hover {
    background-color: rgba(150, 150, 150, 0.2);
}

.job-vacancies li strong {
    color: #fff;
    font-weight: 500;
}

.job-benefits {
    background-color: rgba(36, 36, 36, 0.8);
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 20px;
}

.job-benefits h2 {
    font-size: 1.8rem;
    margin-bottom: 15px;
    font-weight: 500;
    color: #fff;
}

.job-benefits ul {
    list-style: disc;
    padding-left: 20px;
}

.job-benefits li {
    font-size: 1.1rem;
    color: #f0f0f0;
    font-weight: 400;
    margin-bottom: 10px;
}

.job-form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.job-form-row div {
    flex: 1;
}

.orders-list {
    margin-top: 20px;
}

.order-item {
    background-color: rgba(36, 36, 36, 0.8);
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 20px;
}

.order-item h3 {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 10px;
}

.order-item p {
    font-size: 1rem;
    color: #f0f0f0;
    margin-bottom: 5px;
}

.order-item a {
    color: #007bff;
    text-decoration: none;
}

.order-item a:hover {
    color: #0056b3;
}

.payment-form-container label {
    display: block;
    margin: 10px 0 5px;
    color: white;
    font-weight: 500;
}

.payment-form-container input {
    width: 100%;
    padding: 12px;
    margin-bottom: 10px;
    border: none;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
    font-weight: 400;
}

.payment-form-container #priceDisplay {
    font-size: 20px;
    font-weight: 500;
    margin: 10px 0;
}

.payment-form-container button {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 500;
}

.payment-form-container button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.card-container {
    perspective: 1000px;
    width: 100%;
    max-width: 400px;
    margin: 20px auto;
}

.card-front, .card-back {
    background-color: #1a1a1a;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.6s;
    transform-style: preserve-3d;
    width: 100%;
    height: 200px;
    position: relative;
}

.card-front {
    z-index: 2;
}

.card-back {
    position: absolute;
    top: 0;
    transform: rotateY(180deg);
}

.card-container:hover .card-front {
    transform: rotateY(-180deg);
}

.card-container:hover .card-back {
    transform: rotateY(0deg);
}

.card-stripe {
    background-color: #000;
    height: 40px;
    width: 100%;
    margin-bottom: 20px;
}

.card-input {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: none;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
}

.card-row {
    display: flex;
    gap: 10px;
}

.card-row div {
    flex: 1;
}

.cvv-display {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 10px;
    text-align: right;
    margin-top: 20px;
    color: white;
}

.price-checkout {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin: 20px 0;
}

.pay-checkout-btn {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 500;
    display: block;
    margin: 0 auto;
}

.pay-checkout-btn:hover {
    background-color: #0056b3;
}

.security-info {
    text-align: center;
    margin-top: 20px;
}

.security-info p {
    font-size: 14px;
    color: #f0f0f0;
}

.faq-checkout {
    margin-top: 20px;
}

.faq-item-checkout {
    margin-bottom: 10px;
}

.faq-question {
    cursor: pointer;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background-color: rgba(150, 150, 150, 0.2);
    border-radius: 5px;
}

.faq-toggle {
    transition: transform 0.3s;
}

.faq-toggle.active {
    transform: rotate(180deg);
}

.faq-answer {
    display: none;
    padding: 10px;
    background-color: rgba(36, 36, 36, 0.8);
    border-radius: 5px;
    margin-top: 5px;
}

.faq-answer.active {
    display: block;
}

.receipt-content {
    background-color: rgba(36, 36, 36, 0.8);
    padding: 20px;
    border-radius: 15px;
}

.receipt-content h2 {
    font-size: 1.8rem;
    margin-bottom: 15px;
    text-align: center;
}

.receipt-content table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.receipt-content th, .receipt-content td {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.receipt-content th {
    font-weight: 500;
    color: #fff;
}

.receipt-content td {
    color: #f0f0f0;
}

.receipt-content p {
    text-align: center;
    color: #f0f0f0;
}

.thank-you {
    padding: 20px;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    background-color: rgba(36, 36, 36, 0.8);
    border-radius: 15px;
}

.thank-you h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 900;
}

.thank-you p {
    font-size: 1.2rem;
    margin-bottom: 30px;
    color: #f0f0f0;
    font-weight: 400;
    line-height: 1.6;
}

.thank-you .telegram-btn {
    display: inline-block;
    background-color: #007bff;
    color: white;
    padding: 12px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.1rem;
}

.thank-you .telegram-btn:hover {
    background-color: #0056b3;
}

.product-details {
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
    background-color: transparent;
    border-radius: 15px;
}

.order-title {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.details-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-bottom: 40px;
    padding: 20px;
    background: rgba(36, 36, 36, 0.8);
    border-radius: 15px;
}

.image-column {
    flex: 1;
    min-width: 300px;
    display: flex;
    justify-content: center;
}

.details-image {
    width: 100%;
    max-width: 550px;
    height: auto;
    object-fit: cover;
    border-radius: 15px;
}

.details-info {
    flex: 1;
    min-width: 300px;
    text-align: center;
    padding: 10px; /* Reduced padding to allow wider button */
}

.details-info h1 {
    font-size: 2.5rem;
    margin-bottom: 10px;
    font-weight: 900;
    color: #fff;
}

.details-info .price {
    font-size: 1.8rem;
    color: #007bff;
    margin-bottom: 15px;
    font-weight: 500;
}

.details-info .description {
    font-size: 1.1rem;
    color: #f0f0f0;
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 1.6;
}

.highlight-pay-btn {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 18px 50px; /* Increased horizontal padding for wider button */
    border-radius: 15px;
    cursor: pointer;
    font-size: 18px; /* Larger font size for prominence */
    width: 100%; /* Full width of parent */
    min-width: 300px; /* Ensure minimum width for smaller screens */
    max-width: none; /* Remove max-width restrictions */
    text-align: center;
    font-weight: 500;
    line-height: 1.5;
    margin: 0 0 20px 0; /* No horizontal margins */
    transition: background-color 0.3s;
}

.highlight-pay-btn:hover {
    background-color: #0056b3;
}

.full-width-section {
    width: 100%;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.safety-info {
    text-align: center;
    margin-bottom: 40px;
    width: 100%;
    max-width: 800px;
    background-color: rgba(36, 36, 36, 0.8);
    border-radius: 15px;
    padding: 25px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.safety-info h3 {
    font-size: 1.8rem;
    margin-bottom: 15px;
    text-align: center;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.safety-info p {
    font-size: 1.1rem;
    color: #f0f0f0;
    text-align: center;
    font-weight: 400;
    line-height: 1.6;
}

.faq-section {
    padding: 20px 0;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.faq-section h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 500;
    color: #fff;
}

.telegram-login {
    margin: 15px 0;
    display: flex;
    justify-content: center;
}

.p1 {
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 0.2);
    background-color: transparent;
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 400;
}

.marketplace-title {
    font-size: 3rem;
    font-weight: 900;
    text-align: center;
    color: white;
    margin: 20px 0;
    text-transform: uppercase;
}

/* Кастомный скроллбар */
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 6px;
}

::-webkit-scrollbar-thumb {
    background: transparent;
    border: 2px solid #007bff;
    border-radius: 6px;
    background-clip: padding-box;
}

::-webkit-scrollbar-thumb:hover {
    border: 2px solid #0056b3;
}

/* Кастомные поля ввода */
input, textarea, select {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-weight: 400;
    transition: background-color 0.3s;
}

input:focus, textarea:focus, select:focus {
    outline: none;
    background-color: rgba(255, 255, 255, 0.15);
}

textarea {
    resize: vertical;
}

/* Медиа-запросы */
@media (min-width: 769px) {
    .menu-dropdown {
        right: auto;
        left: auto;
        transform: none;
        top: 60px;
    }

    .menu-dropdown.active {
        right: 20px;
    }
}

@media (max-width: 1024px) {
    .products {
        max-width: 660px;
    }

    .reviews {
        flex-direction: column;
    }

    .reviews .review-sidebar {
        width: 100%;
    }
}

@media (max-width: 768px) {
    body {
        padding-top: 50px;
    }

    header {
        padding: 10px 15px;
    }

    .header-logo a {
        font-size: 20px;
    }

    .hamburger-menu {
        padding: 8px;
    }

    .hamburger-icon {
        width: 25px;
        height: 18px;
    }

    .menu-dropdown {
        top: 50px;
        right: 5px;
        min-width: 180px;
        transform: translateX(-10px);
    }

    .product-card {
        width: 100%;
        max-width: 300px;
    }

    .search-container {
        max-width: 100%;
    }

    .hero-section {
        padding: 30px 15px;
    }

    .marketplace-title {
        font-size: 2.5rem;
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .footer-cat {
        bottom: 0;
        transform: translateY(0);
        width: 80px;
    }

    .details-container {
        flex-direction: column;
        gap: 20px;
    }

    .details-info h1 {
        font-size: 2rem;
    }

    .details-info .price {
        font-size: 1.5rem;
    }

    .support-faq h1, .reviews h1, .claim h1, .jobs h1, .orders h1, .payment h1, .receipt h1 {
        font-size: 2rem;
    }

    .safety-info h3 {
        font-size: 1.5rem;
    }

    .safety-info p {
        font-size: 1rem;
    }

    .products {
        max-width: 330px;
    }

    .button-container {
        margin-bottom: 15px;
    }

    .job-form-row {
        flex-direction: column;
        gap: 10px;
    }

    footer {
        padding: 15px;
    }

    .footer-links {
        gap: 10px;
    }

    .footer-links a {
        font-size: 12px;
        padding: 3px 8px;
    }

    .footer-disclaimer p {
        font-size: 10px;
    }
}

@media (max-width: 480px) {
    body {
        padding-top: 40px;
    }

    header {
        padding: 8px 10px;
    }

    .header-logo a {
        font-size: 18px;
    }

    .hamburger-menu {
        padding: 6px;
    }

    .hamburger-icon {
        width: 20px;
        height: 16px;
    }

    .menu-dropdown {
        top: 40px;
        min-width: 160px;
    }

    .product-card {
        width: 100%;
        max-width: 280px;
    }

    .marketplace-title {
        font-size: 2rem;
    }

    .hero-subtitle {
        font-size: 0.9rem;
    }

    .details-info h1 {
        font-size: 1.8rem;
    }

    .details-info .price {
        font-size: 1.3rem;
    }

    .support-faq h1, .reviews h1, .claim h1, .jobs h1, .Uri, .payment h1, .receipt h1 {
        font-size: 1.8rem;
    }

    .safety-info h3 {
        font-size: 1.3rem;
    }

    .safety-info p {
        font-size: 0.9rem;
    }

    .button-container {
        margin-bottom: 10px;
    }

    footer {
        padding: 10px;
    }

    .footer-links {
        gap: 8px;
    }

    .footer-links a {
        font-size: 11px;
        padding: 2px 6px;
    }

    .footer-disclaimer p {
        font-size: 9px;
    }
}









/* Стили для уведомления */
.notification {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px;
    border-radius: 10px;
    margin: 20px auto;
    max-width: 600px;
    font-size: 1.1rem;
    font-weight: 500;
    animation: slideDown 0.3s ease-out;
}

.notification.success {
    background-color: rgba(46, 204, 113, 0.2);
    border: 1px solid #2ecc71;
    color: #2ecc71;
}

.notification.error {
    background-color: rgba(231, 76, 60, 0.2);
    border: 1px solid #e74c3c;
    color: #e74c3c;
}

.notification-icon {
    font-size: 1.5rem;
}

/* Стили для области загрузки файлов */
.file-upload-container {
    margin-bottom: 20px;
}

.file-upload-area {
    border: 2px dashed rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s;
}

.file-upload-area:hover, .file-upload-area.dragover {
    background-color: rgba(255, 255, 255, 0.1);
}

.file-upload-icon {
    font-size: 2rem;
    color: #007bff;
    margin-bottom: 10px;
}

.file-upload-area p {
    color: #f0f0f0;
    font-size: 1rem;
    font-weight: 400;
}

/* Стили для прогресс-бара */
.progress-bar {
    width: 120px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    overflow: hidden;
    margin: 10px auto;
}

.progress {
    height: 100%;
    background-color: #2ecc71;
    transition: width 0.3s ease;
}

/* Стили для превью загруженных файлов */
.file-preview {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 15px;
}

.file-item {
    position: relative;
    width: 120px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    transition: transform 0.3s;
}

.file-item:hover {
    transform: scale(1.05);
}

.file-item img, .file-item video {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 5px;
    margin-bottom: 5px;
}

.file-item .pdf-icon {
    font-size: 2rem;
    color: #007bff;
    margin-bottom: 5px;
}

.file-item p {
    font-size: 0.9rem;
    color: #f0f0f0;
    word-break: break-all;
    margin: 0;
}

/* Новая кнопка удаления */
.delete-button {
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1.2rem;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 5px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.file-item:hover .delete-button {
    opacity: 1;
}

.trash-icon {
    font-size: 1.5rem;
}

.delete-text {
    font-size: 0.8rem;
    white-space: nowrap;
}

/* Анимация мусорки */
@keyframes trashAnimation {
    0% { transform: scale(1); }
    50% { transform: scale(1.2); }
    100% { transform: scale(1); background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M3 6h18M10 6v-2a2 2 0 1 1 4 0v2m-6 0v14a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2v-14h-8z"/></svg>'); }
}

.animate-trash {
    animation: trashAnimation 1s ease forwards;
}

/* Анимация удаления плашки */
.fade-out {
    animation: fadeOut 0.5s ease forwards;
}

@keyframes fadeOut {
    0% { opacity: 1; transform: scale(1); }
    100% { opacity: 0; transform: scale(0.5); }
}

/* Адаптация под мобильные устройства */
@media (max-width: 768px) {
    .delete-button {
        position: absolute;
        top: 5px;
        right: 5px;
        bottom: auto;
        left: auto;
        transform: none;
        width: 30px;
        height: 30px;
        background-color: rgba(231, 76, 60, 0.8);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 1;
    }

    .delete-button .delete-text {
        display: none;
    }

    .delete-button .trash-icon {
        margin: 0;
    }

    .file-item:hover .delete-button {
        opacity: 1;
    }
}

/* Адаптация под ПК */
@media (min-width: 769px) {
    .file-item:hover {
        background-color: rgba(231, 76, 60, 0.3);
    }

    .delete-button .trash-icon {
        transition: transform 0.3s ease;
    }

    .delete-button:hover .trash-icon {
        transform: rotate(15deg);
    }
}

/* Стили для кнопки отправки */
.submit-btn {
    background: linear-gradient(45deg, #007bff, #00ddeb);
    color: white;
    border: none;
    padding: 15px 40px;
    border-radius: 25px;
    cursor: pointer;
    font-size: 1.2rem;
    font-weight: 500;
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
    overflow: hidden;
}

.submit-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 0 15px rgba(0, 123, 255, 0.5);
}

.submit-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
}

.submit-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -200%;
    width: 400%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    transition: left 0.5s ease;
}

.submit-btn:hover::before {
    left: 200%;
    animation: shimmer 1s linear;
}

/* from tailwindcss */
.rounded-md {
  border-radius: 0.375rem; /* ~6px */
}