.dropdown-menu {
    display: none;
}

.nav-item:hover .dropdown-menu {
    display: block;
}

.navbar-brand img {
    max-width: 210px;
}

.buttongame {
    background-color: #2462ca;
    padding: 10px 15px 10px 15px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 5px;
    margin-left: 15px;
}

.buttongame:hover {
    color: #fff;
    background-color: #2462ca;
}
.buttongamedownload {
    background-color: #4993e3;
    padding: 10px 15px 10px 15px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 25px;
    margin-left: 15px;
}

.buttongamedownload:hover {
    color: #fff;
    background-color: #4993e3;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        justify-content: center;
    }
}

.navbar>.container {
    flex-wrap: nowrap;
}

@media (max-width:500px) {
    .navbar>.container {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.container {
    width: 100%;
    overflow: hidden;
}

.container img {
    text-align:center;
    max-width: 100%;
    height: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}

.buttons {
    display: flex;
    justify-content: center;
    margin: 20px;
}

.buttons > .buttongame {
    min-width: 150px;
    text-align: center;
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: fixed;
    }
}
.dropdown-menu {
    border-radius: 0px;
    border: none;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.centerimg {
    max-width:750px;
    margin:0 auto;
    display:block;
}

body {
    font-family: 'Roboto Condensed', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Condensed', sans-serif;
}

header .bg-white {
    background-color:#000!important;
}
.navbar-nav .nav-link.active, .nav-link {
    color:#fff;
}
body .bg-light {
    background-color:#1e2538!important;
    color:#fff!important;
}
body .bg-light .container {
    color:#fff!important;
}
.bg-dark {
    background-color:#000!important;
}
.nav-item a:hover {
    color:#fff!important;
}
table {
    width: 100%; 
    border-collapse: collapse; 
    font-family: 'Roboto', sans-serif;
  }
  

  th {
    font-weight: bold;
    padding: 12px;
    text-align: left;
  }
  
  /* Стили для строк */
  td {
    padding: 10px;
    border-bottom: 1px solid #ddd; 
  }
  
  
  table {
    border-radius: 8px;
    overflow: hidden; 
  }
  
  @media (max-width: 768px) {
    table {
      display: block;
      overflow-x: auto;
      white-space: nowrap;
    }
  }
  