section h1,
article h1,
aside h1,
nav h1 {
  font-size: 2rem !important;
}

.seo-content h1 {
  font-size: 24px !important;
}

@font-face {
  font-family: 'Roboto';
  src: url(/fonts/roboto-regular.woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url(/fonts/roboto-bold.woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@supports (backdrop-filter: blur(5px)) {
  .toplist-card {
    backdrop-filter: blur(2px);
  }
}

html {
  font-family: 'Roboto', Arial, sans-serif;
  color: #a1a9b1;
}

body {
  background: #000000;
  margin: 0;
  padding: 0;
  font-size: 1.18em;
  line-height: 1.5;
}

.signupcolor {
  background: #176e53;
}

.footer-links img {
  height: 30px;
}

.footer-links.license img {
  padding: 0 10px;
}

.footer-links.license {
  text-align: center;
}

.footer-flag-container img {
  border-radius: 5px;
}

.footer-links.contacts img {
  margin: 0 7px;
}

.headup {
  background-color: #000000;
  padding: 0 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
}
.headup2 {
  background-color: #000000;
  padding: 0 20px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
}

.footer-deep {
  width: auto !important;
}

#footerdown img {
  width: 40px;
}

#logo {
  display: flex;
  align-items: center;
  gap: 15px;
}

#logo img {
  padding: 0;
}

#logo ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0 0 0 20px;
  padding: 0;
  list-style: none;
  align-items: center;
  flex: 1;
  justify-content: center;
}

#logo ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
  line-height: 1;
  white-space: nowrap;
}

#logo ul li img {
  width: 20px !important;
  height: 20px !important;
  padding: 0 !important;
}

#logo ul li {
  padding: 0;
  margin: 0;
  display: flex;
}

#logo2 {
  text-align: center;
}

#logo2 ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0 0 0 20px;
  padding: 0;
  list-style: none;
  align-items: center;
  flex: 1;
  justify-content: center;
}

#logo2 ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
  line-height: 1;
  white-space: nowrap;
}

#logo2 ul li img {
  width: 20px !important;
  height: 20px !important;
  padding: 0 !important;
}

#logo2 ul li {
  padding: 0;
  margin: 0;
  display: flex;
}

.header-nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-nav li a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
  line-height: 1;
}

img.imgmain {
  max-width: 100%;
  border-radius: 12px;
}

.desktop-menu {
  display: none;
  list-style: none;
}

.desktop-menu li a {
  color: #ffffff;
  text-decoration: none;
  border-radius: 10px;
  padding: 5px 15px;
  border: 1px solid gray;
  margin: 0 5px;
  font-size: 14px;
}

.mobile-menu ul {
  padding: 0;
  justify-content: center;
  list-style: none;
  gap: 10px;
  flex-wrap: nowrap;
}

.mobile-menu ul li {
  padding: 0;
  flex: 0 1 auto;
  padding-bottom: 10px;
}

.mobile-menu ul li a {
  font-size: 18px;
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  padding: 5px 20px;
  border-radius: 10px;
  border: 1px solid gray;
  white-space: nowrap;
  min-width: fit-content;
}

#content {
  max-width: 1130px;
  margin: 0 auto;
  padding: 10px 20px;
}

body a {
  color: #1cb95f;
  text-decoration: none;
  transition: color 0.3s ease;
}

body a:hover {
  color: #2ec76f;
}

h1,
h2,
h4 {
  font-weight: bold;
  color: #affbd5;
  text-align: center;
}

h1 {
  margin: 20px 0;
  text-decoration: underline;
  text-decoration-color: #affbd5;
}

.seo-section h1 {
  font-size: 1.5rem;
  margin-top: 0;
  margin-bottom: 15px;
  color: var(--primary-green);
}

h3 img {
  width: 31px;
  height: auto;
  padding-right: 12px;
}

h3 {
  color: #282828;
  position: relative;
}

h3::after {
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  background: currentColor;
  margin: 6px auto 0;
}

.bordertop3 {
  border-top: solid 3px #ffffff;
}

.flagbottom {
  right: 0;
  bottom: 0;
  position: absolute;
  margin: 10px;
  z-index: 999;
}

#content .imgmain {
  margin: 0 auto;
  display: flex;
  max-width: 100%;
}

#content li {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}

#content li.active {
  text-decoration: underline;
}

li h2,
li h4 {
  margin: 10px 0;
  padding: 0;
  font-weight: bold;
}

li a {
  color: inherit;
  text-decoration: none;
}

li a:hover {
  text-decoration: underline;
}

.desktop-menu li a:hover,
.footer-flag-container a:hover,
#logo a:hover,
#logo2 a:hover {
  opacity: 0.7;
  text-decoration: none;
}

ul ul,
ol ul {
  margin-left: 20px;
  list-style: none;
}

