html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  text-decoration: none;
  color: inherit;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

button {
  letter-spacing: normal;
  white-space: nowrap;
  text-transform: none;
  cursor: pointer;
  background-color: transparent;
  border: none;
  padding: 0;
}

*,
*:after,
*:before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

fieldset,
img {
  border: 0;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-size: 100%;
  border: none;
}

input,
button,
textarea,
select {
  outline: none;
}

img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

a,
input[type=submit],
button,
a:before,
a:after,
button:before,
button:after,
a > *,
button > * {
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

ol,
ul {
  list-style: none;
}

:root {
  --primary-bg-color: #294f56;
  --secondary-bg-color: #1f3c41;
  --third-bg-color: #2a5056;
  --tertiary-bg-color: #41af5a;
  --quaternary-bg-color: #ffffff;
  --quinary-bg-color: #33626b;
  --download-bg-color: #4141af;
  --primary-text-color: #ffffff;
  --secondary-text-color: #000000;
  --tertiary-text-color: #34626b;
  --quinary-text-color: #276aa5;
  --quaternary-text-color: #41af5a;
  --primary-btn-color: #7eac2f;
  --primary-btn-hover-color: #151f38;
  --secondary-btn-color: #23272e;
  --secondary-btn-hover-color: #7eac2f;
  --primary-text-hover-color: #41af5a;
  --primary-box-shadow: 0 0 200px 0 rgba(78, 165, 34, 0.3);
  --primary-transition: 0.2s ease-in-out;
  --secondary-transition: 0.4s ease-in-out;
}

/* Roboto-Regular */
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* Roboto-Medium */
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Roboto-Medium.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* Roboto-Bold */
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Roboto-Bold.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
* {
  -webkit-tap-highlight-color: transparent;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--primary-text-color);
  background-color: var(--secondary-bg-color);
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
}
body.no-scroll {
  overflow: hidden;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px var(--quaternary-bg-color) inset !important;
  -webkit-text-fill-color: var(--secondary-text-color) !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

section {
  scroll-margin-top: 80px;
}

p {
  color: #073224;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}

h2 {
  color: var(--primary-text-color);
  font-family: Roboto;
  font-weight: 700;
  font-size: 32px;
  line-height: normal;
  font-weight: 700;
  text-transform: uppercase;
  padding: 12px 16px;
  border-radius: 12px;
  background: linear-gradient(0deg, #c80362 0%, rgba(200, 3, 98, 0.6) 100%);
}
@media (max-width: 650px) {
  h2 {
    font-size: 24px;
  }
}
@media (max-width: 450px) {
  h2 {
    font-size: 22px;
  }
}

h3 {
  font-weight: 700;
  font-size: 26px;
  line-height: normal;
  color: #073224;
}
@media (max-width: 650px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: normal;
}
@media (max-width: 450px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
}

ul:not([class]),
ol:not([class]) {
  margin: 0 0 20px 0;
  padding-left: 24px;
  color: var(--primary-text-color);
  font-size: 16px;
  line-height: 1.6;
}
ul:not([class]):last-child,
ol:not([class]):last-child {
  margin-bottom: 0;
}
ul:not([class]) li,
ol:not([class]) li {
  margin-bottom: 12px;
}
ul:not([class]) li:last-child,
ol:not([class]) li:last-child {
  margin-bottom: 0;
}
ul:not([class]) li p,
ol:not([class]) li p {
  margin: 0;
}

ol:not([class]) {
  list-style-type: decimal;
}

ul:not([class]) {
  list-style-type: disc;
}

.mt-8 {
  margin-top: 8px;
}

.mt-12 {
  margin-top: 12px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-20 {
  margin-top: 20px;
}

.mr-8 {
  margin-right: 8px;
}

.relative {
  position: relative;
}
.relative > h2,
.relative > h3,
.relative > p {
  color: var(--primary-text-color);
}

.center {
  text-align: center !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.buttons {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  max-width: 180px;
  min-height: 42px;
  font-weight: 400;
  font-size: 14px;
  background-color: var(--tertiary-bg-color);
  color: var(--primary-text-color);
  line-height: normal;
  border: 1px solid var(--tertiary-bg-color);
  padding: 4px 16px;
  border-radius: 8px;
  white-space: nowrap;
  text-transform: uppercase;
  overflow: hidden;
  transition: transform var(--primary-transition), box-shadow var(--primary-transition);
  z-index: 1;
}
.buttons::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: radial-gradient(circle, rgba(126, 172, 47, 0.4) 0%, transparent 70%);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width var(--secondary-transition), height var(--secondary-transition);
  z-index: -1;
}
.buttons:hover, .buttons:active, .buttons:focus {
  background-color: var(--primary-btn-hover-color);
  transform: translateY(-2px);
  box-shadow: var(--primary-box-shadow);
}
.buttons:hover::before, .buttons:active::before, .buttons:focus::before {
  width: 300px;
  height: 300px;
}
.buttons:active {
  transform: translateY(0);
  box-shadow: 0 0 100px 0 rgba(78, 165, 34, 0.2);
}
.buttons--fix-size {
  max-width: -moz-max-content;
  max-width: max-content;
}
@media (max-width: 450px) {
  .buttons--fix-size {
    margin-left: auto;
    margin-right: auto;
  }
}

.secondbuttons {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  max-width: 150px;
  min-height: 42px;
  font-weight: 400;
  font-size: 14px;
  background-color: var(--tertiary-bg-color);
  color: var(--primary-text-color);
  line-height: normal;
  border: 1px solid var(--tertiary-bg-color);
  padding: 4px 16px;
  border-radius: 8px;
  margin-top: 24px;
  white-space: nowrap;
  text-transform: uppercase;
  overflow: hidden;
  transition: transform var(--primary-transition), box-shadow var(--primary-transition);
  z-index: 1;
}
.secondbuttons::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: radial-gradient(circle, rgba(126, 172, 47, 0.4) 0%, transparent 70%);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width var(--secondary-transition), height var(--secondary-transition);
  z-index: -1;
}
.secondbuttons:hover, .secondbuttons:active, .secondbuttons:focus {
  background-color: var(--primary-btn-hover-color);
  transform: translateY(-2px);
  box-shadow: var(--primary-box-shadow);
}
.secondbuttons:hover::before, .secondbuttons:active::before, .secondbuttons:focus::before {
  width: 300px;
  height: 300px;
}
.secondbuttons:active {
  transform: translateY(0);
  box-shadow: 0 0 100px 0 rgba(78, 165, 34, 0.2);
}
.secondbuttons--fix-size {
  max-width: -moz-max-content;
  max-width: max-content;
}
@media (max-width: 450px) {
  .secondbuttons--fix-size {
    margin-left: auto;
    margin-right: auto;
  }
}

.bold-16 {
  font-weight: 700;
  font-size: 16px;
}

.title-list {
  font-weight: 700;
  font-size: 16px;
}

.text-color-primary {
  color: var(--primary-text-color);
}

.container {
  padding: 0 8px;
  max-width: 1600px;
  margin: 0 auto;
}

@media (min-width: 1632px) {
  .cover {
    padding-left: calc(50% - 800px);
    padding-right: calc(50% - 800px);
  }
}

.is-submitting {
  pointer-events: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.background {
  display: block !important;
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1050px) {
  .background img {
    -o-object-position: 90%;
       object-position: 90%;
  }
}
@media (max-width: 850px) {
  .background__fill {
    padding: 16px 12px;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background: rgba(13, 94, 73, 0.75);
    border-radius: 12px;
  }
}

.bg-img-block {
  position: relative;
  border-radius: 8px;
  padding: 16px;
  overflow: hidden;
}
@media (max-width: 450px) {
  .bg-img-block {
    margin-left: -16px;
    margin-right: -16px;
    border-radius: 0;
  }
}

.main {
  position: relative;
  padding: 58px 8px 0;
  overflow-x: clip;
}
@media (max-width: 1050px) {
  .main {
    padding: 72px 10px 0 10px;
  }
}
@media (max-width: 650px) {
  .main {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.main__wrap {
  display: flex;
}
@media (max-width: 1050px) {
  .main__wrap {
    display: block;
  }
}
.main__content {
  position: relative;
  flex: 1 1 1;
  margin-left: 8px;
}
@media (max-width: 1050px) {
  .main__content {
    margin-left: 0 !important;
    padding-top: 0;
  }
}

.section {
  position: relative;
  margin-bottom: 20px;
  padding: 20px;
  background: var(--quaternary-bg-color);
  color: var(--primary-text-color);
  border-radius: 8px;
}
@media (max-width: 1050px) {
  .section {
    border-right: none;
    border-left: none;
  }
}
@media (max-width: 450px) {
  .section {
    padding: 20px 16px;
  }
}
.section h2,
.section h3,
.section h4,
.section h5 {
  text-transform: uppercase;
}

.banner {
  margin-bottom: 20px;
  position: relative;
  padding: 35px 100px;
  min-height: 360px;
  display: flex;
  align-items: center;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 1050px) {
  .banner {
    padding: 40px 60px;
  }
}
@media (max-width: 850px) {
  .banner {
    padding: 40px 60px;
  }
}
@media (max-width: 650px) {
  .banner {
    padding: 40px 40px;
  }
}
@media (max-width: 450px) {
  .banner {
    padding: 40px 12px;
  }
}
.banner h2 {
  background: none;
  padding: 0;
}
.banner__wrap {
  position: relative;
  max-width: 765px;
  text-align: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 850px) {
  .banner__wrap {
    margin: 0 auto;
    width: auto;
    text-align: center;
    align-items: center;
  }
}
@media (max-width: 450px) {
  .banner__wrap {
    align-items: center;
  }
}
.banner__wrap span {
  font-family: Roboto;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  background: linear-gradient(90deg, #ffc700 0%, #ff8a00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media (max-width: 1400px) {
  .banner__wrap span {
    font-size: 24px;
    margin-bottom: 4px;
  }
}
.banner__title {
  font-weight: 700;
  font-size: 45px;
  text-transform: uppercase;
  line-height: normal;
}
@media (max-width: 1400px) {
  .banner__title {
    font-size: 42px;
  }
}
@media (max-width: 1050px) {
  .banner__title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .banner__title {
    font-size: 32px;
  }
}
@media (max-width: 850px) {
  .banner__subtitle {
    justify-content: center;
  }
}
@media (max-width: 450px) {
  .banner__subtitle {
    margin-top: 4px;
    font-size: 26px;
    align-items: center;
  }
  .banner__subtitle > span {
    font-size: 22px;
  }
}
@media (max-width: 450px) {
  .banner__text {
    text-align: center;
  }
}
.banner__button {
  margin-top: 24px;
}
@media (max-width: 1050px) {
  .banner__background img {
    -o-object-position: 80%;
       object-position: 80%;
  }
}

@media (max-width: 1050px) {
  .overlay-table::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.45);
  }
}

@media (max-width: 850px) {
  .overlay-mob::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
  }
}

@media (max-width: 1050px) {
  .info table th:first-child {
    width: auto;
  }
}

.header {
  position: fixed;
  padding-left: 0;
  z-index: 10;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  min-height: 52px;
  max-height: 52px;
  background: var(--primary-bg-color);
  color: #fff;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
@media (min-width: 1632px) {
  .header.container {
    max-width: none;
  }
}
.header__container {
  padding: 0 8px;
  display: flex;
  align-items: center;
  min-width: 100%;
}
@media (max-width: 350px) {
  .header__container {
    padding-right: 0;
  }
}
.header__logo {
  min-width: 150px;
  display: flex;
  height: 100%;
}
@media (max-width: 450px) {
  .header__logo {
    min-width: auto;
    margin-right: 16px;
  }
}
@media (max-width: 350px) {
  .header__logo {
    margin-right: 14px;
  }
}

.nav {
  margin-left: 110px;
  width: 100%;
  display: flex;
}
@media (max-width: 1050px) {
  .nav {
    margin-left: 40px;
  }
}
@media (max-width: 850px) {
  .nav {
    position: fixed;
    top: 52px;
    left: 0;
    width: 100%;
    height: 100%;
    margin-left: 0;
    padding: 40px 20px 20px 20px;
    background-color: var(--primary-bg-color);
    align-items: center;
    flex-direction: column;
    transform: translateX(100%);
    transition: transform var(--secondary-transition);
    z-index: 99;
  }
  .nav.is-active {
    transform: translateX(0);
  }
}
.nav ul {
  padding: 0 4px;
  list-style: none;
  display: flex;
  border-radius: 8px;
}
@media (max-width: 850px) {
  .nav ul {
    margin-left: 0;
    flex-direction: column;
    text-align: center;
    font-size: 24px;
    gap: 0;
    background-color: transparent;
  }
}
.nav > .nav__buttons {
  display: none;
}
@media (max-width: 750px) {
  .nav .nav__buttons {
    display: flex;
    justify-content: center;
    margin-left: 0;
    gap: 12px;
    flex-direction: column;
    min-width: 220px;
  }
  .nav .nav__buttons > li,
  .nav .nav__buttons > li > a {
    display: flex;
    width: 100%;
  }
}
@media (max-width: 650px) {
  .nav .nav__buttons {
    flex-direction: column;
    gap: 12px;
  }
}
.nav__list {
  gap: 20px;
}
@media (max-width: 850px) {
  .nav__list {
    margin-top: 16px;
  }
}
.nav__list a {
  padding: 0 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  color: var(--primary-text-color);
  font-weight: 500;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.1px;
  text-decoration: none;
  text-transform: uppercase;
}
@media (max-width: 850px) {
  .nav__list a {
    padding: 12px 32px;
    justify-content: center;
  }
}
.nav__list a:hover, .nav__list a:active, .nav__list a:focus {
  color: var(--primary-text-hover-color);
}
.nav__buttons {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 1300px) {
  .nav__buttons {
    margin-left: auto;
  }
}
@media (max-width: 750px) {
  .nav__buttons {
    display: none;
  }
}
.nav__langs {
  position: relative;
  margin-left: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 750px) {
  .nav__langs {
    margin-left: auto;
  }
}
.nav__langs-button {
  position: relative;
  min-height: 32px;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 12px;
  color: var(--primary-text-color);
  line-height: normal;
  border: 1px solid transparent;
}

.burger-menu {
  display: none;
  cursor: pointer;
  z-index: 100;
}
@media (max-width: 850px) {
  .burger-menu {
    display: block;
    padding: 10px;
    margin-left: 14px;
  }
  .burger-menu.is-active .burger-menu__line:nth-child(2) {
    opacity: 0;
  }
  .burger-menu.is-active .burger-menu__line:first-child {
    transform: translateY(8px) rotate(45deg);
  }
  .burger-menu.is-active .burger-menu__line:last-child {
    transform: translateY(-8px) rotate(-45deg);
  }
}
@media (max-width: 350px) {
  .burger-menu {
    margin-left: 12px;
    padding-left: 6px;
    padding-right: 6px;
  }
}
.burger-menu__line {
  display: block;
  width: 25px;
  height: 3px;
  background-color: var(--primary-text-color);
  margin: 5px 0;
  transition: all var(--primary-transition);
}

@media (max-width: 750px) {
  .reg-button,
  .login-button {
    min-width: 184px;
  }
}

.primary-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 76px;
  min-height: 32px;
  font-weight: 400;
  font-size: 14px;
  background-color: var(--tertiary-bg-color);
  color: var(--primary-text-color);
  line-height: normal;
  padding: 6px 16px;
  border-radius: 8px;
  white-space: nowrap;
  text-transform: uppercase;
  overflow: hidden;
  transition: transform var(--primary-transition), box-shadow var(--primary-transition);
  z-index: 1;
}
.primary-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: radial-gradient(circle, rgba(126, 172, 47, 0.4) 0%, transparent 70%);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width var(--secondary-transition), height var(--secondary-transition);
  z-index: -1;
}
.primary-button:hover, .primary-button:active, .primary-button:focus {
  background-color: var(--primary-btn-hover-color);
  transform: translateY(-2px);
  box-shadow: var(--primary-box-shadow);
}
.primary-button:hover::before, .primary-button:active::before, .primary-button:focus::before {
  width: 300px;
  height: 300px;
}
.primary-button:active {
  transform: translateY(0);
  box-shadow: 0 0 100px 0 rgba(78, 165, 34, 0.2);
}
.primary-button--fix-size {
  max-width: -moz-max-content;
  max-width: max-content;
}
@media (max-width: 450px) {
  .primary-button--fix-size {
    margin-left: auto;
    margin-right: auto;
  }
}

.secondary-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 76px;
  min-height: 32px;
  font-weight: 400;
  font-size: 14px;
  background-color: var(--quinary-bg-color);
  color: var(--primary-text-color);
  line-height: normal;
  border: 1px solid transparent;
  padding: 6px 16px;
  border-radius: 8px;
  white-space: nowrap;
  text-transform: uppercase;
  overflow: hidden;
  transition: transform var(--primary-transition), border-color var(--primary-transition), box-shadow var(--primary-transition);
}
.secondary-button::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(---tertiary-bg-color), transparent);
  transform: translateX(-50%);
  transition: width var(--secondary-transition);
}
.secondary-button:hover, .secondary-button:active, .secondary-button:focus {
  border-color: var(--tertiary-bg-color);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(126, 172, 47, 0.25);
}
.secondary-button:hover::after, .secondary-button:active::after, .secondary-button:focus::after {
  width: 80%;
}
.secondary-button:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(126, 172, 47, 0.15);
}

