* {
  font-family: Montserrat, sans-serif;
}
header,
nav {
  margin: 0 auto;
}
*,
nav {
  padding: 0;
}
*,
nav ul li:first-child {
  margin: 0;
}
.start-content,
header,
nav ul {
  display: flex;
}
.start-content a,
.start-content h1 {
  align-self: center;
  text-align: center;
}
footer,
header {
  max-width: 1280px;
  background-color: #111525;
  border-radius: 4px;
}
.anchors_section ul,
nav ul li {
  list-style: none;
}
.anchors_section ul li a,
.btn-act a,
body a,
nav ul li a {
  text-decoration: none;
}
.start-content a,
.start-content h1 footer {
  text-align: center;
}
.content table,
table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 4px;
}
* {
  box-sizing: border-box;
}
a {
  color: #fed311;
}
html {
  scroll-behavior: smooth;
}
body {
  padding: 0 15px 20px;
  background: #1b2038;
  color: #fff;
}
p,
li {
  line-height: 24px;
}
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
}
h2 {
  margin: 25px 0;
}
header .auth {
  display: flex;
  align-items: center;
  gap: 15px;
}
header .auth .btn {
  border-radius: 10px;
  padding: 12px 10px;
  display: flex;
  justify-content: center;
  color: #fff;
  font-weight: 600;
}
header .auth .btn-1 {
  background-color: #fed311;
  color: #333;
}
header .auth .btn-2 {
  background-color: #00e914;
  color: #333;
}
.btn-act {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.btn-act a {
  font-size: 14px;
  font-weight: bold;
  border: 1px solid transparent;
  border-radius: 24px;
  background: #ff3a75;
  color: #ffffff;
  padding: 10px 16px;
  margin-left: 15px;
  text-transform: uppercase;
}
.start-content a,
nav ul li:hover {
  background-color: transparent;
}
.start-content h1,
nav ul li {
  text-transform: uppercase;
  color: #3ab2f4;
  font-style: normal;
}
.btn-act a:hover {
  opacity: 0.9;
}
.btn-act a:first-child {
  margin-left: 0;
}
header span {
  cursor: pointer;
  font-size: 19px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
}
nav {
  align-items: center;
  justify-content: space-between;
  max-width: 1100px;
}
nav ul {
  align-items: center;
}
nav ul li {
  padding: 20px 5px;
  font-weight: 400;
  font-size: 12px;
  line-height: 11px;
  transition: 0.3s linear;
  cursor: pointer;
}
nav ul li a {
  padding: inherit;
  color: inherit;
}
.start-content {
  flex-direction: column;
  margin: 14px auto 0;
  padding: 36.5px 10px;
  max-width: 1280px;
  border-radius: 5px;
  background: url(../img/bg.png) center/cover no-repeat;
}
.start-content h1 {
  margin: 0 0 15px;
  max-width: 876px;
  font-weight: 900;
  font-size: 31px;
  line-height: 50px;
}
.start-content h1 span {
  color: #a265ff;
}
.start-content p {
  margin: 0 0 30px;
  max-width: 876px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #fff;
}
.anchors_section ul li a,
.start-content a {
  color: #fff;
  background-color: transparent;
}
.content td,
td {
  padding: 10px;
}
.start-content a:hover {
  background-color: #fff;
  color: #8d48f6;
}
.content {
  margin: 0 auto;
  padding: 54px 0 45px;
  max-width: 1280px;
}
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  margin: 25px 0 15px;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 31px;
  text-align: center;
  text-transform: uppercase;
  color: #3ab2f4;
}
.content h3 {
  font-size: 24px;
}
.content h4,
.content h5,
.content h6 {
  font-size: 20px;
}
.content ol li,
.content p,
.content ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: left;
  color: #fff;
  margin-bottom: 10px;
}
.content ol,
.content p,
.content ul {
  margin: 0 0 25px;
  list-style-position: inside;
}
footer {
  margin: 0 auto;
  padding: 10px 0;
  border-radius: 12px;
}
footer p {
  text-align: center;
}
.content td,
.content tr {
  border: 1px solid #4b30bc;
}
footer small {
  color: #3ab2f4;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 1;
}
tr:nth-child(2n) {
  background-color: #211a3e;
  background-color: var(--tr-even-bck);
}
.content table {
  border-spacing: 0;
  margin-bottom: 25px;
  color: #fff;
  border-radius: 4px;
}
.content td {
  text-align: left;
  font-weight: 400;
}
.anchors_section {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.anchors_section ul li {
  margin-bottom: 8px;
}
.anchors_section ul li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1280px) {
  .content,
  .start-content,
  footer,
  header,
  nav {
    max-width: 1100px;
  }
  header {
    align-items: center;
    justify-content: space-between;
  }
  header ul {
    margin: 0 0 0 50px;
    flex-wrap: wrap;
  }
  header ul li {
    padding: 13px 5px;
  }
}
@media screen and (max-width: 1100px) {
  .content,
  .start-content,
  footer,
  header,
  nav {
    max-width: 800px;
  }
  header {
    padding: 0 10px;
  }
  .content {
    padding: 30px 0;
  }
  footer ul {
    flex-wrap: wrap;
  }
  header ul li {
    padding: 13px 4px;
  }
  footer ul li {
    padding: 13px 5px;
  }
  footer ul li a {
    padding: inherit;
  }
}
@media screen and (max-width: 768px) {
  nav {
    display: none;
  }
  body {
    padding: 0;
  }
  footer,
  header {
    width: 100%;
    max-width: none;
    border-radius: 0;
  }
  header {
    flex-direction: column;
    margin: 0 0 23px;
    padding: 14px 14px 24px;
    border-radius: 0;
  }
  header ul {
    margin: 18.4px 0 0;
    justify-content: center;
  }
  header ul li {
    margin: 0 15px;
    padding: 10px 0;
  }
  header ul li a {
    padding: inherit;
  }
  .content,
  .start-content {
    width: 90%;
  }
  .start-content p {
    width: 80%;
  }
}
@media screen and (max-width: 425px) {
  .start-content h1 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  header {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  header span {
    margin-bottom: 15px;
  }
  nav {
    margin-top: 25px;
  }
  nav ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  nav ul li {
    display: inline-flex;
    padding: 5px;
    margin: 3px;
    border: 1px solid #8d48f6;
  }
  .anchors_section {
    padding: 0 15px;
  }
  .content ol li,
  .content p,
  .content ul li,
  .start-content p {
    font-size: 14px;
    line-height: 1.5;
  }
  .anchors_section ul li a {
    font-size: 12px;
  }
}
table {
  margin: 25px 0 0;
  border-radius: 4px;
}

tbody {
  background: #3f3a79;
  color: #ffffff;
}
td {
  border: 1px solid #000;
  font-size: 14px;
}
td:last-child {
  line-height: 1.5;
}
header span {
  font-size: 28px;
  font-weight: 900;
  color: #ffffff;
  text-transform: uppercase;
}
header span span {
  color: #ffffff;
}
.start-content .goto {
  padding: 15px 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 13px;
  font-size: 14px;
  border: none;
  cursor: pointer;
  transition: 0.5s;
  text-transform: uppercase;
  border-radius: 4px;
  color: #3ab2f4;
  background-color: #3f3a79;
  margin: 25px 0 0;
}
.start-content .goto:hover {
  color: #ff3a75;
}
@media (max-width: 768px) {
  header span {
    margin-bottom: 0;
  }
  header {
    padding: 15px;
  }
  .btn-act a:last-child {
    display: none;
  }
}
.anchors_section ul {
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.anchors_section ul li {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.anchors_section ul li a {
  color: #fff;
  background-color: #3ab2f4;
  padding: 5px;
  text-decoration: none;
}
.anchors_section ul li a:hover {
  text-decoration: none;
}
footer ul {
  list-style: none;
}

/* promocode block styles */

.ramen-bet-block {
  background: #770017;
  background-image: linear-gradient(
    to right,
    #770017,
    #83051d,
    #8f0a23,
    #9b102a,
    #a71631
  );
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  padding: 20px 0;
  margin: 50px 0 20px;
  border-radius: 6px;
}
.ramen-bet-heading {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
.ramen-bet-heading span {
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
}
.ramen-bet-block-wrapper {
  width: calc(800px - 30px);
  margin: 0 auto;
  padding: 0 15px 25px;
}
@media (max-width: 830px) {
  .ramen-bet-block-wrapper {
    width: 100%;
    margin: 0;
    padding: 0 15px 25px;
  }
}
.ramen-bet-unit {
  background: transparent;
  border-radius: 10px;
  border: 2px solid #ffb26b;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  margin: 15px 0;
}

.ramen-bet-caption {
  color: #fff;
  font-weight: bold;
}

.ramen-bet-unit input {
  width: 120px;
  text-align: center;
  border: 0;
  outline: 0;
  border-radius: 6px;
  background: #3e2028;
  border: 1px dashed #ff7a7a;
  color: #9f9094;
  font-weight: bold;
  height: 30px;
}
.ramen-bet-button a {
  display: flex;
  color: #000;
  background: #ffb26b;
  font-size: 13px;
  text-transform: uppercase;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  padding: 12px;
  line-height: 1;
}
.ramen-bet-button a:hover {
  background: #f24463;
  color: #fff;
}
@media (max-width: 450px) {
  .ramen-bet-caption {
    font-size: 13px;
    font-weight: bold;
  }
  .ramen-bet-unit input {
    width: 100px;
  }
}

.ramen-bet-footer-svg-container {
  text-align: center;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.ramen-bet-footer-svg-container img {
  height: 50px;
  width: auto;
  margin: 0 10px;
}

@media (max-width: 768px) {
  .ramen-bet-footer-svg-container img {
    height: 30px;
  }
}

.img-content,
.responsive-img img {
  display: block;
  text-align: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto 25px;
}

.content td,
.content tr,
.main-table td,
.main-table tr,
.main-table th {
  border: 1px solid #e28c00;
  font-size: 14px;
  padding: 16px;
  background: #542c37;
  line-height: 1.5;
  border-radius: 4px;
}
