* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    background-color: #000036;
    background-size: 100%;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
    
    display: flex;
    flex-direction: column;
    min-height: 100vh; /* Минимальная высота экрана */
}

img {
    max-width: 100%;
	width: 100%;
}
h1 {
    font-size: 30px;
    padding: 0 0 15px;
	  text-align: center;
}

h2 {
    font-size: 25px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 17px;
}

h2,
h3,
h4 {
    padding: 15px 0 10px;
}

h1,
h2,
h3,
h4 {
    font-family: "HelveticaNeueCyr-Thin", Arial, sans-serif;
    color: #fff;
    font-weight: 100;
}

nav ul {
  list-style-type: none;
  padding: 0;
  display: flex;
}

nav li {
  margin: 0 10px;
}

nav a {
  text-decoration: none;
  color: white;
  padding: 5px 10px;
  transition: background-color 0.3s;
  border-radius: 25px;
}
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background-color: #343761;
  flex-wrap: wrap;
  font-size: 20px;
}

nav a:hover {
  background-color: #555;
  border-radius: 25px;
}
.logo img {
  max-width: 100px;
}
  .logo a {
	   font-size: 28px;            
  font-weight: bold;
  color: #FFD700;            
  text-decoration: none;
  font-family: "HelveticaNeueCyr-Thin", Arial, sans-serif;
  letter-spacing: 1px; 
  }

.login button {
  margin: 0 5px;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
  border-radius: 25px;
  font-size: 18px;
  background-color: #262832;
  color: white;
}
.content {
  color: #fff;
  max-width: 1200px; 
  width: 100%; 
  margin: 0 auto; 
  padding: 20px; 
  box-sizing: border-box; 
  
}

.content p {
  line-height: 1.5;
  font-size: 16px;
 
}
.content ol,
.content ul {
  margin: 15px 0;
  padding-left: 20px;
  list-style-position: inside;
}

.content h2 {
  margin: 20px 0 10px 0;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 2px solid white;
}

.content h3 {
  margin: 15px 0 10px 0;
  font-size: 20px;
  font-weight: bold;
}

.content table {
  width: 70%;
  margin: 20px auto;
  border-collapse: collapse;
}

.content table th,
.content table td {
  padding: 10px;
  border: 1px solid white;
  text-align: center;
  transition: background-color 0.3s;
}

.content table th:hover,
.content table td:hover {
  background-color: rgba(128, 128, 128, 0.5);
}

.footer {
    background-color: #545662;
    color: #fff;
    padding: 20px 0;
    text-align: center;
    font-size: 16px;
    width: 100%;
    margin-top: auto; 
}


.footer a {
  color: #fff;
  text-decoration: none;
  padding: 0 5px;
}

.footer a:hover {
  text-decoration: underline;
}
.bonus-list{
	margin-bottom:25px;
	}
 .bonus-item {
            display: flex;
            justify-content: flex-start;
            flex-direction: column;
            margin-bottom: 20px;
        }
		

.bonus-box {
            display: flex;
            justify-content: flex-start;
            flex-direction: column;
            margin-bottom: 20px;
        }

.bonus-list .bonus-box_logo {
            background: #3ff;
        }

.bonus-list .brand-item .bonus-box__title {
            color: #F07ABD;
			font-size: 18px;
			font-family: 'Oswald', sans-serif;
			font-weight: bold;
        }
		
.bonus-box_main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #2e2ea7;
    border-radius: 12px;
    box-shadow: rgba(46 46 167, .3) 0 10px 25px;
}
.bonus-box__description {
            width: 25%;
            text-align: center
        }
		
.bonus-box_logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 100px;
    border-radius: 12px 0 0 12px;
}

.bonus-box_button, .bonus-box__description {
                text-align: center;
                margin-bottom: 25px
            }
.bonus-box__description span i {
    color: #3ff;
    font-size: 16px;
}

.bonus-box_button
{
	display: inline-block;
	margin: 10px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 20px;
	background-color: #ff267e;
    border-radius: 50px;
    cursor: pointer;
    border: none;
}	


.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
}

.bonus-box_button a {
 color: #FFFFFF;
 text-decoration: none; 
}

@media (max-width: 768px) {

  .logo {
    text-align: center;
    margin-bottom: 10px;

  }
 nav ul {
    justify-content: center;
    flex-wrap: wrap;
  }

  nav li {
    margin: 5px;
  }

  header {
    flex-direction: column;
    align-items: stretch;
  }
  .login {
    text-align: center;
    margin: 10px 0;
  }
   .footer {
        font-size: 14px;
        padding: 10px;
    }
}

 @media (max-width:900px) {
            
            .bonus-box_logo {
                width: 100%;
                height: 50px;
                border-radius: 12px 12px 0 0;
                margin-bottom: 15px
            }
           .bonus-box_main{
			   flex-direction:column;
			   }
        }
		
		@media (max-width: 480px) {
    .content {
        padding: 10px;
    }

    .footer {
        font-size: 12px;
        padding: 8px;
    }
}