@media (min-width: 1632px) {
  .cover {
    padding-left: calc(50% - 800px);
    padding-right: calc(50% - 800px);
  }
}
.clock {
  font-size: 12px;
  padding: 9px;
  border-right: 1px solid var(--quinary-bg-color);
  line-height: 1;
}

/* Sidebar */
.sidebar {
  width: 250px;
  flex: 0 0 250px;
}
@media (max-width: 1050px) {
  .sidebar {
    display: none;
  }
}
.sidebar__wrap {
  position: sticky;
  top: 61px;
  max-height: calc(100vh - 61px);
  overflow-y: auto;
  scrollbar-width: none;
}
.sidebar__menu-top {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.sidebar__menu-top a {
  position: relative;
  display: block;
  border-radius: 4px;
  overflow: hidden;
}
.sidebar__menu-top a::before, .sidebar__menu-top a::after {
  display: none;
}
.sidebar__menu-top a img {
  width: 100%;
  height: 153px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/10;
}
.sidebar__menu-top a span {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px;
  color: var(--primary-text-color);
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  background: rgba(51, 98, 107, 0.7);
}
.sidebar__menu-top a span em {
  color: #fff;
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: none;
}
.sidebar__nav {
  margin-top: 8px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 1050px) {
  .sidebar__nav {
    padding: 0;
    border-radius: 0;
  }
}
.sidebar__nav-button {
  min-height: 48px;
  color: var(--primary-text-color);
  text-align: left;
  position: relative;
  white-space: normal;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  padding: 16px;
  background-color: var(--primary-bg-color);
}
.sidebar__nav-button::before {
  content: "";
  background: url(../images/icons/icon-arrow.svg);
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  transform: rotateX(0);
  width: 12px;
}
@media (max-width: 1050px) {
  .sidebar__nav-button::before {
    width: 16px;
  }
}
.sidebar__nav-button:hover, .sidebar__nav-button:active {
  opacity: 0.8;
}
.sidebar__nav-button.is-open::before {
  transform: rotateX(180deg);
}
.sidebar__nav-list {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  padding: 0;
  margin: 0;
  list-style: none;
}
.sidebar__nav-list.is-open {
  padding-top: 1px;
  background-color: var(--primary-bg-color);
  max-height: 1400px;
  transition: all 0.4s ease-in-out;
}
.sidebar__nav-list a {
  position: relative;
  padding: 8px 8px 8px 16px;
  display: block;
  color: var(--primary-text-color);
  background-color: var(--third-bg-color);
}
@media (max-width: 1050px) {
  .sidebar__nav-list a {
    padding-right: 12px;
  }
}
.sidebar__nav-list a::before {
  content: "";
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background-color: var(--tertiary-bg-color);
  transition: 0.2s ease-in-out;
}
.sidebar__nav-list a:hover, .sidebar__nav-list a:active, .sidebar__nav-list a:focus-visible {
  color: var(--quaternary-text-color);
  background-color: var(--tertiary-text-color);
}
.sidebar__nav-list a:hover::before, .sidebar__nav-list a:active::before, .sidebar__nav-list a:focus-visible::before {
  opacity: 1;
}
.sidebar__section-mob {
  display: none;
}
@media (max-width: 1050px) {
  .sidebar__section-mob {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .sidebar__section-mob .sidebar__nav-button {
    border-radius: 8px;
    margin: 0;
    padding: 16px 0 16px 16px;
    font-size: 16px;
    color: var(--primary-text-color);
  }
}
.sidebar__wrap-mob {
  background-color: transparent;
}

/* Tabs */
.tabs {
  display: flex;
}

.tab-button {
  position: relative;
  flex-grow: 1;
  width: 50%;
  min-height: 32px;
  padding: 6px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background-color: #205583;
  color: #a1bcd4;
  font-size: 14px;
  border: none;
  cursor: pointer;
  line-height: normal;
  text-transform: uppercase;
}
.tab-button.active {
  background-color: var(--tertiary-bg-color);
  color: var(--primary-text-color);
}
.tab-button.active .live-indicator {
  display: block;
}
.tab-button:hover {
  color: var(--primary-text-color);
}

.live-indicator {
  display: none;
  width: 6px;
  height: 6px;
  background-color: #a4d058;
  border-radius: 50%;
}

.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}

.tab-header {
  background-color: #e9eef2;
  min-height: 32px;
  padding: 4px 8px;
  font-size: 12px;
  line-height: 1.17;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tab-header div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
}
.tab-header div span:first-child {
  margin-right: 8px;
  font-weight: 700;
  color: var(--quinary-text-color);
}
.tab-header div img:nth-child(2) {
  opacity: 0.7;
}
.tab-header div span:nth-child(3) {
  margin-left: 3px;
  font-weight: 400;
  color: var(--quinary-text-color);
  opacity: 0.7;
}

.tab-title {
  min-height: 32px;
  padding: 8px;
  line-height: 1.14;
  color: #224f7c;
  font-size: 14px;
  background-color: #f3f8fc;
}

.tab-list {
  display: flex;
  flex-direction: column;
  gap: 1px;
  background-color: #e9eef2;
}
.tab-list li a {
  position: relative;
  padding: 8px 40px 8px 8px;
  min-height: 32px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 1.14;
  color: var(--quaternary-text-color);
  background-color: var(--quaternary-bg-color);
}
.tab-list li a::before {
  content: "";
  position: absolute;
  width: 11px;
  height: 6px;
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/icons/sidebar-arrow-dark.svg);
  background-repeat: no-repeat;
}
.tab-list li a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 32px;
  width: 1px;
  height: 100%;
  background-color: #e9eef2;
}
.tab-list li a:hover, .tab-list li a:active, .tab-list li a:focus {
  background-color: rgba(39, 106, 165, 0.0745098039);
}

