html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

[hidden] {
  display: none;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
}

input:not([type=checkbox]):not([type=radio]),
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input::-ms-clear {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

body {
  height: 100%;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  background: #1A2234;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
}

a {
  cursor: pointer;
}

* {
  outline: none;
  box-sizing: border-box;
}
*::after, *::before {
  box-sizing: border-box;
}

svg {
  transform: translateZ(0);
}

input,
textarea {
  font-family: Arial, Helvetica, Verdana, sans-serif;
}

h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: normal;
}

h2 {
  font-weight: 700;
  font-size: 42px;
  line-height: normal;
  color: var(--css_content_heading_color);
}

h3 {
  font-weight: 600;
  font-size: 38px;
  line-height: normal;
  color: var(--css_content_heading_color);
}

h4 {
  font-weight: 700;
  font-size: 34px;
  line-height: normal;
  color: var(--css_content_heading_color);
}

h5 {
  font-weight: 600;
  font-size: 24px;
  line-height: normal;
  color: var(--css_content_heading_color);
}

h6 {
  font-weight: 500;
  font-size: 20px;
  line-height: normal;
  color: var(--css_content_heading_color);
}

.u-wrapper {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 58px 0 0;
}

.u-main-button {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 300px;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  border-radius: 6px;
  background: #2AB765;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  border: none;
  transition: 0.3s ease-in-out;
  -webkit-animation: u-pulse 2s infinite;
  animation: u-pulse 2s infinite;
}

@media only screen and (min-width: 1025px) {
  .u-main-button:hover {
    background: var(--css_main_primary_button_background_color);
  }
}

@-webkit-keyframes u-pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(26, 113, 62, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 4px 24px 0 #1a713e;
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 transparent;
  }
}

@keyframes u-pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(26, 113, 62, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 4px 24px 0 #1a713e;
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 transparent;
  }
}

.u-se-image-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.u-se-image-container figure {
  margin: 0;
}

.u-se-image-container.__se__float-left {
  justify-content: flex-start;
  margin-right: 4px;
}

.u-se-image-container.__se__float-right {
  justify-content: flex-end;
  margin-left: 4px;
}

.u-se-image-container.__se__float-center {
  justify-content: center;
}

.u-se-image-container.__se__float-none {
  justify-content: normal;
}

.u-download-section {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 991px) {
  .u-download-section {
    padding: 0 16px;
    margin: 0 auto 80px;
  }
}

@media only screen and (max-width: 767px) {
  .u-download-section {
    padding: 0 16px;
    margin: 0 auto 60px;
  }
}

.u-download-section-title {
  font-size: 60px;
  line-height: 66px;
  font-weight: 600;
  margin: 0 0 32px;
  text-align: center;
  color: var(--css_content_heading_color);
  cursor: pointer;
}

@media only screen and (max-width: 991px) {
  .u-download-section-title {
    font-size: 32px;
    line-height: 110%;
    font-weight: 700;
  }
}

.u-download-section-inner {
  max-width: 794px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .u-download-section-inner {
    flex-direction: column;
  }
}

.u-download-section-left {
  max-width: 370px;
  width: 100%;
  max-width: 370px;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 24px;
}

.u-download-section-left img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .u-download-section-left {
    flex-basis: auto;
    margin: 0 auto 16px;
  }
}

.u-download-section-right {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

.u-download-section-right ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 22px;
}

@media only screen and (max-width: 767px) {
  .u-download-section-right ul {
    margin-bottom: 15px;
  }
}

.u-download-section-right ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  position: relative;
}

.u-download-section-right ul li span {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  gap: 2px;
  height: 22px;
  color: var(--css_content_heading_color);
}

.u-download-section-right ul li span svg {
  fill: var(--css_content_heading_color);
}

.u-download-section-right ul li small {
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #c2c0ce;
}

@media only screen and (max-width: 767px) {
  .u-download-section-right ul li small {
    font-size: 12px;
  }
}

.u-download-section-right ul li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 22px;
  background: #c2c0ce;
}

