html {
  line-height: 1;
}
body,
html {
  height: 100%;
}
body {
  background-color: #000000;
  color: #fff;
  font-family: Roboto Slab, sans-serif;
  min-height: 100vh;
}
@media screen and (min-width: 1024px) {
  body {
    padding-top: 64px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}
::-webkit-input-placeholder {
  color: #858585;
}
::-moz-placeholder {
  color: #858585;
}
:-ms-input-placeholder {
  color: #858585;
}
:-moz-placeholder {
  color: #858585;
}
::-moz-focus-inner {
  border: 0;
  padding: 0;
}
:focus {
  outline: 0;
}
img {
  border: 0;
  height: auto;
  max-width: 100%;
}
.vkanor-inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .vkanor-inner {
    max-width: 1000px;
  }
}
.clearfix,
.vkanor-page__entry {
  box-sizing: border-box;
  max-width: 100%;
  overflow-x: hidden;
}
.clearfix:after,
.vkanor-page__entry:after {
  clear: both;
  content: "";
  display: table;
}
.vkanor-404__btn,
.vkanor-action__btn,
.vkanor-btn,
.vkanor-game__btn,
.vkanor-game__inner__btn,
.vkanor-list__btn {
  box-sizing: border-box;
  color: #fff !important;
  cursor: pointer;
  display: inline-block;
  font-family: Roboto Slab, sans-serif;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.2s;
  vertical-align: middle;
}
.vkanor-404__btn:disabled,
.vkanor-action__btn:disabled,
.vkanor-btn:disabled,
.vkanor-game__btn:disabled,
.vkanor-game__inner__btn:disabled,
.vkanor-list__btn:disabled {
  cursor: default;
  opacity: 0.7;
}
.vkanor-404__btn,
.vkanor-action__btn,
.vkanor-btn--red,
.vkanor-game__btn,
.vkanor-list__btn {
  background-color: #d10303;
  border: 2px solid #ffe400;
  outline: 2px solid #c60303;
}
.vkanor-404__btn:hover,
.vkanor-action__btn:hover,
.vkanor-btn--red:hover,
.vkanor-game__btn:hover,
.vkanor-list__btn:hover {
  background-color: #eb1111;
  outline: 2px solid #eb1111;
}
.vkanor-btn--blue,
.vkanor-game__inner__btn {
  background-color: #012e65;
  border: 2px solid black;
  font-size: 18px;
  min-width: 220px;
  outline: 2px solid #012e65;
  padding: 10px 30px;
}
.vkanor-btn--blue:hover,
.vkanor-game__inner__btn:hover {
  background-color: #004148;
  outline: 2px solid black;
}
.vkanor-header {
  background-color: #004148;
  border-bottom: 3px solid black;
  padding: 8px 0;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .ref_btns {
    justify-content: center;
    margin: 10px 0;
  }
}
.vkanor-header__inner {
  max-width: 1210px;
  position: relative;
}
.vkanor-logo {
  height: 80px;
  margin: 0;
  padding: 0;
  width: 150px;
  z-index: 9999999999999;
}
.vkanor-logo__img,
.vkanor-logo__link {
  display: block;
}
.vkanor-logo__img {
  margin: 0 auto;
}
.vkanor-header__logo {
  margin-left: auto;
  margin-right: auto;
}
.vkanor-header__action {
  text-align: center;
}
.vkanor-action__btn {
  font-size: 16px;
  padding: 11px 35px;
}
@media screen and (min-width: 1024px) {
  .vkanor-header {
    left: 0;
    position: fixed;
    top: 0;
    z-index: 1000;
  }
  .vkanor-header__inner {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    min-height: 45px;
  }
  .vkanor-header__logo {
    left: 50%;
    margin: 0;
    position: absolute;
    top: -5px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1001;
  }
  .vkanor-header__action {
    text-align: right;
    width: 410px;
  }
}
.vkanor-header__mclose,
.vkanor-header__mopen {
  -webkit-appearance: none;
  background-color: transparent;
  background-image: url(images/sprite.png);
  background-repeat: no-repeat;
  border: 0;
  border-radius: 0;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
}
.vkanor-header__mopen {
  background-position: 0 0;
  height: 40px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 15px;
  text-indent: 101%;
  top: 0;
  white-space: nowrap;
  width: 46px;
}
.vkanor-header__mclose {
  background-position: 0 -40px;
  color: #fff;
  display: block;
  font-size: 15px;
  height: 40px;
  line-height: 40px;
  padding: 0 0 0 50px;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
}
.vkanor-header__menu {
  background-color: #023b7f;
  bottom: 0;
  box-sizing: border-box;
  min-height: 100vh;
  overflow-y: auto;
  position: fixed;
  right: -256px;
  top: 0;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 256px;
  will-change: transform;
  z-index: 1000;
}
.vkanor-header__menu.active {
  -webkit-transform: translateX(-256px);
  transform: translateX(-256px);
}
.js-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 999;
}
.js-overlay.active {
  display: block;
  top: 0;
}
@media screen and (min-width: 1024px) {
  .js-overlay,
  .vkanor-header__mclose,
  .vkanor-header__mopen {
    display: none;
  }
  .js-overlay,
  .js-overlay.active {
    display: none;
    top: unset;
  }
  .vkanor-header__menu {
    align-items: center;
    background-color: transparent;
    bottom: inherit;
    bottom: unset;
    display: block;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 15px;
    min-height: auto;
    min-height: unset;
    overflow-y: visible;
    overflow-y: unset;
    position: relative;
    right: 0;
    top: inherit;
    top: unset;
    -webkit-transform: none !important;
    transform: none !important;
    width: 410px;
    width: 100%;
    z-index: 1;
  }
}
.vkanor-hmenu,
.vkanor-hmenu ul {
  font-size: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.vkanor-hmenu li {
  display: block;
  font-size: 14px;
}
.vkanor-hmenu li > a,
.vkanor-hmenu li > span {
  border-bottom: 1px solid black;
  color: #fff;
  display: block;
  line-height: 1.1;
  padding: 10px;
  text-decoration: none;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
}
.vkanor-hmenu li > a {
  transition: color 0.2s;
}
.vkanor-hmenu li > a:active,
.vkanor-hmenu li > a:hover,
.vkanor-hmenu li > span {
  color: #89c2ff;
}
.vkanor-hmenu > li:first-child {
  border-top: 1px solid black;
}
.vkanor-hmenu .current-menu-item > a {
  color: #89c2ff;
}
@media screen and (min-width: 1024px) {
  .vkanor-hmenu li:first-child,
  .vkanor-hmenu li > a,
  .vkanor-hmenu li > span {
    border: 0;
  }
  .vkanor-hmenu li:last-child ul {
    left: auto;
    right: 0;
  }
  .vkanor-hmenu > li {
    display: inline-block;
    margin-right: 20px;
    position: relative;
    text-align: center;
    vertical-align: middle;
  }
  .vkanor-hmenu > li:after {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    display: block;
    height: 6px;
    position: absolute;
    right: -12px;
    top: 12px;
    width: 6px;
  }
  .vkanor-hmenu > li:last-child {
    margin-right: 0;
  }
  .vkanor-hmenu > li:last-child:after {
    display: none;
  }
  .vkanor-hmenu > li > a,
  .vkanor-hmenu > li > span {
    height: 30px;
    line-height: 30px;
    padding: 0;
    text-decoration: underline;
    white-space: nowrap;
  }
  .vkanor-hmenu > li:hover > ul {
    display: block;
  }
  .vkanor-hmenu ul {
    background-color: #023b7f;
    border: 1px solid black;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    display: none;
    left: 0;
    min-width: 220px;
    padding-bottom: 10px;
    position: absolute;
    text-align: left;
    top: 100%;
    width: 100%;
    z-index: 100;
  }
}
.vkanor-main {
  padding-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .vkanor-main {
    min-height: 600px;
  }
}
.vkanor-banner {
  position: relative;
  margin: 15px auto 60px;
  height: 364px; /* Висота зображення */
  max-width: 1120px; /* Максимальна ширина зображення */
  overflow: hidden;
}

.vkanor-banner img {
  position: absolute; /* Змінюємо з відносного на абсолютне позиціонування */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0; /* Переконуємося, що зображення позаду тексту */
}

.vkanor-banner .title {
  position: absolute; /* Абсолютне позиціонування */
  bottom: 100px; /* Відступ від низу */
  left: 0;
  right: 0;
  z-index: 2;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.36;
  margin-bottom: 0;
  text-align: center;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.vkanor-banner .title span {
  color: #0059ff;
  display: block;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.36;
  margin-top: 5px;
  margin-bottom: 0;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.45);
}

.vkanor-banner .blue_btn {
  position: absolute; /* Абсолютне позиціонування */
  bottom: 40px; /* Відступ від низу */
  left: 50%;
  transform: translateX(-50%); /* Центрування */
  z-index: 2;
  
  /* Покращені стилі для видимості тексту */
  background: linear-gradient(14.83deg, #4db2ff 13.03%, #2a59d9 92.09%);
  color: #ffffff; /* Змінюємо колір тексту на білий для контрасту */
  font-weight: 700; /* Жирний шрифт */
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); /* Тінь для тексту */
  border: 2px solid #ffffff; /* Біла рамка для виділення */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* Тінь для кнопки */
  padding: 12px 35px; /* Збільшуємо відступи для кращої видимості */
  font-size: 20px; /* Збільшуємо розмір шрифту */
  letter-spacing: 0.5px; /* Більший інтервал між літерами */
  text-transform: uppercase; /* Текст великими літерами */
}

.vkanor-banner .blue_btn:hover {
  background: linear-gradient(14.83deg, #65c0ff 13.03%, #3b6ae9 92.09%);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
}

/* Для мобільних пристроїв */
@media screen and (max-width: 768px) {
  .vkanor-banner .blue_btn {
    padding: 10px 30px;
    font-size: 18px;
  }
}
/* Додаємо накладку для кращої видимості тексту */
.vkanor-banner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
  z-index: 1;
}

/* Медіа-запити залишаємо */
@media screen and (max-width: 768px) {
  .vkanor-banner {
    height: 333px;
  }
  
  .vkanor-banner .title {
    bottom: 80px;
    font-size: 20px;
  }
  
  .vkanor-banner .title span {
    font-size: 24px;
  }
  
  .vkanor-banner .blue_btn {
    bottom: 30px;
  }
}

@media screen and (min-width: 768px) {
  .vkanor-banner {
    min-height: 500px;
  }
  
  .vkanor-banner .title {
    font-size: 30px;
  }
  
  .vkanor-banner .title span {
    font-size: 36px;
  }
}
.vkanor-page,
.vkanor-page__reverse {
  box-sizing: border-box;
}
.vkanor-page__reverse {
  display: flex;
  flex-direction: column;
}
.vkanor-page__title {
  display: block;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 20px;
  margin-top: 0;
  text-align: center;
}
.vkanor-page__entry {
  border-top: 3px solid black;
  font-size: 16px;
  line-height: 1.5;
  margin: 20px 0;
  padding: 20px 0;
}
@media screen and (min-width: 1024px) {
  .vkanor-page__entry {
    font-size: 14px;
    line-height: 1.57;
  }
}
.vkanor-page__entry h1,
.vkanor-page__entry h2,
.vkanor-page__entry h3 {
  line-height: 1.1;
}
.vkanor-page__entry h1 {
  font-size: 30px;
  margin: 0 0 20px;
}
.vkanor-page__entry h2 {
  font-size: 26px;
}
.vkanor-page__entry h3 {
  font-size: 24px;
}
.vkanor-page__entry ol,
.vkanor-page__entry p,
.vkanor-page__entry ul {
  margin: 15px 0;
}
.vkanor-page__entry ol,
.vkanor-page__entry ul {
  list-style-position: inside;
}
.vkanor-page__entry a {
  color: #00c6ff;
  transition: color 0.2s;
}
.vkanor-page__entry a:active,
.vkanor-page__entry a:hover {
  color: #89c2ff;
}
.vkanor-page__entry a:visited {
  color: #ffe400;
}
.vkanor-page__entry a:visited:active,
.vkanor-page__entry a:visited:hover {
  color: #89c2ff;
}
.vkanor-page__entry--alt {
  border: 0;
  margin-top: 0;
  padding: 0;
}
.vkanor-crumbs {
  color: #89c2ff;
  font-size: 0;
  list-style-type: none;
  margin: -35px 0 20px;
  padding: 0;
}
.vkanor-crumbs__item {
  display: inline-block;
  font-size: 14px;
  line-height: 1.1;
  margin-right: 5px;
  vertical-align: middle;
}
.vkanor-crumbs__item:last-child {
  margin-right: 0;
}
.vkanor-crumbs__link {
  color: inherit;
  color: #00f0ff;
  text-decoration: none;
  transition: color 0.2s;
}
.vkanor-crumbs__link .vkanor-crumbs__inner {
  text-decoration: underline;
}
.vkanor-crumbs__link:hover {
  color: #89c2ff;
}
.vkanor-crumbs__link:hover .vkanor-crumbs__inner {
  text-decoration: none;
}
.vkanor-list {
  background-color: #023b7f;
  font-size: 0;
  list-style-type: none;
  margin: 0 0 20px;
  padding: 0;
  text-align: center;
}
.vkanor-list__item {
  box-sizing: border-box;
  font-size: 14px;
  margin: 0 auto 2px;
  padding: 15px 0;
  width: 250px;
}
@media screen and (min-width: 768px) {
  .vkanor-banner {
    min-height: 500px;
  }
  .vkanor-banner .title {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .vkanor-banner .title span {
    font-size: 64px;
    margin-bottom: 40px;
    margin-top: 15px;
  }
  .vkanor-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .vkanor-list__item {
    display: inline-block;
    margin: 0 0 2px;
    vertical-align: top;
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .vkanor-list__item {
    background-image: url(images/game-bg.png);
    background-position: top;
    background-repeat: repeat-y;
    width: 100%/3;
  }
}
@media screen and (max-width: 768px) {
  .vkanor-banner {
    height: 333px;
  }
  .vkanor-header {
    height: 114px;
  }
}
.vkanor-list__item--has-btn {
  background-repeat: repeat;
  text-align: center;
  width: 100%;
}
.vkanor-list__inner {
  height: 169px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 224px;
}
.vkanor-list__inner:hover .vkanor-list__entry {
  opacity: 1;
}
.vkanor-list__entry,
.vkanor-list__thumb {
  border: 2px solid #fff;
  border-radius: 20px;
  box-sizing: border-box;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
.vkanor-list__entry {
  background: rgba(0, 16, 74, 0.8);
  opacity: 0;
  transition: opacity 0.3s;
}
.vkanor-game__wrap {
  border: 3px solid black;
  display: none;
  margin-bottom: 20px;
  visibility: hidden;
}
@media screen and (min-width: 768px) {
  .vkanor-game__wrap {
    display: block;
  }
}
.is-mobile .vkanor-game__wrap {
  display: none;
}
.vkanor-404 {
  visibility: hidden;
}
.page-404 {
  padding-bottom: 0;
}
.page-404 .vkanor-404 {
  border-bottom: none;
}
.list_link {
  list-style: none;
  padding: 0;
}
.ref_btn {
  align-items: center;
  background: #FFBA00;
  border-radius: 4px;
  color: #B74100;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  height: 44px;
  justify-content: center;
  text-decoration: none;
  transition: all 0.4s ease;
  width: 250px;
}

.blue_btn {
  background: linear-gradient(14.83deg, #4db2ff 13.03%, #2a59d9 92.09%);
  border: 3px; color: #04183e;
  box-shadow: 0 2px 0 #04183e;
  text-transform: uppercase;
}
.reg_btn {
  margin-right: 10px;
}
.enter_btn {
  background: #09636D;
  color: #FFAB49;
}

.ref_btns {
  display: flex;
}

.sticky_download {
  background: rgba(0, 0, 0, 0.85);
  bottom: 0;
  height: 80px;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 9999;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.5);
}

.sticky_download,
.sticky_download .btn_download {
  align-items: center;
  display: flex;
  justify-content: center;
}

.sticky_download .btn_download {
  background: linear-gradient(180deg, #ffe600 0%, #ffb800 100%);
  border-radius: 8px;
  color: #b64100;
  font-size: 20px;
  font-weight: 700;
  height: 60px;
  text-decoration: none;
  width: 400px;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  border: 2px solid #fff;
  box-shadow: 0 4px 15px rgba(213, 43, 30, 0.3);
  position: relative;
  padding: 0 15px;
  text-align: center;
  justify-content: center;
}

/* Статичний текст без прокрутки */
.btn-text {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  width: 100%;
}

/* Зберігаємо ефект світіння */
.sticky_download .btn_download:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 60px;
  background: rgba(255, 255, 255, 0.4);
  left: -150px;
  top: 0;
  transform: skewX(-30deg);
  animation: shine 4s infinite;
  z-index: 2;
}

@keyframes shine {
  0% {
    left: -150px;
  }
  25% {
    left: 150%;
  }
  100% {
    left: 150%;
  }
}

/* Італійський прапор */
.italian-flag {
  display: inline-block;
  width: 30px;
  height: 20px;
  background: #ffffff; /* білий центр */
  position: relative;
  margin-left: 10px;
  flex-shrink: 0;
}
.italian-flag:after {
  content: "";
  position: absolute;
  background: #ce2b37; /* червоний */
  width: 10px;
  height: 20px;
  top: 0;
  right: 0;
}
.italian-flag:before {
  content: "";
  position: absolute;
  background: #009246; /* зелений */
  width: 10px;
  height: 20px;
  top: 0;
  left: 0;
}

.sticky_download .btn_download:hover {
  background: linear-gradient(180deg, #ffd900 0%, #f0ae00 100%);
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(213, 43, 30, 0.4);
}

/* Адаптивність для мобільних */
@media screen and (max-width: 480px) {
  .sticky_download .btn_download {
    width: 92%;
    font-size: 16px;
    height: 54px;
  }
  
  .sticky_download {
    height: 70px;
  }
}

table tr td {
  border: 1px solid;
}
@media screen and (max-width: 400px) {
  table tr td {
    font-size: 12px;
    word-break: break-word;
  }
}
.line-info {
  background-color: #1d4bb6;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 16px 30px;
}
@media (max-width: 1024px) {
  .line-info {
    justify-content: center;
  }
}
.line-info .item-info {
  display: flex;
}
@media (max-width: 1024px) {
  .line-info .item-info {
    margin: 5px 10px;
  }
}
.line-info .item-info img {
  margin-right: 15px;
}
.line-info .item-info p {
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
}
.sec {
  display: block;
  display: none;
  height: 184px;
  margin: 0 auto;
  width: 220px;
}
.vkanor-list__img {
  display: block;
  height: 165px;
  width: 220px;
}
.vkanor-list__btn {
  left: 25px;
  padding: 10px 15px;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.is-mobile .vkanor-list__entry {
  background-color: transparent;
  opacity: 1;
}
.vkanor-game__wrap {
  visibility: visible;
}
.vkanor-game__entry {
  background-color: #000;
  overflow: hidden;
  position: relative;
}
.vkanor-game__entry:after {
  content: "";
  display: block;
  padding-top: 75%;
}
.vkanor-game__entry iframe {
  border: 0;
  bottom: 0;
  overflow: hidden;
  right: 0;
}
.vkanor-game__entry iframe,
.vkanor-game__inner {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.vkanor-game__inner {
  box-sizing: border-box;
}
.vkanor-game__inner__img {
  display: block;
  -webkit-filter: blur(20px);
  filter: blur(20px);
  height: 100%;
  left: 0;
  opacity: 0.35;
  position: absolute;
  top: 0;
  width: 100%;
}
.vkanor-game__inner__btn {
  font-size: 20px;
  font-weight: 700;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.vkanor-game__btn {
  font-size: 24px;
  font-weight: 700;
  padding: 20px;
  width: 100%;
}
.vkanor-404 {
  background-color: #011d66;
  border-bottom: 3px solid black;
  box-sizing: border-box;
  margin: -60px 0 0;
  padding: 30px 0;
  text-align: center;
  visibility: visible;
}
@media screen and (min-width: 768px) {
  .vkanor-404 {
    background-image: url(images/404.jpg);
    background-position: top;
    background-repeat: no-repeat;
    height: 650px;
    padding-top: 260px;
  }
}
.vkanor-404__title {
  color: #84ffff;
  font-size: 40px;
  line-height: 1.1;
  margin: 0 auto 10px;
  max-width: 500px;
}
.vkanor-404__entry {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1.45;
  margin: 0 auto;
  max-width: 500px;
  padding: 0 15px;
}
.vkanor-404__entry p {
  margin: 10px 0;
}
.vkanor-404__entry a {
  color: #00c6ff;
  transition: color 0.2s;
}
.vkanor-404__entry a:active,
.vkanor-404__entry a:hover {
  color: #89c2ff;
}
.vkanor-404__subtitle {
  color: #ffe400;
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
}
.vkanor-404__btn {
  margin-top: 25px;
  padding: 10px 35px;
}
.wp-pagenavi {
  text-align: center;
}
.wp-pagenavi > a {
  color: #fff;
  text-decoration: none;
}
.wp-pagenavi > a,
.wp-pagenavi > span {
  display: inline-block;
  margin: 5px;
  vertical-align: middle;
}
.vkanor-fmenu {
  font-size: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.vkanor-fmenu > li {
  display: block;
  font-size: 14px;
  margin: 0 0 10px;
}
.vkanor-fmenu > li > a,
.vkanor-fmenu > li > span {
  color: #fff;
  display: block;
  height: 30px;
  line-height: 30px;
  text-decoration: underline;
  text-transform: uppercase;
}
.vkanor-fmenu > li > a {
  color: #fff;
  transition: color 0.2s;
}
.vkanor-fmenu .current-menu-item > a,
.vkanor-fmenu > li > a:hover,
.vkanor-fmenu > li > span {
  color: #89c2ff;
}
@media screen and (min-width: 768px) {
  .vkanor-fmenu {
    margin-bottom: 20px;
  }
  .vkanor-fmenu > li {
    display: inline-block;
    margin: 0 20px;
    vertical-align: middle;
  }
}
@media screen and (min-width: 1024px) {
  .vkanor-fmenu > li {
    position: relative;
  }
  .vkanor-fmenu > li:after {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    display: block;
    height: 6px;
    position: absolute;
    right: -22px;
    top: 12px;
    width: 6px;
  }
  .vkanor-fmenu > li:last-child:after {
    display: none;
  }
}
.vkanor-footer {
  background-color: #004148;
  border-top: 3px solid black;
  padding: 25px 0 15px;
  visibility: visible;
}
.vkanor-pay {
  font-size: 0;
  list-style-type: none;
  margin: 0;
  padding: 20px 0;
  text-align: center;
}
.vkanor-pay__item {
  display: inline-block;
  font-size: 14px;
  margin: 5px 15px;
  vertical-align: middle;
}
.vkanor-pay--alt {
  border-bottom: 2px solid #045278;
  border-top: 2px solid #08618f;
}
.vkanor-pay--alt .vkanor-pay__item {
  margin: 5px 30px;
}
.vkanor-pay__icon {
  background-image: url(images/sprite_build.png);
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}
.vkanor-pay__icon--1 {
  background-position: -120px -250px;
  height: 60px;
  width: 55px;
}
.vkanor-pay__icon--2 {
  background-position: 0 -310px;
  height: 60px;
  width: 51px;
}
.vkanor-pay__icon--3 {
  background-position: -317px -224px;
  height: 60px;
  width: 52px;
}
.vkanor-pay__icon--4 {
  background-position: -51px -310px;
  height: 60px;
  width: 42px;
}
.vkanor-pay__icon--5 {
  background-position: 0 0;
  height: 60px;
  width: 191px;
}
.vkanor-pay__icon--6 {
  background-position: -76px -200px;
  height: 50px;
  width: 65px;
}
.vkanor-pay__icon--7 {
  background-position: -141px -200px;
  height: 50px;
  width: 56px;
}
.vkanor-footer__sole {
  color: #004148;
  font-size: 14px;
  margin-bottom: 20px;
  padding: 35px 0 15px;
  text-align: center;
}
.vkanor-footer__sole p {
  line-height: 1.2;
  margin: 5px 0;
}
.vkanor-footer__sole a {
  color: inherit;
}
.alignleft,
.alignright,
img.alignleft,
img.alignright {
  display: block;
  margin: 0 auto 5px;
}
@media screen and (min-width: 450px) {
  .alignleft,
  img.alignleft {
    float: left;
    margin: 0 20px 0 0;
  }
  .alignright,
  img.alignright {
    float: right;
    margin: 0 0 0 20px;
  }
}
.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  margin-bottom: 20px;
  padding-top: 5px;
  text-align: center;
}
.wp-caption img {
  border: 0;
  margin: 0;
  padding: 0;
}
.wp-caption .wp-caption-text {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

.banner-text-container {
  max-width: 1000px;
  margin: -40px auto 30px; /* Негативний верхній margin зменшує відстань від банера */
  padding: 0 15px;
  text-align: center;
}

.banner-text {
  font-size: 18px;
  line-height: 1.5;
  color: #ffffff; /* Колір тексту */
  margin: 0;
}

@media screen and (max-width: 768px) {
  .banner-text-container {
    margin-top: -30px;
  }
  
  .banner-text {
    font-size: 16px;
  }
}


body {
  background-color:  #001C2C;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(
    135deg,
    rgba(6, 147, 227, 1) 0%,
    rgb(155, 81, 224) 100%
  );
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(
    135deg,
    rgb(122, 220, 180) 0%,
    rgb(0, 208, 130) 100%
  );
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(
    135deg,
    rgba(252, 185, 0, 1) 0%,
    rgba(255, 105, 0, 1) 100%
  );
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(
    135deg,
    rgba(255, 105, 0, 1) 0%,
    rgb(207, 46, 46) 100%
  );
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(
    135deg,
    rgb(238, 238, 238) 0%,
    rgb(169, 184, 195) 100%
  );
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(
    135deg,
    rgb(74, 234, 220) 0%,
    rgb(151, 120, 209) 20%,
    rgb(207, 42, 186) 40%,
    rgb(238, 44, 130) 60%,
    rgb(251, 105, 98) 80%,
    rgb(254, 248, 76) 100%
  );
  --wp--preset--gradient--blush-light-purple: linear-gradient(
    135deg,
    rgb(255, 206, 236) 0%,
    rgb(152, 150, 240) 100%
  );
  --wp--preset--gradient--blush-bordeaux: linear-gradient(
    135deg,
    rgb(254, 205, 165) 0%,
    rgb(254, 45, 45) 50%,
    rgb(107, 0, 62) 100%
  );
  --wp--preset--gradient--luminous-dusk: linear-gradient(
    135deg,
    rgb(255, 203, 112) 0%,
    rgb(199, 81, 192) 50%,
    rgb(65, 88, 208) 100%
  );
  --wp--preset--gradient--pale-ocean: linear-gradient(
    135deg,
    rgb(255, 245, 203) 0%,
    rgb(182, 227, 212) 50%,
    rgb(51, 167, 181) 100%
  );
  --wp--preset--gradient--electric-grass: linear-gradient(
    135deg,
    rgb(202, 248, 128) 0%,
    rgb(113, 206, 126) 100%
  );
  --wp--preset--gradient--midnight: linear-gradient(
    135deg,
    rgb(2, 3, 129) 0%,
    rgb(40, 116, 252) 100%
  );
  --wp--preset--duotone--dark-grayscale: url("index.html");
  --wp--preset--duotone--grayscale: url("index.html");
  --wp--preset--duotone--purple-yellow: url("index.html");
  --wp--preset--duotone--blue-red: url("index.html");
  --wp--preset--duotone--midnight: url("index.html");
  --wp--preset--duotone--magenta-yellow: url("index.html");
  --wp--preset--duotone--purple-green: url("index.html");
  --wp--preset--duotone--blue-orange: url("index.html");
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--spacing--20: 0.44rem;
  --wp--preset--spacing--30: 0.67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
  --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
  --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1),
    6px 6px rgba(0, 0, 0, 1);
  --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}
:where(.is-layout-flex) {
  gap: 0.5em;
}
body .is-layout-flow > .alignleft {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .is-layout-flow > .alignright {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .is-layout-flow > .aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}
body .is-layout-constrained > .alignleft {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .is-layout-constrained > .alignright {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .is-layout-constrained > .aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}
body
  .is-layout-constrained
  > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto !important;
  margin-right: auto !important;
}
body .is-layout-constrained > .alignwide {
  max-width: var(--wp--style--global--wide-size);
}
body .is-layout-flex {
  display: flex;
}
body .is-layout-flex {
  flex-wrap: wrap;
  align-items: center;
}
body .is-layout-flex > * {
  margin: 0;
}
:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}
.has-black-color {
  color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-color {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-color {
  color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-color {
  color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-color {
  color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-color {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-color {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-color {
  color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-color {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-color {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-color {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-color {
  color: var(--wp--preset--color--vivid-purple) !important;
}
.has-black-background-color {
  background-color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-background-color {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-background-color {
  background-color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-background-color {
  background-color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-background-color {
  background-color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-background-color {
  background-color: var(
    --wp--preset--color--luminous-vivid-orange
  ) !important;
}
.has-luminous-vivid-amber-background-color {
  background-color: var(
    --wp--preset--color--luminous-vivid-amber
  ) !important;
}
.has-light-green-cyan-background-color {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-background-color {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-background-color {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-background-color {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-background-color {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}
.has-black-border-color {
  border-color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-border-color {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-border-color {
  border-color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-border-color {
  border-color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-border-color {
  border-color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-border-color {
  border-color: var(
    --wp--preset--color--luminous-vivid-orange
  ) !important;
}
.has-luminous-vivid-amber-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-border-color {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-border-color {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-border-color {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-border-color {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-border-color {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}
.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
  background: var(
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple
  ) !important;
}
.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
  background: var(
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan
  ) !important;
}
.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
  background: var(
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange
  ) !important;
}
.has-luminous-vivid-orange-to-vivid-red-gradient-background {
  background: var(
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red
  ) !important;
}
.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
  background: var(
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray
  ) !important;
}
.has-cool-to-warm-spectrum-gradient-background {
  background: var(
    --wp--preset--gradient--cool-to-warm-spectrum
  ) !important;
}
.has-blush-light-purple-gradient-background {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}
.has-blush-bordeaux-gradient-background {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}
.has-luminous-dusk-gradient-background {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}
.has-pale-ocean-gradient-background {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}
.has-electric-grass-gradient-background {
  background: var(--wp--preset--gradient--electric-grass) !important;
}
.has-midnight-gradient-background {
  background: var(--wp--preset--gradient--midnight) !important;
}
.has-small-font-size {
  font-size: var(--wp--preset--font-size--small) !important;
}
.has-medium-font-size {
  font-size: var(--wp--preset--font-size--medium) !important;
}
.has-large-font-size {
  font-size: var(--wp--preset--font-size--large) !important;
}
.has-x-large-font-size {
  font-size: var(--wp--preset--font-size--x-large) !important;
}
.wp-block-navigation a:where(:not(.wp-element-button)) {
  color: inherit;
}
:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}
.wp-block-pullquote {
  font-size: 1.5em;
  line-height: 1.6;
}
/* Payment Methods Section */
.payment-methods {
  margin: 30px 0;
  text-align: center;
}

.payment-methods__icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin: 0 auto;
  max-width: 800px;
}

.payment-icon {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  padding: 12px;
  height: 40px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.payment-icon:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-3px);
}

.payment-icon__img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

/* License Information Section */
.license-info {
  margin: 30px auto;
  max-width: 800px;
  text-align: center;
  padding: 0 20px;
}

.license-info p {
  color: #fff;
  font-size: 13px;
  line-height: 1.6;
  opacity: 0.8;
}

/* Footer Links Section */
.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px auto;
  max-width: 800px;
  gap: 40px;
}

.footer-links__column {
  min-width: 200px;
}

.footer-links__title {
  color: #00c6ff;
  font-size: 18px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
}

.footer-links__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footer-links__list li {
  margin-bottom: 10px;
}

.footer-links__list a {
  color: #fff;
  text-decoration: none;
  transition: color 0.2s ease;
  font-size: 14px;
}

.footer-links__list a:hover {
  color: #89c2ff;
  text-decoration: underline;
}

/* Social Media Section */
.social-media {
  margin: 30px 0;
  text-align: center;
}

.social-media__title {
  color: #fff;
  font-size: 22px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
}

.social-media__icons {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.social-icon {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  transition: all 0.3s ease;
}

.social-icon:hover {
  background-color: rgba(0, 198, 255, 0.2);
  transform: translateY(-3px);
}

.social-icon svg {
  width: 24px;
  height: 24px;
}

/* Responsive Adjustments */
@media screen and (max-width: 768px) {
  .payment-methods__icons {
    gap: 10px;
  }
  
  .payment-icon {
    height: 36px;
    width: 80px;
    padding: 8px;
  }
  
  .footer-links {
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }
  
  .footer-links__column {
    min-width: unset;
    width: 100%;
  }
  
  .social-media__title {
    font-size: 20px;
  }
  
  .license-info p {
    font-size: 12px;
  }
}

/* Additional footer spacing adjustment */
.vkanor-footer__sole {
  color: #fff;
  margin-top: 10px;
}

     .vkanor-header__logo .app-top-bar__logo-img {
  height: auto; /* висота буде автоматично пропорційною */
}

/* Стили для контейнера игр */
.games-grid-container {
  max-width: 1120px;
  margin: 30px auto;
  padding: 0 15px;
}

.games-grid-title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 25px;
  color: #ffffff;
}

/* Стили для плитки игр */
.games-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 стовпці на мобільних */
  gap: 10px; /* Менша відстань між картками */
  justify-content: center;
  max-width: 1120px;
  margin: 0 auto;
}

/* Стили для элемента игры */
.game-item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  background-color: #1d4bb6;
  width: 140px; /* Збільшена ширина */
  height: 210px; /* Збільшена висота, зберігаючи пропорції 2:3 */
  margin: 0 auto; /* Центрування в сітці */
}

.game-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

/* Обертка для сохранения соотношения сторон */
.game-item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.game-item img {
  width: 100%;
  height: 100%;
  object-fit: contain; /* для збереження пропорцій SVG */
  transition: transform 0.3s ease;
  border-radius: 8px;
}

.game-item:hover img {
  transform: scale(1.05);
}

/* Эффект наведения с плавным затемнением */
.game-item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: background 0.3s ease;
  pointer-events: none;
  border-radius: 8px;
}

.game-item:hover::after {
  background: rgba(0, 0, 0, 0.2);
}

/* Медиа-запросы для адаптивности */
@media screen and (min-width: 768px) {
  .games-grid {
    grid-template-columns: repeat(4, 1fr); /* 4 стовпці на середніх екранах */
    gap: 15px;
  }
  
  .game-item {
    width: 153px; /* Більша ширина */
    height: 230px; /* Більша висота */
  }
  
  /* Центруємо елементи в контейнері сітки */
  .games-grid-container {
    padding: 0 20px;
  }
}

@media screen and (min-width: 1024px) {
  .games-grid {
    grid-template-columns: repeat(5, 1fr); /* 5 стовпців на десктопі */
    gap: 20px;
  }
  
  .game-item {
    width: 167px; /* Більша ширина для десктопу */
    height: 250px;
  }
}

@media screen and (max-width: 600px) {
  .games-grid {
    grid-template-columns: repeat(2, 1fr); /* 2 стовпці на малих екранах */
    gap: 12px;
  }
  
  .games-grid-title {
    font-size: 20px;
  }
  
  .game-item {
    width: 140px;
    height: 210px;
  }
}

/* Для дуже маленьких екранів */
@media screen and (max-width: 400px) {
  .games-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  
  .game-item {
    width: 120px;
    height: 180px;
  }
}

/* Кнопка "Все игры" */
.view-all-games {
  display: block;
  width: 200px;
  margin: 30px auto 20px;
  padding: 12px 20px;
  background: linear-gradient(180deg, #ffe600 0%, #ffb800 100%);
  color: #b64100;
  text-align: center;
  border-radius: 4px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.4s ease;
}


.registration-container {
  background-color: #023b7f;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
  width: 100%;
  max-width: 400px;
  margin: 30px auto;
  padding: 25px;
  border: 2px solid #ffe400;
  outline: 2px solid #004148;
}

.registration-title {
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  margin: 0 0 20px 0;
  font-weight: 700;
  text-transform: uppercase;
}

.registration-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.form-group {
  position: relative;
}

.form-input {
  width: 100%;
  padding: 12px 15px;
  border-radius: 6px;
  border: 2px solid #004148;
  background-color: rgba(255, 255, 255, 0.9);
  color: #000000;
  font-size: 16px;
  box-sizing: border-box;
  transition: all 0.3s ease;
  font-family: Roboto Slab, sans-serif;
}

.form-input:focus {
  outline: none;
  border-color: #00c6ff;
  box-shadow: 0 0 0 2px rgba(0, 198, 255, 0.3);
}

.form-input::placeholder {
  color: #858585;
  font-style: italic;
}

.registration-button {
  background-color: #d10303;
  border: 2px solid #ffe400;
  outline: 2px solid #c60303;
  border-radius: 6px;
  color: #ffffff !important;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  padding: 14px;
  text-align: center;
  text-transform: uppercase;
  transition: background-color 0.2s;
  width: 100%;
  margin-top: 10px;
  font-family: Roboto Slab, sans-serif;
}

.registration-button:hover {
  background-color: #eb1111;
  outline: 2px solid #eb1111;
  transform: translateY(-2px);
}

.form-terms {
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  margin: 15px 0 0 0;
  line-height: 1.5;
}

.form-terms a {
  color: #00c6ff;
  text-decoration: underline;
}

.form-terms a:hover {
  color: #89c2ff;
  text-decoration: none;
}

.italian-flag-icon {
  display: block;
  width: 30px;
  height: 20px;
  background: linear-gradient(to right, #009246 33%, #ffffff 33%, #ffffff 66%, #ce2b37 66%);
  margin: 0 auto 15px;
  border-radius: 2px;
}

/* Адаптивность */
@media screen and (max-width: 480px) {
  .registration-container {
    padding: 20px 15px;
    max-width: 100%;
    margin: 20px auto;
  }
  
  .registration-title {
    font-size: 20px;
  }
  
  .form-input, .registration-button {
    padding: 12px;
    font-size: 15px;
  }
}

.bonus-section {
  margin: 50px auto;
  max-width: 1200px;
  padding: 0 15px;
}

.bonus-section-title {
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}

.bonus-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 колонки на мобильных и средних */
  gap: 20px;
  justify-content: center;
}

.bonus-card {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  background-color: #1d4bb6;
}

.bonus-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.bonus-card a {
  display: block;
  width: 100%;
}

.bonus-card img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

.bonus-card:hover img {
  transform: scale(1.02);
}

/* Десктоп: 3 колонки */
@media screen and (min-width: 1024px) {
  .bonus-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
  
  .bonus-section-title {
    font-size: 32px;
  }
}

/* Маленькие экраны: улучшаем отступы */
@media screen and (max-width: 480px) {
  .bonus-section {
    margin: 30px auto;
  }
  
  .bonus-grid {
    gap: 15px;
  }
  
  .bonus-section-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}