/* PRIME */
.prime {
  position: relative;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 36px 20px;
  min-height: 480px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 8px;
}
@media (max-width: 450px) {
  .prime {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.prime__wrap {
  position: relative;
  max-width: 810px;
  text-align: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 1050px) {
  .prime__wrap {
    margin: auto;
    text-align: center;
    align-items: center;
  }
}
.prime__rating {
  margin-bottom: 8px;
  display: flex;
  gap: 12px;
}
.prime__rating-text, .prime__rating-value {
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
  color: var(--tertiary-bg-color);
}
.prime__title {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 45px;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 1050px) {
  .prime__title {
    font-size: 38px;
  }
  .prime__title span {
    display: inline;
  }
}
@media (max-width: 850px) {
  .prime__title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .prime__title {
    font-size: 26px;
  }
}
.prime__text {
  margin-bottom: 24px;
  max-width: 625px;
}
@media (max-width: 1050px) {
  .prime .background__fill {
    padding: 16px 12px;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background: rgba(13, 94, 73, 0.75);
    border-radius: 12px;
  }
}

/* Footer */
.footer {
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;
  padding: 20px 8px 16px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  background-color: transparent;
}
@media (max-width: 1050px) {
  .footer {
    border-radius: 0;
  }
}
.footer__languages-list {
  position: relative;
  padding: 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  border-radius: 8px;
  background-color: var(--quaternary-bg-color);
}
.footer__languages-item > a {
  padding: 7px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid transparent;
  border-radius: 8px;
  background-color: var(--quinary-bg-color);
  font-weight: 700;
  font-size: 14px;
  color: var(--primary-text-color);
  line-height: normal;
  transition: border-color var(--primary-transition);
}
.footer__languages-item > a:hover, .footer__languages-item > a:active, .footer__languages-item > a:focus {
  border-color: var(--secondary-text-color);
  background-color: var(--tertiary-bg-color);
}
.footer__link-wrap {
  padding: 12px 12px 8px 12px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 32px;
  border-radius: 8px;
  background-color: var(--quaternary-bg-color);
}
@media (max-width: 850px) {
  .footer__link-wrap {
    row-gap: 32px;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
}
@media (max-width: 767px) {
  .footer__link-wrap {
    flex-direction: column;
    align-items: center;
  }
}
.footer__link-box {
  max-width: 228px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
  white-space: nowrap;
}
.footer__link-box ul {
  padding-left: 0;
  list-style-type: none;
}
.footer__link-box ul > li {
    margin-bottom: 0;
}
@media (max-width: 1600px) {
  .footer__link-box {
    max-width: auto;
    width: auto;
  }
}
@media (max-width: 850px) {
  .footer__link-box {
    width: 30%;
    align-items: center;
  }
}
@media (max-width: 450px) {
  .footer__link-box {
    width: calc(50% - 6px);
  }
}
.footer__link-box div {
  font-weight: 700;
  font-size: 14px;
  color: var(--secondary-text-color);
  line-height: normal;
}
.footer__link-box a {
  padding: 4px 0;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  font-size: 12px;
  line-height: normal;
  color: #3b3b3b;
}
@media (max-width: 850px) {
  .footer__link-box a {
    justify-content: center;
  }
}
.footer__link-box a:hover, .footer__link-box a:active, .footer__link-box a:focus {
  color: var(--tertiary-bg-color);
}
.footer__bottom {
  width: 100%;
  display: flex;
  gap: 8px;
}
@media (max-width: 850px) {
  .footer__bottom {
    flex-wrap: wrap;
  }
}
@media (max-width: 450px) {
  .footer__bottom {
    flex-direction: column;
  }
}
.footer__copy, .footer__age {
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background-color: var(--quaternary-bg-color);
}
.footer__support {
  gap: 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  flex: auto;
}
@media (max-width: 850px) {
  .footer__support {
    flex: 1;
  }
}
@media (min-width: 1632px) {
  .footer__support {
    flex: 1;
  }
}
.footer__support:hover, .footer__support:active, .footer__support:focus {
  text-decoration: underline;
}
.footer__copy {
  max-width: 1317px;
  min-height: 80px;
  flex: 4;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 850px) {
  .footer__copy {
    min-width: 100%;
    align-items: center;
  }
}
.footer__copy p {
  margin: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.17;
  color: #3b3b3b;
}
@media (max-width: 850px) {
  .footer__copy p {
    text-align: center;
  }
}
.footer__copy a {
  margin-left: 2px;
  text-decoration: underline;
  color: #3b3b3b;
  text-decoration: none;
}
.footer__copy a:hover {
  text-decoration: underline;
}
.footer__bottom-box {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.footer__bottom-box > div {
  display: flex;
  gap: 8px;
}
.footer__age {
  display: flex;
  flex: 1;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  color: #3b3b3b;
}
.footer__mob {
  padding: 2px 16px;
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background-color: #799496;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--primary-text-color);
  white-space: nowrap;
}
.footer__mob:hover {
  opacity: 0.8;
}

/* Scroll Top */
.scroll-to-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  width: 40px;
  height: 40px;
  text-decoration: none;
  cursor: pointer;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  will-change: transform;
}
@media (max-width: 650px) {
  .scroll-to-top {
    right: 20px;
    bottom: 20px;
  }
}
.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
}
.scroll-to-top:hover {
  transform: scale(1.1);
}

/* INFO */
.info {
  text-align: left;
}
.info > h2 {
  margin-bottom: 20px;
}
.info > h3 {
  margin-bottom: 20px;
}
.info > p {
  margin-bottom: 20px;
}
.info > div {
  display: flex;
  align-items: stretch;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 850px) {
  .info > div {
    flex-direction: column;
  }
}
.info > div > div {
  flex: 1;
  min-width: 0;
}
.info > div > div > p {
  margin-bottom: 20px;
}
.info > div > div > p:last-of-type {
  margin-bottom: 0;
}
.info > div > div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 16px;
}
@media (max-width: 850px) {
  .info > div > div img {
    width: 100%;
    max-width: 550px;
    height: auto;
    margin: 0 auto;
  }
}

/* KEY */
.key {
  text-align: left;
}
.key > h2 {
  margin-bottom: 20px;
}
.key > p {
  margin-bottom: 20px;
  margin-top: 0;
}
.key .table-wrapper {
  border-radius: 12px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 20px;
  padding: 40px 60px;
  background-image: url("../images/Key.webp");
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .key .table-wrapper {
    padding: 10px;
  }
}
.key .table-wrapper::-webkit-scrollbar {
  height: 6px;
}
.key .table-wrapper::-webkit-scrollbar-track {
  background: var(--secondary-bg-color);
  border-radius: 3px;
}
.key .table-wrapper::-webkit-scrollbar-thumb {
  background: var(--tertiary-bg-color);
  border-radius: 3px;
}
.key .table-wrapper::-webkit-scrollbar-thumb:hover {
  background: var(--primary-btn-color);
}
.key .table {
  position: relative;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  min-width: 650px;
  border: 1px solid var(--stroke-white-1, rgba(212, 222, 232, 0.5));
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
}
@media (max-width: 450px) {
  .key .table {
    min-width: 650px;
  }
}
.key .table::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 12px;
  pointer-events: none;
}
.key .table thead {
  background: var(--quaternary-bg-color);
  font-weight: 700;
  font-size: 20px;
  line-height: normal;
  color: var(--quaternary-text-color);
  text-transform: uppercase;
}
.key .table thead th {
  padding: 16px;
}
.key .table thead th:first-child {
  width: 340px;
}
@media (max-width: 450px) {
  .key .table thead th {
    font-size: 16px;
  }
}
.key .table tr {
  text-align: left;
  white-space: normal;
  vertical-align: middle;
  width: auto;
}
.key .table tbody tr {
  box-shadow: inset 0 -1px 0 0 rgba(212, 222, 232, 0.5);
}
.key .table tbody tr:last-child {
  box-shadow: none;
}
.key .table tbody td {
  padding: 20px 16px;
  color: var(--primary-text-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  background: var(--bck-green-blur-1, rgba(0, 73, 34, 0.6));
}
.key .table tbody td:first-child {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.key .table a:hover, .key .table a:focus, .key .table a:active {
  text-decoration: underline;
}
.key__pros {
  display: flex;
  gap: 8px;
}
@media (max-width: 850px) {
  .key__pros {
    flex-direction: column;
  }
}
.key__pros > div {
  flex: 1;
  padding: 16px;
  border-radius: 12px;
  border: 1px solid var(--stroke-white-1, rgba(212, 222, 232, 0.5));
  background-image: url(../images/Key2.webp);
  background-size: cover;
  background-position: center;
}
.key__pros > div:nth-of-type(2) {
  background-image: url(../images/Key3.webp);
}
.key__pros > div:nth-of-type(2) li::before {
  content: "";
  position: absolute;
  margin-left: 8px;
  left: 0;
  top: 20px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d63def;
}
.key__pros > div:nth-of-type(2) li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, rgba(200, 3, 98, 0.5) 30%, rgba(200, 3, 98, 0.8) 50%, rgba(200, 3, 98, 0.5) 70%, transparent 100%);
}
.key__pros > div span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 16px;
}
.key__pros > div span img {
  flex-shrink: 0;
  display: flex;
  width: 60px;
  height: 60px;
}
.key__pros > div span h3 {
  margin: 0;
  font-weight: 700;
  font-size: 20px;
  color: var(--quaternary-text-color);
  text-transform: uppercase;
}
.key__pros > div ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.key__pros > div li {
  position: relative;
  padding: 12px 8px 12px 26px;
  font-size: 16px;
  line-height: 1.6;
  color: var(--primary-text-color);
}
.key__pros > div li::before {
  content: "";
  position: absolute;
  margin-left: 8px;
  left: 0;
  top: 20px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--tertiary-bg-color);
}
.key__pros > div li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, rgba(65, 175, 90, 0.5) 30%, rgba(65, 175, 90, 0.8) 50%, rgba(65, 175, 90, 0.5) 70%, transparent 100%);
}

