 /* Стили из предыдущего ответа с добавлением новых для блока crypto-stats */
    html, body {
      display: flex; 
	  flex-direction: column; 
	  min-height: 100vh;
      margin: 0;
      padding: 0;
      
      font-family: 'Montserrat', sans-serif;
    
    }

	/* Стили для блока top-sec */
.top-sec {
  position: relative;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="rgba(224,231,255,0.5)" fill-opacity="1" d="M0,160L48,176C96,192,192,224,288,213.3C384,203,480,149,576,138.7C672,128,768,160,864,181.3C960,203,1056,213,1152,197.3C1248,181,1344,139,1392,117.3L1440,96L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>') repeat-x center center / cover;
  animation: gradientShift 15s ease-in-out infinite alternate;
 /* padding: 2rem;*/
  overflow: hidden;
}
    @keyframes gradientShift {
      0% { background-position: 0 0; }
      100% { background-position: -240px 0; }
    }

.dark-theme .top-sec {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="rgba(0, 6, 47, 1)" fill-opacity="1" d="M0,160L48,176C96,192,192,224,288,213.3C384,203,480,149,576,138.7C672,128,768,160,864,181.3C960,203,1056,213,1152,197.3C1248,181,1344,139,1392,117.3L1440,96L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>') repeat center center / cover;
}

.other-sec {
	background: rgba(224,231,255,0.5);
	flex: 1;
  margin: 0;
  padding: 2rem 0;
}

