

        
        @keyframes  shake {
    0% {
        transform: translateX(-10px);
    }

    25% {
        transform: translateX(10px);
    }

    50% {
        transform: translateX(-10px);
    }

    75% {
        transform: translateX(10px);
    }

    100% {
        transform: translateX(0);
    }
}

.shake {
    animation: shake 0.5s;
    animation-iteration-count: 1;
}
    


        
.form-control:disabled {
    background-color: #7d7d7d;
    opacity: 1;
}


  
    .search-box {
      max-width: 700px;
      margin: 40px auto;
    }
    .form-control {
      height: 60px;
      border-radius: 0;
      font-size: 1.1rem;
      box-shadow: none !important;
    }
    .form-control:focus {
      outline: none;
      border-color: #ccc;
    }
    .btn-yellow {
      background-color: #facc15;
  color: #000;
  font-weight: bold;
  padding: 12px 30px;
  border-radius: 0;
  text-transform: uppercase;
  transition: none;
  cursor: pointer;
  text-align: center; 
  display: inline-block; 
  width: auto; 
    }
    .btn-yellow:hover,
    .btn-yellow:active,
    .btn-yellow:focus {
      background-color: #facc15 !important;
      color: #000 !important;
      box-shadow: none !important;
    }
    .stats {
      margin-top: 50px;
    }
    .stat-item {
      margin: 20px 0;
    }
    .stat-item h5 {
      margin: 0;
      font-weight: bold;
    }
    .stat-item p {
      margin: 0;
      color: #555;
    }
  

  

    
    .about-title {
      font-weight: 700;
    }
    .about-subtitle {
      font-size: 1.1rem;
      color: #555;
    }
    .features {
      padding-top: 40px;
    }
    .features .card {
      border: none;
      border-radius: 10px;
      background-color: #fff;
      box-shadow: 0 2px 4px rgba(0,0,0,0.03);
    }
    .advantage-list li {
      margin-bottom: 10px;
    }
    .advantage-list li::before {
      content: "●";
      color: #ffc107;
      display: inline-block;
      width: 1em;
      margin-left: -1em;
    }
    .metric-box {
      background-color: #fff;
      border-radius: 8px;
      padding: 20px;
      text-align: center;
      box-shadow: 0 2px 4px rgba(0,0,0,0.03);
    }
    .metric-box h4 {
      font-weight: bold;
      margin-bottom: 5px;
    }
    .metric-box p {
      margin: 0;
      color: #555;
    }
  




 
    .accordion-button {
      background-color: #f8f9fa;
      font-weight: 500;
      color: #000;
      box-shadow: none;
    }
.accordion-button:focus {
    box-shadow: none;
  }
    .accordion-button:not(.collapsed) {
      background-color: #f8f9fa;
      color: #000;
    }
    .accordion-body {
      background-color: #fff;
      color: #444;
    }
    .accordion-item {
      border: none;
      border-bottom: 1px solid #eee;
    }
  



  .navbar-custom {
    background-color: #ffffff;
   
    border-radius: 12px;
    padding: 10px 20px;
  }

  .navbar-brand .logo-image img {
    max-height: 40px;
    width: auto;
  }

  .lang-menu {
    width: 20px;
    height: 15px;
    object-fit: cover;
  }

  .dropdown-menu {
    min-width: 180px;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  }

  .dropdown-item img {
    width: 20px;
    height: 15px;
    margin-right: 10px;
  }

  .navbar-nav .nav-link {
    font-weight: 500;
  }

  @media (max-width: 1000px) {
    .navbar-custom {
      padding: 8px 16px;
    }
    .navbar-brand .logo-image img {
      max-height: 30px;
    }
    .navbar-nav {
      flex-direction: row;
    }
    .navbar-nav .dropdown-menu {
      position: absolute;
    }
  }


  

    footer {
    
      padding: 60px 0 30px;
      font-size: 0.95rem;
    }

    .footer-logo {
      font-weight: bold;
      font-size: 1.25rem;
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .footer-logo-box {
    background-color: #facc15; color: #000000; font-weight: bold; width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; font-size: 16px;
    }

    .footer-section-title {
      font-weight: bold;
      margin-bottom: 1rem;
    }

    .footer-link {
      display: block;
      color: #ffffff;
      margin-bottom: 0.5rem;
      text-decoration: none;
    }

    .footer-link:hover {
     text-decoration: underline;
    }

    .footer-line {
      height: 1px;
      background-color: #333;
      margin: 30px 0;
    }

    .red-underline {
      width: 60px;
      height: 3px;
      background-color: #ed2947;
      margin-top: 10px;
    }

    .footer-bottom {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
    }

    @media (max-width: 576px) {
      .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
      }
    }
  




    .get-started-section {
      background-color: #f8f9fa;
      color: #343a40;
      text-align: center;
      padding: 40px 20px;
    }

    .get-started-section h2 {
      font-weight: 700;
      font-size: 2.5rem;
    }

    .get-started-section p {
      font-size: 1.1rem;
      margin-bottom: 30px;
    }

    
  




   
	.btn-outline-primary
	{
	
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  background-color: #121212;
  color: #007bff; 
  border: 1px solid #007bff;
  border-radius: 6px;
 
  font-family: inherit;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s;
	}





