@font-face {
  font-family: 'Raleway';
  src: url('/fonts/raleway/static/raleway-regular.woff2') format('woff2'),
       url('/fonts/raleway/static/raleway-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway';
  src: url('/fonts/raleway/static/raleway-bold.woff2') format('woff2'),
       url('/fonts/raleway/static/raleway-bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('/fonts/poppins/poppins-regular.woff2') format('woff2'),
       url('/fonts/poppins/poppins-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('/fonts/poppins/poppins-bold.woff2') format('woff2'),
       url('/fonts/poppins/poppins-bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
  * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  
  
  body {
    font-family: 'Poppins', sans-serif;
    color: #333333;
    line-height: 1.6;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100%;

  }
  
  
  
  
  h2,
  h3,
  h4,
  h5,
  h6
  {
    font-family: 'Raleway', sans-serif;
    color: #222222;
    margin-bottom: 0.5em;
	margin-top: 1.3em;
  }
  
  
   h1 {
    font-family: 'Raleway', sans-serif;
    color: white;
    margin-bottom: 0.5em;
  }
    h1 {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      font-size: 35px;
      margin-bottom: 25px;
      padding-bottom: 5px;
      color: white;
      margin-top: 25px;
    }
	
.first {
    padding: 15px 0; 
    border-radius: 20px;
    margin: 50px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; 
    align-items: center; 
    text-align: center; 
}


    .first-title {
      width: 90%;
      text-align: center;
      color: #ffffff;
      margin: 0 auto 15px auto;
	font-size: calc(35px + 5 * ((100vw - 1024px) / (1440 - 1024)));
    line-height: 1.3;
    text-transform: uppercase;
    }

  .first-text {
    width: 90%;
    margin: 0 auto 0 auto;
    text-align: center;
    font-size: calc(15px + 2 * ((100vw - 320px) / (1440 - 320)));
    line-height: 1.6;
    color: #FFFFFF;
  }
    .fon {
    background-image: url("/css/background-main.jpg");
  background-size: cover;
  background-repeat: no-repeat; 
  background-position: center center; 
    border-radius: 10px;
    padding: 20px 0 20px 0;
	max-width: 1000px;
	width: 100%;

  }
.logogo {
  margin: 20px 0;
  width: 100%;
  text-align: center;
}
    .logogo img {
    text-align: center;
    max-width: 200px;
    width: 100%;
  }
.button1 {
		display: flex;
		font-family: 'Raleway', sans-serif;
      max-width: 90%;
      text-transform: uppercase;
      text-decoration: none !important;
      text-align: center;
      background-color: #2300B0;
      color: #f9f9f9;
      border: 0px solid #006089;
      border-radius: 25px;
      font-size: 20px;
      padding: 15px 40px;  
	  margin: 20px 0 0 0;
      position: relative;
      font-weight: bold;
	  white-space: nowrap;
	  justify-content: center; 
	  align-items: center; 
	  letter-spacing: 1px;
    }

    .button1:hover {
      transform: scale(1.03);
      transition: .3s;
	  background-color: #2b4ef4;
	  color: white;
	  border-radius: 25px;
    }
.button2 {
		display: flex;
		font-family: 'Raleway', sans-serif;
      max-width: 90%;
      text-transform: uppercase;
      text-decoration: none !important;
      text-align: center;
      background-color: #2300B0;
      color: #f9f9f9;
      border: 0px solid #006089;
      border-radius: 25px;
      font-size: 16px;
      padding: 15px 40px;  
	  margin: 10px 0 0 0;
      position: relative;
      font-weight: bold;
	  white-space: nowrap;
	  justify-content: center; 
	  align-items: center; 
	  letter-spacing: 1px;
    }

    .button2:hover {
      transform: scale(1.03);
      transition: .3s;
	  background-color: #2b4ef4;
	  color: white;
	  border-radius: 25px;
    }
	    .flex {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
      margin-top: 15px;
      margin-bottom: 15px;
    }

  
  a {
    color: #1a73e8;
    text-decoration: none;
    transition: color 0.3s ease, transform 0.3s ease;
  }
  
  ul,
  ol {
    margin: 20px 0;
    padding-left: 20px;
    list-style-position: outside;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333333;
  }
  
  li {
    margin-bottom: 10px;
	 font-size: 16px;
  }
  
  ul {
    list-style-type: disc;
  }
  
  ol {
    list-style-type: decimal;
  }
  
  ul ul,
  ol ol,
  ul ol,
  ol ul {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 30px;
  }
  
  a:hover {
    color: #1558b0;
    transform: scale(1.02);
  }
    
  main {
    flex: 1;
  }
  
  section {
    margin: 10px auto;
    padding: 30px 20px;
    max-width: 1000px;
    background-color: #E6E7E8;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.3s ease;
  }
  
  section:hover {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  
  section h2 {
    border-bottom: 2px solid #d6d6d6;
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-size: 1.5em;
    color: #333333;
	font-family: 'Raleway', sans-serif;
  }
  
  section h3 {
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 3px;
    margin: 20px 0;
    font-size: 1.2em;
    color: #333333;
    font-family: 'Raleway', sans-serif;
}

  section p {
    margin-bottom: 10px;
}
  article {
    margin: 10px auto;
    padding: 30px 20px;
    max-width: 1000px;
    background-color: #E6E7E8;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.3s ease;
  }
  
  article:hover {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  
  article h2 {
    border-bottom: 2px solid #d6d6d6;
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-size: 1.5em;
    color: #333333;
	font-family: 'Raleway', sans-serif;
  }
  
  article h3 {
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 3px;
    margin: 20px 0;
    font-size: 1.2em;
    color: #333333;
    font-family: 'Raleway', sans-serif;
}

  article p {
    margin-bottom: 10px;
}
  
.table-container {
    overflow-x: auto;
    margin-top: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
}

table {
    width: 100%;
    border-collapse: collapse;
}

th,
td {
    padding: 12px;
    text-align: left;
}

th {
    background-color: #f0f0f0;
    font-weight: 600;
    color: #333333;
}
 
  footer {
    text-align: center;
    padding: 15px 20px;
    background-color: #f5f5f5;
    color: #777777;
    font-size: 0.9em;
    border-top: 5px;
  }
  

  
 @media (max-width: 768px) {
  section {
padding: 15px; 
    margin: 0;
  }

  section h2 {
    font-size: 1.3em;
    font-family: 'Raleway', sans-serif;
  }

  th,
  td {
    padding: 10px;
  }
}


  
.footer {
    background-color: #1D1F21;
    padding: 20px;
    text-align: center;
    color: #D4D4D4;
	border-radius: 5px 5px 0 0;
}
.footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex; 
    justify-content: center; 
    flex-wrap: wrap; 
    width: 100%; 
    overflow: hidden; 
	gap: 10px;	
}
.footer-links {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.footer-links a, .footer-links span {
    color: #D4D4D4;
    text-decoration: none;
    font-size: 14px;
}

.footer-links span.active-link {
    color: #FFA500;
    font-weight: bold;
    text-decoration: underline;
    cursor: default;
}


.footer-links a:hover {
    color: #FFFFFF;
}

.footer p {
    margin: 10px 0 0 0;
    font-size: 12px;
    color: #D4D4D4;
}

@media (max-width: 768px) {
    .footer-links {
        padding: 0 10px;
        gap: 10px;
        justify-content: space-around;
    }

    .footer p {
        padding: 0 10px;
        font-size: 13px;
    }
}

.header {
    background-color: #333;
    color: white;
    padding: 10px;
    font-family: 'Raleway', sans-serif;
    position: fixed; 
    top: 0; 
    left: 0; 
    width: 100%; 
    z-index: 1000;
    justify-content: space-between; 
    align-items: center; 
    box-sizing: border-box; 
	border-radius: 0 0 5px 5px;
}

.header-links {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.header-links a, .header-links span {
    color: #D4D4D4;
    text-decoration: none;
    font-size: 14px;
}

.header-links span.active-link {
    color: #FFA500;
	font-weight: bold;
    cursor: default;
	font-size: 14px;
	
	
}


.header-links a:hover {
    color: #FFFFFF;
}

.header p {
    margin: 0;
    font-size: 14px;
    color: #D4D4D4;
}

@media (max-width: 768px) {
    .header-links {
        padding: 0 10px;
        gap: 10px;
        justify-content: space-around;
		margin-top: 15px;
    }
    .header {
        padding: 0 10px; 
        display: flex;
        justify-content: space-between;
        align-items: center;
		height: 55px;
    }
    .header p {
        margin-top: 15px;
        padding: 0 10px;
        font-size: 13px;
    }
	
	.header-links a, .header-links span {
    color: #D4D4D4;
    text-decoration: none;
    font-size: 18px;
}
.header-links span.active-link {
	font-size: 18px;
	
	
}
}
.header ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex; 
    justify-content: center; 
    flex-wrap: wrap; 
    width: 100%; 
    overflow: hidden; 
	gap: 25px;	
}

.header li {
    margin: 0 5px; 
    white-space: nowrap; 
    flex-shrink: 0;
}



.header a:hover {
    color: #007bff;
}

.menu-toggle {
    display: none;
    background: #333;
    color: white;
    border: none;
    font-size: 24px;
    padding: 0 15px;
    cursor: pointer;
    margin-left: auto;
	float: right;
}

@media (max-width: 1000px) {
    .menu-toggle {
        display: block; 
		
    }

    .header ul {
        display: none; 
        flex-direction: column; 
        align-items: center;
        background-color: #333;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        padding: 20px 0 20px 0;
		border-radius: 0 0 5px 5px;
    }

    .header ul.active {
        display: flex; 
    }

    .header li {
        margin: 0;
    }
}


 .container {
      max-width: 1000px;
      padding: 0 5px;
      margin: 0 auto;
        }

        .provider-logo-img {
            max-width: 70%;
			width: 100%;
            height: auto;
            max-height: 70px;
			filter: brightness(0.9);
        }

         .table-img {
            width: 100%;
            border-collapse: collapse;
			font-family: 'Raleway', sans-serif;
			
        }
      .table-img td {
            width: 25%;
            padding: 5px;
			margin-bottom: 10px;
        }
		
		      .table-img figure {
            margin: 0 5px;
            text-align: center;
        }
		
.table-img figcaption {
    margin: 10px 0 5px 0;
    font-size: 14px;
    font-weight: 600;
    color: black;
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

		
       .table-img img {
	        width: auto;
      max-width: 100%;
            height: auto;
            display: block;
			border-radius: 5px;
        }
		
		        @media (max-width: 768px) {
           .table-img td {
               width: 50%;
				display: inline-block;
            }
        }
		
.language-dropdown-fixed {
    position: fixed;
    top: 55px;
    right: 10px;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.language-dropdown-fixed .dropdown-toggle {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    color: #333;
    background: none;
    border: none;
}

.language-dropdown-fixed .dropdown-menu {
    margin-top: 10px;
    list-style: none;
    padding: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    display: none;
    position: absolute;
    right: 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.language-dropdown-fixed:hover .dropdown-menu {
    display: block;
}

.language-dropdown-fixed .dropdown-menu li {
    padding: 5px 10px;
}

.language-dropdown-fixed .dropdown-menu li a {
    text-decoration: none;
    color: #333;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.language-dropdown-fixed .dropdown-menu li a img {
    width: 20px;
    height: 14px;
    margin-right: 5px;
}

.language-dropdown-fixed .dropdown-menu li a:hover {
    background: #f5f5f5;
}

  .new-table {
    max-width: 1100px;
    margin: 0 auto;
    table-layout: fixed;
	font-family: 'Raleway', sans-serif;
  }
  
  .new-table .label {
    color: black;
    padding: 15px;
    border: 1px solid #626262;
    border-bottom: none;
    font-weight: bold;
  }
  
  .new-table tr th {
    word-break: break-word;
    vertical-align: middle;
    text-align: center;
  }
  
  .new-table td:first-of-type {
    min-width: 60%;
    vertical-align: middle;
  }
  
  .new-table {
    border-collapse: collapse;
    margin: 15px auto;
    width: 100%
  }
  
  .new-table td {
    border: 1px solid #626262;
    padding: 10px;
    font-size: 14px;
    word-break: break-word;
    text-align: left;
    width: 20%;
  }
  
  .new-table th {
    border: 1px solid #626262;
    padding: 5px;
    font-size: 13px;
    width: 20%;
  }
    .images {
      margin: 15px 0;
      text-align: center
    }

    .images img {
      width: auto;
      max-width: 100%;
      height: auto;
      margin: 0 auto;
	  border-radius: 10px;
    }
	.btn-up {
  position: fixed;
background-color: #2300B0;
  right: 10px;
  bottom: 5px;
border-radius: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
}

.btn-up::before {
  content: "";
  width: 30px;
  height: 30px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/%3E%3C/svg%3E");
}

.btn-up_hide {
  display: none;
}

  .btn-up:hover {
   background: #2b4ef4;
    color: #fff;
  }
  
  .frame-iframe {
    position: relative;
    width: 100%;
    max-width: 1000px;
    height: auto;
    margin: 30px auto;
    border-radius: 12px;
    overflow: hidden;
    background: 
        linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4)), 
        url('/css/backgroundbb.webp') center/cover no-repeat;
}

  
  .frame-iframe-content {
	 	padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
	max-width: 100%;
    color: #333;
    text-align: center;
  }
  

  .frame-iframe-content p {
    font-size: 32px;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
    font-weight: 600;
    color: white;
	margin: 20px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
	width: 90%;
  }
  
  		        @media (max-width: 768px) {
.frame-iframe-content p {
	width: 90%;
	font-size: 24px;
	   margin-top: 25px;

}
        }
		
		  .frame-iframe-content span {
    color: #FF8C00;
  }
  
   .block {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
	margin: 20px auto;
		  align-items: center;
  align-content: center;
  justify-content: center;
  		gap: 15px;
}
.column {
    -ms-flex: 50%; /* IE10 */
    flex: 25%;
    max-width: 50%;
        vertical-align: middle;
		margin: 0;
		align-items: center;
}

.column img {
    vertical-align: middle;
        max-width: 100%;
        border-radius: 10px;
		margin: 0;
		height: auto;
}

	.column i {
text-align: center;
margin-top: 10px;
}

@media screen and (max-width: 800px) {
    .column {
        -ms-flex: 50%;
        flex: 50%;
        max-width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .column {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
		margin: auto;
    }

	.column img {
margin: auto;
margin-bottom: 0;
text-align: center;
}
}
         .iframe-container {
            position: relative;
            width: 100%;
            height: 650px;
            overflow: hidden;
			border-radius: 16px;
			margin: 10px auto;
        }

        .iframe-container iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: 0;
        }

        @media (max-width: 768px) {
            .iframe-container {
                height: 400px; 
            }
        }
		#toc-toggle { cursor: pointer; color: #007bff; text-decoration: underline; }
#table-of-contents ul { margin-top: 10px; }
#table-of-contents.collapsed ul { display: none; }
         .table-img {
            width: 100%;
            border-collapse: collapse;
        }
      .table-img td {
            width: 25%;
            padding: 5px;
        }

		      .table-img figure {
            margin: 0 5px;
            text-align: center;
        }

		      .table-img   figcaption {
            margin-bottom: 5px;
      font-size: 11px;
      color: black;
      line-height: 1.5
        }

.table-img img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  border-radius: 5px;
  display: block;
}

		        @media (max-width: 768px) {
           .table-img td {
                width: 50%;
				display: inline-block;
            }
        }
		
		  .first-sec {
    margin: 10px auto;
    padding: 30px 45px;
    max-width: 1000px;
    background-color: #F1F2F2;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.3s ease;
  }
  
  .first-sec h2 {
    border-bottom: 2px solid #d6d6d6;
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-size: 1.5em;
    color: #333333;
	font-family: 'Raleway', sans-serif;
  }
  
  .first-sec h3 {
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 3px;
    margin: 20px 0;
    font-size: 1.2em;
    color: #333333;
    font-family: 'Raleway', sans-serif;
}

  .first-sec p {
    margin-bottom: 10px;
}
 @media (max-width: 768px) {
  .first-sec {
padding: 15px; 
    margin: 0;
  }

  .first-sec h2 {
    font-size: 1.3em;
    font-family: 'Raleway', sans-serif;
  }

  th,
  td {
    padding: 10px;
  }
}
  .authors {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    padding: 2rem;
    justify-content: center;
    margin: 0;
  }

  .author-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    padding: 1.5rem;
    max-width: 400px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
  }

  .author-photo {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 1rem;
  }

  .author-name {
    font-size: 1.25rem;
    font-weight: bold;
    margin: 0.5rem 0 0.2rem;
  }

  .author-role {
    color: #888;
    font-size: 0.95rem;
    margin-bottom: 0.8rem;
  }

  .author-bio {
    font-size: 0.95rem;
    color: #444;
    margin-bottom: 1rem;
  }

  .author-socials {
    display: flex;
    justify-content: center;
    gap: 0.8rem;
  }

  .social-icon {
    font-size: 1.2rem;
    text-decoration: none;
    color: #555;
    transition: color 0.2s;
  }

  .social-icon:hover {
    color: #0077cc;
  }

  .social-icon svg {
    fill: currentColor;
    transition: color 0.2s;
  }

  .social-icon:hover {
    color: #e1306c; /* Instagram */
  }

  .author-card:nth-child(2) .social-icon:hover {
    color: #000; /* X (Twitter) */
  }
  @media (max-width: 600px) {
    .author-card {
      max-width: 100%;
      width: 100%;
    }

    .authors {
      padding: 1rem;
      gap: 1rem;
    }
  }
  .game-list {
  display: flex;
  margin-right: -5px;
  margin-left: -5px;
  flex-wrap: wrap;
}

.game-list__item {
  width: 20%;
  margin-bottom: 10px;
  padding: 0 5px;
}

.game-item {
  position: relative;
}

.game-item_new:before {
  position: absolute;
  z-index: 1;
  top: 3px;
  left: -5px;
  width: 100%;
  height: 30px;
  content: '';
  background-image: url("img/ribbon-new.svg");
  background-repeat: no-repeat;
  background-position: left;
}

.game-item__img {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.game-item__img img {
  width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  transition: transform 0.5s cubic-bezier(0.68, 0, 0.43, 0.92);
}

.game-item:hover .game-item__img img {
  transform: scale(1.15);
  margin-left: auto;
  margin-right: auto;
}

.game-item__action {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  text-align: center;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.4);
  align-items: center;
  justify-content: center;
}

.game-item:hover .game-item__action {
  visibility: visible;
  opacity: 1;
}

.game-item__play-btn {
  width: 124px;
  text-align: center;
}

.game-item__demo {
  margin-top: 5px;
}

.game-item__demo-btn {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  display: inline-block;
  width: 124px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
}

.game-item__demo-btn:hover {
  text-decoration: underline;
  color: #ffffff;
}

.game-item__foot {
  position: relative;
}

.game-item__title {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding: 5px 20px 5px 0;
  white-space: nowrap;
  color: #000000;
  text-overflow: ellipsis;
  z-index: 6;
  overflow: hidden;
  max-width: 100%;
}

.game-item__title a {
  color: black;
}

.game-item__fav {
  position: absolute;
  top: 5px;
  right: 0;
  overflow: hidden;
  width: 20px;
  height: 20px;
}

.game-item__fav-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%);
  background-image: url("/img/sprite_star.png");
  background-repeat: no-repeat;
  background-size: 2900%;
  background-position: 3.571428571428571%;
}
  .btn_red {
    border: 1px solid #bc2502;
    background: -webkit-gradient(linear, left top, left bottom, from(#2300B0), to(#2300B0));
    background: linear-gradient(to bottom, #2300B0 0%, #2300B0 100%);
  }
  
  .links-replacelinks-replace {
    cursor: pointer;
  }
  
  .btn {
    font-size: 16px;
    line-height: 34px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0 12px;
    text-align: center;
    text-align: center;
    vertical-align: bottom;
    white-space: nowrap;
    text-decoration: none;
    color: #ffffff;
    border: none;
    border-radius: 6px;
  }
  .game-list h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 13px;
  text-align: center;
}

/* Адаптивные стили */
@media (max-width: 1500px) {
  .game-list__item {
    width: 25%;
  }
}

@media (max-width: 767px) {
  .game-list__item {
    width: 33.333333%;
  }
}

@media (max-width: 480px) {
  .game-list__item {
    width: 50%;
  }
}