.dark-theme .other-sec {
	background: #00062f;
	
}
    .container {
      max-width: 1200px;
      padding: 1rem;
      margin: 0 auto;
    }
    .narrow-container {
      max-width: 800px;
      padding: 1rem;
      margin: 0 auto;
    }
    .form-control, .dropdown-toggle, .modal-content {
      background: rgba(255, 255, 255, 0.7);
      border: 1px solid #ccc;
      border-radius: 15px !important;
      box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      transition: all 0.3s ease;
    }
    .form-control:focus {
      background: rgba(255, 255, 255, 0.9);
      border-color: #007bff;
      box-shadow: 0 0 10px rgba(0, 123, 255, 0.3);
    }
    .dropdown-toggle {
      color: #000;
      width: 100%;
    }
    .btn-primary {
      background: linear-gradient(135deg, #007bff, #00b7eb);
      border: none;
      border-radius: 15px;
      box-shadow: 0 4px 20px rgba(0, 123, 255, 0.3);
      backdrop-filter: blur(5px);
      -webkit-backdrop-filter: blur(5px);
      transition: all 0.3s ease;
    }
    .btn-success {
      background: linear-gradient(135deg, #28a745, #34c759);
      border: none;
      border-radius: 20px;
      box-shadow: 0 4px 20px rgba(40, 167, 69, 0.3);
      backdrop-filter: blur(5px);
      -webkit-backdrop-filter: blur(5px);
      transition: all 0.3s ease;
    }
    .btn-secondary {
      background: rgba(255, 255, 255, 0.7);
      border: 1px solid #ccc;
      border-radius: 20px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
      backdrop-filter: blur(5px);
      -webkit-backdrop-filter: blur(5px);
      transition: all 0.3s ease;
      color: black;
    }
    .btn-outline-secondary {
      background: transparent;
      border: 1px solid rgba(0, 0, 0, 0.2);
      border-radius: 20px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
      transition: all 0.3s ease;
    }
    .btn-primary:hover, .btn-success:hover, .btn-secondary:hover, .btn-outline-secondary:hover {
      transform: translateY(-2px);
      box-shadow: 0 6px 25px rgba(0, 0, 0, 0.2);
    }
    .btn-primary:active, .btn-success:active, .btn-secondary:active, .btn-outline-secondary:active {
      transform: scale(0.98);
    }
    .dark-theme {
      background: rgba(20, 10, 5, 0.6);
      color: #fff;
    }
    .dark-theme .form-control, .dark-theme .dropdown-toggle, .dark-theme .modal-content {
      background: rgba(85, 85, 85, 0.7);
      border-color: #FFA500;
      color: #fff;
      box-shadow: 0 4px 20px rgba(255, 165, 0, 0.3);
    }
    .dark-theme .form-control:focus {
      background: rgba(34, 34, 34, 0.9);
      border-color: #007bff;
      box-shadow: 0 0 10px rgba(0, 123, 255, 0.3);
    }
    .dark-theme .dropdown-toggle {
      color: #fff;
      border-color: #FFA500;
      box-shadow: 0 4px 20px rgba(255, 165, 0, 0.3);
    }
    .dark-theme .btn-primary {
      background: #4b5e8e;
      border: none;
      box-shadow: 0 4px 20px rgba(0, 123, 255, 0.3);
    }
    .dark-theme .btn-success {
      background: linear-gradient(135deg, #28a745, #34c759);
      border: none;
      box-shadow: 0 4px 20px rgba(40, 167, 69, 0.3);
    }
    .dark-theme .btn-secondary {
      background: rgba(85, 85, 85, 0.7);
      color: white;
    }
    .dark-theme .btn-outline-secondary {
      background: transparent;
      border: 1px solid rgba(255, 255, 255, 0.2);
    }
    .amount-row {
      display: flex;
      align-items: end;
      gap: 2.5rem;
      margin-bottom: 1rem;
    }
    @media (max-width: 576px) {
      .amount-row {
        flex-direction: column;
        gap: 15px;
      }
      .amount-row .flex-grow-1 {
        width: 100%;
        margin-bottom: 1rem;
      }
      .amount-row .mx-3 {
        display: none;
      }
    }
    #qr-code {
      display: flex;
      justify-content: center;
      margin: 0 auto;
      background: white;
      width: 230px;
      padding: 15px;
    }
    .timer-container {
      text-align: center;
      margin-top: 1rem;
    }
    #timer, #operator-timer {
      font-size: 1.5rem;
      font-weight: 700;
    }
    .theme-toggle {
      position: relative;
      display: inline-block;
      width: 60px;
      height: 34px;
    }
    .theme-toggle input {
      opacity: 0;
      width: 0;
      height: 0;
    }
    .slider {
      position: absolute;
      cursor: pointer;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(255, 255, 255, 0.7);
      border: 1px solid #ccc;
      border-radius: 34px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
      backdrop-filter: blur(5px);
      -webkit-backdrop-filter: blur(5px);
      transition: all 0.3s ease;
    }
    .dark-theme .slider {
      background: rgba(85, 85, 85, 0.7);
      border-color: #666;
    }
    .slider:before {
      position: absolute;
      content: "☀️";
      height: 26px;
      width: 26px;
      left: 4px;
      bottom: 4px;
      background: #fff;
      border-radius: 50%;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
      transition: transform 0.3s ease;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 16px;
    }
    .theme-toggle input:checked + .slider:before {
      content: "🌙";
      transform: translateX(26px);
    }
    .theme-toggle input:checked + .slider {
      background: rgba(85, 85, 85, 0.7);
    }
    .dark-theme .slider:before {
      background: #333;
      color: #fff;
    }
    .required::after {
      content: '*';
      color: #ff4d4d;
      margin-left: 5px;
    }
    .is-invalid {
      border-color: #ff4d4d !important;
      box-shadow: 0 0 10px rgba(255, 77, 77, 0.3) !important;
    }
    header {
      width: 100%;
      padding: 12px 16px;
      background: rgba(255, 255, 255, 0.85);
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
      border-radius: 5px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
      position: sticky;
      top: 0;
      z-index: 1000;
      margin-bottom: 1rem;
      height: 100px;
    }
    .dark-theme header {
      background: rgba(34, 34, 34, 0.85);
      border: 1px solid #555;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    }
    header img {
      width: 80px;
      height: 80px;
      border-radius: 10px;
      object-fit: cover;
    }
    .header-title {
      font-size: 25px;
    }
    header .d-flex.align-items-center {
      gap: 12px;
    }
    header a {
      color: black;
      text-decoration: none;
      font-size: 16px;
      font-weight: 500;
      padding: 6px 12px;
      border-radius: 10px;
      transition: all 0.3s ease;
    }
    header a:hover {
      background: rgba(0, 123, 255, 0.2);
    }
    .dark-theme header a {
      color: white;
    }
    .dark-theme header a:hover {
      background: #4b5e8e;
    }
    header .form-select {
      background: rgba(255, 255, 255, 0.85);
      border: 1px solid #ccc;
      border-radius: 10px;
      padding: 6px 12px;
      font-size: 14px;
      color: #000;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
      width: 120px;
      cursor: pointer;
    }
    .dark-theme header .form-select {
      background: rgba(34, 34, 34, 0.85);
      border-color: #555;
      color: #fff;
    }
    #loader-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      backdrop-filter: blur(5px);
      display: none;
      justify-content: center;
      align-items: center;
      z-index: 9999;
    }
    .loader {
      width: 60px;
      height: 60px;
      border: 8px solid transparent;
      border-top: 8px solid #007bff;
      border-radius: 50%;
      animation: spin 1s linear infinite;
    }
    .day-theme .loader {
      border-top-color: #007bff;
    }
    .dark-theme .loader {
      border-top-color: #4dabf7;
    }
    @keyframes spin {
      0% { transform: rotate(0deg); }
      100% { transform: rotate(360deg); }
    }
    .nav-tabs {
      border-bottom: none;
      display: flex;
      justify-content: flex-start;
      gap: 8px;
      padding: 10px 0;
      font-family: 'Montserrat', sans-serif;
      width: 100%;
      flex-wrap: nowrap;
      background-color: #e5f3f4;
      border-radius: 16px;
      padding: 6px;
      justify-content: space-between;
      margin-bottom: 20px;
    }
    .nav-tabs .nav-item {
      flex: 1 1 0;
      min-width: 0;
      max-width: none;
    }
    .nav-tabs .nav-link {
      border: none;
      border-radius: 10px;
      font-size: 14px;
      font-weight: 500;
      transition: all 0.3s ease;
      cursor: pointer;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 5px;
      padding: 8px 10px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      width: 100%;
    }
    .day-theme .nav-tabs .nav-link {
      color: #333;
    }
    .day-theme .nav-tabs .nav-link:hover {
      background: linear-gradient(135deg, #007bff, #00b7eb);
      color: #0052cc;
    }
    .day-theme .nav-tabs .nav-link.active {
      background: linear-gradient(135deg, #007bff, #00b7eb);
      color: #fff;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }
    .dark-theme .nav-tabs {
      background-color: #2a2a2a;
      color: #fff;
    }
    .dark-theme .nav-tabs .nav-link {
      background-color: #2a2a2a;
      color: #d1d5db;
    }
    .dark-theme .nav-tabs .nav-link:hover {
      background-color: #4b5e8e;
      color: #fff;
    }
    .dark-theme .nav-tabs .nav-link.active {
      background-color: #4b5e8e;
      color: #fff;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    }
    @media (max-width: 576px) {
      .nav-tabs {
        justify-content: space-between;
        gap: 5px;
        padding: 5px 0;
        flex-wrap: nowrap;
        overflow-x: auto;
      }
      .nav-tabs .nav-item {
        flex: 0 0 auto;
        min-width: 80px;
      }
      .nav-tabs .nav-link {
        padding: 6px 10px;
        font-size: 13px;
        border-radius: 6px;
      }
    }
    .d-flex.align-items-end.mb-3 {
      display: flex;
      flex-direction: row;
      gap: 20px;
      justify-content: space-between;
      width: 100%;
    }
    @media (max-width: 576px) {
      .d-flex.align-items-end.mb-3 {
        flex-direction: column;
        gap: 15px;
      }
      .mx-3 {
        display: none;
      }
      .coin-img {
        display: none;
      }
    }
    .hamburger-menu {
      align-items: center;
      cursor: pointer;
      background: none;
      border: none;
      padding: 6px;
      font-size: 24px;
      color: #007bff;
    }
    .dark-theme .hamburger-menu {
      color: #00b7eb;
    }
    .hamburger-menu:hover {
      color: #0052cc;
    }
    .dark-theme .hamburger-menu:hover {
      color: #4dabf7;
    }
    .sidebar {
      position: fixed;
      top: 0;
      left: -250px;
      width: 250px;
      height: 100%;
      background: rgba(255, 255, 255, 0.85);
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
      box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
      z-index: 2000;
      transition: left 0.3s ease;
      overflow-y: auto;
      padding: 20px;
    }
    .dark-theme .sidebar {
      background: rgba(34, 34, 34, 0.85);
      border-right: 1px solid #555;
    }
    .sidebar.open {
      left: 0;
    }
    .sidebar .nav-links {
      display: flex;
      flex-direction: column;
      gap: 10px;
      margin-bottom: 20px;
    }
    .sidebar .nav-links a {
      color: #007bff;
      text-decoration: none;
      font-size: 18px;
      font-weight: 500;
      padding: 10px;
      border-radius: 10px;
      transition: all 0.3s ease;
    }
    .dark-theme .sidebar .nav-links a {
      color: #00b7eb;
    }
    .sidebar .nav-links a:hover {
      background: rgba(0, 123, 255, 0.2);
    }
    .dark-theme .sidebar .nav-links a:hover {
      background: rgba(0, 183, 235, 0.3);
    }
    .sidebar .form-select {
      width: 100%;
      margin-top: 10px;
      background: rgba(255, 255, 255, 0.85);
      border: 1px solid #ccc;
      border-radius: 10px;
      padding: 8px;
      font-size: 16px;
      color: #000;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
      z-index: 2100;
      position: relative;
    }
    .dark-theme .sidebar .form-select {
      background: rgba(34, 34, 34, 0.85);
      border-color: #555;
      color: #fff;
    }
    .sidebar .close-btn {
      background: none;
      border: none;
      font-size: 24px;
      color: #007bff;
      position: absolute;
      top: 10px;
      right: 10px;
      cursor: pointer;
    }
    .dark-theme .sidebar .close-btn {
      color: #00b7eb;
    }
    .sidebar .close-btn:hover {
      color: #0052cc;
    }
    .dark-theme .sidebar .close-btn:hover {
      color: #4dabf7;
    }
    .sidebar-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      z-index: 1500;
      display: none;
    }
    .sidebar-overlay.active {
      display: block;
    }
    #custom-fields-container {
      margin-top: 15px;
    }
    #custom-fields-container .mb-3 {
      margin-bottom: 1rem;
    }
    #custom-fields-container .form-label {
      font-weight: 500;
      color: #333;
    }
    .dark-theme #custom-fields-container .form-label {
      color: #ddd;
    }
    #custom-fields-container .form-control {
      border-radius: 5px;
      border: 1px solid #ccc;
      padding: 8px;
      font-size: 14px;
    }
    .dark-theme #custom-fields-container .form-control {
      background: #333;
      color: #fff;
      border-color: #555;
    }
    @media (min-width: 577px) {
      .container.d-flex {
        display: flex;
        flex-wrap: nowrap;
        gap: 1rem;
      }
      .col-md-6:first-child {
        flex: 2;
        max-width: 66.66%;
      }
      .col-md-6:last-child {
        flex: 1;
        max-width: 33.33%;
      }
      .narrow-container {
        max-width: 100%;
      }
      .nav-links, #language-select {
        display: flex;
      }
      .hamburger-menu {
        display: none;
      }
    }
    @media (max-width: 576px) {
      .container.d-flex {
        display: block;
      }
      .col-md-6 {
        width: 100%;
        padding: 0;
      }
      .col-md-6:last-child {
        display: none;
      }
      .narrow-container {
        max-width: 100%;
        padding: 0.5rem;
      }
      .flex-grow-1 {
        width: 100%;
      }
      .dropdown-toggle {
        width: 100% !important;
        max-width: none !important;
        padding: 0.5rem 1rem;
      }
      .dropdown-menu {
        width: 100%;
      }
      .nav-links, #language-select {
        display: none;
      }
      .hamburger-menu {
        display: flex;
      }
      body.menu-open {
        overflow: hidden;
      }
    }
    .service-info {
      background: rgba(255, 255, 255, 0.7);
      border: 1px solid #ccc;
      border-radius: 15px;
      box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      padding: 2rem;
      margin-bottom: 2rem;
    }
    .dark-theme .service-info {
      background: rgba(85, 85, 85, 0.7);
      border-color: #FFA500;
      box-shadow: 0 4px 20px rgba(255, 165, 0, 0.3);
    }
    .service-info .row {
      display: flex;
      flex-wrap: nowrap;
      gap: 1rem;
    }
    .service-info .col-md-6:first-child {
      flex: 2;
      max-width: 66.66%;
    }
    .service-info .col-md-6:last-child {
      flex: 1;
      max-width: 33.33%;
    }
    .service-info h2 {
      font-size: 1.8rem;
      font-weight: 700;
      color: #333;
      margin-bottom: 1.5rem;
    }
    .dark-theme .service-info h2 {
      color: #fff;
    }
    .service-item {
      display: flex;
      align-items: flex-start;
      gap: 1rem;
      margin-bottom: 1.5rem;
    }
    .service-item i {
      font-size: 1.5rem;
      color: #007bff;
    }
    .dark-theme .service-item i {
      color: #00b7eb;
    }
    .service-item h3 {
      font-size: 1.2rem;
      font-weight: 600;
      color: #333;
      margin: 0;
    }
    .dark-theme .service-item h3 {
      color: #fff;
    }
    .service-item p {
      font-size: 1rem;
      color: #555;
      margin: 0;
    }
    .dark-theme .service-item p {
      color: #ccc;
    }
    .crypto-stats {
    /*  background: rgba(255, 255, 255, 0.9);*/
	pointer-events: none; /* Отключает все события мыши, делая блок некликабельным */
      border-radius: 10px;
      padding: 1.5rem;
      height: 100%;
    }
    .dark-theme .crypto-stats {
   /*   background: rgba(34, 34, 34, 0.9);*/
    }
    .crypto-stats h3 {
      font-size: 1.2rem;
      font-weight: 600;
      color: #333;
      margin-bottom: 1rem;
    }
    .dark-theme .crypto-stats h3 {
      color: #fff;
    }
    .crypto-stats ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .crypto-stats li {
      display: flex;
      justify-content: space-between;
      padding: 0.5rem 0;
      font-size: 0.9rem;
      color: #555;
    }
    .dark-theme .crypto-stats li {
      color: #ccc;
    }
    .crypto-stats li span:first-child {
      font-weight: 500;
    }
    .price-up {
      color: #28a745; /* Зеленый для роста */
    }
    .dark-theme .price-up {
      color: #34c759;
    }
    .price-down {
      color: #dc3545; /* Красный для падения */
    }
    .dark-theme .price-down {
      color: #ff6b6b;
    }
    .arrow-up {
      color: #28a745;
      margin-left: 5px;
    }
    .dark-theme .arrow-up {
      color: #34c759;
    }
    .arrow-down {
      color: #dc3545;
      margin-left: 5px;
    }
    .dark-theme .arrow-down {
      color: #ff6b6b;
    }
    @media (max-width: 576px) {
      .service-info .row {
        flex-direction: column;
      }
      .service-info .col-md-6:last-child {
        display: none;
      }
    }
    .cash-exchange {
      background: rgba(255, 255, 255, 0.7);
      border: 1px solid #ccc;
      border-radius: 15px;
      box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      padding: 2rem;
      padding-bottom: 2rem;
    }
    .dark-theme .cash-exchange {
      background: rgba(85, 85, 85, 0.7);
      border-color: #FFA500;
      box-shadow: 0 4px 20px rgba(255, 165, 0, 0.3);
    }
    .cash-exchange h2 {
      font-size: 1.8rem;
      font-weight: 700;
      color: #333;
      margin-bottom: 1.5rem;
      text-align: center;
    }
    .dark-theme .cash-exchange h2 {
      color: #fff;
    }
    .cash-exchange .row {
      display: flex;
      flex-wrap: wrap;
      gap: 1rem;
    }
    .cash-exchange .col-md-6 {
      flex: 1;
      min-width: 0;
    }
    .cash-exchange .steps h3 {
      font-size: 1.2rem;
      font-weight: 600;
      color: #333;
      margin-bottom: 1rem;
    }
    .dark-theme .cash-exchange .steps h3 {
      color: #fff;
    }
    .cash-exchange .step {
      display: flex;
      align-items: flex-start;
      gap: 1rem;
      margin-bottom: 1.5rem;
    }
    .cash-exchange .step-number {
      font-size: 2rem;
      font-weight: 700;
      color: #007bff;
      min-width: 40px;
    }
    .dark-theme .cash-exchange .step-number {
      color: #00b7eb;
    }
    .cash-exchange .step p {
      font-size: 1rem;
      color: #555;
      margin: 0;
    }
    .dark-theme .cash-exchange .step p {
      color: #ccc;
    }
    .cash-exchange .rules h3 {
      font-size: 1.2rem;
      font-weight: 600;
      color: #333;
      margin-bottom: 1rem;
    }
    .dark-theme .cash-exchange .rules h3 {
      color: #fff;
    }
    .cash-exchange .rules ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .cash-exchange .rules li {
      font-size: 1rem;
      color: #555;
      margin-bottom: 0.5rem;
      display: flex;
      align-items: center;
      gap: 0.5rem;
    }
    .dark-theme .cash-exchange .rules li {
      color: #ccc;
    }
    .cash-exchange .rules li::before {
      content: '•';
      color: #007bff;
      font-size: 1.2rem;
    }
    .dark-theme .cash-exchange .rules li::before {
      color: #00b7eb;
    }
    @media (max-width: 576px) {
      .cash-exchange .row {
        flex-direction: column;
      }
      .cash-exchange .col-md-6 {
        width: 100%;
      }
    }
	
	.crypto-trends-list {
      margin-top: 20px;
      padding: 15px;
      border: 1px solid #ddd;
      border-radius: 5px;
    }
    .crypto-trends-list h3 {
      margin-bottom: 15px;
    }
    .crypto-trends-item {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px 0;
      border-bottom: 1px solid #eee;
    }
    .crypto-trends-item:last-child {
      border-bottom: none;
    }
    .price-rise {
      color: #28a745;
    }
    .price-fall {
      color: #dc3545;
    }
    .arrow-up {
      color: #28a745;
      margin-left: 5px;
    }
    .arrow-down {
      color: #dc3545;
      margin-left: 5px;
    }
    .service-info {
      margin-top: 30px;
      padding: 20px;
      background-color: #f8f9fa;
      border-radius: 8px;
    }
    .service-info h3 {
      margin-bottom: 20px;
    }
    .service-item {
      margin-bottom: 15px;
    }
    .cash-exchange-info {
      margin-top: 30px;
      padding: 20px;
      background-color: #f8f9fa;
      border-radius: 8px;
    }
    .cash-exchange-info ol {
      padding-left: 20px;
    }
    .dark-theme .service-info,
    .dark-theme .cash-exchange-info {
      background-color: #2c2c2c;
      color: #ffffff;
    }
    .dark-theme .crypto-trends-list {
      border-color: #444;
    }
    .dark-theme .crypto-trends-item {
      border-bottom-color: #444;
    }
	