.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
}
.lds-ellipsis div {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ff8300;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}






body {
  background-color: #121212;
  color: #f8f9fa;
}


h1, h2, h3, h4, h5, h6 {
  color: #ffffff;
}


a {
  color: #0d6efd;
  text-decoration: none;
}

a:hover {
  color: #66b2ff;
  text-decoration: underline;
}


.navbar {
  background-color: #121212;
}

.navbar-brand, .navbar-nav .nav-link {
  color: #f8f9fa !important;
}


.card {
  background-color: #1e1e1e;
  color: #f8f9fa;
  border: 1px solid #333;
}


.btn {
  color: #fff;
  background-color: #343a40;
  border-color: #495057;
}

.btn:hover {
  background-color: #495057;
  border-color: #6c757d;
}


.form-control {
  background-color: #2c2c2c;
  color: #f8f9fa;
  border: 1px solid #444;
}

.form-control::placeholder {
  color: #aaa;
}


.modal-content {
  background-color: #1e1e1e;
  color: #f8f9fa;
  border: none;
}


.table {
  color: #f8f9fa;
}

.table thead {
  background-color: #222;
  color: #ddd;
}

.table tbody tr {
  background-color: #1a1a1a;
}

.table-bordered td, .table-bordered th {
  border-color: #333;
}


hr {
  border-color: #444;
}


.badge {
  background-color: #333;
  color: #fff;
}


.accordion-button {
  background-color: #1f1f1f;
  color: #f8f9fa;
}

.accordion-body {
  background-color: #2a2a2a;
  color: #f8f9fa;
}


::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: #1e1e1e;
}
::-webkit-scrollbar-thumb {
  background-color: #444;
  border-radius: 10px;
}
a:hover,
a:focus,
a:active {
  text-decoration: none; 
  background: none; 
  color: inherit;
  outline: none;
  box-shadow: none; 
}



.highlight-item {
    text-align: center;
    cursor: pointer;
    padding-right: 30px;
}
.highlight-item p {
    margin-top: 6px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #ffffff;
}
.highlight-item img {
    width: 66px;
}





    .feature-card {
      border-radius: 10px;
      padding: 30px 20px;
      text-align: center;
      background-color: rgba(255, 255, 255, 0.05); /* прозрачный фон */
      height: 100%;
    
    }
    .feature-card img {
     
      height: 80px;
      margin-bottom: 15px;
    }
  




    .review-card {
      background-color: #1a1a1a;
      border-radius: 10px;
      padding: 20px;
      margin-bottom: 20px;
      height: 100%;
    }
    .star-rating {
      color: #ffc107;
      font-size: 1.2rem;
    }
    .user-name {
      font-weight: bold;
    }
    .verified {
      font-size: 0.9rem;
      color: #ccc;
    }
  
  

 



    .faq-heading {
      text-align: center;
      margin: 40px 0 30px;
      font-weight: bold;
    }

    .faq-box {
      background-color: #1a1a1a;
      border-radius: 10px;
      padding: 20px;
      margin-bottom: 20px;
      border: 1px solid #2e2e2e;
    }

    .faq-box h5 {
      font-weight: bold;
    }

    
  

  