/* PROS */
.pros {
  text-align: left;
}
.pros > h2,
.pros h3 {
  margin-bottom: 20px;
}
.pros > p {
  margin-bottom: 20px;
  margin-top: 0;
}
.pros__container {
  position: relative;
  padding: 24px;
  border-radius: 12px;
  margin-bottom: 20px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .pros__container {
    padding: 10px;
  }
}
.pros__container .background img {
  border-radius: 12px;
}
@media (max-width: 767px) {
  .pros__container .background img {
    -o-object-position: 83%;
       object-position: 83%;
  }
}
.pros__items-alt {
  position: relative;
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
  max-width: 680px;
  border-radius: 12px;
  background: var(--bck-green-blur-1, rgba(0, 73, 34, 0.6));
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
}
@media (max-width: 850px) {
  .pros__items-alt {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .pros__items-alt {
    padding: 10px;
  }
}
.pros__items-alt > li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 24px;
}
.pros__items-alt > li::before {
  content: "";
  display: flex;
  width: 40px;
  height: 37px;
  min-width: 40px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background-image: url(../images/icons/Paper.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.pros__items-alt > li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, rgba(65, 175, 90, 0.5) 30%, rgba(65, 175, 90, 0.8) 50%, rgba(65, 175, 90, 0.5) 70%, transparent 100%);
}
.pros__items-alt > li > p {
  display: flex;
  align-items: center;
  margin: 0;
  color: var(--primary-text-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  padding: 12px 0;
  border-radius: 32px;
}
@media (max-width: 850px) {
  .pros__items-alt > li > p {
    min-height: 100%;
  }
}
.pros__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}
.pros__cards li {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex: 1 1 calc(50% - 4px);
  min-height: 320px;
  padding: 40px 70px 0 70px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #00cfa6;
}
@media (max-width: 767px) {
  .pros__cards li {
    min-width: 100%;
    min-height: 100%;
    padding: 40px 20px;
  }
}
.pros__cards li:nth-child(2), .pros__cards li:nth-child(3) {
  border: 1px solid #c80362;
}
.pros__cards li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.pros__cards li h4 {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  background: linear-gradient(180deg, #00ffd4 26.48%, #00bfff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.pros__cards li p {
  position: relative;
  text-align: center;
  z-index: 1;
  margin: 0;
  font-size: 16px;
  color: var(--primary-text-color);
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.pros__cards-alt {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}
.pros__cards-alt li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 1 calc(33% - 4px);
  min-height: 320px;
  padding: 40px 20px 0 20px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #c80362;
}
.pros__cards-alt li:first-child {
  border: 1px solid #00cfa6;
}
@media (max-width: 767px) {
  .pros__cards-alt li {
    min-width: 100%;
    min-height: 100%;
    padding: 40px 20px;
  }
}
.pros__cards-alt li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.pros__cards-alt li h4 {
  position: relative;
  z-index: 1;
  margin: 0 0 20px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  background: linear-gradient(90deg, #ffc700 0%, #ff8a00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.pros__cards-alt li p {
  position: relative;
  z-index: 1;
  text-align:center;
  margin: 0;
  font-size: 32px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(180deg, #00ffd4 26.48%, #00bfff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* REGISTRATION */
.registration {
  text-align: left;
}
.registration > h2 {
  margin-bottom: 20px;
}
.registration > p {
  margin-bottom: 20px;
}
.registration > h3 {
  margin-bottom: 20px;
}
.registration__container {
  position: relative;
  padding: 24px;
  border-radius: 12px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .registration__container {
    padding: 0;
  }
}
.registration__container .background img {
  border-radius: 12px;
}
@media (max-width: 767px) {
  .registration__container .background img {
    -o-object-position: 83%;
       object-position: 83%;
  }
}
.registration__items {
  position: relative;
  list-style: none;
  margin: 0;
  counter-reset: step-counter;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
  border-radius: 12px;
  background: var(--bck-green-blur-1, rgba(0, 73, 34, 0.6));
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
  max-width: 790px;
}
@media (max-width: 850px) {
  .registration__items {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .registration__items {
    padding: 10px;
  }
}
.registration__items > li {
  position: relative;
  display: flex;
  align-items: flex-start;
  counter-increment: step-counter;
  gap: 8px;
}
.registration__items > li::before {
  content: counter(step-counter) ".";
  color: var(--primary-text-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  min-width: 24px;
  padding-top: 12px;
  padding-left: 10px;
  padding-right: 8px;
}
.registration__items > li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, rgba(65, 175, 90, 0.5) 30%, rgba(65, 175, 90, 0.8) 50%, rgba(65, 175, 90, 0.5) 70%, transparent 100%);
}
.registration__items > li > p {
  margin: 0;
  color: var(--primary-text-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  padding: 12px 8px;
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media (max-width: 850px) {
  .registration__items > li > p {
    min-height: 100%;
  }
}
.registration__items > li > p > span {
  margin-top: 4px;
  color: var(--primary-text-color);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}
.registration__items-alt {
  position: relative;
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
  max-width: 680px;
  border-radius: 12px;
  background: var(--bck-green-blur-1, rgba(0, 73, 34, 0.6));
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
}
@media (max-width: 850px) {
  .registration__items-alt {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .registration__items-alt {
    padding: 10px;
  }
}
.registration__items-alt > li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 24px;
}
.registration__items-alt > li::before {
  content: "";
  display: flex;
  width: 40px;
  height: 37px;
  min-width: 40px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background-image: url(../images/icons/Paper.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.registration__items-alt > li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, rgba(65, 175, 90, 0.5) 30%, rgba(65, 175, 90, 0.8) 50%, rgba(65, 175, 90, 0.5) 70%, transparent 100%);
}
.registration__items-alt > li > p {
  display: flex;
  align-items: center;
  margin: 0;
  color: var(--primary-text-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  padding: 12px 0;
  border-radius: 32px;
}
@media (max-width: 850px) {
  .registration__items-alt > li > p {
    min-height: 100%;
  }
}

/* PROMOTION */
.promotion {
  text-align: left;
}
.promotion > h2 {
  margin-bottom: 20px;
}
.promotion > p {
  margin-bottom: 20px;
  margin-top: 0;
}
.promotion > h3 {
  margin-bottom: 20px;
}
.promotion > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 16px;
  margin-bottom: 20px;
}
.promotion__container {
  position: relative;
  padding: 24px;
  border-radius: 12px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .promotion__container {
    padding: 10px;
  }
}
.promotion__container .background img {
  border-radius: 12px;
}
@media (max-width: 767px) {
  .promotion__container .background img {
    -o-object-position: 83%;
       object-position: 83%;
  }
}
.promotion__items {
  position: relative;
  list-style: none;
  margin: 0;
  counter-reset: step-counter;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
  border-radius: 12px;
  background: var(--bck-green-blur-1, rgba(0, 73, 34, 0.6));
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
}
@media (max-width: 850px) {
  .promotion__items {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .promotion__items {
    padding: 10px;
  }
}
.promotion__items > li {
  position: relative;
  display: flex;
  align-items: flex-start;
  counter-increment: step-counter;
  gap: 8px;
}
.promotion__items > li::before {
  content: counter(step-counter) ".";
  color: var(--primary-text-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  min-width: 24px;
  padding-top: 12px;
  padding-left: 10px;
  padding-right: 8px;
}
.promotion__items > li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, rgba(65, 175, 90, 0.5) 30%, rgba(65, 175, 90, 0.8) 50%, rgba(65, 175, 90, 0.5) 70%, transparent 100%);
}
.promotion__items > li > p {
  margin: 0;
  color: var(--primary-text-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  padding: 12px 8px;
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media (max-width: 850px) {
  .promotion__items > li > p {
    min-height: 100%;
  }
}
.promotion__items > li > p > span {
  margin-top: 4px;
  color: var(--primary-text-color);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}

/* QUALITY */
.quality {
  text-align: left;
}
.quality > h2 {
  margin-bottom: 20px;
}
.quality > p {
  margin-bottom: 20px;
}
.quality__tables {
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
}
@media (max-width: 850px) {
  .quality__tables {
    flex-direction: column;
  }
}
.quality__tables .table-wrapper {
  flex: 1;
  margin-bottom: 0;
}
.quality .table-wrapper {
  border-radius: 12px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  background-image: url("../images/Quality.webp");
  background-size: cover;
  background-position: center;
  padding: 44px 64px;
}
@media (max-width: 767px) {
  .quality .table-wrapper {
    padding: 10px;
  }
}
.quality .table-wrapper::-webkit-scrollbar {
  height: 6px;
}
.quality .table-wrapper::-webkit-scrollbar-track {
  background: var(--secondary-bg-color);
  border-radius: 3px;
}
.quality .table-wrapper::-webkit-scrollbar-thumb {
  background: var(--tertiary-bg-color);
  border-radius: 3px;
}
.quality .table-wrapper::-webkit-scrollbar-thumb:hover {
  background: var(--primary-btn-color);
}
.quality .table {
  position: relative;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  min-width: 650px;
}
@media (max-width: 450px) {
  .quality .table {
    min-width: 650px;
  }
}
.quality .table::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 12px;
  pointer-events: none;
}
.quality .table thead {
  background: var(--quaternary-bg-color);
  font-weight: 700;
  font-size: 20px;
  line-height: normal;
  color: var(--quaternary-text-color);
  text-transform: uppercase;
}
.quality .table thead th {
  padding: 16px;
  width: 33.33%;
}
@media (max-width: 450px) {
  .quality .table thead th {
    font-size: 16px;
  }
}
.quality .table tr {
  text-align: left;
  white-space: normal;
  vertical-align: middle;
  width: auto;
}
.quality .table tbody tr {
  background: var(--bck-green-blur-1, rgba(0, 73, 34, 0.6));
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
  box-shadow: inset 0 -1px 0 0 rgba(212, 222, 232, 0.5);
}
.quality .table tbody tr:last-child {
  box-shadow: none;
}
.quality .table tbody td {
  padding: 20px 16px;
  color: var(--primary-text-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
.quality .table tbody td:first-child {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.quality .table a:hover, .quality .table a:focus, .quality .table a:active {
  text-decoration: underline;
}

/* GAME */
.game {
  text-align: left;
}
.game > h2 {
  margin-bottom: 20px;
}
.game > p {
  margin-bottom: 20px;
}
.game .table-wrapper {
  border-radius: 12px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 20px;
  background-image: url("../images/Game.webp");
  background-size: cover;
  background-position: center;
  padding: 44px;
}
@media (max-width: 767px) {
  .game .table-wrapper {
    padding: 10px;
  }
}
.game .table-wrapper::-webkit-scrollbar {
  height: 6px;
}
.game .table-wrapper::-webkit-scrollbar-track {
  background: var(--secondary-bg-color);
  border-radius: 3px;
}
.game .table-wrapper::-webkit-scrollbar-thumb {
  background: var(--tertiary-bg-color);
  border-radius: 3px;
}
.game .table-wrapper::-webkit-scrollbar-thumb:hover {
  background: var(--primary-btn-color);
}
.game .table {
  position: relative;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  min-width: 650px;
}
.game .table thead {
  background: var(--quaternary-bg-color);
  font-weight: 700;
  font-size: 20px;
  line-height: normal;
  color: var(--quaternary-text-color);
  text-transform: uppercase;
}
.game .table thead th {
  padding: 16px;
  width: 20%;
}
@media (max-width: 450px) {
  .game .table thead th {
    font-size: 16px;
  }
}
.game .table tr {
  text-align: left;
  white-space: normal;
  vertical-align: middle;
}
.game .table tbody tr {
  background: var(--bck-green-blur-1, rgba(0, 73, 34, 0.6));
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
  box-shadow: inset 0 -1px 0 0 rgba(212, 222, 232, 0.5);
}
.game .table tbody tr:last-child {
  box-shadow: none;
}
.game .table tbody td {
  padding: 20px 16px;
  color: var(--primary-text-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

/* PAYMENT */
.payment {
  text-align: left;
}
.payment > h2 {
  margin-bottom: 20px;
}
.payment > p {
  margin-bottom: 20px;
  margin-top: 0;
}
.payment > h3 {
  margin-bottom: 20px;
}
.payment .table-wrapper {
  border-radius: 12px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 20px;
  background-image: url("../images/Payment.webp");
  background-size: cover;
  background-position: center;
  padding: 44px;
}
@media (max-width: 767px) {
  .payment .table-wrapper {
    padding: 10px;
  }
}
.payment .table-wrapper::-webkit-scrollbar {
  height: 6px;
}
.payment .table-wrapper::-webkit-scrollbar-track {
  background: var(--secondary-bg-color);
  border-radius: 3px;
}
.payment .table-wrapper::-webkit-scrollbar-thumb {
  background: var(--tertiary-bg-color);
  border-radius: 3px;
}
.payment .table-wrapper::-webkit-scrollbar-thumb:hover {
  background: var(--primary-btn-color);
}
.payment__table {
  position: relative;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  min-width: 650px;
  table-layout: fixed;
}
@media (max-width: 450px) {
  .payment__table {
    min-width: 550px;
  }
}
.payment__table thead {
  background: var(--quaternary-bg-color);
  font-weight: 700;
  font-size: 20px;
  line-height: normal;
  color: var(--quaternary-text-color);
  text-transform: uppercase;
}
.payment__table thead th {
  padding: 16px;
  width: 25%;
}
@media (max-width: 450px) {
  .payment__table thead th {
    font-size: 16px;
  }
}
.payment__table tr {
  text-align: left;
  white-space: normal;
  vertical-align: middle;
}
.payment__table tbody tr {
  background: var(--bck-green-blur-1, rgba(0, 73, 34, 0.6));
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
  box-shadow: inset 0 -1px 0 0 rgba(212, 222, 232, 0.5);
}
.payment__table tbody tr:last-child {
  box-shadow: none;
}
.payment__table tbody td {
  padding: 20px 16px;
  color: var(--primary-text-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
.payment > div {
  display: flex;
  align-items: stretch;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 850px) {
  .payment > div {
    flex-direction: column;
  }
}
.payment > div > div {
  flex: 1;
  min-width: 0;
}
.payment > div > div > p {
  margin-bottom: 20px;
}
.payment > div > div > p:last-of-type {
  margin-bottom: 0;
}
.payment > div > div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 16px;
}
@media (max-width: 850px) {
  .payment > div > div img {
    width: 100%;
    max-width: 550px;
    height: auto;
    margin: 0 auto;
  }
}

/* MOBILE */
.mobile {
  text-align: left;
}
.mobile > h2 {
  margin-bottom: 20px;
}
.mobile > p {
  margin-bottom: 20px;
}
.mobile > h3 {
  margin-bottom: 20px;
}
.mobile > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  margin-bottom: 20px;
}

/* REWARD */
.reward {
  text-align: left;
}
.reward > h2 {
  margin-bottom: 20px;
}
.reward > p {
  margin-bottom: 20px;
  margin-top: 0;
}
.reward > div {
  display: flex;
  align-items: stretch;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 850px) {
  .reward > div {
    flex-direction: column;
  }
}
.reward > div > div {
  flex: 1;
  min-width: 0;
}
.reward > div > div > p {
  margin-bottom: 20px;
}
.reward > div > div > p:last-of-type {
  margin-bottom: 0;
}
.reward > div > div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 16px;
}
@media (max-width: 850px) {
  .reward > div > div img {
    width: 100%;
    max-width: 550px;
    height: auto;
    margin: 0 auto;
  }
}

/* SECURITY */
.security {
  text-align: left;
}
.security > h2 {
  margin-bottom: 20px;
}
.security > p {
  margin-bottom: 20px;
}
.security > div {
  display: flex;
  align-items: stretch;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 850px) {
  .security > div {
    flex-direction: column;
  }
}
.security > div > div {
  flex: 1;
  min-width: 0;
}
.security > div > div > p {
  margin-bottom: 20px;
}
.security > div > div > p:last-of-type {
  margin-bottom: 0;
}
.security > div > div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 16px;
}
@media (max-width: 850px) {
  .security > div > div img {
    width: 100%;
    max-width: 550px;
    height: auto;
    margin: 0 auto;
  }
}

/* CUSTOMER */
.customer {
  text-align: left;
}
.customer > h2 {
  margin-bottom: 20px;
}
.customer > p {
  margin-bottom: 20px;
}

/* FINAL */
.final {
  text-align: left;
}
.final > h2 {
  margin-bottom: 20px;
}
.final > p {
  margin-bottom: 20px;
}
.final__rating {
  border-radius: 12px;
  overflow: hidden;
  background-image: url("../images/Final.webp");
  background-size: cover;
  background-position: center;
  padding: 44px 54px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .final__rating {
    padding: 20px 10px;
  }
}
.final__rating-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: center;
}
.final__rating-list li {
  flex: 1 1 calc(50% - 8px);
  max-width: calc(50% - 8px);
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  padding: 24px 20px;
  border-radius: 50px;
  border-radius: 32px;
  background: rgba(12, 158, 85, 0.4);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
@media (max-width: 767px) {
  .final__rating-list li {
    flex: 1 1 100%;
    max-width: 100%;
    padding: 12px 16px;
    flex-direction: column-reverse;
  }
}
.final__rating-list li:last-child {
  flex: 0 1 calc(50% - 8px);
}
@media (max-width: 767px) {
  .final__rating-list li:last-child {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.final__rating-list li span {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 700;
  color: var(--primary-text-color);
  font-family: Roboto;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
}
.final__stars {
  display: flex;
}
.final__stars img {
  width: 36px;
  height: 36px;
}
@media (max-width: 1200px) {
  .final__stars img {
    width: 24px;
    height: 24px;
  }
}

/* SCORE */
.score {
  text-align: left;
}
.score > h2 {
  margin-bottom: 20px;
}
.score__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.score__list li {
  flex: 1 1 calc(33.33% - 6px);
  min-width: 280px;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid var(--stroke-white-1, rgba(212, 222, 232, 0.5));
  background: var(--quinary-bg-color);
}
.score__list li .score__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.score__list li .score__header span {
  font-size: 16px;
  font-weight: 700;
  color: var(--tertiary-bg-color);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.score__list li .score__stars {
  display: flex;
  gap: 2px;
}
.score__list li .score__stars img {
  width: 26px;
  height: 26px;
}
.score__list li p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--primary-text-color);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

/* FAQ */
.faq {
  text-align: left;
}
.faq > h2 {
  margin-bottom: 20px;
}
.faq > p {
  margin-bottom: 20px;
  margin-top: 0;
}

.accordion {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.accordion__item {
  border: 1px solid #d4dee8;
  border-radius: 8px;
  overflow: hidden;
}
.accordion__title {
  position: relative;
  padding: 16px 50px 16px 16px;
  font-weight: 700;
  font-size: 20px;
  color: var(--tertiary-bg-color);
  line-height: normal;
  background-color: var(--quaternary-bg-color);
  cursor: pointer;
}
@media (max-width: 450px) {
  .accordion__title {
    font-size: 16px;
  }
}
.accordion__title:after {
  content: "";
  position: absolute;
  background: url(../images/icons/icon-arrow-green.svg);
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: contain;
  rotate: 180deg;
  top: 22px;
  right: 16px;
  width: 12px;
  height: 12px;
  transition: all 0.3s;
}
.accordion__title.active:after {
  transform: scaleY(-1);
}
.accordion__block {
  background-color: var(--primary-bg-color);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
  margin: 0;
  text-align: left;
}
.accordion__text {
  color: var(--primary-text-color);
}
.accordion__text-wrap {
  padding: 16px;
  background-color: var(--primary-bg-color);
  color: var(--primary-text-color);
  line-height: 1.6;
}

/* DOWNLOAD */
.download {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 360px;
  min-height: 360px;
  padding: 40px 170px;
  border-radius: 8px;
  overflow: hidden;
  background: none;
}
@media (max-width: 1300px) {
  .download {
    padding: 40px 80px;
  }
}
@media (max-width: 767px) {
  .download {
    padding: 40px 0;
    flex-direction: column;
  }
}
@media (max-width: 1300px) {
  .download .background img {
    -o-object-position: 47%;
       object-position: 47%;
    opacity: 1;
  }
}
.download__container {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .download__container {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 0;
  }
}
.download__button__apple, .download__button__android {
  position: relative;
  display: flex;
  gap: 14px;
  max-width: 240px;
  min-width: 240px;
  height: 56px;
  padding: 12px 32px;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 8px;
  background-color: var(--download-bg-color);
  color: var(--primary-text-color);
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
}
.download__button__apple img, .download__button__android img {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .download__button__apple, .download__button__android {
    margin-bottom: 20px;
  }
  .download__button__apple:last-child, .download__button__android:last-child {
    margin-bottom: 0;
  }
}
.download__button__android {
  background-color: var(--tertiary-bg-color);
}

/* LAST */
.last {
  text-align: left;
  margin-bottom: 0;
}
.last > h2 {
  margin-bottom: 20px;
}
.last > p {
  margin-bottom: 20px;
}

/* GIFT */
.gift {
  text-align: left;
}
.gift > h2 {
  margin-bottom: 20px;
}
.gift > p {
  margin-bottom: 20px;
}
.gift > div {
  display: flex;
  align-items: stretch;
  gap: 20px;
}
@media (max-width: 850px) {
  .gift > div {
    flex-direction: column;
  }
}
.gift > div > div {
  flex: 1;
  min-width: 0;
}
.gift > div > div > p {
  margin-bottom: 20px;
}
.gift > div > div > p:last-of-type {
  margin-bottom: 0;
}
.gift > div > div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 16px;
}
@media (max-width: 850px) {
  .gift > div > div img {
    width: 100%;
    max-width: 550px;
    height: auto;
    margin: 0 auto;
  }
}

/* BONUS */
.bonus {
  position: relative;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 36px 20px;
  min-height: 480px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 8px;
}
@media (max-width: 450px) {
  .bonus {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.bonus__wrap {
  position: relative;
  max-width: 810px;
  text-align: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 1050px) {
  .bonus__wrap {
    margin: auto;
    text-align: center;
    align-items: center;
  }
}
.bonus__rating {
  margin-bottom: 8px;
  display: flex;
  gap: 12px;
}
.bonus__rating-text, .bonus__rating-value {
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
  color: var(--tertiary-bg-color);
}
.bonus__title {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 45px;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 1050px) {
  .bonus__title {
    font-size: 38px;
  }
  .bonus__title span {
    display: inline;
  }
}
@media (max-width: 850px) {
  .bonus__title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .bonus__title {
    font-size: 26px;
  }
}
.bonus__text {
  margin-bottom: 24px;
  max-width: 630px;
}
.bonus .breadcrumb {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 8px;
}
.bonus .breadcrumb a {
  color: var(--text-white, #fff);
  /* text bold */
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
}
.bonus .breadcrumb a:hover {
  text-decoration: underline;
}
.bonus .breadcrumb span {
  color: var(--text-white, #fff);
  /* text bold */
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 1050px) {
  .bonus .background__fill {
    padding: 16px 12px;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background: rgba(13, 94, 73, 0.75);
    border-radius: 12px;
  }
}

/* MONEY */
.money {
  text-align: left;
}
.money > h2 {
  margin-bottom: 20px;
}
.money > h3 {
  margin-bottom: 20px;
}
.money > p {
  margin-bottom: 20px;
}
.money > div {
  display: flex;
  align-items: stretch;
  gap: 20px;
}
@media (max-width: 850px) {
  .money > div {
    flex-direction: column;
  }
}
.money > div > div {
  flex: 1;
  min-width: 0;
}
.money > div > div > p {
  margin-bottom: 20px;
}
.money > div > div > p:last-of-type {
  margin-bottom: 0;
}
.money > div > div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 16px;
}
@media (max-width: 850px) {
  .money > div > div img {
    width: 100%;
    max-width: 550px;
    height: auto;
    margin: 0 auto;
  }
}

/* WELCOME */
.welcome {
  text-align: left;
}
.welcome > h2 {
  margin-bottom: 20px;
}
.welcome > h3 {
  margin-bottom: 20px;
}
.welcome > p {
  margin-bottom: 20px;
}
.welcome > div:first-of-type {
  display: flex;
  align-items: stretch;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 850px) {
  .welcome > div:first-of-type {
    flex-direction: column;
  }
}
.welcome > div:first-of-type > div {
  flex: 1;
  min-width: 0;
}
.welcome > div:first-of-type > div > p {
  margin-bottom: 20px;
}
.welcome > div:first-of-type > div > p:last-of-type {
  margin-bottom: 0;
}
.welcome > div:first-of-type > div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 16px;
}
@media (max-width: 850px) {
  .welcome > div:first-of-type > div img {
    width: 100%;
    max-width: 550px;
    height: auto;
    margin: 0 auto;
  }
}
.welcome__container {
  position: relative;
  padding: 24px;
  border-radius: 12px;
  margin-bottom: 20px;
}
@media (max-width: 850px) {
  .welcome__container {
    padding: 10px;
  }
}
.welcome__container .background img {
  border-radius: 12px;
}
@media (max-width: 850px) {
  .welcome__container .background img {
    -o-object-position: 83%;
       object-position: 83%;
  }
}
.welcome__items {
  position: relative;
  list-style: none;
  margin: 0;
  counter-reset: step-counter;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
  border-radius: 12px;
  background: var(--bck-green-blur-1, rgba(0, 73, 34, 0.6));
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
  max-width: 680px;
}
@media (max-width: 850px) {
  .welcome__items {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .welcome__items {
    padding: 10px;
  }
}
.welcome__items > li {
  position: relative;
  display: flex;
  align-items: flex-start;
  counter-increment: step-counter;
  gap: 8px;
}
.welcome__items > li::before {
  content: counter(step-counter) ".";
  color: var(--primary-text-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  min-width: 24px;
  padding-top: 12px;
  padding-left: 10px;
  padding-right: 8px;
}
.welcome__items > li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, rgba(65, 175, 90, 0.5) 30%, rgba(65, 175, 90, 0.8) 50%, rgba(65, 175, 90, 0.5) 70%, transparent 100%);
}
.welcome__items > li > p {
  margin: 0;
  color: var(--primary-text-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  padding: 12px 8px;
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media (max-width: 850px) {
  .welcome__items > li > p {
    min-height: 100%;
  }
}
.welcome__items-alt {
  position: relative;
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
  max-width: 680px;
  border-radius: 12px;
  background: var(--bck-green-blur-1, rgba(0, 73, 34, 0.6));
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
}
@media (max-width: 850px) {
  .welcome__items-alt {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .welcome__items-alt {
    padding: 10px;
  }
}
.welcome__items-alt > li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 24px;
}
.welcome__items-alt > li::before {
  content: "";
  display: flex;
  width: 40px;
  height: 37px;
  min-width: 40px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background-image: url(../images/icons/Paper.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.welcome__items-alt > li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, rgba(65, 175, 90, 0.5) 30%, rgba(65, 175, 90, 0.8) 50%, rgba(65, 175, 90, 0.5) 70%, transparent 100%);
}
.welcome__items-alt > li > p {
  display: flex;
  align-items: center;
  margin: 0;
  color: var(--primary-text-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  padding: 12px 0;
  border-radius: 32px;
}
@media (max-width: 850px) {
  .welcome__items-alt > li > p {
    min-height: 100%;
  }
}

/* CARD */
.card {
  text-align: left;
}
.card > h2 {
  margin-bottom: 20px;
}
.card > h3 {
  margin-bottom: 20px;
}
.card > p {
  margin-bottom: 20px;
}
.card > div {
  display: flex;
  align-items: stretch;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 850px) {
  .card > div {
    flex-direction: column;
  }
}
.card > div > div {
  flex: 1;
  min-width: 0;
}
.card > div > div > p {
  margin-bottom: 20px;
}
.card > div > div > p:last-of-type {
  margin-bottom: 0;
}
.card > div > div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 16px;
}
@media (max-width: 850px) {
  .card > div > div img {
    width: 100%;
    max-width: 550px;
    height: auto;
    margin: 0 auto;
  }
}

/* VIP */
.vip {
  text-align: left;
}
.vip > h2 {
  margin-bottom: 20px;
}
.vip > h3 {
  margin-bottom: 20px;
}
.vip > p {
  margin-bottom: 20px;
}
.vip__container {
  position: relative;
  padding: 24px;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .vip__container {
    padding: 16px;
  }
}
.vip__container .background img {
  border-radius: 12px;
}
.vip__grid {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}
.vip__grid li {
  flex: 0 0 calc(33.333% - 20px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 20px;
  gap: 20px;
  border-radius: 32px;
  background: rgba(12, 158, 85, 0.4);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  min-height: 79px;
}
@media (max-width: 1200px) {
  .vip__grid li {
    flex: 0 0 100%;
  }
}
@media (max-width: 767px) {
  .vip__grid li {
    flex: 0 0 100%;
    padding: 12px 16px;
    min-height: auto;
    flex-direction: column;
    gap: 4px;
  }
}
.vip__grid li span {
  color: var(--primary-text-color);
  font-family: Roboto;
  font-size: 16px;
  line-height: 1.4;
}
.vip__grid li span:first-child {
  font-weight: 700;
}
.vip__grid li span:last-child {
  font-weight: 400;
}

/* WELCOME */
.coin {
  text-align: left;
}
.coin > h2 {
  margin-bottom: 20px;
}
.coin > h3 {
  margin-bottom: 20px;
}
.coin > p {
  margin-bottom: 20px;
}
.coin__container {
  position: relative;
  padding: 24px;
  border-radius: 12px;
  margin-bottom: 20px;
}
@media (max-width: 850px) {
  .coin__container {
    padding: 10px;
  }
}
.coin__container .background img {
  border-radius: 12px;
}
@media (max-width: 850px) {
  .coin__container .background img {
    -o-object-position: 83%;
       object-position: 83%;
  }
}
.coin__items {
  position: relative;
  list-style: none;
  margin: 0;
  counter-reset: step-counter;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
  border-radius: 12px;
  background: var(--bck-green-blur-1, rgba(0, 73, 34, 0.6));
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
  max-width: 680px;
}
@media (max-width: 850px) {
  .coin__items {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .coin__items {
    padding: 10px;
  }
}
.coin__items > li {
  position: relative;
  display: flex;
  align-items: flex-start;
  counter-increment: step-counter;
  gap: 8px;
}
.coin__items > li::before {
  content: counter(step-counter) ".";
  color: var(--primary-text-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  min-width: 24px;
  padding-top: 12px;
  padding-left: 10px;
  padding-right: 8px;
}
.coin__items > li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, rgba(65, 175, 90, 0.5) 30%, rgba(65, 175, 90, 0.8) 50%, rgba(65, 175, 90, 0.5) 70%, transparent 100%);
}
.coin__items > li > p {
  margin: 0;
  color: var(--primary-text-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  padding: 12px 8px;
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media (max-width: 850px) {
  .coin__items > li > p {
    min-height: 100%;
  }
}

/* WINNER */
.winner {
  text-align: left;
}
.winner > h2,
.winner h3 {
  margin-bottom: 20px;
}
.winner > p {
  margin-bottom: 20px;
  margin-top: 0;
}
.winner__cards-alt {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}
.winner__cards-alt li {
  flex: 1 1 calc(33.33% - 6px);
  max-width: calc(33.33% - 6px);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 430px;
  padding: 40px 20px 0 20px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #c80362;
}
.winner__cards-alt li:nth-child(1), .winner__cards-alt li:nth-child(3), .winner__cards-alt li:nth-child(5) {
  border: 1px solid #00cfa6;
}
@media (max-width: 767px) {
  .winner__cards-alt li {
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    padding: 40px 20px;
  }
}
.winner__cards-alt li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.winner__cards-alt li h4 {
  position: relative;
  text-align: center;
  z-index: 1;
  margin: 0 0 20px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  background: linear-gradient(180deg, #00ffd4 26.48%, #00bfff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.winner__cards-alt li p {
  position: relative;
  z-index: 1;
  margin: 0;
  background: var(--text-white, #fff);
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* CLUB */
.club {
  text-align: left;
}
.club > h2 {
  margin-bottom: 20px;
}
.club > h3 {
  margin-bottom: 20px;
}
.club > p {
  margin-bottom: 20px;
}
.club > div {
  display: flex;
  align-items: stretch;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 850px) {
  .club > div {
    flex-direction: column;
  }
}
.club > div > div {
  flex: 1;
  min-width: 0;
}
.club > div > div > p {
  margin-bottom: 20px;
}
.club > div > div > p:last-of-type {
  margin-bottom: 0;
}
.club > div > div > h3 {
  margin-bottom: 20px;
}
.club > div > div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 16px;
}
@media (max-width: 850px) {
  .club > div > div img {
    width: 100%;
    max-width: 550px;
    height: auto;
    margin: 0 auto;
  }
}

/* CHIP */
.chip {
  text-align: left;
}
.chip > h2 {
  margin-bottom: 20px;
}
.chip > h3 {
  margin-bottom: 20px;
}
.chip > p {
  margin-bottom: 20px;
}
.chip__container {
  position: relative;
  padding: 24px;
  border-radius: 12px;
  margin-bottom: 20px;
}
@media (max-width: 850px) {
  .chip__container {
    padding: 10px;
  }
}
.chip__container .background img {
  border-radius: 12px;
}
@media (max-width: 850px) {
  .chip__container .background img {
    -o-object-position: 83%;
       object-position: 83%;
  }
}
.chip__items-alt {
  position: relative;
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
  max-width: 680px;
  border-radius: 12px;
  background: var(--bck-green-blur-1, rgba(0, 73, 34, 0.6));
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
}
@media (max-width: 850px) {
  .chip__items-alt {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .chip__items-alt {
    padding: 10px;
  }
}
.chip__items-alt > li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 24px;
}
.chip__items-alt > li::before {
  content: "";
  display: flex;
  width: 40px;
  height: 37px;
  min-width: 40px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background-image: url(../images/icons/Paper.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.chip__items-alt > li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, rgba(65, 175, 90, 0.5) 30%, rgba(65, 175, 90, 0.8) 50%, rgba(65, 175, 90, 0.5) 70%, transparent 100%);
}
.chip__items-alt > li > p {
  display: flex;
  align-items: center;
  margin: 0;
  color: var(--primary-text-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  padding: 12px 0;
  border-radius: 32px;
}
@media (max-width: 850px) {
  .chip__items-alt > li > p {
    min-height: 100%;
  }
}

/* NOTE */
.note {
  text-align: left;
}
.note > h2 {
  margin-bottom: 20px;
}
.note > h3 {
  margin-bottom: 20px;
}
.note > p {
  margin-bottom: 20px;
}
.note > div {
  display: flex;
  align-items: stretch;
  gap: 20px;
}
@media (max-width: 850px) {
  .note > div {
    flex-direction: column;
  }
}
.note > div > div {
  flex: 1;
  min-width: 0;
}
.note > div > div > p {
  margin-bottom: 20px;
}
.note > div > div > p:last-of-type {
  margin-bottom: 0;
}
.note > div > div > h3 {
  margin-bottom: 20px;
}
.note > div > div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 16px;
}
@media (max-width: 850px) {
  .note > div > div img {
    width: 100%;
    max-width: 550px;
    height: auto;
    margin: 0 auto;
  }
}

/* DEPOSIT */
.deposit {
  position: relative;
  padding: 35px 100px;
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 1050px) {
  .deposit {
    border-radius: 0;
    padding: 40px 60px;
  }
}
@media (max-width: 450px) {
  .deposit {
    padding: 40px 12px;
  }
}
.deposit h2 {
  background: none;
}
.deposit .banner__wrap {
  text-align: center;
  align-items: center;
}
.deposit__tittle {
  color: var(--primary-text-color);
  font-family: Roboto;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

/* APP */
.app {
  position: relative;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 36px 20px;
  min-height: 480px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 8px;
}
@media (max-width: 450px) {
  .app {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.app__wrap {
  position: relative;
  z-index: 1;
  max-width: 810px;
  text-align: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 1050px) {
  .app__wrap {
    margin: auto;
    text-align: center;
    align-items: center;
  }
}
.app__rating {
  margin-bottom: 8px;
  display: flex;
  gap: 12px;
}
.app__rating-text, .app__rating-value {
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
  color: var(--tertiary-bg-color);
}
.app__title {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 45px;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 1050px) {
  .app__title {
    font-size: 38px;
  }
  .app__title span {
    display: inline;
  }
}
@media (max-width: 850px) {
  .app__title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .app__title {
    font-size: 26px;
  }
}
.app__text {
  margin-bottom: 24px;
  max-width: 630px;
}
.app .breadcrumb {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 8px;
}
.app .breadcrumb img {
  transform: rotate(180deg);
}
.app .breadcrumb a {
  color: var(--text-white, #fff);
  /* text bold */
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
}
.app .breadcrumb a:hover {
  text-decoration: underline;
}
.app .breadcrumb span {
  color: var(--text-white, #fff);
  /* text bold */
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 1050px) {
  .app .background__fill {
    padding: 16px 12px;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background: rgba(13, 94, 73, 0.75);
    border-radius: 12px;
  }
}

/* CASINO */
.casino {
  text-align: left;
}
.casino > h2 {
  margin-bottom: 20px;
}
.casino > h3 {
  margin-bottom: 20px;
}
.casino > p {
  margin-bottom: 20px;
}
.casino > div {
  display: flex;
  align-items: stretch;
  gap: 20px;
}
@media (max-width: 850px) {
  .casino > div {
    flex-direction: column;
  }
}
.casino > div > div {
  flex: 1;
  min-width: 0;
}
.casino > div > div > p {
  margin-bottom: 20px;
}
.casino > div > div > p:last-of-type {
  margin-bottom: 0;
}
.casino > div > div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 16px;
}
@media (max-width: 850px) {
  .casino > div > div img {
    width: 100%;
    max-width: 550px;
    height: auto;
    margin: 0 auto;
  }
}

/* CHECK */
.check {
  text-align: left;
}
.check > h2 {
  margin-bottom: 20px;
}
.check > h3 {
  margin-bottom: 20px;
}
.check > p {
  margin-bottom: 20px;
}
.check > div {
  display: flex;
  align-items: stretch;
  gap: 20px;
}
.check > div:first-of-type {
  margin-bottom: 20px;
}
@media (max-width: 850px) {
  .check > div {
    flex-direction: column;
  }
}
.check > div > div:not(.background) {
  flex: 1;
  min-width: 0;
}
.check > div > div:not(.background) > p {
  margin-bottom: 20px;
}
.check > div > div:not(.background) > p:last-of-type {
  margin-bottom: 0;
}
.check > div > div:not(.background) > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 16px;
}
@media (max-width: 850px) {
  .check > div > div:not(.background) > img {
    width: 100%;
    max-width: 550px;
    height: auto;
    margin: 0 auto;
  }
}
.check .download__button__android {
  display: flex;
  gap: 14px;
  max-width: 240px;
  min-width: 240px;
  height: 56px;
  padding: 12px 32px;
  margin-top: 20px;
  margin-bottom: 0;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 8px;
  background-color: var(--tertiary-bg-color);
  color: var(--primary-text-color);
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
}
.check .download__button__android img {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
.check__container {
  position: relative;
  padding: 24px;
  border-radius: 12px;
}
@media (max-width: 767px) {
  .check__container {
    padding: 10px;
  }
}
.check__container .background img {
  border-radius: 12px;
}
@media (max-width: 767px) {
  .check__container .background img {
    -o-object-position: 83%;
       object-position: 83%;
  }
}
.check__items {
  position: relative;
  list-style: none;
  margin: 0;
  counter-reset: step-counter;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
  border-radius: 12px;
  background: var(--bck-green-blur-1, rgba(0, 73, 34, 0.6));
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
  min-width: 790px;
}
@media (max-width: 850px) {
  .check__items {
    min-width: 100%;
  }
}
@media (max-width: 767px) {
  .check__items {
    padding: 10px;
  }
}
.check__items > li {
  position: relative;
  display: flex;
  align-items: flex-start;
  counter-increment: step-counter;
  gap: 8px;
}
.check__items > li::before {
  content: counter(step-counter) ".";
  color: var(--primary-text-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  min-width: 24px;
  padding-top: 12px;
  padding-left: 10px;
  padding-right: 8px;
}
.check__items > li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, rgba(65, 175, 90, 0.5) 30%, rgba(65, 175, 90, 0.8) 50%, rgba(65, 175, 90, 0.5) 70%, transparent 100%);
}
.check__items > li > p {
  margin: 0;
  color: var(--primary-text-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  padding: 12px 8px;
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media (max-width: 850px) {
  .check__items > li > p {
    min-height: 100%;
  }
}
.check__items > li > p > span {
  margin-top: 4px;
  color: var(--primary-text-color);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}

/* TABLE */
.table {
  text-align: left;
}
.table > h2 {
  margin-bottom: 20px;
}
.table > h3 {
  margin-bottom: 20px;
}
.table > p {
  margin-bottom: 20px;
}
.table > div {
  display: flex;
  align-items: stretch;
  gap: 20px;
}
@media (max-width: 850px) {
  .table > div {
    flex-direction: column;
  }
}
.table > div > div {
  flex: 1;
  min-width: 0;
}
.table > div > div > p {
  margin-bottom: 20px;
}
.table > div > div > p:last-of-type {
  margin-bottom: 0;
}
.table > div > div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 16px;
}
@media (max-width: 850px) {
  .table > div > div img {
    width: 100%;
    max-width: 550px;
    height: auto;
    margin: 0 auto;
  }
}

/* INFORMATION */
.information {
  text-align: left;
}
.information > h2 {
  margin-bottom: 20px;
}
.information > h3 {
  margin-bottom: 20px;
}
.information > p {
  margin-bottom: 20px;
}
.information > div {
  display: flex;
  align-items: stretch;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 850px) {
  .information > div {
    flex-direction: column;
  }
}
.information > div > div {
  flex: 1;
  min-width: 0;
}
.information > div > div > p {
  margin-bottom: 20px;
}
.information > div > div > p:last-of-type {
  margin-bottom: 0;
}
.information > div > div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 16px;
}
@media (max-width: 850px) {
  .information > div > div img {
    width: 100%;
    max-width: 550px;
    height: auto;
    margin: 0 auto;
  }
}
.information .download__button__android {
  display: flex;
  gap: 14px;
  max-width: 240px;
  min-width: 240px;
  height: 56px;
  padding: 12px 32px;
  margin-bottom: 20px;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 8px;
  background-color: var(--tertiary-bg-color);
  color: var(--primary-text-color);
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
}
.information .download__button__android img {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

/* INFO & DEVICE */
.device {
  text-align: left;
}
.device > h2 {
  margin-bottom: 20px;
}
.device > p {
  margin-bottom: 20px;
}
.device__container {
  position: relative;
  padding: 24px;
  border-radius: 12px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .device__container {
    padding: 10px;
  }
}
.device__container .background img {
  border-radius: 12px;
}
@media (max-width: 767px) {
  .device__container .background img {
    -o-object-position: 83%;
       object-position: 83%;
  }
}
.device__items {
  position: relative;
  list-style: none;
  margin: 0;
  counter-reset: step-counter;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
  border-radius: 12px;
  background: var(--bck-green-blur-1, rgba(0, 73, 34, 0.6));
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
  max-width: 790px;
}
@media (max-width: 850px) {
  .device__items {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .device__items {
    padding: 10px;
  }
}
.device__items > li {
  position: relative;
  display: flex;
  align-items: flex-start;
  counter-increment: step-counter;
  gap: 8px;
}
.device__items > li::before {
  content: counter(step-counter) ".";
  color: var(--primary-text-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  min-width: 24px;
  padding-top: 12px;
  padding-left: 10px;
  padding-right: 8px;
}
.device__items > li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, rgba(65, 175, 90, 0.5) 30%, rgba(65, 175, 90, 0.8) 50%, rgba(65, 175, 90, 0.5) 70%, transparent 100%);
}
.device__items > li > p {
  margin: 0;
  color: var(--primary-text-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  padding: 12px 8px;
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media (max-width: 850px) {
  .device__items > li > p {
    min-height: 100%;
  }
}
.device__items > li > p > span {
  margin-top: 4px;
  color: var(--primary-text-color);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}

/* WORK */
.work {
  text-align: left;
}
.work > h2 {
  margin-bottom: 20px;
}
.work > p {
  margin-bottom: 20px;
}
.work > div {
  display: flex;
  align-items: stretch;
  gap: 20px;
}
@media (max-width: 850px) {
  .work > div {
    flex-direction: column;
  }
}
.work > div > div {
  flex: 1;
  min-width: 0;
}
.work > div > div > p {
  margin-bottom: 20px;
}
.work > div > div > p:last-of-type {
  margin-bottom: 0;
}
.work > div > div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 16px;
}
@media (max-width: 850px) {
  .work > div > div img {
    width: 100%;
    max-width: 550px;
    height: auto;
    margin: 0 auto;
  }
}/*# sourceMappingURL=styles.css.map */

.bonus .breadcrumbs {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 8px;
}

.app .breadcrumbs {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 8px;
}

.download__button__apple:hover, .download__button__android:hover {
    box-shadow: 0px 0px 12px rgb(0 0 0);
    transition: box-shadow 0.3s ease;
}