/* Стили для футера */
.site-footer {
  width: 100%;
  padding: 2rem 0;
  background: rgba(255, 255, 255, 0.7);
  border-top: 1px solid #ccc;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  margin-top: auto;
  font-family: 'Montserrat', sans-serif;
}

.dark-theme .site-footer {
  background: rgba(85, 85, 85, 0.7);
  border-top: 1px solid #555;
  box-shadow: 0 -4px 20px rgba(255, 165, 0, 0.3);
}

.site-footer .container {
  max-width: 1200px;
  padding: 0 1rem;
}

.site-footer .row {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start; /* Выравнивание по верхнему краю */
  gap: 1rem;
}

.site-footer .col-md-4 {
  flex: 1 1 33.33%;
  padding: 0.5rem;
  display: flex;
  align-items: flex-start; /* Выравнивание по верхнему краю */
}

.site-footer .col-md-4.text-center {
  justify-content: center;
}

.site-footer .col-md-4.text-end {
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.5rem;
}

.site-footer .logo-container {
  display: flex;
  align-items: center;
}

.site-footer .logo-container img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}

.site-footer .header-title {
  font-size: 25px;
  font-weight: 700;
  color: #000;
}

.dark-theme .site-footer .header-title {
  color: #fff;
}

.site-footer a {
  color: black;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  padding: 6px 12px;
  border-radius: 10px;
  transition: all 0.3s ease;
  display: block;
}

