/* Basic */

:root {
  --dark: #091330;
  --dark-b: #101f4c;
  --grey-ll: #f8fafc;
  --grey-l: #f2f4f7;
  --grey: #5a769e;
  --blue: #0580eb;
  --blue-l: #3897f2;
  --light: #e8ebf7;
  --black: black;
  --white: white;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: transparent;
}

html {
  height: 100%;
}

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

body {
  color: #454545;
  font-family: Wix Madefor Text, sans-serif;
  font-size: 1.125rem;
  line-height: 100%;
}

a {
  color: var(--blue);
  -webkit-transition: color 500ms;
  -o-transition: color 500ms;
  transition: color 500ms;
}

a:hover {
  color: var(--blue-l);
}

/* List */

ul,
ol {
  margin-top: 0;
  margin-bottom: 1.3em;
  padding-left: 30px;
  line-height: 1.6;
  max-width: 100%;
}

li {
  margin-bottom: 0.2em;
}

li::marker {
  color: var(--blue);
  font-size: 0.9em;
}

ul.list--check {
  padding-left: 12px;
}

ul.list--check li {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-left: 0;
  grid-column-gap: 8px;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
}

ul.list--check li:before {
  content: "";
  width: 16px;
  height: 14px;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  top: 5px;
  background: url("../images/icn--check.svg") no-repeat;
}

ul.list--panels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 12px;
}

ul.list--panels li {
  border: 1px solid #e4e7eb;
  border-radius: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32%;
  flex: 0 0 32%;
  padding: 20px;
}

ol > li::marker {
  color: var(--blue);
  font-size: 1.1em;
}

ul li:last-child,
ol li:last-child {
  margin-bottom: 0;
}

table ul,
table ol {
  padding-left: 20px;
}

ol ul li {
  list-style-type: disc;
}

/* Typography */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 1em;
  margin-bottom: 1em;
  color: #000;
  letter-spacing: -0.02em;
  font-family: Wix Madefor Display, sans-serif;
  font-weight: 700;
  line-height: 120%;
}

h1 {
  font-size: 3.44rem;
  margin: 0;
}

h2 {
  font-size: 2.63rem;
  scroll-margin-top: 160px; /* Adjust for smooth scrolling */
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.75rem;
}

h5 {
  font-size: 1.5rem;
}

h6 {
  font-size: 1.25rem;
}

h2:first-child,
h3:first-child {
  margin-top: 0;
}

h2 + h3 {
  margin-top: 0.5em;
}

h2 + h4 {
  margin-top: 0.7em;
}

p {
  color: #454545;
  margin-top: 0;
  margin-bottom: 1em;
  font-family: Wix Madefor Text, sans-serif;
  font-weight: 400;
  line-height: 160%;
}

p:last-child {
  margin-bottom: 0;
}

/* Table */

table {
  background-color: #fff;
  border-radius: 16px;
  margin-bottom: 70px;
  -webkit-box-shadow: 0 0 5px #0580eb1a;
  box-shadow: 0 0 5px #0580eb1a;
  line-height: 1.6;
  margin-top: 32px;
  margin-bottom: 20px;
  width: 100%;
  overflow-x: auto;
}

li table {
  margin-top: 24px;
}

tbody,
tr {
  width: 100%;
}

th,
td {
  min-width: 100%;
}

th {
  border-style: none none solid;
  border-width: 2px;
  border-color: var(--blue);
  color: #000;
  padding: 24px;
  font-weight: 600;
  text-align: left;
  vertical-align: middle;
}

td {
  border-style: none none solid;
  border-width: 1px;
  border-color: #e3e8ed;
  padding: 24px;
  vertical-align: top;
}

tr:last-child td {
  border-bottom: none;
}

.table-c1-nw td:first-child {
  text-wrap: nowrap;
}

/* Layout */