ul li {
  list-style: none;
}

ol {
  counter-reset: my-counter;
  list-style: none;
}

#content ol li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  position: absolute;
  left: -6px;
  top: 2px;
  background-color: #5061a8;
  color: #ffffff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
}

#content ul li:before {
  content: '';
  position: absolute;
  left: -6px;
  top: 2px;
  width: 14px;
  height: 14px;
  background-color: #5061a8;
  border-radius: 50%;
}

#content span.bq {
  display: flex;
  justify-content: center;
  background-color: #04284e;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  margin: 10px 0;
}

.footer-flag-container {
  height: 24px;
  width: 24px;
  margin: auto;
  display: block;
}

.hero-buttons {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 20px 0;
  align-items: center;
  width: 350px;
}

.hero-buttons a.btn-main,
.hero-buttons a.btn-main span,
.hero-buttons a.btn-main div {
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 20px !important;
  text-align: center;
}

.btn-main {
  width: 100% !important;
  height: 90px !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 12px !important;
  transition: transform 0.2s ease;
  position: relative;
  box-sizing: border-box;
  gap: 15px;
}

.btn-main:hover {
  transform: scale(1.02);
}

.btn-main2 {
  width: 70% !important;
  height: 70px !important;
}

.btn-login {
  background: linear-gradient(180deg, #1ba164 0%, #0d4d3a 100%) !important;
  color: #ffffff !important;
  border: 1px solid #1f8a69;
}

.btn-create {
  background: #e0e0e0 !important;
  color: #176e53 !important;
  border: 1px solid #bcbcbc;
}

.lock-icon {
  width: 35px;
  height: 35px;
  flex-shrink: 0;
  color: #ffffff;
}

.btn-text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.btn-main .text-bn {
  font-size: 40px !important;
  font-weight: bold !important;
  line-height: 1.1 !important;
  color: inherit !important;
}

.btn-main2 .text-bn {
  font-size: 26px !important;
}

.btn-main .text-en {
  font-size: 20px !important;
  font-weight: normal !important;
  color: inherit !important;
}

.btn-main2 .text-en {
  font-size: 16px !important;
}

.promo-footer {
  margin-top: 10px;
  color: #ffffff !important;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  opacity: 0.9;
}

.promo-footer span {
  background: none !important;
  padding: 0 !important;
}

.page-top {
  padding: 0 20px;
  color: #fff;
  display: flex;
  flex-direction: column;
  border-top: solid 1px #ffffff;
  align-items: center;
}

.page-top span.hero-description {
  text-align: center;
  background: #4e0404 !important;
  border-radius: 10px 14px 10px 14px !important;
  padding: 20px !important;
  display: block !important;
  width: 100%;
  box-sizing: border-box;
}

.page-top span:not(.text-bn):not(.text-en):not(.flash-icon):not(.hero-description) {
  text-align: center;
  background: #4e0404;
  border-radius: 10px 14px 10px 14px;
  padding: 20px 10px;
}

.page-top a.bonus {
  display: flex;
  width: 166px;
  padding: 10px 20px;
  background: #d5b21b;
  border-radius: 14px;
  margin: 30px 0 15px 0;
  color: white;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.25s ease-out, transform 0.2s ease;
}

.page-top a.bonus:hover {
  background: #e3be17;
  transform: translateY(-2px);
}

.page-top a.bonus img {
  margin: auto 0;
  width: 50px;
  height: 50px;
}

.header {
  font-size: 1.3em;
}

#offers-container {
  display: flex;
  flex-direction: column;
  margin: 20px 0;
  overflow: hidden;
}

.toplist-card {
  display: flex;
  margin-top: 42px;
  border-radius: 12px;
  flex-direction: column;
  background-color: #ffffff;
  border-bottom: 2px solid #afafaf;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.45);
}

.toplist-card-head {
  display: flex;
  justify-content: center;
  padding: 22px 20px;
  height: 89px;
}

.toplist-card-head img {
  width: 300px;
  height: auto;
}

.usp {
  display: flex;
  justify-content: space-around;
  padding: 22px 20px;
  border-bottom: 1px solid #ddd;
  color: #555;
  text-decoration: underline;
  gap: 10px;
}

.offer-container {
  display: flex;
  justify-content: space-around;
  padding: 22px 20px;
}