.dark-theme .site-footer a {
  color: white;
}

.site-footer a:hover {
  background: rgba(0, 123, 255, 0.2);
}

.dark-theme .site-footer a:hover {
  background: rgba(0, 183, 235, 0.3); /* Исправлено для согласованности */
}

/* Адаптивность */
@media (max-width: 576px) {
  .site-footer .row {
    flex-direction: column;
    text-align: center;
    flex-wrap: wrap;
  }
  .site-footer .col-md-4 {
    flex: 1 1 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column; /* Столбик для всех колонок */
    gap: 0.5rem; /* Отступ между элементами */
  }
  .site-footer .col-md-4.text-end {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 0.5rem;
  }
  .site-footer .logo-container {
    flex-direction: column; /* Лого и текст в столбик */
    gap: 0.5rem;
    align-items: center;
  }
}


/* Стили для карточки ордера */
.narrow-container {
 /* max-width: 600px;*/
  margin: 0 auto;
  padding: 1rem;
}

.order-container {
 max-width: 600px;
  margin: 0 auto;
  padding: 1rem;
}

.order-card {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  margin-bottom: 2rem;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.dark-theme .order-card {
  background: rgba(85, 85, 85, 0.7);
  box-shadow: 0 4px 20px rgba(255, 165, 0, 0.3);
}

.order-card h2 {
  font-size: 28px;
  font-weight: 700;
  color: #000;
  margin-bottom: 1.5rem;
  text-align: center;
}

.dark-theme .order-card h2 {
  color: #fff;
}

.order-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid #eee;
}