.section {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-top: 90px;
  padding-bottom: 110px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.section.hero-bg {
  background-color: var(--dark);
  background-image: url("../images/circles.svg"), url("../images/circles.svg"), url("../images/bg-noise.png");
  background-position: -1200px -1200px, 800px 296px, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 1800px, 1300px, auto;
  background-attachment: scroll, scroll, scroll;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
}

.section.hero {
  padding-top: 150px;
  padding-bottom: 100px;
}

.section.section--grey {
  background-color: var(--grey-ll);
}

.section.section--blue {
  background-color: var(--blue);
  background-image: url("../images/circles-l--l.svg"), url("../images/circles-l--l.svg"), url("../images/bg-noize-b.png");
  background-position: -1200px -1100px, 800px 300px, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: auto, auto, 100px 100px;
  padding-top: 100px;
}

.section.section--pt-s {
  padding-top: 50px;
}

.section.footer {
  background-color: var(--dark);
  color: var(--grey);
  padding-top: 58px;
  padding-bottom: 58px;
  font-size: 0.9em;
}

.container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  max-width: 1080px;
  padding-left: 80px;
  padding-right: 80px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.container--wide {
  max-width: 1200px;
}

.container.container--stretch {
  max-width: none;
  padding-left: 80px;
  padding-right: 80px;
}

.container.container--grey {
  background-color: var(--grey-ll);
  border-radius: 16px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.container.container--white {
  background-color: #fff;
  border-radius: 16px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.row {
  grid-column-gap: 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.row.row--mb-l {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 70px;
}

.column {
  grid-row-gap: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.column.column--33 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
}

.column.header-col-1 {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-flex-negative: 2;
  flex-shrink: 2;
}

.column.header-col-2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 36px;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/* Buttons */

.button {
  grid-column-gap: 10px;
  border-radius: 50px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.1em 2.1em;
  font-family: Wix Madefor Display, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
}

button:hover {
  color: inherit;
}

.button:after {
  content: "";
  background: #fff;
  position: absolute;
  inset: 0%;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
  z-index: 0;
}

.button:hover:after {
  opacity: 0.1;
}

.button.button--blue {
  background-image: -o-linear-gradient(left, var(--blue), var(--blue-l) 100%, #3b98f2);
  background-image: -webkit-gradient(linear, left top, right top, from(var(--blue)), color-stop(100%, var(--blue-l)), to(#3b98f2));
  background-image: linear-gradient(90deg, var(--blue), var(--blue-l) 100%, #3b98f2);
}

.button.button--blue.center {
  max-width: 100%;
  padding-left: 3em;
  padding-right: 3em;
  margin-top: 32px;
}

.button.button--blue.button--header {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.button.button--white {
  background-image: -o-linear-gradient(left, var(--light), white);
  background-image: -webkit-gradient(linear, left top, right top, from(var(--light)), to(white));
  background-image: linear-gradient(90deg, var(--light), white);
  color: var(--dark);
  -webkit-text-stroke-color: var(--dark);
}

.button--blue {
  grid-column-gap: 10px;
  color: #fff;
  background-image: -o-linear-gradient(left, #0580eb, #3b98f2);
  background-image: -webkit-gradient(linear, left top, right top, from(#0580eb), to(#3b98f2));
  background-image: linear-gradient(90deg, #0580eb, #3b98f2);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.button--blue:hover {
  color: #fff;
}

.button--popup {
  display: none;
}

/* Hero */

.hero-bg {
  background-color: #161f37;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: none;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hero-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  width: 100%;
  height: 100px;
  text-decoration: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
  opacity: 0;
  z-index: 1000;
}

.hero-header.bg-dark {
  background: var(--dark);
}

.hero-header.visible {
  opacity: 1;
}

.hero-header.button {
  padding: 1.2em 3em;
}

.logo-1xbet {
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 120px;
  height: auto;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav-ink {
  color: #fff;
  margin-bottom: 0;
  font-family: Wix Madefor Display, sans-serif;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
  text-wrap: nowrap;
}

.header-logo {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  align-self: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-nav {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  z-index: 2;
}

.popup-bg {
  background-color: #191d22e0;
  position: fixed;
  inset: 0%;
  right: 100%;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
  z-index: 1;
}

.popup-bg.visible {
  right: 0;
  opacity: 100;
}

.hero-content {
  grid-row-gap: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.h1--white {
  color: #fff;
}

/* Icons */

.icn {
  background-image: url("../images/icn-burger.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.icn.icn--arrow {
  background-image: url("../images/icn-arrow.svg");
  width: 22px;
  height: 16px;
}

.icn.icn--burger-white {
  background-image: url("../images/icn-burger-white.svg");
}

.icn.icn--close {
  background-image: url("../images/icn--close.svg");
  position: absolute;
  top: 26px;
  left: 20px;
  width: 26px;
  height: 26px;
}

.icn.icn--arrow-down {
  background-image: url("../images/icn-arrow-down.svg");
  background-position: 0 0;
  background-size: contain;
  width: 17px;
  height: 11px;
}

.icn.burger {
  width: 50px;
  display: none;
}

.headline--icn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 0.5em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.headline--icn:before {
  content: "";
  display: block;
  background-image: url("../images/icn--hl-1.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1em;
  height: 1em;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.headline--icn--2:before {
  width: 1.15em;
  background-image: url("../images/icn--hl-2.svg");
}

.headline--icn--3:before {
  background-image: url("../images/icn--hl-3.svg");
}

.headline--icn--4:before {
  width: 1.1em;
  background-image: url("../images/icn--hl-4.svg");
}

.headline--icn--5:before {
  width: 1.1em;
  background-image: url("../images/icn--hl-5.svg");
}

.headline--icn--6:before {
  background-image: url("../images/icn--hl-6.svg");
}

/* Footer */

.footer-logo {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav-ink.footer-nav-link {
  color: var(--dark);
  padding-left: 0;
  font-size: 1rem;
  text-decoration: underline;
}

.nav-list.footer-nav-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-nav {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-content {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.logo-1xbet---footer {
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 120px;
  height: 34.2466px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Table of Content */

.toc {
  background-color: var(--grey-l);
  -webkit-box-shadow: none;
  box-shadow: none;
  color: var(--black);
  border-radius: 16px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-top: 36px;
  margin-bottom: 40px;
  padding: 34px 30px 30px 30px;
  font-weight: 500;
  text-decoration: none;
}

.toc-item {
  color: #000;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 400;
  text-decoration: none;
  list-style-type: decimal;
}

.toc-item:last-child {
  padding-bottom: 0;
}

.toc-title {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.toc-nav {
  border-top: 1px solid var(--grey-l);
  margin-top: 16px;
  margin-bottom: 0;
  padding-left: 58px;
  padding-right: 24px;
  text-decoration: none;
  list-style-type: decimal;
  display: none;
}

.nav-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-nav a {
  color: #fff;
  text-decoration: none;
}

.toc-link {
  color: #000;
  text-decoration: none;
}

/* Additional */

strong {
  color: #000;
  font-weight: 700;
}

.blue {
  color: var(--blue);
}

h1 .blue {
  font-weight: 800;
}

.center {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.section-img {
  margin-top: -24px;
  margin-bottom: 30px;
}

/* Evaluation list */

.evaluation-list {
  margin-top: 24px;
  margin-bottom: 40px;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-row-gap: 24px;
}

.evaluation-card {
  grid-row-gap: 18px;
  background-color: #fff;
  border-radius: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 40px 36px 36px 36px;
  line-height: 160%;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 2px 10px #e8edf2;
  box-shadow: 0 2px 10px #e8edf2;
}

.evaluation-card--fs {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.evaluation-card--sn {
  margin-top: 18px;
  margin-bottom: 30px;
}

.evaluation-card__title {
  color: #000;
  grid-row-gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  font-family: Wix Madefor Text, sans-serif;
  font-size: 1.36rem;
  font-weight: 600;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.evaluation-rate {
  grid-column-gap: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.evaluation-rate-score {
  color: #000;
  font-size: 1.5rem;
  font-weight: 600;
}

.evaluation-rate-bars {
  width: 98px;
  height: 34px;
}

.evaluation-rate-bars.evaluation-rate-bars--8 {
  background: url("../images/rate-bar--8.svg");
}

.evaluation-rate-bars.evaluation-rate-bars--9 {
  background: url("../images/rate-bar--9.svg");
}

.icn--ev {
  width: 34px;
}

.icn.icn--ev-1 {
  background-image: url("../images/icn--ev-1.svg");
}

.icn.icn--ev-2 {
  background-image: url("../images/icn--ev-2.svg");
}

.icn.icn--ev-3 {
  background-image: url("../images/icn--ev-3.svg");
}

.icn.icn--ev-4 {
  background-image: url("../images/icn--ev-4.svg");
}

.icn.icn--ev-5 {
  background-image: url("../images/icn--ev-5.svg");
}

.hidden-desktop {
  display: none;
}

/* Coupon */

.coupon {
  background-color: var(--blue);
  background-image: url("../images/circles-l.svg"), url("../images/circles-l.svg"), url("../images/bg-noize-b.png");
  background-position: 350% 20%, -242% 120%, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: auto, auto, 100px 100px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: 38px;
  margin-bottom: 30px;
}

.coupon-col-1 {
  grid-row-gap: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 55px 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.coupon-promo {
  grid-column-gap: 2px;
  color: #fff;
  text-transform: uppercase;
  -webkit-box-flex: 0;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.8rem;
  font-weight: 400;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
}

.coupon-promo-code {
  background-color: var(--dark-b);
  letter-spacing: 0.1em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 5px;
  margin-bottom: 2px;
  padding: 7px 5px;
  font-size: 1.2em;
  font-weight: 600;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shadow-sharp-d {
  grid-column-gap: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 3px 3px #000;
  box-shadow: 3px 3px #000;
}

.coupon-col-2 {
  grid-row-gap: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 55px 65px 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.coupon-bonus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 12px;
  color: #fff;
  letter-spacing: -0.03em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Wix Madefor Display, sans-serif;
  font-weight: 800;
  line-height: 1;
  text-wrap: nowrap;
  text-shadow: 3px 3px 0 var(--dark-b);
}

.coupon-percent {
  font-size: 2.2rem;
}

.coupon-sum {
  font-size: 4.5rem;
  display: inline-block;
  text-align: center;
  line-height: 1;
  margin-top: 6px;
}

.coupon-text {
  color: #ffffffd9;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.coupon-text b {
  color: #fff;
  text-wrap: nowrap;
}

.coupon-title {
  grid-row-gap: 11px;
  color: #fff;
  letter-spacing: -0.03em;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Wix Madefor Display, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 150%;
}

.bg-d {
  background-color: var(--dark);
  margin-right: 0.2em;
  padding: 0.2em 0.2em 0.25em;
  font-weight: 700;
  line-height: 100%;
  display: inline-block;
}

.coupon-cutter {
  background-image: url("../images/cutter.svg");
  background-position: 0% 1px;
  background-repeat: repeat-y;
  background-size: 3px 13px;
  width: 4px;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.coupon-cutter.coupon-cutter-r {
  background-image: url("../images/cutter-r.svg");
  background-position: 100% 1px;
  inset: 0% 0% 0% auto;
}

.coupon-dash {
  background-image: url("../images/coupon-dash.svg");
  background-position: 50% 0;
  background-repeat: repeat-y;
  background-size: auto;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  width: 3px;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.coupon-button {
  width: 100%;
  max-width: 320px;
  background: #fff;
  text-wrap: nowrap;
}

.coupon-logo {
  background-image: url("../images/1xbet-logo-bg.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 80px;
  height: 35px;
  position: absolute;
  inset: auto 30px 25px auto;
}

@media screen and (min-width: 1600px) {
  .section.hero-bg {
    min-height: 900px;
  }
}

@media screen and (max-width: 1279px) {
  .section.hero-bg {
    min-height: auto;
  }
}

/* Responsive */

@media screen and (max-width: 1024px) {
  h1 {
    font-size: 2.63rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 1.88rem;
  }

  h4 {
    font-size: 1.63rem;
  }

  h5 {
    font-size: 1.5rem;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.hero-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.hero {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 170px;
    padding-bottom: 50px;
  }

  .section.hero img {
    width: 500px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .section.section--blue {
    padding-top: 60px;
    background-position: -1250px -1050px, 300px 500px, 0 0;
  }

  .container,
  .container.container--stretch {
    padding-left: 50px;
    padding-right: 50px;
  }

  .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }

  .row.row--mb-l {
    margin-bottom: 50px;
  }

  .row.row--m-r {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
  }

  .header-col-1 {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: fixed;
    left: -90%;
    top: 0;
    width: 85%;
    height: 100%;
    -webkit-transition: left 0.5s ease;
    -o-transition: left 0.5s ease;
    transition: left 0.5s ease;
    background-color: var(--blue);
    padding: 150px 50px 50px 50px;
    z-index: 1000;
  }

  .header-nav.visible {
    left: 0;
  }

  .header-nav ul {
    padding: 0;
  }

  .button {
    padding: 1.2em 2.4em;
    font-size: 1.06rem;
  }

  .button.button--blue {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .button.button--blue.center {
    padding-left: 3.5em;
    padding-right: 3.5em;
    margin-top: 12px;
  }

  .button.button--blue.button--popup {
    background-image: none;
    border: 2px solid #fff;
    padding: 1em 1.5em;
    width: 100%;
  }

  .button.button--blue.button--header {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .button--popup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .nav-ink {
    background-color: var(--blue);
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header-logo {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .hero-content {
    grid-row-gap: 55px;
    padding-bottom: 24px;
  }

  table {
    margin-bottom: 24px;
  }

  th,
  td {
    padding: 20px;
  }

  .table-c1-nw td:first-child {
    text-wrap: wrap;
  }

  .toc {
    padding: 24px;
  }

  .toc-nav {
    padding-bottom: 0;
    padding-left: 59px;
    padding-right: 20px;
  }

  .image {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    width: 360px;
  }

  .nav-list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--blue);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .burger.icn.icn--burger-white {
    z-index: 10;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    display: block;
    position: relative;
  }

  .container.container--grey {
    width: 90%;
  }

  .container.container--white {
    width: 90%;
    padding: 50px;
  }

  .section-img {
    margin-top: -24px;
    margin-bottom: 16px;
  }

  .evaluation-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }

  .hidden-desktop {
    display: block;
  }

  .coupon {
    background-position: -400% -100%, 500% 300%, 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }

  .coupon-col-1 {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 65px;
  }

  .coupon-col-2 {
    width: 100%;
    padding-bottom: 60px;
  }

  .coupon-cutter,
  .coupon-cutter.coupon-cutter-r {
    z-index: 100;
  }

  .coupon-dash {
    z-index: 1;
    background-image: url("../images/coupon-dash-g.svg");
    background-position: 0%;
    background-repeat: repeat-x;
    background-size: contain;
    width: 100%;
    height: 3px;
    inset: 0% 0% auto;
  }

  .coupon-logo {
    top: 25px;
    bottom: auto;
  }

  ul.list--panels li {
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
  }
}

@media screen and (max-width: 767px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-top: 0.8em;
    margin-bottom: 0.6em;
  }

  h1 {
    font-size: 2.2rem;
  }

  h2 {
    font-size: 1.8rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.36rem;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  p {
    margin-bottom: 16px;
  }

  ul,
  ol {
    margin-bottom: 12px;
    padding-left: 18px;
  }

  ul.list--check {
    padding-left: 2px;
  }

  ul.list--check li {
    grid-column-gap: 4px;
  }

  ul.list--check li:before {
    width: 14px;
    height: 12px;
    background-size: contain;
    margin-right: 2px;
  }

  ul.list--panels {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 7px;
  }

  ul.list--panels li {
    width: 100%;
  }

  li table {
    margin-top: 12px;
  }

  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.hero-header {
    height: 80px;
  }

  .section.hero {
    padding-top: 110px;
  }

  .section.section--blue {
    padding-top: 50px;
    background-position: -800px -700px, -90px 900px, 0 0;
    background-size: 1200px, 1200px, 100px 100px;
  }

  .container {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.container--stretch {
    padding-left: 20px;
    padding-right: 20px;
  }

  .row.row--m-r {
    grid-column-gap: 0px;
  }

  .column.header-col-1 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .button {
    padding: 1.1em 2em;
    font-size: 1rem;
  }

  .button.button--blue.center {
    width: 280px;
    max-width: none;
  }

  .button.button--blue.button--header {
    font-size: 1rem;
  }

  .logo-1xbet {
    width: 90px;
  }

  .nav-ink {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .header-logo {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .header-nav {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding: 90px 30px 30px 20px;
  }

  .header-nav .nav-ink {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero-content {
    grid-row-gap: 24px;
    padding-bottom: 36px;
  }

  .body {
    font-size: 1.06rem;
  }

  .image {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    top: 60px;
  }

  .burger {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .logo-1xbet---footer {
    width: 90px;
  }

  table {
    margin-bottom: 18px;
    margin-top: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  th,
  td {
    padding: 12px;
  }

  .section-img {
    margin-top: -20px;
    margin-bottom: 16px;
  }

  .container.container--white {
    padding: 32px 24px 34px;
  }

  .evaluation-list {
    margin-top: 12px;
    margin-bottom: 28px;
    grid-row-gap: 16px;
  }

  .evaluation-card {
    grid-row-gap: 14px;
    padding: 32px 24px 28px;
  }

  .evaluation-card--sn {
    margin-bottom: 24px;
  }

  .evaluation-card__title {
    grid-row-gap: 17px;
  }

  .coupon {
    margin-top: 30px;
    background-position: -100% -100%, 200% 400%, 0 0;
  }

  .coupon-col-1 {
    grid-row-gap: 24px;
    padding: 38px 30px 40px;
  }

  .coupon-promo {
    padding-bottom: 0;
  }

  .coupon-col-2 {
    grid-row-gap: 18px;
    padding: 75px 35px 38px;
    font-size: 0.8rem;
  }

  .coupon-percent {
    font-size: 2em;
  }

  .coupon-bonus {
    grid-row-gap: 9px;
  }

  .coupon-text {
    font-size: 18px;
  }

  .coupon-logo {
    top: 20px;
    right: 20px;
  }

  .text-block {
    font-size: 30px;
    line-height: 130%;
  }

  .toc {
    margin-top: 16px;
    margin-bottom: 34px;
  }

  .toc-nav {
    margin-top: 12px;
    padding-left: 20px;
    padding-bottom: 5px;
  }
}

@media screen and (max-width: 479px) {
  .row.row--m-r {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column.header-col-1 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .column.header-col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
  }

  .button.button--blue.button--header {
    padding: 1em 1.8em;
    font-size: 0.9rem;
  }

  .logo-1xbet {
    width: 86px;
  }

  .burger.icn.icn--burger-white {
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
    flex: 0 auto;
    width: 30px;
    height: 24px;
  }

  .logo-1xbet---footer {
    width: 86px;
  }

  .coupon {
    background-position: 0 -50%, 200% 400%, 0 0;
  }
}

@media screen and (max-width: 359px) {
  .button--header {
    display: none;
  }
}

.pd-0 {
  padding: 0;
}

ul:last-child,
ol:last-child {
  margin-bottom: 0;
}

/* Inner Page */

.header {
  background-color: var(--dark);
  background-image: url("../images/circles.svg"), url("../images/circles.svg"), url("../images/bg-noise.png");
  background-position: -1200px -1200px, 800px 296px, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 1800px, 1300px, auto;
  background-attachment: scroll, scroll, scroll;
  justify-content: flex-start;
  padding: 20px 0;
  position: sticky;
  z-index: 1000;
  top: 0;
}

.nav-ink a {
  position: relative;
}

.nav-ink a:after {
  content: "";
  width: 100%;
  height: 2px;
  background: var(--blue);
  display: block;
  position: absolute;
  bottom: -7px;
  opacity: 0;
  width: 0;
  transition-property: width, opacity;
  transition-duration: 0.5s, 1s;
}

.nav-ink.active a {
  font-weight: 700;
}

.nav-ink a:hover:after,
.nav-ink.active a:after {
  opacity: 1;
  width: 100%;
}

h1.inner-page__title {
  margin-bottom: 1.5rem;
}

h1.inner-page__title span.blue {
  font-weight: 700;
}

.inner-page__img {
  margin-bottom: 3rem;
}

.inner-page .toc {
  margin-bottom: 1rem;
}

.inner-page .button + .toc {
  margin-top: 3.6rem;
  margin-bottom: 1.8rem;
}

.inner-page .button + h2 {
  margin-top: 4rem;
}

@media screen and (max-width: 1024px) {
  .inner-page {
    padding: 4rem 0 5rem;
  }
  
  .inner-page .button + .toc {
    margin-top: 2.5rem;
  }

  .inner-page .button + h2 {
    margin-top: 3.6rem;
  }
}

@media screen and (max-width: 767px) {
  .header {
    height: 80px;
    padding: 17px 0;
  }

  .inner-page {
    padding: 1rem 0 4rem;
  }

  h1.inner-page__title {
    margin-bottom: 2rem;
  }

  .inner-page__img {
    margin-bottom: 2rem;
  }

  .inner-page .button + .toc {
    margin-top: 2rem;
  }

  .inner-page .button + h2 {
    margin-top: 3rem;
  }
}