.u-download-section-right ul li:last-of-type::after {
  display: none;
}

@media only screen and (max-width: 767px) {
  .u-download-section-right {
    flex-basis: auto;
    margin: 0 auto;
  }
}

.u-download-section-subtitle {
  font-weight: 700;
  font-size: 26px;
  line-height: 110%;
  margin-bottom: 24px;
  color: var(--css_content_heading_color);
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .u-download-section-subtitle {
    font-size: 24px;
    margin-bottom: 16px;
  }
}

.u-download-section-buttons {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

.u-download-section-button {
  width: 100%;
  height: 52px;
  border-radius: 6px;
  margin: 0 5px;
  background-color: #fff;
  transition: 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
}

@media only screen and (max-width: 767px) {
  .u-download-section-button {
    height: 50px;
  }
}

@media only screen and (min-width: 1025px) {
  .u-download-section-button:hover {
    box-shadow: 0px 2px 16px 0px rgba(255, 255, 255, 0.5);
  }
}

.u-download-section-button.is-black {
  background-color: #000;
}

@media only screen and (min-width: 1025px) {
  .u-download-section-button.is-black:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.u-footer {
  padding: 80px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 1200px) {
  .u-footer {
    padding: 80px 16px 0;
  }
}

@media only screen and (max-width: 767px) {
  .u-footer {
    padding: 50px 16px 68px;
  }
}

.u-footer-inner {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .u-footer-inner {
    flex-direction: column;
  }
}

.u-footer-main {
  margin-bottom: 94px;
}

@media only screen and (max-width: 767px) {
  .u-footer-main {
    margin-bottom: 40px;
  }
}

.u-footer-info .u-logo {
  margin-bottom: 28px;
  color: var(--css_header_link_color);
}

.u-footer-info .u-logo img {
  max-height: 100px;
  width: auto;
}

.u-footer-images {
  display: flex;
  align-items: center;
}

.u-footer-images a + a {
  margin-left: 24px;
}

.u-footer-images img {
  max-height: 56px;
  width: auto;
}

.u-footer-images img + img {
  margin-left: 24px;
}

.u-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}

@media only screen and (max-width: 767px) {
  .u-footer-bottom {
    padding: 0 0 50px;
    justify-content: flex-start;
  }
}

.u-footer-links {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

.u-footer-links a {
  color: var(--css_header_link_color);
}

@media only screen and (max-width: 767px) {
  .u-footer-links {
    margin: 40px 0 0;
    flex-direction: column;
  }
}

.u-socials {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0 -7px 48px;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .u-socials {
    flex-wrap: wrap;
  }
}

.u-socials li {
  display: flex;
  margin: 0 7px;
}

.u-socials li svg {
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .u-socials li:hover svg {
    transform: scale(1.2);
  }
}

.u-copyright {
  color: #54546C;
  font-size: 12px;
  text-align: center;
}

.u-footer-nav + .u-footer-nav {
  margin-left: 120px;
}

@media only screen and (max-width: 767px) {
  .u-footer-nav + .u-footer-nav {
    margin: 36px 0 0;
  }
}

.u-footer-nav-title {
  color: #fff;
  font-size: 20px;
  margin-bottom: 24px;
}

.u-footer-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.u-footer-nav-list li {
  font-size: 16px;
}

@media only screen and (min-width: 1025px) {
  .u-footer-nav-list li a:hover {
    text-decoration: underline;
  }
}

.u-footer-nav-list li + li {
  margin-top: 16px;
}

.u-tab {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.15s ease-in-out;
}

.u-tab.active {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.u-best-games {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.u-best-games h1, .u-best-games h2 {
  font-weight: 700;
  font-size: 28px;
  line-height: normal;
  text-align: center;
  margin: 0 auto 32px;
}

@media only screen and (max-width: 767px) {
  .u-best-games h1, .u-best-games h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1200px) {
  .u-best-games {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .u-best-games {
    margin-bottom: 60px;
  }
}

.u-best-games-nav {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  align-items: center;
  gap: 14px;
}

@media only screen and (max-width: 767px) {
  .u-best-games-nav {
    gap: 6px;
    overflow-x: auto;
    margin: 0 0 20px;
  }
}

.u-best-games-nav li {
  background-color: var(--css_banner_background_color);
  width: 100%;
  border-radius: 6px;
}

.u-best-games-nav li a {
  font-size: 16px;
  font-weight: 600;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  color: var(--css_content_heading_color);
  text-decoration: none;
  transition: 0.3s ease-in-out;
  gap: 7px;
}

.u-best-games-nav li a svg {
  fill: var(--css_content_heading_color);
}

.u-best-games-nav li a.active {
  background: var(--css_main_background_color);
}

@media only screen and (min-width: 1025px) {
  .u-best-games-nav li a:hover {
    background: var(--css_main_background_color);
  }
}

@media only screen and (max-width: 767px) {
  .u-best-games-nav li a {
    font-size: 12px;
    height: 36px;
    padding-left: 3px;
  }
  
  .u-best-games-nav li a img {
    max-width: 16px;
  }
}

.u-best-games-list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
}

@media only screen and (max-width: 767px) {
  .u-best-games-list {
    margin: 0 -5px;
  }
}

.u-best-games-item {
  max-width: calc(25% - 20px);
  width: 100%;
  flex-basis: calc(25% - 20px);
  margin: 0 10px 20px;
  display: block;
  text-decoration: none;
  cursor: pointer;
}

.u-best-games-item span {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  color: var(--css_content_link_color);
}

.u-best-games-item small {
  display: block;
  color: var(--css_content_heading_color);
  opacity: 0.8;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .u-best-games-item {
    max-width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    margin: 0 5px 10px;
  }
  
  .u-best-games-item span {
    font-size: 16px;
    margin-bottom: 2px;
  }
}

.u-best-games-item-img {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.u-best-games-item-img img {
  width: 100%;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .u-best-games-item-img:hover img {
    transform: scale(1.1);
  }
}

.u-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 66px;
  background: #0e1426;
  z-index: 99;
}

a {
  color: var(--css_content_link_color);
}

.u-main-nav-list a {
  color: var(--css_header_link_color);
}

@media only screen and (max-width: 767px) {
  .u-header {
    height: 54px;
  }
}

.u-header-inner {
  max-width: 1310px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

@media only screen and (max-width: 1400px) {
  .u-header-inner {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 1023px) {
  .u-header-inner {
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .u-header-inner .u-logo img {
    max-width: 90px;
  }
}

.u-logo {
  color: var(--css_header_link_color);
}

.u-logo a {
  color: var(--css_header_link_color);
  display: flex;
  align-items: center;
}

.u-logo span {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: .18px;
  display: inline-flex;
  text-transform: uppercase;
  margin-left: 11px;
}

.u-logo img {
  max-height: 40px;
  width: auto;
}

@media only screen and (max-width: 1023px) {
  .u-logo {
    order: -2;
  }
}

.u-main-nav {
   display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
.main-nav__list {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 10px;
}

@media only screen and (max-width: 1023px) {
  .u-logo span {
    display: none;
  }
  
  .u-footer-info .u-logo span {
    display: block;
  }
  
  .u-main-nav {
    display: none;
  }
  
  .u-main-nav::before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: 300%;
    background: rgba(0, 0, 0, 0.6);
    pointer-events: none;
  }
}

.u-main-nav-list {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.u-main-nav-list li {
  font-size: 16px;
  margin: 0 20px;
}

.u-main-nav-list li a {
  color: #fff;
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .u-main-nav-list li a:hover {
    text-decoration: underline;
  }
}

@media only screen and (max-width: 1023px) {
  .u-main-nav-list {
    display: block;
  }
  
  .u-main-nav-list li {
    margin: 0;
    font-size: 16px;
    border-bottom: 1px solid var(--css_main_background_color);
  }
  
  .u-main-nav-list li a {
    display: flex;
    align-items: center;
    padding: 14px 16px;
    position: relative;
  }
  
  .u-main-nav-list li a::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    border: 5px solid transparent;
    border-left: 5px solid var(--css_header_link_color);
  }
  
  .u-main-nav-list li:first-of-type {
    border-top: 1px solid var(--css_main_background_color);
  }
}

.u-header-buttons {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

@media only screen and (max-width: 1400px) {
  .u-header-buttons {
    margin-right: 105px;
  }
}

@media only screen and (max-width: 1023px) {
  .u-header-buttons {
    order: -1;
    margin-left: auto;
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .u-header-buttons {
    max-width: 230px;
    justify-content: flex-end;
  }
}

.u-header-buttons.u-right {
  margin-right: 0;
}

.u-login-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
  height: 42px;
  border-radius: 6px;
  background: #1D213C;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .u-login-btn {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

@media only screen and (min-width: 1025px) {
  .u-login-btn:hover {
    background: #2a2f56;
  }
}

.u-registr-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
  height: 42px;
  border-radius: 6px;
  background: #2AB765;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  margin-left: 10px;
  transition: 0.3s ease-in-out;
  -webkit-animation: u-pulse 2s infinite;
  animation: u-pulse 2s infinite;
}

@media only screen and (min-width: 1025px) {
  .u-registr-btn:hover {
    background: #1a713e;
  }
}

@media only screen and (max-width: 767px) {
  .u-registr-btn {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

.u-language {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 1023px) {
  .u-language {
    top: 9px;
    transform: none;
    right: auto;
    left: 0;
  }
}

.u-language:hover > ul {
  display: flex;
}

.u-language:focus > ul {
  display: flex;
}

.u-language:focus-within > ul {
  display: flex;
}

.u-language-current {
  position: relative;
  border-radius: 10px;
  height: 42px;
  padding: 5px 32px 5px 12px;
  font-size: 16px;
  display: flex;
  align-items: center;
  margin-left: 10px;
  cursor: pointer;
  background: var(--css_header_primary_second_button_background_color);
  color: var(--css_header_primary_second_button_text_color);
  gap: 5px;
}

.u-language-current::after {
  border-bottom: 1px solid var(--css_header_primary_second_button_text_color);
  border-right: 1px solid var(--css_header_primary_second_button_text_color);
  content: "";
  height: 7px;
  width: 7px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .u-language-current {
    padding: 5px 30px 5px 5px;
    font-size: 14px;
    height: 38px;
    gap: 3px;
  }
  
  .u-language-current img {
    max-width: 20px;
  }
}

.u-language ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  right: 0;
  transition: 0.3s ease-in-out;
  z-index: 2;
  border-radius: 10px;
  min-width: 66px;
  display: none;
  max-height: 465px;
  overflow: hidden;
  flex-direction: column;
  flex-wrap: wrap;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: var(--css_header_primary_second_button_background_color);
}

@media only screen and (max-width: 767px) {
  .u-language ul {
    min-width: 52px;
    max-height: 315px;
    left: 10px;
    right: auto;
  }
}

.u-language ul li {
  padding: 10px 12px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--css_header_primary_second_button_text_color);
  background: var(--css_header_primary_second_button_background_color);
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .u-language ul li {
    padding: 5px;
  }
}

.u-language ul li a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--css_header_primary_second_button_text_color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .u-language ul li a:hover {
    text-decoration: underline;
  }
}

@media only screen and (max-width: 767px) {
  .u-language ul li a {
    font-size: 14px;
    gap: 3px;
  }
  
  .u-language ul li a img {
    max-width: 20px;
  }
}

.u-menu-toggle {
  display: none;
}

.u-burger {
  width: 38px;
  height: 38px;
  display: none;
  cursor: pointer;
  border-radius: 6px;
  background: var(--css_header_primary_second_button_background_color);
  padding: 12px 5px;
  z-index: 99;
  margin-left: 8px;
}

@media only screen and (max-width: 1023px) {
  .u-burger {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
}

.u-burger span {
  display: block;
  height: 1px;
  border-radius: 4px;
  width: 20px;
  background: var(--css_header_primary_second_button_text_color);
}

@media only screen and (max-width: 1023px) {
  .u-menu-toggle:checked ~ .u-main-nav {
    display: block;
    position: absolute;
    height: 100vh;
    background: var(--css_header_background_color);
    top: 0;
    right: 0;
    max-width: 286px;
    width: 100%;
    z-index: 9;
    padding: 85px 0;
  }
  
  .u-main-nav {
    display: none;
    transition: display 0.3s ease-in-out;
  }
  
  .u-menu-toggle:checked ~ .u-main-nav {
    display: block;
  }
  
  .u-menu-toggle:checked + .u-burger span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
  }
  
  .u-menu-toggle:checked + .u-burger span:nth-child(2) {
    display: none;
  }
  
  .u-menu-toggle:checked + .u-burger span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}

.u-main-section {
  padding: 50px;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
  background: var(--css_main_background_color);
  color: var(--css_main_text_color);
}

@media only screen and (max-width: 1200px) {
  .u-main-section {
    padding: 0 16px;
  }
}

.u-main-section img {
  margin-bottom: 20px;
}

.u-main-section p {
  color: var(--css_main_text_color);
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .u-main-section p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .u-main-section {
    padding-bottom: 100px;
    padding-top: 20px;
    margin-bottom: 60px;
  }
}

.u-main-section-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 110%;
  color: #fff;
  text-align: center;
  max-width: 985px;
  width: 100%;
  margin: 0 auto 20px;
}

@media only screen and (max-width: 767px) {
  .u-main-section-title {
    font-size: 32px;
  }
}

.u-content {
  color: #A29EB6;
  font-size: 18px;
  line-height: 135%;
}

@media only screen and (max-width: 767px) {
  .u-content {
    font-size: 16px;
    line-height: 140%;
  }
}

.u-content p {
  color: #A29EB6;
  font-size: 18px;
  line-height: 135%;
}

.u-content p:first-of-type {
  margin-top: 0;
}

.u-content p:last-of-type {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .u-content p {
    font-size: 16px;
    line-height: 140%;
  }
}

.u-content ul {
  padding: 0 0 0 20px;
}

.u-content table {
  width: 100%;
  border-collapse: collapse;
}

.u-content table tr td {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: var(--css_content_text_color);
  border: 1px solid var(--css_main_background_color);
  background: var(--css_main_theme_table_tr_paired_lines_background_color);
}

@media only screen and (max-width: 767px) {
  .u-content table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.u-content table tr th {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: var(--css_content_text_color);
  border: 1px solid var(--css_main_background_color);
  background: var(--css_main_theme_table_tr_paired_lines_background_color);
}

@media only screen and (max-width: 767px) {
  .u-content table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.u-content table tr:nth-child(even) td {
  background: rgba(29, 33, 60, 0.6);
}

.u-content iframe {
  max-width: 100%;
  width: 100%;
  height: 620px;
  border: none;
  margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .u-content iframe {
    height: 200px;
  }
}

.u-content h1, .u-content h2, .u-content h3, .u-content h4, .u-content h5, .u-content h6 {
  text-align: center;
}

.u-content-section {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .u-content-section {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .u-content-section {
    margin-bottom: 60px;
  }
}

.u-content-section-title {
  color: var(--css_content_heading_color);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
  .u-content-section-title {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.u-content-table {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.u-content-table table {
  width: 100%;
  border-collapse: collapse;
}

.u-content-table table tr td {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  color: #A29EB6;
  text-align: center;
  border: 1px solid #262646;
  background: #171a2b;
}

@media only screen and (max-width: 767px) {
  .u-content-table table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.u-content-table table tr th {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: var(--css_content_text_color);
  border: 1px solid var(--css_main_background_color);
  background: var(--css_main_theme_table_tr_unpaired_lines_background_color);
}

@media only screen and (max-width: 767px) {
  .u-content-table table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.u-content-table table tr:nth-child(even) td {
  background: rgba(29, 33, 60, 0.6);
}

.u-content-table p {
  color: #A29EB6;
  font-size: 18px;
  line-height: 135%;
}

@media only screen and (max-width: 767px) {
  .u-content-table p {
    font-size: 16px;
    line-height: 140%;
  }
}

@media only screen and (max-width: 1200px) {
  .u-content-table {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .u-content-table {
    margin-bottom: 60px;
  }
}

.u-content-table-head {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(138deg, #6262D9 0%, #9D62D9 74.32%), linear-gradient(90deg, #6241D5 0%, #0B9BDD 100%);
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  padding: 24px 32px;
  border-radius: 12px 12px 0 0;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .u-content-table-head {
    padding: 16px 14px;
    font-size: 18px;
    text-align: center;
  }
}

.u-updated-block {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .u-updated-block {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .u-updated-block {
    margin-bottom: 60px;
  }
}

.u-updated-block-box {
  padding: 16px 32px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: radial-gradient(114.2% 133.85% at 7.14% 3.6%, rgba(35, 35, 54, 0.7) 0%, rgba(35, 35, 54, 0.7) 0.01%, rgba(35, 35, 54, 0.1) 100%);
  font-size: 20px;
  color: #fff;
  border-left: 5px solid #2AB765;
}

.u-promopanel {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
}

.u-promopanel.hide {
  display: none;
}

.u-promopanel-inner {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  height: 110px;
  border-radius: 30px 30px 0 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 1023px) {
  .u-promopanel-inner {
    height: 74px;
    overflow: visible;
  }
}

@media only screen and (max-width: 767px) {
  .u-promopanel-inner {
    border-radius: 20px 20px 0 0;
  }
}

.u-promopanel-left {
  max-width: 360px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 0 0 52px;
  gap: 16px;
  font-size: 20px;
  font-weight: 700;
  overflow: hidden;
  color: #fff;
  border-top-left-radius: 30px;
}

.u-promopanel-left::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

.u-promopanel-left::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border: 20px solid transparent;
}

.u-promopanel-left img {
  border-radius: 16px;
  overflow: hidden;
}

@media only screen and (max-width: 1023px) {
  .u-promopanel-left {
    max-width: 300px;
    padding: 0 10px;
    font-size: 16px;
  }
  
  .u-promopanel-left img {
    max-width: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .u-promopanel-left {
    max-width: 120px;
    font-size: 14px;
    border-top-left-radius: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 5px;
  }
  
  .u-promopanel-left img {
    max-width: 60px;
    border-radius: 7px;
  }
}

.u-promopanel-main {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  color: var(--css_banner_text_color);
}

@media only screen and (max-width: 1023px) {
  .u-promopanel-main {
    font-size: 16px;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .u-promopanel-main {
    font-size: 14px;
  }
}

.u-promopanel-right {
  max-width: 360px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 52px 0 0;
  z-index: 2;
  overflow: hidden;
  border-top-right-radius: 30px;
}

@media only screen and (max-width: 1023px) {
  .u-promopanel-right {
    max-width: 300px;
    padding: 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .u-promopanel-right {
    max-width: 170px;
    border-top-right-radius: 20px;
  }
}

.u-promopanel-close {
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 2;
}

@media only screen and (max-width: 1023px) {
  .u-promopanel-close {
    top: -20px;
  }
}

.u-promopanel-button {
  width: 220px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  color: var(--css_banner_button_text_color);
  background: var(--css_banner_button_background_color);
  font-size: 16px;
  font-weight: 700;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .u-promopanel-button:hover {
    color: var(--css_banner_button_text_color);
    background: var(--css_banner_button_background_color);
    opacity: 0.9;
  }
}

@media only screen and (max-width: 1023px) {
  .u-promopanel-button {
    width: 200px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .u-promopanel-button {
    width: 150px;
    height: 40px;
  }
}

.u-promopanel.u-orange .u-promopanel-inner {
  background: var(--css_banner_background_color);
}

.u-promopanel.u-orange .u-promopanel-left {
  background: var(--css_banner_background_color);
  color: var(--css_banner_title_color);
}

.u-promopanel.u-orange .u-promopanel-left::before {
  background: var(--css_banner_background_color);
}

.u-promopanel.u-orange .u-promopanel-left::after {
  background: var(--css_banner_background_color);
}

.u-promopanel.u-orange .u-promopanel-right::before {
  background: var(--css_banner_background_color);
}

.u-promopanel.u-orange .u-promopanel-right::after {
  background: var(--css_banner_background_color);
}

/* CSS Variables Integration */
.u-main-button {
  background: var(--css_main_primary_button_background_color);
  color: var(--css_main_primary_button_text_color);
  font-weight: 600;
}

.u-header {
  background: var(--css_header_background_color);
}

.u-footer {
  background: var(--css_header_background_color);
}

body {
  background: var(--css_content_background_color);
  color: var(--css_content_text_color);
}

section {
  background: var(--css_content_background_color);
  color: var(--css_content_text_color);
}

.u-main-section-title {
  color: var(--css_main_heading_color);
}

.u-main-nav-list li a {
  color: var(--css_header_link_color);
}

.u-content-section-title {
  color: var(--css_content_heading_color);
}

.u-content {
  color: var(--css_content_text_color);
}

.u-content p {
  color: var(--css_content_text_color);
}

.u-main-section p {
  color: var(--css_content_text_color);
}

.u-content-table-head {
  background: var(--css_content_table_header_background_color);
  color: var(--css_content_heading_color);
}

.u-content-table table {
  border-color: var(--css_content_table_border_color);
}

.u-content-table table tr td {
  color: var(--css_content_text_color);
  background: var(--css_content_table_tr_paired_lines_background_color);
}

.u-content-table table tr:nth-child(even) td {
  background: var(--css_content_table_tr_unpaired_lines_background_color);
}

.u-footer-nav-list li a {
  color: var(--css_header_link_color);
}

.u-copyright {
  color: var(--css_content_heading_color);
}

.u-updated-block-box {
  background: var(--css_header_background_color);
  color: var(--css_content_heading_color);
  border-left: 5px solid var(--css_header_primary_button_background_color);
}

.u-login-btn {
  background: var(--css_header_primary_second_button_background_color);
  color: var(--css_header_primary_second_button_text_color);
}

.u-login-btn:hover {
  background: var(--css_header_primary_second_button_background_color);
  opacity: 0.9;
}

.u-registr-btn {
  background: var(--css_header_primary_button_background_color);
  color: var(--css_header_primary_button_text_color);
  font-weight: 600;
}

.u-registr-btn:hover {
  background: var(--css_header_primary_button_background_color);
}

.u-main-button:hover {
  background: var(--css_main_primary_button_background_color);
}

.u-content table tr td {
  color: var(--css_content_text_color);
  background: var(--css_main_theme_table_tr_paired_lines_background_color);
}

.u-content table tr:nth-child(even) td {
  background: var(--css_main_theme_table_tr_unpaired_lines_background_color);
}

.u-language-current {
  background: var(--css_header_primary_second_button_background_color);
  color: var(--css_header_primary_second_button_text_color);
}

.u-language-current::after {
  border-bottom: 1px solid var(--css_header_primary_second_button_text_color);
  border-right: 1px solid var(--css_header_primary_second_button_text_color);
}

.u-language ul li {
  color: var(--css_header_primary_second_button_text_color);
  background: var(--css_header_primary_second_button_background_color);
}

.u-language ul li a {
  color: var(--css_header_primary_second_button_text_color);
}

@keyframes u-pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 var(--css_header_primary_button_background_color);
  }
  
  70% {
    transform: scale(1);
    box-shadow: 0 4px 24px 0 var(--css_header_primary_button_background_color);
  }
  
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 transparent;
  }
}