.dark-theme .order-item {
  border-bottom: 1px solid #555;
}

.order-item:last-child {
  border-bottom: none;
}

.order-item i {
  font-size: 24px;
  color: #007bff;
}

.dark-theme .order-item i {
  color: #00b7eb;
}

.order-item strong {
  font-weight: 500;
  color: #000;
  min-width: 150px;
}

.dark-theme .order-item strong {
  color: #fff;
}

.order-item span, .order-item ul {
  flex: 1;
  color: #333;
}

.dark-theme .order-item span, .dark-theme .order-item ul {
  color: #ddd;
}

.order-item ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.order-item ul li {
  margin-bottom: 0.5rem;
}

.order-item.payment-details div {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.order-item .badge {
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-weight: 500;
}

.order-item .badge.pending {
  background: #ffc107;
  color: #000;
}

.order-item .badge.paid {
  background: #28a745;
  color: #fff;
}

.copy-btn {
  background: #007bff;
  color: #fff;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.dark-theme .copy-btn {
  background: #00b7eb;
}

.copy-btn:hover {
  background: #0056b3;
}

.dark-theme .copy-btn:hover {
  background: #008bb0;
}

.order-footer {
  margin-top: 1.5rem;
  text-align: center;
}

.order-footer p {
  color: #666;
  margin-bottom: 1rem;
}

.dark-theme .order-footer p {
  color: #aaa;
}

.btn-telegram {
  background: #0088cc;
  color: #fff;
  padding: 0.75rem 1.5rem;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.3s ease;
}

.btn-telegram:hover {
  background: #006699;
}

.dark-theme .btn-telegram {
  background: #00b7eb;
}

.dark-theme .btn-telegram:hover {
  background: #008bb0;
}


/* Адаптивность */
@media (max-width: 576px) {
  .narrow-container {
    padding: 0.5rem;
  }

  .order-card {
    padding: 1rem;
  }

  .order-card h2 {
    font-size: 24px;
  }

  .order-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }

  .order-item strong {
    min-width: auto;
  }

  .order-item.payment-details div {
    flex-direction: column;
    align-items: flex-start;
  }
  
}

/* Стили для карточки условий (Terms) */
.terms-card {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  margin: 0 auto;
  max-width: 800px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.dark-theme .terms-card {
  background: rgba(85, 85, 85, 0.7);
  box-shadow: 0 4px 20px rgba(255, 165, 0, 0.3);
}

.terms-card h1 {
  font-size: 28px;
  font-weight: 700;
  color: #000;
  margin: 0 0 1.5rem;
  text-align: center;
}

.dark-theme .terms-card h1 {
  color: #fff;
}

.terms-card h2 {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  margin: 1.5rem 0 1rem;
}

.dark-theme .terms-card h2 {
  color: #fff;
}

.terms-card p {
  color: #333;
  line-height: 1.6;
  margin: 0 0 1rem;
}

.dark-theme .terms-card p {
  color: #ddd;
}


/* Адаптивность */
@media (max-width: 576px) {


  .terms-card {
    padding: 1rem;
  }

  .terms-card h1 {
    font-size: 24px;
  }

  .terms-card h2 {
    font-size: 20px;
  }


}  
  