.reg,
.review {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.reg a,
.review a {
  border-radius: 12px;
}

.reg a.registration {
  display: block;
  width: 219px;
  margin-top: 28px;
  padding: 27px 12px;
  font-size: 1.5em;
  color: #fff;
  background: #d53c3c;
  background-position: 50% 0;
  background-size: 200%;
  box-shadow: 0 5px 10px 0 rgba(6, 8, 15, 0.1), inset 0 0 3px 0#ffdd8f;
  transition: box-shadow 0.3s, text-shadow 0.3s;
}

.review a.registration {
  display: block;
  width: 219px;
  padding: 27px 12px;
  font-size: 1.5em;
  color: #fff;
  background: #181404;
  background-position: 50% 0;
  background-size: 200%;
  box-shadow: 0 5px 10px 0 rgba(6, 8, 15, 0.1), inset 0 0 3px 0#ffdd8f;
  transition: box-shadow 0.3s, text-shadow 0.3s;
}

.reg a.registration:hover,
.review a:hover {
  background-position: 0 0;
  box-shadow: 0 2px 2px 1px rgba(6, 8, 15, 0.1), 0 4px 4px 1px rgba(6, 8, 15, 0.1), 0 8px 8px 1px rgba(6, 8, 15, 0.1),
    0 16px 16px 1px rgba(6, 8, 15, 0.1), 0 32px 32px 1px rgba(6, 8, 15, 0.1), inset 0 0 3px 0#009640;
  text-shadow: 0 1px 3px #0b6c35;
  color: #ffffff;
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

@media (max-width: 750px) {
  .offer-container {
    flex-direction: column;
  }
  .usp {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 13px;
  }
}

@media (min-width: 750px) {
  .reg a.registration {
    margin: 0 50px 0 0;
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .header {
    gap: 100px;
  }
}

body table {
  margin: 25px 0;
  font-size: 13px;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  color: #fdfdfd;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.45);
}

.table-container {
  width: 100%;
  overflow-x: auto;
}

th,
td {
  padding: 15px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

body table tr td img {
  width: 120px;
  min-height: 55px;
}

body table tr td a {
  font-weight: bold;
}

thead tr,
tr th {
  background-color: #023c79;
}

tr {
  background-color: #04284e;
}

#FAQPage .question {
  display: flex;
  justify-content: center;
  background-color: #a6d1ff;
  color: #202020;
  padding: 10px 20px;
  border-radius: 5px;
  margin-bottom: 10px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

#FAQPage .answer {
  display: flex;
  justify-content: center;
  background-color: #04284e;
  padding: 10px 20px;
  border-radius: 5px;
  margin-bottom: 50px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  color: #e2e2e2;
}

footer {
  padding: 50px 0 0 0;
  background-color: #242424;
  bottom: 0;
  width: 100%;
  border-top: 2px solid #999;
  position: relative;
}

footer ul.footer-links,
footer ul.footer-links li {
  padding: 10px 24px;
  text-align: center;
}

footer #footer-content p {
  margin: 0;
  color: #1bac7e;
  font-size: 0.7em;
}

#footer .footer-section h3 {
  text-align: center;
  color: #27b488;
  text-decoration: none;
}
#footer .footer-section a {
  color: #a1a9b1;
}
.footer-partner-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.footer-partner-wrap .partner-item-mobile {
  align-items: center;
  padding-bottom: 39px;
  display: flex;
  flex-direction: column;
  gap: 39px;
}

.footer-partner-wrap .partner-item-mobile .footer-item {
  max-width: 150px;
}

.footer-partner-wrap .partner-simple {
  padding-bottom: 49px;
  display: flex;
  flex-direction: unset;
  align-items: center;
  text-align: center;
  gap: 18px;
}

.footer-partner-wrap .partner-item h3 {
  margin-bottom: 15px;
  color: #fff;
}

.footer-partner-wrap .partner-item img {
  max-width: 67px;
  height: auto;
  padding: 2px;
}

.footer-partner-wrap .footer-section {
  width: 100%;
}

#footerdown {
  font-size: 11.5px;
  letter-spacing: 0.3px;
  opacity: 0.85;
  padding: 10px 0 20px 0;
  text-align: center;
}

figcaption {
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  font-style: italic;
}

@media (min-width: 600px) {
  .footer-partner-wrap {
    flex-direction: inherit;
    justify-content: center;
    align-items: normal;
    flex-wrap: wrap;
  }
  .footer-partner-wrap .footer-section {
    width: 50%;
  }
}

@media (min-width: 1110px) {
  .headup,
  .headup2 {
    justify-content: space-between;
    padding: 0 40px;
  }
  .desktop-menu {
    margin-right: 14px;
    display: flex;
    justify-content: space-around;
  }
  .mobile-menu {
    display: none;
  }
  #logo img,
  #logo2 img {
    padding: 0 20px;
  }
  #logo ul,
  #logo2 ul {
    flex-direction: row;
    gap: 12px;
  }
  .footer-partner-wrap .footer-section {
    width: 25%;
  }
  #footerdown {
    padding: 10px 0;
  }
}

.arrow-up {
  position: fixed;
  right: 7px;
  background-image: url('/img/icon/arrow.svg');
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 998;
  transition: bottom 0.3s ease-out;
  background-color: #ececec;
  border-radius: 14px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: none;
}
