@charset "UTF-8";
:root {
  --page-nav-height: 180px;
}

@media (max-width: 1920px) {
  :root {
    --page-nav-height: 132px;
  }
}

@media (max-width: 1366px), (max-height: 700px) {
  :root {
    --page-nav-height: 110px;
  }
}

@media (max-width: 1025px) {
  :root {
    --page-nav-height: 60px;
  }
  .background-text-pay h1 {
      font-size: 20px !important;
  }

  .background-text-pay {
    font-size: 12px;
  }
  
  table.iksweb {
    width: 100%;
    display: table;
  }

  .table-responsive > .table-double {
    width: 200%;
  }

  .table-responsive {
    display: block;
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;  
  }
}

:root {
  --page-gap-x: calc(((100vh - var(--page-nav-height)) / 100) * 12);
  --page-gap-y: calc(((100vh - var(--page-nav-height)) / 100) * 5);
}

@media (max-width: 1025px) {
  :root {
    --page-gap-x: 50px;
    --page-gap-y: 70px;
  }
}

@font-face {
  font-family: 'Algeria Two';
  src: local("Algeria Two"), local("Algeria-Two"), url("./ALGERIATWO.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Intro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./intro_regular.woff") format("woff");
}

@font-face {
  font-family: 'Intro';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./intro_bold.woff") format("woff");
}

.flex-sbc, .flex-sbs, .flex-sbe, .flex-cc, .flex-cs, .flex-ce, .flex-sc, .flex-ss, .flex-se, .flex-ec, .flex-es, .flex-ee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-sbc, .flex-sbs, .flex-sbe {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-cc, .flex-cs, .flex-ce {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-sc, .flex-ss, .flex-se {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex-ec, .flex-es, .flex-ee {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex-sbc, .flex-cc, .flex-sc, .flex-ec {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-sbs, .flex-cs, .flex-ss, .flex-es {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-sbe, .flex-ce, .flex-se, .flex-ee {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body,
ul, ol,
h1, h2, h3, h4, h5, h6,
p {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

input, select {
  outline: none;
  border: none;
}

a {
  text-decoration: none;
}

.icon {
  width: 128px;
  aspect-ratio: 1 / 1;
  position: relative;
  background: url("../images/icon_bg.png?v0.1") center center no-repeat;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon__img {
  width: 50%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  position: relative;
  background: #a19c91;
  overflow: hidden;
}

.icon__img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 Max(calc(((100vh - var(--page-nav-height)) / 100) * 5), 0px);
  height: Max(calc(((100vh - var(--page-nav-height)) / 100) * 10.2), 0px);
  position: relative;
  z-index: 1;
  border-radius: 100px;
  overflow: hidden;
}

.btn:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: url("../images/yellow_left_button_bg.png") left center no-repeat, url("../images/yellow_right_button_bg.png") right center no-repeat;
  background-size: auto 100%, auto 100%;
  -webkit-transition: -webkit-filter .3s ease-in-out;
  transition: -webkit-filter .3s ease-in-out;
  transition: filter .3s ease-in-out;
  transition: filter .3s ease-in-out, -webkit-filter .3s ease-in-out;
}

.btn:after {
  content: '';
  width: 70%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 15%;
  z-index: 1;
  background: url("../images/yellow_middle_button_bg.jpg") center center repeat-x;
  background-size: auto 100%;
  -webkit-transition: -webkit-filter .3s ease-in-out;
  transition: -webkit-filter .3s ease-in-out;
  transition: filter .3s ease-in-out;
  transition: filter .3s ease-in-out, -webkit-filter .3s ease-in-out;
}

.btn span {
  text-align: center;
  position: relative;
  z-index: 2;
  font-family: 'Algeria Two';
  font-size: Max(calc(((100vh - var(--page-nav-height)) / 100) * 3), 0px);
  line-height: Max(calc(((100vh - var(--page-nav-height)) / 100) * 3), 0px);
  color: #ece4b0;
}

.btn i {
  z-index: 3;
  font-size: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2.5), 0px);
  line-height: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2.5), 0px);
  margin-right: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2), 0px);
  color: #ece4b0;
}

.btn:hover:before {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}

.btn:hover:after {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}

.btn--middle {
  padding: 0 Max(calc(((100vh - var(--page-nav-height)) / 100) * 6), 0px);
  height: Max(calc(((100vh - var(--page-nav-height)) / 100) * 8.6), 0px);
}

.btn--middle:after {
  width: 80%;
  left: 10%;
}

.btn--middle span {
  font-size: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2.5), 0px);
  line-height: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2.5), 0px);
}

.btn--middle i {
  font-size: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2.5), 0px);
  line-height: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2.5), 0px);
  margin-right: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2), 0px);
}

.btn--small {
  height: 50px;
  padding: 0px 30px;
}

.btn--small:after {
  width: calc( 100% - 60px);
  left: 30px;
}

.btn--small span {
  font-size: 16px;
  line-height: 16px;
}

.btn--small i {
  font-size: 14px;
  line-height: 14px;
  margin-right: 10px;
}

.btn--white:before {
  background: url("../images/white_left_button_bg.png?v0.1") left center no-repeat, url("../images/white_right_button_bg.png?v0.1") right center no-repeat;
  background-size: auto 100%, auto 100%;
}

.btn--white:after {
  background: url("../images/white_middle_button_bg.jpg?v0.1") center center repeat-x;
  background-size: auto 100%;
}

.btn--white span, .btn--white i {
  color: #3d2c17;
}

.btn--white:hover:before {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}

.btn--white:hover:after {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}

.btn--red:before {
  background: url("../images/red_left_button_bg.png?v0.1") left center no-repeat, url("../images/red_right_button_bg.png?v0.1") right center no-repeat;
  background-size: auto 100%, auto 100%;
}

.btn--red:after {
  background: url("../images/red_middle_button_bg.jpg?v0.1") center center repeat-x;
  background-size: auto 100%;
}

body {
  font-family: 'Intro';
  font-weight: 400;
  font-size: 30px;
  line-height: 45px;
  color: #cfcfcf;
  background: #171614;
}

@media (max-width: 1920px) {
  body {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (max-width: 1600px) {
  body {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (max-width: 1280px) {
  body {
    font-size: 16px;
    line-height: 24px;
  }
}

body.main-body {
  overflow: hidden;
}

@media (max-width: 1025px) {
  body.main-body {
    overflow: auto;
  }
}

body.inner-body {
  background: url("../images/inner_page_bg.jpg?v0.1") top center no-repeat;
  background-size: 100% auto;
  background-color: #1b1b1b;
}

body.promo-page {
  background: url("../images/promo_footer_bg.png?v0.1") bottom center no-repeat, url("../images/promo_bg.jpg?v0.1") top center no-repeat;
  background-size: 100% auto, 100% auto;
  background-color: #0c0c0c;
}

@media (max-width: 1920px) {
  body.promo-page {
    background-size: auto auto, 100% auto;
  }
}

@media (max-width: 1025px) {
  body.promo-page {
    background-size: auto auto, 1400px auto;
  }
}

@media (max-width: 768px) {
  body.promo-page {
    background-size: auto auto, 1400px auto;
    background-position: bottom center, calc(50% - 130px) 0%;
  }
}

.has-padding-x {
  padding-left: var(--page-gap-x);
  padding-right: var(--page-gap-x);
}

.has-padding-y {
  padding-top: calc( var(--page-nav-height) + var(--page-gap-y));
  padding-bottom: var(--page-gap-y);
}

@media (max-width: 1025px) {
  .has-padding-y {
    padding-top: var(--page-gap-y);
  }
}

.nav {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(24, 24, 24, 0.9);
  -webkit-transition: height .3s ease-in-out, opacity .3s ease-in-out, -webkit-transform .3s ease-in-out !important;
  transition: height .3s ease-in-out, opacity .3s ease-in-out, -webkit-transform .3s ease-in-out !important;
  transition: height .3s ease-in-out, transform .3s ease-in-out, opacity .3s ease-in-out !important;
  transition: height .3s ease-in-out, transform .3s ease-in-out, opacity .3s ease-in-out, -webkit-transform .3s ease-in-out !important;
}

@media (max-width: 1920px) {
  .nav {
    height: 70px;
  }
}

@media (max-width: 1366px), (max-height: 700px) {
  .nav {
    height: 60px;
  }
}

.nav.compact {
  height: 80px;
}

@media (max-width: 1920px) {
  .nav.compact {
    height: 60px;
  }
}

@media (max-width: 1366px), (max-height: 700px) {
  .nav.compact {
    height: 50px;
  }
}

.nav__content {
  width: calc( 100% - var(--page-gap-x));
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1025px) {
  .nav__content {
    width: calc( 100% - (var(--page-gap-x) * 2));
  }
}

@media (max-width: 768px) {
  .nav__content {
    width: calc( 100% - (var(--page-gap-x)));
  }
}

.nav__logo img {
  display: block;
  width: 150px;
}

@media (max-width: 1920px) {
  .nav__logo img {
    width: 119px;
  }
}

@media (max-width: 480px) {
  .nav__logo img {
    width: 80px;
  }
}

.nav__menu {
  height: 100%;
}

@media (max-width: 1025px) {
  .nav__menu {
    width: 300px;
    height: calc(100vh - var(--page-nav-height));
    position: absolute;
    top: var(--page-nav-height);
    right: 0;
    background: rgba(23, 22, 21, 0.8);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    padding: 30px;
    overflow-y: auto;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
  }
  .nav__menu.active {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.nav__menu-links {
  height: 100%;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 40px;
  column-gap: 40px;
  margin-left: 80px;
}

@media (max-width: 1920px) {
  .nav__menu-links {
    -webkit-column-gap: 20px;
    column-gap: 20px;
    margin-left: 50px;
  }
}

@media (max-width: 1366px), (max-height: 700px) {
  .nav__menu-links {
    -webkit-column-gap: 30px;
    column-gap: 30px;
    margin-left: 30px;
  }
}

@media (max-width: 1025px) {
  .nav__menu-links {
    height: auto;
    width: 100%;
    margin-left: 0px;
    row-gap: 20px;
  }
}

.nav__menu-links li {
  height: 100%;
  position: relative;
  padding: 0px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 1366px), (max-height: 700px) {
  .nav__menu-links li {
    padding: 0px 0px;
  }
}

@media (max-width: 1025px) {
  .nav__menu-links li {
    height: auto;
    width: 100%;
  }
}

.nav__menu-links li a {
  display: block;
  font-family: "Algeria Two";
  font-weight: 400;
  color: #e0e0e0;
  font-size: 22px;
  line-height: 22px;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

@media (max-width: 1920px) {
  .nav__menu-links li a {
    font-family: "Algeria Two";
    font-weight: 400;
    color: #e0e0e0;
    font-size: 16px;
    line-height: 16px;
  }
}

@media (max-width: 1366px), (max-height: 700px) {
  .nav__menu-links li a {
    font-family: "Algeria Two";
    font-weight: 400;
    color: #e0e0e0;
    font-size: 14px;
    line-height: 14px;
  }
}

@media (max-width: 1025px) {
  .nav__menu-links li a {
    font-family: 'Intro';
    text-transform: uppercase;
  }
}

.nav__menu-links li a:hover {
  color: #ff8009;
}

.nav__menu-links li a:after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #b76418;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

.nav__menu-links li a:hover:after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.nav__menu-links li a i {
  color: #ff8009;
}

.nav__submenu {
  width: 100%;
  height: 80px;
  position: absolute;
  left: 0px;
  top: 100%;
  background-color: rgba(23, 22, 21, 0.55);
  padding-bottom: 4px;
  -webkit-transition: height .3s ease-in-out, background-color .3s ease-in-out;
  transition: height .3s ease-in-out, background-color .3s ease-in-out;
}

@media (max-width: 1920px) {
  .nav__submenu {
    height: 62px;
  }
}

@media (max-width: 1366px), (max-height: 700px) {
  .nav__submenu {
    height: 50px;
  }
}

@media (max-width: 1025px) {
  .nav__submenu {
    position: relative;
    top: 0;
    height: auto;
    background: none;
    padding-bottom: 0px;
  }
}

@media (max-width: 1025px) {
  .nav__submenu .nav__content {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.nav__submenu:after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0px;
  bottom: 3px;
  background: rgba(255, 255, 255, 0.1);
}

@media (max-width: 1025px) {
  .nav__submenu:after {
    display: none;
  }
}

.nav__submenu-links {
  height: 100%;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 70px;
  column-gap: 70px;
}

@media (max-width: 1920px) {
  .nav__submenu-links {
    -webkit-column-gap: 50px;
    column-gap: 50px;
  }
}

@media (max-width: 1366px), (max-height: 700px) {
  .nav__submenu-links {
    -webkit-column-gap: 30px;
    column-gap: 30px;
  }
}

@media (max-width: 1025px) {
  .nav__submenu-links {
    margin-top: 30px;
    padding-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    row-gap: 20px;
  }
}

.nav__submenu-links li {
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 1025px) {
  .nav__submenu-links li {
    height: auto;
    width: 100%;
  }
}

.nav__submenu-links li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "Intro";
  font-weight: 400;
  color: #d8d8d8;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

@media (max-width: 1920px) {
  .nav__submenu-links li a {
    font-family: "Intro";
    font-weight: 400;
    color: #d8d8d8;
    font-size: 14px;
    line-height: 14px;
  }
}

@media (max-width: 1366px), (max-height: 700px) {
  .nav__submenu-links li a {
    font-family: "Intro";
    font-weight: 400;
    color: #d8d8d8;
    font-size: 12px;
    line-height: 12px;
  }
}

@media (max-width: 1025px) {
  .nav__submenu-links li a {
    font-family: "Intro";
    font-weight: 400;
    color: #d8d8d8;
    font-size: 14px;
    line-height: 14px;
  }
}

.nav__submenu-links li a:hover {
  color: #fff;
}

.nav__submenu-links li a:before {
  content: '';
  width: 18px;
  aspect-ratio: 18 / 26;
  background: url("../images/submenu_decor.png?v0.1") no-repeat;
  background-size: contain;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  opacity: .5;
  margin-right: 8px;
}

@media (max-width: 1366px), (max-height: 700px) {
  .nav__submenu-links li a:before {
    width: 12px;
  }
}

@media (max-width: 1025px) {
  .nav__submenu-links li a:before {
    display: none;
  }
}

.nav__submenu-links li a:hover:before {
  opacity: 1;
}

.nav.compact .nav__submenu {
  height: 60px;
  background-color: rgba(23, 22, 21, 0.7);
}

@media (max-width: 1920px) {
  .nav.compact .nav__submenu {
    height: 52px;
  }
}

@media (max-width: 1366px), (max-height: 700px) {
  .nav.compact .nav__submenu {
    height: 42px;
  }
}

@media (max-width: 1025px) {
  .nav.compact .nav__submenu {
    height: auto;
  }
}

.nav__status {
  position: relative;
  margin-left: auto;
  margin-right: 50px;
}

@media (max-width: 1366px), (max-height: 700px) {
  .nav__status {
    margin-right: 25px;
  }
}

.nav__status:before {
  content: '';
  width: 5px;
  height: 5px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border: 1px solid #ff665b;
  background-color: rgba(255, 102, 91, 0.5);
  -webkit-box-shadow: 0px 0px 10px rgba(255, 102, 91, 0.7);
  box-shadow: 0px 0px 10px rgba(255, 102, 91, 0.7);
  left: -15px;
}

.nav__status-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.nav__status-content span {
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 22px;
  color: #fff;
}

@media (max-width: 1920px) {
  .nav__status-content span {
    font-size: 16px;
    line-height: 16px;
  }
}

@media (max-width: 1366px), (max-height: 700px) {
  .nav__status-content span {
    font-size: 14px;
    line-height: 14px;
  }
}

.nav__status.on:before {
  border: 1px solid #86e03c;
  background-color: rgba(134, 224, 60, 0.5);
  -webkit-box-shadow: 0px 0px 10px rgba(134, 224, 60, 0.7);
  box-shadow: 0px 0px 10px rgba(134, 224, 60, 0.7);
}

.nav__status.soon:before {
  border: 1px solid #ffd35b;
  background-color: rgba(255, 211, 91, 0.5);
  -webkit-box-shadow: 0px 0px 10px rgba(255, 211, 91, 0.7);
  box-shadow: 0px 0px 10px rgba(255, 211, 91, 0.7);
}

.nav__cabinet {
  width: 250px;
  height: 70px;
  padding: 0px 30px;
}

.nav__cabinet span {
  font-size: 24px;
  line-height: 24px;
}

.nav__cabinet i {
  font-size: 18px;
  line-height: 18px;
  margin-right: 10px;
}

@media (max-width: 1920px) {
  .nav__cabinet {
    width: 200px;
    height: 50px;
    padding: 0px 30px;
  }
  .nav__cabinet:after {
    width: calc( 100% - 60px);
    left: 30px;
  }
  .nav__cabinet span {
    font-size: 16px;
    line-height: 16px;
  }
  .nav__cabinet i {
    font-size: 14px;
    line-height: 14px;
    margin-right: 10px;
  }
}

@media (max-width: 1366px), (max-height: 700px) {
  .nav__cabinet {
    width: 150px;
    height: 44px;
    padding: 0px 30px;
  }
  .nav__cabinet span {
    font-size: 14px;
    line-height: 14px;
  }
  .nav__cabinet i {
    font-size: 12px;
    line-height: 12px;
  }
}

@media (max-width: 1280px) {
  .nav__cabinet {
    width: 80px;
    padding: 0px 0px;
  }
  .nav__cabinet span {
    display: none;
  }
  .nav__cabinet i {
    margin-right: 0;
  }
}

.open-main-menu {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #55504d;
  position: relative;
  cursor: pointer;
  display: none;
  background-color: #181818;
  -webkit-transition: background-color .3s ease-in-out, border .3s ease-in-out;
  transition: background-color .3s ease-in-out, border .3s ease-in-out;
  margin-left: 20px;
  z-index: 3;
}

@media (max-width: 1024px) {
  .open-main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.open-main-menu:hover {
  background-color: #55504d;
}

.open-main-menu:hover:after, .open-main-menu:hover:before {
  background: #fff;
}

.open-main-menu:hover .open-main-menu__item {
  -webkit-transform: scale(0.7, 1);
  transform: scale(0.7, 1);
}

.open-main-menu.active:after {
  -webkit-transform: rotate(-135deg) scale(0.7, 1);
  transform: rotate(-135deg) scale(0.7, 1);
  top: calc((100% - 2px) / 2);
}

.open-main-menu.active:before {
  -webkit-transform: rotate(135deg) scale(0.7, 1);
  transform: rotate(135deg) scale(0.7, 1);
  top: calc((100% - 2px) / 2);
}

.open-main-menu.active .open-main-menu__item {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

.open-main-menu:after {
  content: '';
  width: calc(100% - 12px);
  height: 2px;
  background: #fff;
  position: absolute;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  top: 11px;
  left: 6px;
  -webkit-transform: scale(0.7, 1);
  transform: scale(0.7, 1);
}

.open-main-menu:before {
  content: '';
  width: calc(100% - 12px);
  height: 2px;
  background: #fff;
  position: absolute;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  top: calc(100% - 13px);
  left: 6px;
  -webkit-transform: scale(0.7, 1);
  transform: scale(0.7, 1);
}

.open-main-menu__item {
  width: calc(100% - 12px);
  height: 2px;
  background: #fff;
  position: absolute;
  top: calc((100% - 2px) / 2);
  left: 6px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: scale(0.7, 1);
  transform: scale(0.7, 1);
}

.langs {
  width: auto;
  position: relative;
  z-index: 3;
  margin-right: 50px;
}

@media (max-width: 1366px), (max-height: 700px) {
  .langs {
    margin-right: 20px;
  }
}

.langs__content {
  position: relative;
  z-index: 2;
  margin-right: 16px;
}

.langs__content-arrow {
  content: '';
  width: 9px;
  height: 6px;
  position: absolute;
  top: calc((100% - 6px) / 2);
  right: -15px;
  background: url("../images/arrow.png?v0.1") center center no-repeat;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
  cursor: pointer;
}

.langs__content.active .langs__content-arrow {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

.langs__content.active .langs__content-current span {
  color: #ff8009;
}

.langs__content-current {
  width: 100%;
  height: 100%;
  cursor: pointer;
  font-size: 22px;
  line-height: 22px;
  color: #fff;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

@media (max-width: 1920px) {
  .langs__content-current {
    font-size: 16px;
    line-height: 16px;
  }
}

@media (max-width: 1366px), (max-height: 700px) {
  .langs__content-current {
    font-size: 14px;
    line-height: 14px;
  }
}

.langs__content-current:hover {
  color: #ff8009;
}

.langs__content-stroke {
  width: 66px;
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-35px);
  transform: translateX(-50%) translateY(-35px);
  list-style: none;
  background: #000;
  -webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: opacity .3s ease-in-out, transform .3s ease-in-out;
  transition: opacity .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
  opacity: 0;
  pointer-events: none;
  border-radius: 5px;
  overflow: hidden;
}

@media (max-width: 1920px) {
  .langs__content-stroke {
    width: 52px;
  }
}

@media (max-width: 1366px), (max-height: 700px) {
  .langs__content-stroke {
    width: 44px;
  }
}

.langs__content-stroke li {
  width: 100%;
  text-align: center;
}

.langs__content-stroke li:not(:last-child) {
  border-bottom: 1px solid #181818;
}

.langs__content-stroke li a {
  width: 100%;
  padding: 18px 0px;
  display: block;
  position: relative;
  -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out;
  transition: color .3s ease-in-out, background-color .3s ease-in-out;
  font-size: 22px;
  line-height: 22px;
  color: #fff;
}

@media (max-width: 1920px) {
  .langs__content-stroke li a {
    font-size: 16px;
    line-height: 16px;
    padding: 14px 0px;
  }
}

@media (max-width: 1366px), (max-height: 700px) {
  .langs__content-stroke li a {
    font-size: 14px;
    line-height: 14px;
    padding: 10px 0px;
  }
}

.langs__content-stroke li a:hover {
  background: #181818;
  color: #ff8009;
}

.langs__content.active .langs__content-stroke {
  -webkit-transform: translateX(-50%) translateY(0%);
  transform: translateX(-50%) translateY(0%);
  opacity: 1;
  pointer-events: all;
}

.swiper-button-next, .swiper-button-prev {
  width: Max(calc(((100vh - var(--page-nav-height)) / 100) * 6), 0px);
  height: auto;
  aspect-ratio: 54 / 53;
  top: 50%;
  margin-top: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-filter: grayscale(100%) brightness(200%);
  filter: grayscale(100%) brightness(200%);
  -webkit-transition: opacity .3s ease-in-out, -webkit-filter .3s ease-in-out;
  transition: opacity .3s ease-in-out, -webkit-filter .3s ease-in-out;
  transition: filter .3s ease-in-out, opacity .3s ease-in-out;
  transition: filter .3s ease-in-out, opacity .3s ease-in-out, -webkit-filter .3s ease-in-out;
  opacity: 1 !important;
}

@media (max-width: 1025px) {
  .swiper-button-next, .swiper-button-prev {
    width: 30px;
  }
}

.swiper-button-next:hover, .swiper-button-prev:hover {
  -webkit-filter: grayscale(0%) brightness(100%);
  filter: grayscale(0%) brightness(100%);
}

.swiper-button-next:after, .swiper-button-prev:after {
  display: none;
}

.swiper-button-next {
  background: url("../images/arrow_next_icon.png?v0.1") no-repeat;
  background-size: contain;
  right: auto;
  left: 100%;
}

.swiper-button-prev {
  background: url("../images/arrow_prev_icon.png?v0.1") no-repeat;
  background-size: contain;
  left: auto;
  right: 100%;
}

.swiper-scrollbar {
  background: rgba(255, 255, 255, 0.1);
}

.swiper-scrollbar-drag {
  background: rgba(255, 255, 255, 0.2);
}

.sections {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

@media (max-width: 1025px) {
  .sections {
    height: auto;
    overflow: hidden;
  }
}

.sections__wrapper {
  z-index: 1;
}

@media (max-width: 1025px) {
  .sections__wrapper {
    display: block;
  }
}

.sections__pagination {
  width: var(--page-gap-x);
  position: absolute;
  top: calc((100vh - var(--page-nav-height)) / 2 + var(--page-nav-height));
  left: 0px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 1025px) {
  .sections__pagination {
    display: none;
  }
}

.sections__pagination .swiper-pagination-bullet {
  width: 25%;
  height: auto;
  aspect-ratio: 1 / 1;
  display: block;
  margin: 0 auto;
  background: none;
  opacity: 1;
  -webkit-filter: grayscale(100%) brightness(50%);
  filter: grayscale(100%) brightness(50%);
  -webkit-transition: -webkit-filter .3s ease-in-out;
  transition: -webkit-filter .3s ease-in-out;
  transition: filter .3s ease-in-out;
  transition: filter .3s ease-in-out, -webkit-filter .3s ease-in-out;
}

.sections__pagination .swiper-pagination-bullet:hover {
  -webkit-filter: grayscale(100%) brightness(100%);
  filter: grayscale(100%) brightness(100%);
}

.sections__pagination .swiper-pagination-bullet-active {
  -webkit-filter: grayscale(0%) brightness(100%);
  filter: grayscale(0%) brightness(100%);
}

.sections__pagination .swiper-pagination-bullet:before {
  content: '';
  width: 100%;
  height: 100%;
  background: url("../images/pagination.png?v0.1");
  background-size: 100% 100%;
  display: block;
}

.sections__pagination .swiper-pagination-bullet:not(:last-child) {
  margin-bottom: Max(calc(((100vh - var(--page-nav-height)) / 100) * 3), 0px);
}

.sections__streams {
  width: var(--page-gap-x);
  position: fixed;
  top: calc((100% - var(--page-nav-height)) / 2 + var(--page-nav-height));
  right: 0;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 1025px) {
  .sections__streams {
    display: none;
  }
}

.sections__streams-button {
  width: 85%;
  aspect-ratio: 84 / 439;
  margin: 0 auto;
  cursor: pointer;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.sections__streams-button:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.sections__streams-button img {
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 1025px) {
  .section {
    height: auto !important;
  }
}

.section__content {
  width: 100%;
  max-width: 67vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: Max(calc(((100vh - var(--page-nav-height)) / 100) * 6.5), 0px);
  position: relative;
  z-index: 2;
}

@media (max-width: 1025px) {
  .section__content {
    max-width: 100%;
    row-gap: 30px;
  }
}

.section__content-row {
  width: 100%;
}

.section__title {
  width: 100%;
  position: relative;
  font-family: "Algeria Two";
  font-weight: 400;
  color: #fff;
  font-size: Max(calc(((100vh - var(--page-nav-height)) / 100) * 7), 0px);
  line-height: Max(calc(((100vh - var(--page-nav-height)) / 100) * 7), 0px);
}

@media (max-width: 1025px) {
  .section__title {
    font-size: 30px;
    line-height: 30px;
  }
}

.section__title:after, .section__title:before {
  content: '';
  width: Max(calc(((100vh - var(--page-nav-height)) / 100) * 6), 0px);
  height: auto;
  aspect-ratio: 44 / 20;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: .3;
  display: none;
}

@media (max-width: 1025px) {
  .section__title:after, .section__title:before {
    width: 20px;
  }
}

.section__title:before {
  background: url("../images/title_decor_left.png?v0.1") no-repeat;
  background-size: contain;
  right: calc(100% + 15px);
  display: block;
}

@media (max-width: 480px) {
  .section__title:before {
    right: calc(100% + 5px);
  }
}

.section__title:after {
  background: url("../images/title_decor_right.png?v0.1") no-repeat;
  background-size: contain;
}

.section__title.center {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section__title.center:after, .section__title.center:before {
  position: relative;
  left: auto;
  right: auto;
  top: 0%;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  display: block;
}

.section__title.center span {
  margin: 0 15px;
}

.section__subtitle {
  width: 100%;
  margin-top: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2), 0px);
  font-size: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2.5), 0px);
  line-height: Max(calc(((100vh - var(--page-nav-height)) / 100) * 3.8), 0px);
  color: #f3f3f3;
  padding-right: 30%;
  text-shadow: 0px 0px 40px #15120f, 0px 0px 50px #15120f, 0px 0px 60px #15120f;
}

@media (max-width: 1025px) {
  .section__subtitle {
    font-size: 16px;
    line-height: 24px;
    padding-right: 0%;
  }
}

.section__subtitle.center {
  text-align: center;
  padding-left: 15%;
  padding-right: 15%;
}

@media (max-width: 1025px) {
  .section__subtitle.center {
    padding-right: 0%;
    padding-left: 0%;
  }
}

.button-group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2), 0px);
}

@media (max-width: 1025px) {
  .button-group {
    gap: 10px;
  }
}

.button-group__item {
  padding: 3px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  border: 2px solid #b2ac9a;
  cursor: pointer;
  -webkit-transition: color .3s ease-in-out, -webkit-filter .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
  transition: color .3s ease-in-out, -webkit-filter .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
  transition: color .3s ease-in-out, filter .3s ease-in-out, box-shadow .3s ease-in-out;
  transition: color .3s ease-in-out, filter .3s ease-in-out, box-shadow .3s ease-in-out, -webkit-filter .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
  overflow: hidden;
}

.button-group__item:before, .button-group__item:after {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border: 2px solid #b2ac9a;
  background-color: rgba(178, 172, 154, 0.5);
}

.button-group__item:before {
  left: -8px;
}

.button-group__item:after {
  right: -8px;
}

.button-group__item-content {
  padding: Max(calc(((100vh - var(--page-nav-height)) / 100) * 1.5), 0px) Max(calc(((100vh - var(--page-nav-height)) / 100) * 3), 0px);
  border-radius: 100px;
  border: 1px solid rgba(178, 172, 154, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 1025px) {
  .button-group__item-content {
    padding: 8px 20px;
  }
}

.button-group__item-content span {
  font-family: "Algeria Two";
  font-weight: 400;
  color: #b2ab98;
  font-size: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2.3), 0px);
  line-height: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2.3), 0px);
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

@media (max-width: 1025px) {
  .button-group__item-content span {
    font-size: 14px;
    line-height: 14px;
  }
}

.button-group__item:hover, .button-group__item.active {
  -webkit-box-shadow: inset 0px 0px 20px rgba(230, 215, 186, 0.7), 0px 0px 10px rgba(230, 215, 186, 0.4);
  box-shadow: inset 0px 0px 20px rgba(230, 215, 186, 0.7), 0px 0px 10px rgba(230, 215, 186, 0.4);
}

.button-group__item:hover .button-group__item-content span, .button-group__item.active .button-group__item-content span {
  color: #fff;
}

.spoiler {
  width: 100%;
  border-left: 2px solid #776e5d;
  background: rgba(57, 50, 44, 0.5);
}

.spoiler__title {
  width: 100%;
  padding: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2.5), 0px) Max(calc(((100vh - var(--page-nav-height)) / 100) * 4), 0px) Max(calc(((100vh - var(--page-nav-height)) / 100) * 2.5), 0px) Max(calc(((100vh - var(--page-nav-height)) / 100) * 2.5), 0px);
  background-color: #39322c;
  font-family: 'Intro';
  font-size: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2.5), 0px);
  line-height: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2.5), 0px);
  color: #fff;
  cursor: pointer;
  position: relative;
  -webkit-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
}

@media (max-width: 1025px) {
  .spoiler__title {
    padding: 16px 30px 16px 16px;
    font-size: 16px;
    line-height: 16px;
  }
}

.spoiler__title:hover {
  background-color: #534a41;
}

.spoiler__title:before {
  content: '';
  display: block;
  height: 40%;
  aspect-ratio: 23 / 22;
  position: absolute;
  top: 30%;
  right: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2.5), 0px);
  background: url("../images/spoiler_arrow.png?v0.1") center center no-repeat;
  background-size: 100% 100%;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

@media (max-width: 1025px) {
  .spoiler__title:before {
    right: 16px;
  }
}

.spoiler__title:after {
  content: '';
  width: 100%;
  height: calc( 123%);
  position: absolute;
  left: -2px;
  bottom: -1px;
  pointer-events: none;
  background: url("../images/spoiler_top_decor.png?v0.1") top left no-repeat, url("../images/spoiler_bottom_decor.png?v0.1") bottom left no-repeat;
  background-size: auto Max(calc(((100vh - var(--page-nav-height)) / 100) * 3), 0px), auto auto;
}

@media (max-width: 1025px) {
  .spoiler__title:after {
    background-size: auto 20px, auto auto;
  }
}

.spoiler.active > .spoiler__title:before {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

.spoiler__content {
  width: 100%;
  padding: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2.5), 0px);
  display: none;
  background: url("../images/spoiler_bottom_decor.png?v0.1") bottom left no-repeat;
}

@media (max-width: 1025px) {
  .spoiler__content {
    padding: 16px;
  }
}

.spoiler__content > *:not(:first-child) {
  margin-top: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2.5), 0px);
}

@media (max-width: 1025px) {
  .spoiler__content > *:not(:first-child) {
    margin-top: 10px;
  }
}

.spoiler__content p {
  font-family: "Intro";
  font-weight: 400;
  color: #a5a5a5;
  font-size: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2.2), 0px);
  line-height: Max(calc(((100vh - var(--page-nav-height)) / 100) * 3.2), 0px);
}

@media (max-width: 1025px) {
  .spoiler__content p {
    font-size: 16px;
    line-height: 24px;
  }
}

.header {
  //background: url("../images/header_bg.jpg?v0.1") top center no-repeat;
  background-size: cover;
}

@media (max-width: 1025px) {
  .header {
    padding-top: calc( var(--page-nav-height) + var(--page-gap-y));
  }
}

.header__logo {
  display: block;
  height: Max(calc(((100vh - var(--page-nav-height)) / 100) * 26), 0px);
  aspect-ratio: 567 / 208;
  position: relative;
  z-index: 2;
  -webkit-transition: -webkit-filter .3s ease-in-out;
  transition: -webkit-filter .3s ease-in-out;
  transition: filter .3s ease-in-out;
  transition: filter .3s ease-in-out, -webkit-filter .3s ease-in-out;
}

@media (max-width: 1025px) {
  .header__logo {
    height: 140px;
  }
}

@media (max-width: 768px) {
  .header__logo {
    height: 100px;
  }
}

.header__logo:hover {
  -webkit-filter: brightness(140%);
  filter: brightness(140%);
}

.header__logo img {
  width: 120%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.header__logo-row {
  z-index: 2;
}

.header__info {
  width: 100%;
  position: relative;
  z-index: 1;
}

.header__info:after {
  content: '';
  height: calc( 100% + 300px);
  aspect-ratio: 1055 / 449;
  position: absolute;
  top: 50%;
  left: 0%;
  z-index: 1;
  -webkit-transform: translate(-200px, -50%);
  transform: translate(-200px, -50%);
  background: url("../images/header_shadow_bg.png?v0.1") center center no-repeat;
  background-size: contain;
  pointer-events: none;
  opacity: .5;
}

.header__info h2 {
  font-family: "Algeria Two";
  font-weight: 400;
  color: #fff;
  font-size: Max(calc(((100vh - var(--page-nav-height)) / 100) * 8.3), 0px);
  line-height: Max(calc(((100vh - var(--page-nav-height)) / 100) * 8.3), 0px);
  position: relative;
  z-index: 2;
  padding-left: Max(calc(((100vh - var(--page-nav-height)) / 100) * 4), 0px);
}

@media (max-width: 1025px) {
  .header__info h2 {
    font-size: 46px;
    line-height: 46px;
    padding-left: 20px;
  }
}

@media (max-width: 768px) {
  .header__info h2 {
    font-size: 32px;
    line-height: 32px;
  }
}

.header__info h2 small {
  font-family: "Algeria Two";
  font-weight: 400;
  color: #fff;
  font-size: Max(calc(((100vh - var(--page-nav-height)) / 100) * 6.3), 0px);
  line-height: Max(calc(((100vh - var(--page-nav-height)) / 100) * 6.3), 0px);
  width: 100%;
  display: block;
  position: relative;
  z-index: 2;
}

@media (max-width: 1025px) {
  .header__info h2 small {
    font-size: 32px;
    line-height: 32px;
  }
}

@media (max-width: 768px) {
  .header__info h2 small {
    font-size: 22px;
    line-height: 22px;
  }
}

.header__info h2 span {
  position: relative;
  z-index: 2;
}

.header__info h2:before {
  content: '';
  height: 160%;
  aspect-ratio: 749 / 175;
  position: absolute;
  top: 50%;
  left: 0%;
  z-index: 1;
  -webkit-transform: translate(-1%, -50%);
  transform: translate(-1%, -50%);
  background: url("../images/header_text_bg.png?v0.1") left center no-repeat;
  background-size: contain;
  pointer-events: none;
  opacity: .6;
}

.header__info p {
  width: 55%;
  font-family: "Intro";
  font-weight: 400;
  color: #f5f5f5;
  font-size: Max(calc(((100vh - var(--page-nav-height)) / 100) * 3), 0px);
  line-height: Max(calc(((100vh - var(--page-nav-height)) / 100) * 4), 0px);
  text-shadow: 0px 0px 40px #15120f, 0px 0px 50px #15120f, 0px 0px 60px #15120f;
  margin-top: Max(calc(((100vh - var(--page-nav-height)) / 100) * 5), 0px);
  position: relative;
  z-index: 2;
}

@media (max-width: 1025px) {
  .header__info p {
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    margin-top: 30px;
  }
}

.header__buttons {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 3vmin;
}

.header__buttons .btn {
  aspect-ratio: 450 / 80;
}

@media (max-width: 1025px) {
  .header__buttons .btn {
    width: 340px;
    height: 60px;
  }
  .header__buttons .btn span {
    font-size: 18px;
    line-height: 18px;
  }
}

.header__video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  pointer-events: none;
}

@media (max-width: 1025px) {
  .header__video {
    display: none;
  }
}

.update-anounce {
  background: url("../images/class.05237813.webp?v0.1") top center no-repeat;
  background-size: cover;
}

@media (max-width: 768px) {
  .update-anounce {
    background-position: top right;
  }
}

.update-anounce__content {
  //width: 50%;
  margin-left: auto;
  text-align: center;
}

@media (max-width: 1025px) {
  .update-anounce__content {
    width: 60%;
  }
}

@media (max-width: 768px) {
  .update-anounce__content {
    width: 100%;
  }
}

.update-anounce__content-logo {
  height: Max(calc(((100vh - var(--page-nav-height)) / 100) * 15), 0px);
  aspect-ratio: 510 / 129;
  margin: 0 auto;
  margin-bottom: Max(calc(((100vh - var(--page-nav-height)) / 100) * 5), 0px);
}

@media (max-width: 1025px) {
  .update-anounce__content-logo {
    height: auto;
    width: 100%;
    max-width: 300px;
    margin-bottom: 20px;
  }
}

.update-anounce__content-logo img {
  display: block;
  width: 100%;
  height: 100%;
}

.update-anounce__content p {
  margin-top: -200px;
  font-size: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2.5), 0px);
  line-height: Max(calc(((100vh - var(--page-nav-height)) / 100) * 3.8), 0px);
  color: #f3f3f3;
}

@media (max-width: 1025px) {
  .update-anounce__content p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
  }
}

.update-anounce__buttons {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: Max(calc(((100vh - var(--page-nav-height)) / 100) * 5), 0px);
}

@media (max-width: 1025px) {
  .update-anounce__buttons {
    margin-top: 20px;
  }
}

@media (max-width: 1025px) {
  .update-anounce__buttons .btn {
    height: 50px;
    padding: 0px 30px;
    min-width: 240px;
  }
  .update-anounce__buttons .btn span {
    font-size: 16px;
    line-height: 16px;
  }
}

@media (max-width: 1025px) {
  .update {
    background: url("../images/promo_info_bg.jpg?v0.1") top center no-repeat;
    background-size: cover;
  }
}

.update__background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.update__background-item {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.update__background-item:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: -webkit-gradient(linear, left bottom, left top, from(#0f0e0d), color-stop(30%, rgba(15, 14, 13, 0)), to(rgba(15, 14, 13, 0)));
  background: linear-gradient(to top, #0f0e0d 0%, rgba(15, 14, 13, 0) 30%, rgba(15, 14, 13, 0) 100%);
}

.update__background-item-video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  pointer-events: none;
  opacity: .4;
}

@media (max-width: 1025px) {
  .update__background-item-video {
    display: none;
  }
}

.update__content {
  width: 100%;
}

.update__content-item {
  padding-right: 50%;
  -webkit-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
}

@media (max-width: 1366px) {
  .update__content-item {
    padding-right: 35%;
  }
}

@media (max-width: 768px) {
  .update__content-item {
    padding-right: 0%;
  }
}

.update__content-item:not(.swiper-slide-active) {
  opacity: 0;
}

.update__content-item h3 {
  font-family: "Algeria Two";
  font-weight: 400;
  color: #efa043;
  font-size: Max(calc(((100vh - var(--page-nav-height)) / 100) * 5), 0px);
  line-height: Max(calc(((100vh - var(--page-nav-height)) / 100) * 5), 0px);
}

@media (max-width: 1025px) {
  .update__content-item h3 {
    font-size: 22px;
    line-height: 22px;
  }
}

.update__content-item p {
  margin-top: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2), 0px);
  font-size: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2.5), 0px);
  line-height: Max(calc(((100vh - var(--page-nav-height)) / 100) * 3.8), 0px);
  color: #f3f3f3;
  background: -webkit-gradient(linear, left top, right top, from(rgba(21, 18, 15, 0.8)), to(rgba(21, 18, 15, 0)));
  background: linear-gradient(to right, rgba(21, 18, 15, 0.8) 0%, rgba(21, 18, 15, 0) 100%);
  border-left: 2px solid #efa043;
  padding: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2), 0px) Max(calc(((100vh - var(--page-nav-height)) / 100) * 3), 0px);
  padding-right: Max(calc(((100vh - var(--page-nav-height)) / 100) * 5), 0px);
}

@media (max-width: 1025px) {
  .update__content-item p {
    font-size: 16px;
    line-height: 24px;
    background: none;
    border-left: none;
    padding: 0;
    padding-right: 0;
  }
}

.update__thumbs {
  width: 100%;
  position: relative;
}

.update__thumbs-item {
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: opacity .3s ease-in-out, transform .3s ease-in-out;
  transition: opacity .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.update__thumbs-item:hover {
  opacity: 1 !important;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.update__thumbs-item.swiper-slide-visible {
  opacity: .5;
  pointer-events: auto;
}

.update__thumbs-item.swiper-slide-visible.swiper-slide-thumb-active {
  opacity: 1;
}

.update__thumbs-item .icon {
  width: Max(calc(((100vh - var(--page-nav-height)) / 100) * 15), 0px);
  margin: 0 auto;
}

@media (max-width: 1025px) {
  .update__thumbs-item .icon {
    width: 100px;
  }
}

.update__thumbs-item-text {
  width: 100%;
  font-family: "Algeria Two";
  font-weight: 400;
  color: #fff;
  font-size: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2), 0px);
  line-height: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2.5), 0px);
  text-transform: lowercase;
  text-align: center;
  margin-top: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2), 0px);
}

@media (max-width: 1025px) {
  .update__thumbs-item-text {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
  }
}

.update__thumbs-next, .update__thumbs-prev {
  top: Max(calc(((100vh - var(--page-nav-height)) / 100) * 7.9), 0px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 1025px) {
  .update__thumbs-next, .update__thumbs-prev {
    top: 51px;
  }
}

.news {
  background: url("../images/news_bg.jpg?v0.1") top center no-repeat;
  background-size: cover;
}

.news .button-group {
  margin-top: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2.5), 0px);
}

.news__content {
  width: 100%;
  position: relative;
}

.news__content-item {
  opacity: .2;
  pointer-events: none;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.news__content-item.swiper-slide-visible {
  opacity: 1;
  pointer-events: auto;
}

.news__content-item-img {
  width: 100%;
  height: Max(calc(((100vh - var(--page-nav-height)) / 100) * 24), 0px);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  -webkit-transition: -webkit-box-shadow .3s ease-in-out;
  transition: -webkit-box-shadow .3s ease-in-out;
  transition: box-shadow .3s ease-in-out;
  transition: box-shadow .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
}

@media (max-width: 1025px) {
  .news__content-item-img {
    height: 120px;
  }
}

.news__content-item-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.news__content-item:hover .news__content-item-img {
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
}

.news__content-item:hover .news__content-item-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.news__content-item-info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2.5), 0px);
  margin-top: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2.5), 0px);
}

@media (max-width: 1025px) {
  .news__content-item-info {
    gap: 10px;
    margin-top: 15px;
  }
}

.news__content-item-type {
  font-family: "Algeria Two";
  font-weight: 400;
  color: #8a8a8a;
  font-size: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2), 16px);
  line-height: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2), 16px);
}

@media (max-width: 1025px) {
  .news__content-item-type {
    font-size: 16px;
    line-height: 16px;
  }
}

.news__content-item-type img {
  height: Max(calc(((100vh - var(--page-nav-height)) / 100) * 1.5), 12px);
}

@media (max-width: 1025px) {
  .news__content-item-type img {
    height: 12px;
  }
}

.news__content-item--updates .news__content-item-type {
  color: #af87cc;
}

.news__content-item--events .news__content-item-type {
  color: #d78b4a;
}

.news__content-item--news .news__content-item-type {
  color: #7ca6de;
}

.news__content-item--promotions .news__content-item-type {
  color: #79aa51;
}

.news__content-item-date {
  font-family: "Intro";
  font-weight: 400;
  color: #888682;
  font-size: Max(calc(((100vh - var(--page-nav-height)) / 100) * 1.8), 14px);
  line-height: Max(calc(((100vh - var(--page-nav-height)) / 100) * 1.8), 14px);
}

.news__content-item-title {
  width: 100%;
  font-family: "Intro";
  font-weight: 400;
  color: #ffffff;
  font-size: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2.7), 16px);
  line-height: Max(calc(((100vh - var(--page-nav-height)) / 100) * 3), 20px);
  max-height: calc( Max(calc(((100vh - var(--page-nav-height)) / 100) * 3), 20px) * 2);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: Max(calc(((100vh - var(--page-nav-height)) / 100) * 1.5), 0px);
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
  cursor: pointer;
}

@media (max-width: 1025px) {
  .news__content-item-title {
    margin-top: 10px;
  }
}

.news__content-item-title:hover {
  color: #db7b29;
}

.news__content-item-text {
  width: 100%;
  margin-top: Max(calc(((100vh - var(--page-nav-height)) / 100) * 1.5), 0px);
  font-family: "Intro";
  font-weight: 400;
  color: #c7c7c7;
  font-size: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2), 14px);
  line-height: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2.7), 18px);
  max-height: calc( Max(calc(((100vh - var(--page-nav-height)) / 100) * 2.7), 18px) * 4);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.news__content-next, .news__content-prev {
  top: Max(calc(((100vh - var(--page-nav-height)) / 100) * 12.5), 0px);
}

@media (max-width: 1025px) {
  .news__content-next, .news__content-prev {
    top: 60px;
  }
}

.news__content-next {
  left: auto;
  right: 0;
  -webkit-transform: translate(150%, -50%);
  transform: translate(150%, -50%);
}

@media (max-width: 1025px) {
  .news__content-next {
    -webkit-transform: translate(135%, -50%);
    transform: translate(135%, -50%);
  }
}

.news__content-prev {
  right: auto;
  left: 0;
  -webkit-transform: translate(-150%, -50%);
  transform: translate(-150%, -50%);
}

@media (max-width: 1025px) {
  .news__content-prev {
    -webkit-transform: translate(-135%, -50%);
    transform: translate(-135%, -50%);
  }
}

.features .button-group {
  margin-top: Max(calc(((100vh - var(--page-nav-height)) / 100) * 3.5), 0px);
}

@media (max-width: 1025px) {
  .features .button-group {
    margin-top: 20px;
  }
}

.features__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  pointer-events: none;
}

.features__bg img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.features__bg.active {
  z-index: 2;
  opacity: 1;
}

.features__bg.active img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.features__content {
  width: 72%;
  position: relative;
  margin-top: Max(calc(((100vh - var(--page-nav-height)) / 100) * 4), 0px);
}

@media (max-width: 1025px) {
  .features__content {
    width: 100%;
    max-width: 500px;
    margin-top: 20px;
  }
}

.features__content-item {
  width: 100%;
  height: Max(calc(((100vh - var(--page-nav-height)) / 100) * 54), 0px);
  overflow-y: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: opacity .3s ease-in-out, transform .3s ease-in-out;
  transition: opacity .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
  padding-right: 20px;
}

@media (max-width: 1025px) {
  .features__content-item {
    height: auto;
    overflow: visible;
  }
}

.features__content-item::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: rgba(146, 141, 128, 0.2);
}

.features__content-item::-webkit-scrollbar-thumb {
  background-color: #7a7a7a;
}

.features__content-item::-webkit-scrollbar-thumb:hover {
  background-color: #7a7a7a;
}

.features__content-item--faq {
  padding-top: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2), 0px);
}

.features__content-item.active {
  position: relative;
  z-index: 2;
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.features__content-item > *:not(:first-child) {
  margin-top: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2), 0px);
}

@media (max-width: 1025px) {
  .features__content-item > *:not(:first-child) {
    margin-top: 10px;
  }
}

.features__content-item h3 {
  font-family: "Algeria Two";
  font-weight: 400;
  color: #efa043;
  font-size: Max(calc(((100vh - var(--page-nav-height)) / 100) * 4.5), 26px);
  line-height: Max(calc(((100vh - var(--page-nav-height)) / 100) * 4.5), 26px);
}

.features__content-item p {
  font-family: "Intro";
  font-weight: 400;
  color: #d3d3d3;
  font-size: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2.5), 14px);
  line-height: Max(calc(((100vh - var(--page-nav-height)) / 100) * 3.5), 14px);
}

.features__content-item-buttons {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2), 10px);
  margin-top: Max(calc(((100vh - var(--page-nav-height)) / 100) * 3), 30px) !important;
}

@media (max-width: 1025px) {
  .features__content-item-buttons {
    gap: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2), 10px);
    margin-top: 20px !important;
  }
}

@media (max-width: 1025px) {
  .features__content-item-buttons .btn {
    height: 60px;
    padding: 0px 40px;
  }
  .features__content-item-buttons .btn span {
    font-size: 18px;
    line-height: 18px;
  }
}

.features__content-item-rates {
  display: block;
  width: 100%;
  max-width: 933px;
}

.features__content-item-video {
  height: Max(calc(((100vh - var(--page-nav-height)) / 100) * 48), 0px);
  aspect-ratio: 100 / 59;
  background: rgba(23, 22, 21, 0.55);
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}

@media (max-width: 1025px) {
  .features__content-item-video {
    height: auto;
    width: 100%;
  }
}

.features__content-item-video:after {
  content: '';
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  pointer-events: none;
}

.promo-info {
  background: url("../images/promo_info_bg.jpg?v0.1") top center no-repeat;
  background-size: cover;
}

.promo-info__video {
  height: Max(calc(((100vh - var(--page-nav-height)) / 100) * 50), 0px);
  aspect-ratio: 100 / 59;
  margin: 0 auto;
  background: rgba(23, 22, 21, 0.55);
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}

.promo-info__video:after {
  content: '';
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  pointer-events: none;
}

.promo-info__buttons {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}

@media (max-width: 1366px) {
  .promo-info__buttons {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.promo-info__buttons .btn {
  width: 30%;
}

@media (max-width: 1025px) {
  .promo-info__buttons .btn {
    height: 50px;
    padding: 0px 30px;
    min-width: 240px;
  }
  .promo-info__buttons .btn span {
    font-size: 16px;
    line-height: 16px;
  }
}

@media (max-width: 1025px) {
  .promo-info__button-row {
    display: none;
  }
}

.start {
  background: url("../images/start_bg.jpg?v0.1") top center no-repeat;
  background-size: cover;
}

.start__steps {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .start__steps {
    gap: 20px;
  }
}

.start__steps-item {
  width: calc( ( 100% - 20px ) / 2);
  border-radius: 20px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: Max(calc(((100vh - var(--page-nav-height)) / 100) * 4), 0px);
  background: rgba(17, 17, 16, 0.6);
  text-align: center;
}

@media (max-width: 1025px) {
  .start__steps-item {
    padding: 30px;
  }
}

@media (max-width: 768px) {
  .start__steps-item {
    width: 100%;
  }
}

.start__steps-item-icon {
  width: Max(calc(((100vh - var(--page-nav-height)) / 100) * 18), 0px);
  aspect-ratio: 1 / 1;
  background: url("../images/step_decor.png?v0.1") center center no-repeat;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  font-family: "Algeria Two";
  font-weight: 400;
  color: #fff;
  font-size: Max(calc(((100vh - var(--page-nav-height)) / 100) * 3), 0px);
  line-height: Max(calc(((100vh - var(--page-nav-height)) / 100) * 3), 0px);
}

@media (max-width: 1025px) {
  .start__steps-item-icon {
    width: 100px;
    font-size: 16px;
    line-height: 16px;
  }
}

.start__steps-item h3 {
  font-family: "Algeria Two";
  font-weight: 400;
  color: #fff;
  font-size: Max(calc(((100vh - var(--page-nav-height)) / 100) * 3.2), 0px);
  line-height: Max(calc(((100vh - var(--page-nav-height)) / 100) * 3.5), 0px);
  margin-top: Max(calc(((100vh - var(--page-nav-height)) / 100) * 3), 0px);
}

@media (max-width: 1025px) {
  .start__steps-item h3 {
    margin-top: 10px;
    font-size: 18px;
    line-height: 22px;
  }
}

.start__steps-item p {
  font-family: "Intro";
  font-weight: 400;
  color: #a5a5a5;
  font-size: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2.5), 0px);
  line-height: Max(calc(((100vh - var(--page-nav-height)) / 100) * 3.5), 0px);
  margin-top: Max(calc(((100vh - var(--page-nav-height)) / 100) * 1), 0px);
}

@media (max-width: 1025px) {
  .start__steps-item p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 22px;
  }
}

.start__buttons {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}

@media (max-width: 1366px) {
  .start__buttons {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.start__buttons .btn {
  width: 30%;
}

@media (max-width: 1025px) {
  .start__buttons .btn {
    height: 50px;
    padding: 0px 30px;
    min-width: 240px;
  }
  .start__buttons .btn span {
    font-size: 16px;
    line-height: 16px;
  }
}

.section-last {
 // background: url("../images/support_bg.jpg?v0.1") top center no-repeat;
  background-size: cover;
}

.section-last__content {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section-last__content-item {
  width: 100%;
  height: auto;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  z-index: 100;
}

.section-last__content-item:first-child {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.support {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 1366px) {
  .support {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (max-width: 1025px) {
  .support {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .support {
    gap: 20px;
  }
}

.support__item {
  width: calc( 100% / 3);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .support__item {
    width: 100%;
  }
}

.support__item a {
  width: 100%;
  max-width: 80%;
}

.support__item-icon {
  width: Max(calc(((100vh - var(--page-nav-height)) / 100) * 22), 0px);
  aspect-ratio: 1 / 1;
  margin: 0 auto;
  -webkit-transition: -webkit-transform .3s ease-in-out, -webkit-filter .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out, -webkit-filter .3s ease-in-out;
  transition: transform .3s ease-in-out, filter .3s ease-in-out;
  transition: transform .3s ease-in-out, filter .3s ease-in-out, -webkit-transform .3s ease-in-out, -webkit-filter .3s ease-in-out;
}

@media (max-width: 1025px) {
  .support__item-icon {
    width: 100px;
  }
}

.support__item-icon img {
  width: 100%;
  height: 100%;
}

a:hover .support__item-icon {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}

.support__item h3 {
  font-family: "Algeria Two";
  font-weight: 400;
  color: #fff;
  font-size: Max(calc(((100vh - var(--page-nav-height)) / 100) * 3), 0px);
  line-height: Max(calc(((100vh - var(--page-nav-height)) / 100) * 3), 0px);
  margin-top: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2), 0px);
}

@media (max-width: 1025px) {
  .support__item h3 {
    font-size: 20px;
    line-height: 20px;
    margin-top: 10px;
  }
}

.support__item p {
  font-family: "Intro";
  font-weight: 400;
  color: #a5a5a5;
  font-size: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2.4), 0px);
  line-height: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2.6), 0px);
  margin-top: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2), 0px);
}

@media (max-width: 1025px) {
  .support__item p {
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
  }
}

.main-footer {
  width: 100%;
  background: rgba(17, 17, 17, 0.8);
  padding: 30px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 1025px) {
  .main-footer {
    padding: 30px 50px;
  }
}

.main-footer .section__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.main-footer__content {
  width: calc( 100% -  150px - 50px);
}

@media (max-width: 1920px) {
  .main-footer__content {
    width: calc( 100% -  150px - 40px);
  }
}

@media (max-width: 1366px) {
  .main-footer__content {
    width: 100%;
  }
}

.main-footer__top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2), 0px);
}

@media (max-width: 1025px) {
  .main-footer__top {
    margin-top: 0px;
  }
}

.main-footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: Max(calc(((0vh - var(--page-nav-height)) / 100) * 6), 0px);
}

@media (max-width: 1025px) {
  .main-footer__bottom {
    margin-top: 30px;
  }
}

.main-footer__socials {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: Max(calc(((100vh - var(--page-nav-height)) / 100) * 3), 0px);
}

@media (max-width: 1025px) {
  .main-footer__socials {
    width: 100%;
    gap: 20px;
  }
}

.main-footer__socials a {
  font-size: Max(calc(((100vh - var(--page-nav-height)) / 100) * 3), 0px);
  line-height: Max(calc(((100vh - var(--page-nav-height)) / 100) * 3), 0px);
  color: #9d9d9d;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

@media (max-width: 1025px) {
  .main-footer__socials a {
    font-size: 20px;
    line-height: 20px;
  }
}

.main-footer__socials a:hover {
  color: #fff;
}

.main-footer__payments {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: Max(calc(((100vh - var(--page-nav-height)) / 100) * 4), 0px);
  column-gap: Max(calc(((100vh - var(--page-nav-height)) / 100) * 4), 0px);
}

@media (max-width: 1025px) {
  .main-footer__payments {
    width: 100%;
    -webkit-column-gap: 20px;
    column-gap: 20px;
    row-gap: 10px;
  }
}

.main-footer__payments li {
  opacity: .5;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  cursor: pointer;
}

.main-footer__payments li:hover {
  opacity: 1;
}

.main-footer__payments li img {
  height: Max(calc(((100vh - var(--page-nav-height)) / 100) * 3), 0px);
}

@media (max-width: 1025px) {
  .main-footer__payments li img {
    height: 20px;
  }
}

.main-footer__samurai {
  height: Max(calc(((100vh - var(--page-nav-height)) / 100) * 5.5), 0px);
  aspect-ratio: 172 / 46;
  opacity: .5;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

@media (max-width: 1025px) {
  .main-footer__samurai {
    height: 50px;
  }
}

.main-footer__samurai:hover {
  opacity: 1;
}

.main-footer__samurai img {
  width: 100%;
  height: 100%;
}

@media (max-width: 1025px) {
  .main-footer__samurai {
    margin: 0 auto;
  }
}

.main-footer__cpr {
  width: calc( 100% - 166px - 30px);
}

@media (max-width: 1025px) {
  .main-footer__cpr {
    width: 100%;
  }
}

.main-footer__cpr-links {
  width: 100%;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: Max(calc(((100vh - var(--page-nav-height)) / 100) * 4), 0px);
  column-gap: Max(calc(((100vh - var(--page-nav-height)) / 100) * 4), 0px);
  row-gap: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2), 0px);
}

@media (max-width: 1025px) {
  .main-footer__cpr-links {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 20px;
    column-gap: 20px;
    row-gap: 0px;
  }
}

.main-footer__cpr-links a {
  font-size: Max(calc(((100vh - var(--page-nav-height)) / 100) * 1.5), 0px);
  line-height: Max(calc(((100vh - var(--page-nav-height)) / 100) * 1.5), 0px);
  color: #9d9d9d;
  text-decoration: underline;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

@media (max-width: 1025px) {
  .main-footer__cpr-links a {
    font-size: 12px;
    line-height: 12px;
  }
}

.main-footer__cpr-links a:hover {
  color: #fff;
}

.main-footer__cpr-text {
  width: 100%;
  font-size: Max(calc(((100vh - var(--page-nav-height)) / 100) * 1.5), 0px);
  line-height: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2), 0px);
  color: #525252;
  margin-top: 5px;
}

@media (max-width: 1025px) {
  .main-footer__cpr-text {
    text-align: center;
    font-size: 12px;
    line-height: 16px;
  }
}

.main-footer__discord {
  width: 360px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  min-height: 165px;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.8);
  overflow: hidden;
}

@media (max-width: 1920px) {
  .main-footer__discord {
    width: 280px;
  }
}

@media (max-width: 1366px) {
  .main-footer__discord {
    display: none;
  }
}

.main-footer__discord iframe {
  opacity: .5;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.main-footer__discord iframe:hover {
  opacity: 1;
}

@media (max-width: 1025px) {
  .main-footer .unsimple {
    margin: 0 auto;
  }
}

.unsimple {
  width: 166px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: .3;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.unsimple:hover {
  opacity: .6;
}

.unsimple img {
  margin-right: 10px;
}

.unsimple span {
  font-size: 12px;
  line-height: 18px;
  color: #fff;
}

.unsimple span b {
  text-transform: uppercase;
  font-weight: 500;
}

.start-popup {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 40px 50px;
  overflow: auto;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.start-popup.active {
  opacity: 1;
  pointer-events: all;
}

.start-popup__bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(19, 18, 17, 0.8);
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  opacity: 0;
}

.start-popup.active .start-popup__bg {
  opacity: 1;
}

.start-popup__items {
  width: 100%;
  max-width: 67vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 5px;
  column-gap: 5px;
  row-gap: 25px;
  position: relative;
  z-index: 2;
  opacity: 0;
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: opacity .3s ease-in-out, transform .3s ease-in-out;
  transition: opacity .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

@media (max-width: 1025px) {
  .start-popup__items {
    max-width: 100%;
  }
}

.start-popup__items-cancel {
  width: 40px;
  height: 40px;
  background-color: #960000;
  -webkit-clip-path: polygon(20px 0, calc(100% - 20px) 0, 100% 20px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 20px 100%, 0 calc(100% - 20px), 0 20px);
  clip-path: polygon(20px 0, calc(100% - 20px) 0, 100% 20px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 20px 100%, 0 calc(100% - 20px), 0 20px);
  position: absolute;
  top: -23px;
  right: -23px;
  z-index: 2;
  -webkit-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
}

.start-popup__items-cancel:hover {
  background-color: #db0000;
  cursor: pointer;
}

.start-popup__items-col {
  width: calc( ( 100% - 10px ) / 3);
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  position: relative;
  padding: 30px;
  z-index: 1;
}

@media (max-width: 1025px) {
  .start-popup__items-col {
    width: calc( ( 100% - 5px ) / 2);
  }
  .start-popup__items-col:last-child {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .start-popup__items-col {
    width: 100%;
  }
}

.start-popup__items-col:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  border: 20px solid #252423;
  -o-border-image: url("../images/box_decor_border.png?v0.1") 20 round round;
  border-image: url("../images/box_decor_border.png?v0.1") 20 round round;
  background: #252423;
  -webkit-clip-path: polygon(19px 0, calc(100% - 19px) 0, 100% 19px, 100% calc(100% - 19px), calc(100% - 19px) 100%, 19px 100%, 0 calc(100% - 19px), 0 19px);
  clip-path: polygon(19px 0, calc(100% - 19px) 0, 100% 19px, 100% calc(100% - 19px), calc(100% - 19px) 100%, 19px 100%, 0 calc(100% - 19px), 0 19px);
}

.start-popup__items-col:before {
  content: '';
  position: absolute;
  top: -10px;
  left: 40px;
  right: 40px;
  bottom: -10px;
  z-index: 1;
  border: 20px solid #252423;
  -o-border-image: url("../images/box_decor_back_border.png?v0.1") 20 round round;
  border-image: url("../images/box_decor_back_border.png?v0.1") 20 round round;
}

.start-popup__items-col-content {
  position: relative;
  z-index: 3;
}

.start-popup__items-col-title {
  font-family: "Algeria Two";
  font-weight: 400;
  color: #f6c684;
  font-size: Max(calc(((100vh - var(--page-nav-height)) / 100) * 3.5), 18px);
  line-height: Max(calc(((100vh - var(--page-nav-height)) / 100) * 3.5), 18px);
  text-align: center;
}

@media (max-width: 1025px) {
  .start-popup__items-col-title {
    font-size: 22px;
    line-height: 22px;
  }
}

.start-popup__items-col-text {
  font-family: "Intro";
  font-weight: 400;
  color: #bbb8b5;
  font-size: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2), 14px);
  line-height: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2.5), 16px);
  margin-top: Max(calc(((100vh - var(--page-nav-height)) / 100) * 1.5), 0px);
  text-align: center;
}

@media (max-width: 1025px) {
  .start-popup__items-col-text {
    font-size: 16px;
    line-height: 20px;
    margin-top: 15px;
  }
}

.start-popup__items-col-files {
  width: 100%;
  margin-top: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2), 0px);
}

@media (max-width: 1025px) {
  .start-popup__items-col-files {
    margin-top: 15px;
  }
}

.start-popup__items-col-files-icon {
  width: Max(calc(((100vh - var(--page-nav-height)) / 100) * 8), 0px);
  aspect-ratio: 1 / 1;
}

@media (max-width: 1025px) {
  .start-popup__items-col-files-icon {
    width: 60px;
  }
}

.start-popup__items-col-files-icon img {
  width: 100%;
  height: 100%;
  display: block;
}

.start-popup__items-col-files-item {
  width: 100%;
  padding: Max(calc(((100vh - var(--page-nav-height)) / 100) * 1), 0px) Max(calc(((100vh - var(--page-nav-height)) / 100) * 2), 0px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #1f1d1d;
  border-radius: 10px;
  gap: Max(calc(((100vh - var(--page-nav-height)) / 100) * 1.5), 0px);
  -webkit-clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px), 0 10px);
  clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px), 0 10px);
}

@media (max-width: 1025px) {
  .start-popup__items-col-files-item {
    padding: 10px 20px;
    gap: 10px;
  }
}

.start-popup__items-col-files-item:not(:last-child) {
  margin-bottom: Max(calc(((100vh - var(--page-nav-height)) / 100) * 0.5), 0px);
}

@media (max-width: 1025px) {
  .start-popup__items-col-files-item:not(:last-child) {
    margin-bottom: 5px;
  }
}

.start-popup__items-col-files-button {
  padding: 3px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  border: 2px solid #b2ac9a;
  cursor: pointer;
  -webkit-transition: color .3s ease-in-out, -webkit-filter .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
  transition: color .3s ease-in-out, -webkit-filter .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
  transition: color .3s ease-in-out, filter .3s ease-in-out, box-shadow .3s ease-in-out;
  transition: color .3s ease-in-out, filter .3s ease-in-out, box-shadow .3s ease-in-out, -webkit-filter .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
  overflow: hidden;
}

.start-popup__items-col-files-button:before, .start-popup__items-col-files-button:after {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border: 2px solid #b2ac9a;
  background-color: rgba(178, 172, 154, 0.5);
}

.start-popup__items-col-files-button:before {
  left: -8px;
}

.start-popup__items-col-files-button:after {
  right: -8px;
}

.start-popup__items-col-files-button-content {
  width: 10vw;
  padding: Max(calc(((100vh - var(--page-nav-height)) / 100) * 1), 0px) Max(calc(((100vh - var(--page-nav-height)) / 100) * 3), 0px);
  border-radius: 100px;
  border: 1px solid rgba(178, 172, 154, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 1025px) {
  .start-popup__items-col-files-button-content {
    width: auto;
    padding: 8px 20px;
  }
}

.start-popup__items-col-files-button-content span {
  font-family: "Algeria Two";
  font-weight: 400;
  color: #b2ab98;
  font-size: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2), 0px);
  line-height: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2), 0px);
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

@media (max-width: 1025px) {
  .start-popup__items-col-files-button-content span {
    font-size: 14px;
    line-height: 14px;
  }
}

.start-popup__items-col-files-button:hover, .start-popup__items-col-files-button.active {
  -webkit-box-shadow: inset 0px 0px 20px rgba(230, 215, 186, 0.7), 0px 0px 10px rgba(230, 215, 186, 0.4);
  box-shadow: inset 0px 0px 20px rgba(230, 215, 186, 0.7), 0px 0px 10px rgba(230, 215, 186, 0.4);
}

.start-popup__items-col-files-button:hover .start-popup__items-col-files-button-content span, .start-popup__items-col-files-button.active .start-popup__items-col-files-button-content span {
  color: #fff;
}

.start-popup.active .start-popup__items{
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.start-popup.active .start-popup__policy{
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.inner-page {
  width: 100%;
  max-width: 67vw;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

@media (max-width: 1025px) {
  .inner-page {
    max-width: calc( 100% - 50px);
    padding-top: calc( var(--page-nav-height) + 30px);
    padding-bottom: 30px;
  }
}

.inner-page__header {
  width: 100%;
}

.inner-page__logo {
  display: block;
  height: Max(calc(((100vh - var(--page-nav-height)) / 100) * 26), 0px);
  aspect-ratio: 567 / 208;
  position: relative;
  z-index: 2;
  -webkit-transition: -webkit-filter .3s ease-in-out;
  transition: -webkit-filter .3s ease-in-out;
  transition: filter .3s ease-in-out;
  transition: filter .3s ease-in-out, -webkit-filter .3s ease-in-out;
}

@media (max-width: 1025px) {
  .inner-page__logo {
    height: 140px;
  }
}

@media (max-width: 768px) {
  .inner-page__logo {
    height: 100px;
  }
}

.inner-page__logo:hover {
  -webkit-filter: brightness(140%);
  filter: brightness(140%);
}

.inner-page__logo img {
  width: 120%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.inner-page__title {
  width: 100%;
  position: relative;
  font-family: "Algeria Two";
  font-weight: 400;
  color: #fff;
  font-size: Max(calc(((100vh - var(--page-nav-height)) / 100) * 7), 0px);
  line-height: Max(calc(((100vh - var(--page-nav-height)) / 100) * 7), 0px);
  margin-top: Max(calc(((100vh - var(--page-nav-height)) / 100) * 5), 0px);
}

@media (max-width: 1025px) {
  .inner-page__title {
    font-size: 30px;
    line-height: 30px;
    margin-top: 30px;
  }
}

.inner-page__title:after, .inner-page__title:before {
  content: '';
  width: Max(calc(((100vh - var(--page-nav-height)) / 100) * 6), 0px);
  height: auto;
  aspect-ratio: 44 / 20;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: .3;
  display: none;
}

@media (max-width: 1025px) {
  .inner-page__title:after, .inner-page__title:before {
    width: 20px;
  }
}

.inner-page__title:before {
  background: url("../images/title_decor_left.png?v0.1") no-repeat;
  background-size: contain;
  right: calc(100% + 15px);
  display: block;
}

@media (max-width: 480px) {
  .inner-page__title:before {
    right: calc(100% + 5px);
  }
}

.inner-page__title:after {
  background: url("../images/title_decor_right.png?v0.1") no-repeat;
  background-size: contain;
}

.inner-page__content {
  width: 100%;
  margin-top: Max(calc(((100vh - var(--page-nav-height)) / 100) * 4), 0px);
}

@media (max-width: 1025px) {
  .inner-page__content {
    margin-top: 30px;
  }
}

.knowledge {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.knowledge__nav {
  width: 28%;
  position: relative;
  padding: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2), 0px);
}

@media (max-width: 1025px) {
  .knowledge__nav {
    width: 100%;
    height: 90px;
    padding: 0;
    padding: 5px;
    overflow: hidden;
  }
}

.knowledge__nav:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  border: 20px solid #252423;
  -o-border-image: url("../images/aside_decor_border.png?v0.1") 20 round round;
  border-image: url("../images/aside_decor_border.png?v0.1") 20 round round;
  background: #181717;
  -webkit-clip-path: polygon(19px 0, calc(100% - 19px) 0, 100% 19px, 100% calc(100% - 19px), calc(100% - 19px) 100%, 19px 100%, 0 calc(100% - 19px), 0 19px);
  clip-path: polygon(19px 0, calc(100% - 19px) 0, 100% 19px, 100% calc(100% - 19px), calc(100% - 19px) 100%, 19px 100%, 0 calc(100% - 19px), 0 19px);
  -webkit-mask-box-image: linear-gradient(to bottom, white 0px, white 20px, transparent calc(100% - 20px), transparent 100%);
}

@media (max-width: 1025px) {
  .knowledge__nav:after {
    -webkit-mask-box-image: none;
  }
}

.knowledge__nav:before {
  content: '';
  position: absolute;
  top: -10px;
  left: 40px;
  right: 40px;
  bottom: -10px;
  z-index: 1;
  border: 20px solid #252423;
  -o-border-image: url("../images/box_decor_back_border.png?v0.1") 20 round round;
  border-image: url("../images/box_decor_back_border.png?v0.1") 20 round round;
  -webkit-mask-box-image: linear-gradient(to bottom, white 0px, white 20px, transparent 21px, transparent 100%);
}

@media (max-width: 1025px) {
  .knowledge__nav:before {
    -webkit-mask-box-image: none;
  }
}

.knowledge__nav-content {
  position: relative;
  z-index: 3;
}

@media (min-width: 1025px) {
  .knowledge__nav-content {
    display: block !important;
  }
}

.knowledge__nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  padding: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2), 0px);
}

@media (min-width: 1025px) {
  .knowledge__nav-item {
    width: 100% !important;
  }
}

@media (max-width: 1025px) {
  .knowledge__nav-item {
    padding: 10px;
  }
}

.knowledge__nav-item:not(:last-child) {
  margin-bottom: 5px;
}

@media (max-width: 1025px) {
  .knowledge__nav-item:not(:last-child) {
    margin-bottom: 0px;
  }
}

.knowledge__nav-item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: #3d3b3b;
  -webkit-clip-path: polygon(15px 0, calc(100% - 15px) 0, 100% 15px, 100% calc(100% - 15px), calc(100% - 15px) 100%, 15px 100%, 0 calc(100% - 15px), 0 15px);
  clip-path: polygon(15px 0, calc(100% - 15px) 0, 100% 15px, 100% calc(100% - 15px), calc(100% - 15px) 100%, 15px 100%, 0 calc(100% - 15px), 0 15px);
  -webkit-mask-box-image: linear-gradient(to right, white 0px, white 20px, transparent calc(100% - 20px), transparent 100%);
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  opacity: .3;
}

.knowledge__nav-item:hover:after {
  opacity: 1;
}

.knowledge__nav-item.active:after {
  opacity: 1;
}

.knowledge__nav-item .icon {
  width: Max(calc(((100vh - var(--page-nav-height)) / 100) * 9), 0px);
  z-index: 2;
}

@media (max-width: 1025px) {
  .knowledge__nav-item .icon {
    width: 60px;
  }
}

.knowledge__nav-item-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 20px;
  position: relative;
  z-index: 2;
}

.knowledge__nav-item-name {
  font-family: "Intro";
  font-weight: 400;
  color: #fff;
  font-size: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2), 16px);
  line-height: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2.5), 16px);
  text-transform: uppercase;
}

@media (max-width: 1025px) {
  .knowledge__nav-item-name {
    font-size: 14px;
    line-height: 14px;
  }
}

.knowledge__nav-item-sub {
  font-family: "Intro";
  font-weight: 400;
  color: #dabf95;
  font-size: Max(calc(((100vh - var(--page-nav-height)) / 100) * 1.7), 16px);
  line-height: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2), 16px);
  margin-top: Max(calc(((100vh - var(--page-nav-height)) / 100) * 0.5), 0px);
}

@media (max-width: 1025px) {
  .knowledge__nav-item-sub {
    font-size: 14px;
    line-height: 14px;
    margin-top: 5px;
  }
}

.knowledge__nav-next, .knowledge__nav-prev {
  display: none;
}

@media (max-width: 1025px) {
  .knowledge__nav-next, .knowledge__nav-prev {
    display: block;
    top: 45px;
  }
}

.knowledge__nav-next {
  left: calc( 100% + 10px);
}

.knowledge__nav-prev {
  right: calc( 100% + 10px);
}

.knowledge__content {
  width: 70%;
  margin-top: -20px;
  position: relative;
  z-index: 1;
}

@media (max-width: 1025px) {
  .knowledge__content {
    width: 100%;
    margin-top: 0px;
  }
}

.knowledge__content-title {
  position: relative;
  font-family: "Algeria Two";
  font-weight: 400;
  color: #fff;
  font-size: Max(calc(((100vh - var(--page-nav-height)) / 100) * 5), 0px);
  line-height: Max(calc(((100vh - var(--page-nav-height)) / 100) * 5), 0px);
}

@media (max-width: 1025px) {
  .knowledge__content-title {
    font-size: 30px;
    line-height: 30px;
    margin-top: 30px;
  }
}

.knowledge__content-title span {
  position: relative;
}

.knowledge__content-title span:after {
  content: '';
  height: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2), 0px);
  aspect-ratio: 159 / 20;
  display: block;
  position: absolute;
  top: 50%;
  left: calc(100% + 15px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../images/base_title_decor.png?v0.1") no-repeat;
  background-size: contain;
}

.knowledge__text {
  width: 100%;
  margin-top: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2.5), 0px);
}

@media (max-width: 1025px) {
  .knowledge__text {
    margin-top: 20px;
  }
}

.about-server {
  width: 100%;
}

.about-server__title {
  position: relative;
  font-family: "Algeria Two";
  font-weight: 400;
  color: #eedba4;
  font-size: Max(calc(((100vh - var(--page-nav-height)) / 100) * 5), 0px);
  line-height: Max(calc(((100vh - var(--page-nav-height)) / 100) * 5), 0px);
}

@media (max-width: 1025px) {
  .about-server__title {
    font-size: 24px;
    line-height: 24px;
  }
}

.about-server__title span {
  position: relative;
}

.about-server__title span:after {
  content: '';
  height: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2), 0px);
  aspect-ratio: 159 / 20;
  display: block;
  position: absolute;
  top: 50%;
  left: calc(100% + 15px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../images/base_title_decor.png?v0.1") no-repeat;
  background-size: contain;
}

@media (max-width: 1025px) {
  .about-server__title span:after {
    display: none;
  }
}

.about-server__row {
  width: 100%;
  position: relative;
  margin-top: Max(calc(((100vh - var(--page-nav-height)) / 100) * 5), 0px);
}

@media (max-width: 1025px) {
  .about-server__row {
    margin-top: 20px;
  }
}

.about-server__thumbs {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.about-server__thumbs-item {
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: opacity .3s ease-in-out, transform .3s ease-in-out;
  transition: opacity .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.about-server__thumbs-item:hover {
  opacity: 1 !important;
}

.about-server__thumbs-item.swiper-slide-visible {
  opacity: .5;
  pointer-events: auto;
}

.about-server__thumbs-item.swiper-slide-visible.swiper-slide-thumb-active, .about-server__thumbs-item.active {
  opacity: 1;
}

.about-server__thumbs-item .icon {
  width: Max(calc(((100vh - var(--page-nav-height)) / 100) * 15), 0px);
  margin: 0 auto;
}

@media (max-width: 1025px) {
  .about-server__thumbs-item .icon {
    width: 100px;
  }
}

.about-server__thumbs-item-text {
  width: 100%;
  font-family: "Algeria Two";
  font-weight: 400;
  color: #fff;
  font-size: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2), 0px);
  line-height: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2.5), 0px);
  text-transform: lowercase;
  text-align: center;
  margin-top: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2), 0px);
}

@media (max-width: 1025px) {
  .about-server__thumbs-item-text {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
  }
}

.about-server__thumbs-next, .about-server__thumbs-prev {
  top: Max(calc(((100vh - var(--page-nav-height)) / 100) * 7.9), 0px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 1025px) {
  .about-server__thumbs-next, .about-server__thumbs-prev {
    top: 51px;
  }
}

.about-server__content {
  width: 100%;
  margin-top: Max(calc(((100vh - var(--page-nav-height)) / 100) * 5), 0px);
  position: relative;
  overflow: hidden;
}

@media (max-width: 1025px) {
  .about-server__content {
    margin-top: 20px;
  }
}

.about-server__content-item {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  z-index: 1;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: opacity .3s ease-in-out, transform .3s ease-in-out;
  transition: opacity .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.about-server__content-item.active {
  position: relative;
  z-index: 2;
  pointer-events: all;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.news-list {
  width: 100%;
}

.news-list__items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 50px;
  margin-top: Max(calc(((100vh - var(--page-nav-height)) / 100) * 5), 0px);
}

@media (max-width: 1025px) {
  .news-list__items {
    margin-top: 30px;
    gap: 30px;
  }
}

.news-list__items-item {
  width: calc( ( 100% - 100px ) / 3);
  opacity: .7;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

@media (max-width: 1025px) {
  .news-list__items-item {
    width: calc( ( 100% - 30px ) / 2);
  }
}

@media (max-width: 768px) {
  .news-list__items-item {
    width: 100%;
  }
}

.news-list__items-item:hover {
  opacity: 1;
}

.news-list__items-item-img {
  width: 100%;
  height: Max(calc(((100vh - var(--page-nav-height)) / 100) * 24), 0px);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  -webkit-transition: -webkit-box-shadow .3s ease-in-out;
  transition: -webkit-box-shadow .3s ease-in-out;
  transition: box-shadow .3s ease-in-out;
  transition: box-shadow .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
}

@media (max-width: 1025px) {
  .news-list__items-item-img {
    height: 120px;
  }
}

.news-list__items-item-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.news-list__items-item:hover .news-list__items-item-img {
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
}

.news-list__items-item:hover .news-list__items-item-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.news-list__items-item-info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2.5), 0px);
  margin-top: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2.5), 0px);
}

@media (max-width: 1025px) {
  .news-list__items-item-info {
    gap: 10px;
    margin-top: 15px;
  }
}

.news-list__items-item-type {
  font-family: "Algeria Two";
  font-weight: 400;
  color: #8a8a8a;
  font-size: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2), 16px);
  line-height: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2), 16px);
}

@media (max-width: 1025px) {
  .news-list__items-item-type {
    font-size: 16px;
    line-height: 16px;
  }
}

.news-list__items-item-type img {
  height: Max(calc(((100vh - var(--page-nav-height)) / 100) * 1.5), 12px);
}

@media (max-width: 1025px) {
  .news-list__items-item-type img {
    height: 12px;
  }
}

.news-list__items-item--updates .news-list__items-item-type {
  color: #af87cc;
}

.news-list__items-item--events .news-list__items-item-type {
  color: #d78b4a;
}

.news-list__items-item--news .news-list__items-item-type {
  color: #7ca6de;
}

.news-list__items-item--promotions .news-list__items-item-type {
  color: #79aa51;
}

.news-list__items-item-date {
  font-family: "Intro";
  font-weight: 400;
  color: #888682;
  font-size: Max(calc(((100vh - var(--page-nav-height)) / 100) * 1.8), 14px);
  line-height: Max(calc(((100vh - var(--page-nav-height)) / 100) * 1.8), 14px);
}

.news-list__items-item-title {
  width: 100%;
  font-family: "Intro";
  font-weight: 400;
  color: #ffffff;
  font-size: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2.7), 16px);
  line-height: Max(calc(((100vh - var(--page-nav-height)) / 100) * 3), 20px);
  max-height: calc( Max(calc(((100vh - var(--page-nav-height)) / 100) * 3), 20px) * 2);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: Max(calc(((100vh - var(--page-nav-height)) / 100) * 1.5), 0px);
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
  cursor: pointer;
}

@media (max-width: 1025px) {
  .news-list__items-item-title {
    margin-top: 10px;
  }
}

.news-list__items-item-title:hover {
  color: #db7b29;
}

.news-list__items-item-text {
  width: 100%;
  margin-top: Max(calc(((100vh - var(--page-nav-height)) / 100) * 1.5), 0px);
  font-family: "Intro";
  font-weight: 400;
  color: #c7c7c7;
  font-size: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2), 14px);
  line-height: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2.7), 18px);
  max-height: calc( Max(calc(((100vh - var(--page-nav-height)) / 100) * 2.7), 18px) * 4);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.news-list .pagination {
  margin-top: Max(calc(((100vh - var(--page-nav-height)) / 100) * 5), 0px);
}

@media (max-width: 1025px) {
  .news-list .pagination {
    margin-top: 30px;
  }
}

.start-game__items {
  width: 100%;
  max-width: 67vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 5px;
  column-gap: 5px;
  row-gap: 25px;
  position: relative;
}

@media (max-width: 1025px) {
  .start-game__items {
    max-width: 100%;
  }
}

.start-game__items-cancel {
  width: 40px;
  height: 40px;
  background-color: #960000;
  -webkit-clip-path: polygon(20px 0, calc(100% - 20px) 0, 100% 20px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 20px 100%, 0 calc(100% - 20px), 0 20px);
  clip-path: polygon(20px 0, calc(100% - 20px) 0, 100% 20px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 20px 100%, 0 calc(100% - 20px), 0 20px);
  position: absolute;
  top: -23px;
  right: -23px;
  z-index: 2;
  -webkit-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
}

.start-game__items-cancel:hover {
  background-color: #db0000;
  cursor: pointer;
}

.start-game__items-col {
  width: calc( ( 100% - 10px ) / 3);
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  position: relative;
  padding: 30px;
  z-index: 1;
}

@media (max-width: 1025px) {
  .start-game__items-col {
    width: calc( ( 100% - 5px ) / 2);
  }
  .start-game__items-col:last-child {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .start-game__items-col {
    width: 100%;
  }
}

.start-game__items-col:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  border: 20px solid #252423;
  -o-border-image: url("../images/box_decor_border.png?v0.1") 20 round round;
  border-image: url("../images/box_decor_border.png?v0.1") 20 round round;
  background: #252423;
  -webkit-clip-path: polygon(19px 0, calc(100% - 19px) 0, 100% 19px, 100% calc(100% - 19px), calc(100% - 19px) 100%, 19px 100%, 0 calc(100% - 19px), 0 19px);
  clip-path: polygon(19px 0, calc(100% - 19px) 0, 100% 19px, 100% calc(100% - 19px), calc(100% - 19px) 100%, 19px 100%, 0 calc(100% - 19px), 0 19px);
}

.start-game__items-col-content {
  position: relative;
  z-index: 3;
}

.start-game__items-col-title {
  font-family: "Algeria Two";
  font-weight: 400;
  color: #f6c684;
  font-size: Max(calc(((100vh - var(--page-nav-height)) / 100) * 3.5), 18px);
  line-height: Max(calc(((100vh - var(--page-nav-height)) / 100) * 3.5), 18px);
  text-align: center;
}

@media (max-width: 1025px) {
  .start-game__items-col-title {
    font-size: 22px;
    line-height: 22px;
  }
}

.start-game__items-col-text {
  font-family: "Intro";
  font-weight: 400;
  color: #bbb8b5;
  font-size: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2), 14px);
  line-height: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2.5), 16px);
  margin-top: Max(calc(((100vh - var(--page-nav-height)) / 100) * 1.5), 0px);
  text-align: center;
}

@media (max-width: 1025px) {
  .start-game__items-col-text {
    font-size: 16px;
    line-height: 20px;
    margin-top: 15px;
  }
}

.start-game__items-col-files {
  width: 100%;
  margin-top: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2), 0px);
}

@media (max-width: 1025px) {
  .start-game__items-col-files {
    margin-top: 15px;
  }
}

.start-game__items-col-files-icon {
  width: Max(calc(((100vh - var(--page-nav-height)) / 100) * 8), 0px);
  aspect-ratio: 1 / 1;
}

@media (max-width: 1025px) {
  .start-game__items-col-files-icon {
    width: 60px;
  }
}

.start-game__items-col-files-icon img {
  width: 100%;
  height: 100%;
  display: block;
}

.start-game__items-col-files-item {
  width: 100%;
  padding: Max(calc(((100vh - var(--page-nav-height)) / 100) * 1), 0px) Max(calc(((100vh - var(--page-nav-height)) / 100) * 2), 0px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #1f1d1d;
  border-radius: 10px;
  gap: Max(calc(((100vh - var(--page-nav-height)) / 100) * 1.5), 0px);
  -webkit-clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px), 0 10px);
  clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px), 0 10px);
}

@media (max-width: 1025px) {
  .start-game__items-col-files-item {
    padding: 10px 20px;
    gap: 10px;
  }
}

.start-game__items-col-files-item:not(:last-child) {
  margin-bottom: Max(calc(((100vh - var(--page-nav-height)) / 100) * 0.5), 0px);
}

@media (max-width: 1025px) {
  .start-game__items-col-files-item:not(:last-child) {
    margin-bottom: 5px;
  }
}

.start-game__items-col-files-button {
  padding: 3px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  border: 2px solid #b2ac9a;
  cursor: pointer;
  -webkit-transition: color .3s ease-in-out, -webkit-filter .3s ease-in-out, -webkit-box-shadow .3s ease-in-out !important;
  transition: color .3s ease-in-out, -webkit-filter .3s ease-in-out, -webkit-box-shadow .3s ease-in-out !important;
  transition: color .3s ease-in-out, filter .3s ease-in-out, box-shadow .3s ease-in-out !important;
  transition: color .3s ease-in-out, filter .3s ease-in-out, box-shadow .3s ease-in-out, -webkit-filter .3s ease-in-out, -webkit-box-shadow .3s ease-in-out !important;
  overflow: hidden;
  text-decoration: none !important;
}

.start-game__items-col-files-button:before, .start-game__items-col-files-button:after {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border: 2px solid #b2ac9a;
  background-color: rgba(178, 172, 154, 0.5);
}

.start-game__items-col-files-button:before {
  left: -8px;
}

.start-game__items-col-files-button:after {
  right: -8px;
}

.start-game__items-col-files-button-content {
  width: 10vw;
  padding: Max(calc(((100vh - var(--page-nav-height)) / 100) * 1), 0px) Max(calc(((100vh - var(--page-nav-height)) / 100) * 3), 0px);
  border-radius: 100px;
  border: 1px solid rgba(178, 172, 154, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 1025px) {
  .start-game__items-col-files-button-content {
    width: auto;
    padding: 8px 20px;
  }
}

.start-game__items-col-files-button-content span {
  font-family: "Algeria Two";
  font-weight: 400;
  color: #b2ab98;
  font-size: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2), 0px);
  line-height: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2), 0px);
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

@media (max-width: 1025px) {
  .start-game__items-col-files-button-content span {
    font-size: 14px;
    line-height: 14px;
  }
}

.start-game__items-col-files-button:hover, .start-game__items-col-files-button.active {
  -webkit-box-shadow: inset 0px 0px 20px rgba(230, 215, 186, 0.7), 0px 0px 10px rgba(230, 215, 186, 0.4);
  box-shadow: inset 0px 0px 20px rgba(230, 215, 186, 0.7), 0px 0px 10px rgba(230, 215, 186, 0.4);
}

.start-game__items-col-files-button:hover .start-game__items-col-files-button-content span, .start-game__items-col-files-button.active .start-game__items-col-files-button-content span {
  color: #fff;
}

.text-area {
  width: 100%;
  font-size: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2.2), 0px);
  line-height: Max(calc(((100vh - var(--page-nav-height)) / 100) * 3.4), 0px);
  color: #b9b9b9;
}

@media (max-width: 1025px) {
  .text-area {
    font-size: 16px;
    line-height: 24px;
  }
}

.text-area > *:not(:first-child) {
  margin-top: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2.5), 0px);
}

@media (max-width: 1025px) {
  .text-area > *:not(:first-child) {
    margin-top: 20px;
  }
}

.text-area b {
  font-weight: 600;
}

.text-area p b {
  color: #fff;
}

.text-area ul li, .text-area ol li {
  font-size: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2.2), 0px);
  line-height: Max(calc(((100vh - var(--page-nav-height)) / 100) * 3.4), 0px);
  color: #ececec;
}

@media (max-width: 1025px) {
  .text-area ul li, .text-area ol li {
    font-size: 16px;
    line-height: 24px;
  }
}

.text-area ul li:not(:first-child), .text-area ol li:not(:first-child) {
  margin-top: Max(calc(((100vh - var(--page-nav-height)) / 100) * 1.5), 0px);
}

@media (max-width: 1025px) {
  .text-area ul li:not(:first-child), .text-area ol li:not(:first-child) {
    margin-top: 10px;
  }
}

.text-area ol {
  padding-left: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2.2), 0px);
}

@media (max-width: 1025px) {
  .text-area ol {
    padding-left: 15px;
  }
}

.text-area ul {
  list-style-type: none;
  padding-left: 0px;
}

.text-area ul li {
  position: relative;
  padding-left: Max(calc(((100vh - var(--page-nav-height)) / 100) * 4), 0px);
}

@media (max-width: 1025px) {
  .text-area ul li {
    padding-left: 30px;
  }
}

.text-area ul li:before {
  content: '';
  width: Max(calc(((100vh - var(--page-nav-height)) / 100) * 3), 0px);
  height: auto;
  aspect-ratio: 44 / 20;
  display: block;
  position: absolute;
  top: Max(calc(((100vh - var(--page-nav-height)) / 100) * 1.5), 0px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: .3;
  background: url("../images/title_decor_left.png?v0.1") no-repeat;
  background-size: contain;
  left: 0;
}

@media (max-width: 1025px) {
  .text-area ul li:before {
    width: 20px;
    top: 11px;
  }
}

.text-area a {
  color: #fff;
  text-decoration: underline;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.text-area a:hover {
  color: #dabf95;
}

.text-area hr {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.text-area h1, .text-area h2, .text-area h3, .text-area h4, .text-area h5, .text-area h6 {
  font-family: 'Algeria Two';
  color: #dabf95;
  font-weight: 500;
}

.text-area h1 {
  font-size: Max(calc(((100vh - var(--page-nav-height)) / 100) * 4), 0px);
  line-height: Max(calc(((100vh - var(--page-nav-height)) / 100) * 5), 0px);
}

@media (max-width: 1025px) {
  .text-area h1 {
    font-size: 26px;
    line-height: 30px;
  }
}

.text-area h2 {
  font-size: Max(calc(((100vh - var(--page-nav-height)) / 100) * 3.5), 0px);
  line-height: Max(calc(((100vh - var(--page-nav-height)) / 100) * 4.5), 0px);
}

@media (max-width: 1025px) {
  .text-area h2 {
    font-size: 22px;
    line-height: 26px;
  }
}

.text-area h3 {
  font-size: Max(calc(((100vh - var(--page-nav-height)) / 100) * 3), 0px);
  line-height: Max(calc(((100vh - var(--page-nav-height)) / 100) * 4), 0px);
}

@media (max-width: 1025px) {
  .text-area h3 {
    font-size: 18px;
    line-height: 22px;
  }
}

.text-area h4, .text-area h5, .text-area h6 {
  font-size: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2.5), 0px);
  line-height: Max(calc(((100vh - var(--page-nav-height)) / 100) * 3.5), 0px);
}

@media (max-width: 1025px) {
  .text-area h4, .text-area h5, .text-area h6 {
    font-size: 18px;
    line-height: 22px;
  }
}

.text-area table tr td {
  padding: Max(calc(((100vh - var(--page-nav-height)) / 100) * 1.5), 0px) Max(calc(((100vh - var(--page-nav-height)) / 100) * 3), 0px);
  border-radius: 5px;
}

@media (max-width: 1025px) {
  .text-area table tr td {
    padding: 10px 20px;
  }
}

.text-area table thead tr td {
  background: #37352e;
  font-size: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2.2), 0px);
  line-height: Max(calc(((100vh - var(--page-nav-height)) / 100) * 3.4), 0px);
  color: #fff;
}

@media (max-width: 1025px) {
  .text-area table thead tr td {
    font-size: 14px;
    line-height: 18px;
  }
}

.text-area table tbody tr:nth-child(even) td {
  background: #2c2722;
}

.text-area table tbody tr:nth-child(odd) td {
  background: #39322c;
}

.text-area table tbody tr td {
  font-size: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2.2), 0px);
  line-height: Max(calc(((100vh - var(--page-nav-height)) / 100) * 3.4), 0px);
  color: #b9b9b9;
}

@media (max-width: 1025px) {
  .text-area table tbody tr td {
    font-size: 14px;
    line-height: 18px;
  }
}

.text-area__img {
  width: 100%;
  height: Max(calc(((100vh - var(--page-nav-height)) / 100) * 30), 0px);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1025px) {
  .text-area__img {
    height: 200px;
  }
}

.text-area__img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  border: 20px solid #252423;
  -o-border-image: url("../images/aside_decor_border.png?v0.1") 20 round round;
  border-image: url("../images/aside_decor_border.png?v0.1") 20 round round;
  background: #181717;
  -webkit-clip-path: polygon(19px 0, calc(100% - 19px) 0, 100% 19px, 100% calc(100% - 19px), calc(100% - 19px) 100%, 19px 100%, 0 calc(100% - 19px), 0 19px);
  clip-path: polygon(19px 0, calc(100% - 19px) 0, 100% 19px, 100% calc(100% - 19px), calc(100% - 19px) 100%, 19px 100%, 0 calc(100% - 19px), 0 19px);
}

.text-area__img-content {
  width: calc( 100% - 16px);
  height: calc( 100% - 16px);
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  z-index: 3;
  -webkit-clip-path: polygon(16px 0, calc(100% - 16px) 0, 100% 16px, 100% calc(100% - 16px), calc(100% - 16px) 100%, 16px 100%, 0 calc(100% - 16px), 0 16px);
  clip-path: polygon(16px 0, calc(100% - 16px) 0, 100% 16px, 100% calc(100% - 16px), calc(100% - 16px) 100%, 16px 100%, 0 calc(100% - 16px), 0 16px);
}

.text-area__img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  z-index: 1;
}

.text-area__title {
  position: relative;
  font-family: "Algeria Two";
  font-weight: 400;
  color: #fff !important;
  font-size: Max(calc(((100vh - var(--page-nav-height)) / 100) * 5), 18px) !important;
  line-height: Max(calc(((100vh - var(--page-nav-height)) / 100) * 5), 18px) !important;
  margin-top: Max(calc(((100vh - var(--page-nav-height)) / 100) * 4), 0px) !important;
}

@media (max-width: 1025px) {
  .text-area__title {
    font-size: 24px !important;
    line-height: 24px !important;
    margin-top: 30px !important;
  }
}

.text-area__title span {
  position: relative;
}

.text-area__title span:after {
  content: '';
  height: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2), 0px);
  aspect-ratio: 159 / 20;
  display: block;
  position: absolute;
  top: 50%;
  left: calc(100% + 15px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../images/base_title_decor.png?v0.1") no-repeat;
  background-size: contain;
}

@media (max-width: 1025px) {
  .text-area__title span:after {
    display: none;
  }
}

.text-area__news-info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2.5), 0px);
  margin-top: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2.5), 0px);
}

@media (max-width: 1025px) {
  .text-area__news-info {
    gap: 10px;
    margin-top: 15px;
  }
}

.text-area__news-info-type {
  font-family: "Algeria Two";
  font-weight: 400;
  color: #8a8a8a;
  font-size: Max(calc(((100vh - var(--page-nav-height)) / 100) * 3), 16px);
  line-height: Max(calc(((100vh - var(--page-nav-height)) / 100) * 3), 16px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: Max(calc(((100vh - var(--page-nav-height)) / 100) * 1), 0px);
  column-gap: Max(calc(((100vh - var(--page-nav-height)) / 100) * 1), 0px);
}

@media (max-width: 1025px) {
  .text-area__news-info-type {
    font-size: 16px;
    line-height: 16px;
    -webkit-column-gap: 10px;
    column-gap: 10px;
  }
}

.text-area__news-info-type img {
  height: Max(calc(((100vh - var(--page-nav-height)) / 100) * 1.8), 12px);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

@media (max-width: 1025px) {
  .text-area__news-info-type img {
    height: 12px;
  }
}

.text-area__news-info-type--updates {
  color: #af87cc;
}

.text-area__news-info-type--events {
  color: #d78b4a;
}

.text-area__news-info-type--news {
  color: #7ca6de;
}

.text-area__news-info-type--promotions {
  color: #79aa51;
}

.text-area__news-info-date {
  font-family: "Intro";
  font-weight: 400;
  color: #888682;
  font-size: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2), 14px);
  line-height: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2), 14px);
}

@media (max-width: 1025px) {
  .text-area__news-info-date {
    font-size: 14px;
    line-height: 14px;
  }
}

.text-area .button-group__item {
  text-decoration: none !important;
  -webkit-transition: color .3s ease-in-out, -webkit-filter .3s ease-in-out, -webkit-box-shadow .3s ease-in-out !important;
  transition: color .3s ease-in-out, -webkit-filter .3s ease-in-out, -webkit-box-shadow .3s ease-in-out !important;
  transition: color .3s ease-in-out, filter .3s ease-in-out, box-shadow .3s ease-in-out !important;
  transition: color .3s ease-in-out, filter .3s ease-in-out, box-shadow .3s ease-in-out, -webkit-filter .3s ease-in-out, -webkit-box-shadow .3s ease-in-out !important;
}

.table-bg {
  width: auto;
  max-width: 100%;
  overflow-x: auto;
  border-radius: 5px;
}

.table-bg::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: rgba(146, 141, 128, 0.2);
}

.table-bg::-webkit-scrollbar-thumb {
  background-color: #7a7a7a;
}

.table-bg::-webkit-scrollbar-thumb:hover {
  background-color: #7a7a7a;
}

.pagination {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: Max(calc(((100vh - var(--page-nav-height)) / 100) * 1), 0px);
}

@media (max-width: 1025px) {
  .pagination {
    gap: 5px;
  }
}

.pagination__item {
  height: Max(calc(((100vh - var(--page-nav-height)) / 100) * 5), 0px);
  aspect-ratio: 1 / 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background-color: #333333;
  -webkit-clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px), 0 10px);
  clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px), 0 10px);
  font-size: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2), 0px);
  line-height: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2), 0px);
  color: #b9b9b9;
  -webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out;
  transition: background-color .3s ease-in-out, color .3s ease-in-out;
}

@media (max-width: 1025px) {
  .pagination__item {
    height: 36px;
    font-size: 14px;
    line-height: 14px;
  }
}

.pagination__item:hover {
  background-color: #4b4b4b;
  color: #fff;
}

.pagination__item-active {
  background-color: #4b4b4b;
  color: #fff;
}

.pagination__item img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center center;
  object-position: center center;
  -webkit-filter: brightness(200%) grayscale(200%);
  filter: brightness(200%) grayscale(200%);
  -webkit-transition: -webkit-filter .3s ease-in-out;
  transition: -webkit-filter .3s ease-in-out;
  transition: filter .3s ease-in-out;
  transition: filter .3s ease-in-out, -webkit-filter .3s ease-in-out;
}

.pagination__item--arrow {
  background-color: rgba(0, 0, 0, 0) !important;
}

.pagination__item--arrow:hover img {
  -webkit-filter: brightness(100%) grayscale(0%);
  filter: brightness(100%) grayscale(0%);
}

.promo-header {
  width: 100%;
  min-height: 100vh;
}

@media (max-width: 1025px) {
  .promo-header {
    min-height: auto;
    padding: 50px 0px;
  }
}

@media (max-width: 768px) {
  .promo-header {
    padding: 100px 0px 50px;
  }
}

.promo-header__content {
  width: calc( 100% - 100px);
  margin: 0 auto;
}

@media (max-width: 1025px) {
  .promo-header__content {
    width: calc( 100% - 60px);
  }
}

.promo-logo {
  display: block;
  width: 800px;
  aspect-ratio: 567 / 208;
  position: relative;
  -webkit-transition: -webkit-filter .3s ease-in-out;
  transition: -webkit-filter .3s ease-in-out;
  transition: filter .3s ease-in-out;
  transition: filter .3s ease-in-out, -webkit-filter .3s ease-in-out;
  margin: 0 auto;
}

@media (max-width: 1920px) {
  .promo-logo {
    width: 567px;
  }
}

@media (max-width: 1600px) {
  .promo-logo {
    width: 500px;
  }
}

@media (max-width: 1366px) {
  .promo-logo {
    width: 400px;
  }
}

@media (max-width: 768px) {
  .promo-logo {
    width: 340px;
  }
}

@media (max-width: 480px) {
  .promo-logo {
    width: 240px;
  }
}

.promo-logo:hover {
  -webkit-filter: brightness(140%);
  filter: brightness(140%);
}

.promo-logo img {
  width: 120%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.promo-information {
  width: 100%;
  text-align: center;
}

.promo-information h1 {
  width: 100%;
  font-family: "Algeria Two";
  font-weight: 400;
  color: #fff;
  font-size: 76px;
  line-height: 76px;
  background: url("../images/promo_title_bg.png?v0.1") center center no-repeat;
  background-size: auto 100%;
  padding: 60px;
}

@media (max-width: 1920px) {
  .promo-information h1 {
    font-family: "Algeria Two";
    font-weight: 400;
    color: #fff;
    font-size: 56px;
    line-height: 56px;
    padding: 50px;
  }
}

@media (max-width: 1600px) {
  .promo-information h1 {
    font-family: "Algeria Two";
    font-weight: 400;
    color: #fff;
    font-size: 46px;
    line-height: 46px;
    padding: 40px;
  }
}

@media (max-width: 1366px) {
  .promo-information h1 {
    font-family: "Algeria Two";
    font-weight: 400;
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    padding: 30px;
  }
}

@media (max-width: 768px) {
  .promo-information h1 {
    font-family: "Algeria Two";
    font-weight: 400;
    color: #fff;
    font-size: 32px;
    line-height: 32px;
    padding: 30px;
  }
}

.promo-information p {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  font-size: 32px;
  line-height: 44px;
  color: #acaba8;
}

@media (max-width: 1920px) {
  .promo-information p {
    max-width: 650px;
    font-size: 24px;
    line-height: 32px;
  }
}

@media (max-width: 1600px) {
  .promo-information p {
    max-width: 650px;
    font-size: 22px;
    line-height: 30px;
  }
}

@media (max-width: 1366px) {
  .promo-information p {
    max-width: 550px;
    font-size: 20px;
    line-height: 28px;
  }
}

@media (max-width: 768px) {
  .promo-information p {
    font-size: 18px;
    line-height: 26px;
  }
}

.promo-timer {
  width: 100%;
  margin: 70px auto 0;
  padding: 30px 0;
  position: relative;
  gap: 20px;
}

@media (max-width: 1920px) {
  .promo-timer {
    margin: 40px auto 0;
    padding: 20px 0;
  }
}

@media (max-width: 768px) {
  .promo-timer {
    gap: 10px;
  }
}

.promo-timer:before, .promo-timer:after {
  content: '';
  width: 100%;
  max-width: 1000px;
  aspect-ratio: 694 / 33;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 1920px) {
  .promo-timer:before, .promo-timer:after {
    max-width: 694px;
  }
}

@media (max-width: 1366px) {
  .promo-timer:before, .promo-timer:after {
    max-width: 520px;
  }
}

.promo-timer:before {
  top: 0;
  background: url("../images/timer_decor_top.png?v0.1") center center no-repeat;
  background-size: contain;
}

.promo-timer:after {
  bottom: 0;
  background: url("../images/timer_decor_bottom.png?v0.1") center center no-repeat;
  background-size: contain;
}

.promo-timer__item {
  width: 250px;
  aspect-ratio: 1 / 1;
  background: url("../images/timer_item_bg.png?v0.1") center center no-repeat;
  background-size: contain;
}

@media (max-width: 1920px) {
  .promo-timer__item {
    width: 182px;
  }
}

@media (max-width: 1600px) {
  .promo-timer__item {
    width: 152px;
  }
}

@media (max-width: 1366px) {
  .promo-timer__item {
    width: 122px;
  }
}

@media (max-width: 768px) {
  .promo-timer__item {
    width: 100px;
  }
}

.promo-timer__item-content {
  width: 100%;
  text-align: center;
}

.promo-timer__item-num {
  width: 100%;
  font-family: "Algeria Two";
  font-weight: 400;
  color: #fff;
  font-size: 72px;
  line-height: 72px;
}

@media (max-width: 1920px) {
  .promo-timer__item-num {
    font-family: "Algeria Two";
    font-weight: 400;
    color: #fff;
    font-size: 52px;
    line-height: 52px;
  }
}

@media (max-width: 1600px) {
  .promo-timer__item-num {
    font-family: "Algeria Two";
    font-weight: 400;
    color: #fff;
    font-size: 44px;
    line-height: 44px;
  }
}

@media (max-width: 1366px) {
  .promo-timer__item-num {
    font-family: "Algeria Two";
    font-weight: 400;
    color: #fff;
    font-size: 34px;
    line-height: 34px;
  }
}

@media (max-width: 768px) {
  .promo-timer__item-num {
    font-family: "Algeria Two";
    font-weight: 400;
    color: #fff;
    font-size: 24px;
    line-height: 24px;
  }
}

.promo-timer__item-text {
  width: 100%;
  font-family: "Algeria Two";
  font-weight: 400;
  color: #9d9583;
  font-size: 18px;
  line-height: 18px;
}

@media (max-width: 1920px) {
  .promo-timer__item-text {
    font-family: "Algeria Two";
    font-weight: 400;
    color: #9d9583;
    font-size: 14px;
    line-height: 14px;
  }
}

@media (max-width: 1600px) {
  .promo-timer__item-text {
    font-family: "Algeria Two";
    font-weight: 400;
    color: #9d9583;
    font-size: 12px;
    line-height: 12px;
  }
}

@media (max-width: 1366px) {
  .promo-timer__item-text {
    font-family: "Algeria Two";
    font-weight: 400;
    color: #9d9583;
    font-size: 10px;
    line-height: 10px;
  }
}

.promo-main {
  width: 100%;
  padding: 50px 0px;
}

@media (max-width: 1025px) {
  .promo-main {
    min-height: auto;
    padding: 120px 0px;
  }
}

@media (max-width: 1025px) {
  .promo-main {
    padding: 50px 0px;
  }
}

.promo-main__content {
  width: calc( 100% - 100px);
  margin: 0 auto;
}

@media (max-width: 1025px) {
  .promo-main__content {
    width: calc( 100% - 60px);
  }
}

.promo-main__title {
  width: 100%;
  position: relative;
  font-family: "Algeria Two";
  font-weight: 400;
  color: #fff;
  font-size: 84px;
  line-height: 84px;
}

@media (max-width: 1920px) {
  .promo-main__title {
    font-family: "Algeria Two";
    font-weight: 400;
    color: #fff;
    font-size: 64px;
    line-height: 64px;
  }
}

@media (max-width: 1600px) {
  .promo-main__title {
    font-family: "Algeria Two";
    font-weight: 400;
    color: #fff;
    font-size: 54px;
    line-height: 54px;
  }
}

@media (max-width: 1280px) {
  .promo-main__title {
    font-family: "Algeria Two";
    font-weight: 400;
    color: #fff;
    font-size: 44px;
    line-height: 44px;
  }
}

@media (max-width: 768px) {
  .promo-main__title {
    font-family: "Algeria Two";
    font-weight: 400;
    color: #fff;
    font-size: 32px;
    line-height: 32px;
  }
}

.promo-main__title:after, .promo-main__title:before {
  content: '';
  width: 44px;
  height: auto;
  aspect-ratio: 44 / 20;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: .3;
  display: none;
}

@media (max-width: 1280px) {
  .promo-main__title:after, .promo-main__title:before {
    width: 30px;
  }
}

.promo-main__title:before {
  background: url("../images/title_decor_left.png?v0.1") no-repeat;
  background-size: contain;
  right: calc(100% + 15px);
  display: block;
}

@media (max-width: 480px) {
  .promo-main__title:before {
    right: calc(100% + 5px);
  }
}

.promo-main__title:after {
  background: url("../images/title_decor_right.png?v0.1") no-repeat;
  background-size: contain;
}

.promo-main__title.center {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.promo-main__title.center:after, .promo-main__title.center:before {
  position: relative;
  left: auto;
  right: auto;
  top: 0%;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  display: block;
}

.promo-main__title.center span {
  margin: 0 15px;
}

.promo-main p {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  font-size: 32px;
  line-height: 48px;
  color: #a5a5a5;
  text-align: center;
  margin-top: 30px;
}

@media (max-width: 1920px) {
  .promo-main p {
    max-width: 900px;
    font-size: 20px;
    line-height: 30px;
  }
}

@media (max-width: 1600px) {
  .promo-main p {
    max-width: 650px;
    font-size: 18px;
    line-height: 28px;
  }
}

@media (max-width: 1366px) {
  .promo-main p {
    max-width: 550px;
    font-size: 16px;
    line-height: 24px;
  }
}

.promo-footer {
  width: 100%;
  padding: 120px 0px;
  margin-top: 70px;
}

@media (max-width: 1920px) {
  .promo-footer {
    padding: 80px 0px;
    margin-top: 30px;
  }
}

@media (max-width: 1025px) {
  .promo-footer {
    padding: 50px 0px;
    margin-top: 0px;
  }
}

.promo-footer__content {
  width: calc( 100% - 100px);
  margin: 0 auto;
}

@media (max-width: 1025px) {
  .promo-footer__content {
    width: calc( 100% - 60px);
  }
}

.promo-footer__socials {
  width: 100%;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
}

@media (max-width: 1366px) {
  .promo-footer__socials {
    gap: 20px;
  }
}

.promo-footer__socials a {
  font-size: 64px;
  line-height: 64px;
  color: #9d9d9d;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

@media (max-width: 1920px) {
  .promo-footer__socials a {
    font-size: 44px;
    line-height: 44px;
  }
}

@media (max-width: 1366px) {
  .promo-footer__socials a {
    font-size: 34px;
    line-height: 34px;
  }
}

.promo-footer__socials a:hover {
  color: #fff;
}

.promo-footer__bottom {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 40px;
}

.promo-footer__samurai {
  width: 152px;
  aspect-ratio: 172 / 46;
  opacity: .5;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.promo-footer__samurai:hover {
  opacity: 1;
}

.promo-footer__samurai img {
  width: 100%;
  height: 100%;
}

@media (min-width: 1025px) {
  .animate.fade-left {
    -webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: opacity .3s ease-in-out, transform .3s ease-in-out;
    transition: opacity .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  .animate.fade-left.animate--show {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}

@media (min-width: 1025px) {
  .animate.fade-left.sections__pagination {
    -webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: opacity .3s ease-in-out, transform .3s ease-in-out;
    transition: opacity .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -webkit-transform: translateY(-50%) translateX(-100px);
    transform: translateY(-50%) translateX(-100px);
    opacity: 0;
  }
  .animate.fade-left.sections__pagination.animate--show {
    -webkit-transform: translateY(-50%) translateX(0px);
    transform: translateY(-50%) translateX(0px);
    opacity: 1;
  }
}

@media (min-width: 1025px) {
  .animate.fade-right {
    -webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: opacity .3s ease-in-out, transform .3s ease-in-out;
    transition: opacity .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  .animate.fade-right.animate--show {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}

@media (min-width: 1025px) {
  .animate.fade-right.sections__streams {
    -webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: opacity .3s ease-in-out, transform .3s ease-in-out;
    transition: opacity .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -webkit-transform: translateY(-50%) translateX(100px);
    transform: translateY(-50%) translateX(100px);
    opacity: 0;
  }
  .animate.fade-right.sections__streams.animate--show {
    -webkit-transform: translateY(-50%) translateX(0px);
    transform: translateY(-50%) translateX(0px);
    opacity: 1;
  }
}

@media (min-width: 1025px) {
  .animate.fade-down {
    -webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: opacity .3s ease-in-out, transform .3s ease-in-out;
    transition: opacity .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  .animate.fade-down.animate--show {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}

@media (min-width: 1025px) {
  .animate.fade-up {
    -webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: opacity .3s ease-in-out, transform .3s ease-in-out;
    transition: opacity .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  .animate.fade-up.animate--show {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}

@media (min-width: 1025px) {
  .animate.fade-in {
    -webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: opacity .3s ease-in-out, transform .3s ease-in-out;
    transition: opacity .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 0;
  }
  .animate.fade-in.animate--show {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}

.streams {
  position: fixed;
  width: 400px;
  height: calc(100vh - var(--page-nav-height) - 40px);
  top: calc(var(--page-nav-height) + 20px);
  right: calc(var(--page-gap-x));
  z-index: 3;
  background: rgba(24, 24, 24, 0.9);
  padding: 20px;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  -webkit-transform: translateX(var(--page-gap-x));
  transform: translateX(var(--page-gap-x));
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: opacity .3s ease-in-out, transform .3s ease-in-out;
  transition: opacity .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.streams.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}

@media (max-width: 1920px) {
  .streams {
    width: 300px;
  }
}

.streams::-webkit-scrollbar {
  width: 4px;
  /* ширина для вертикального скролла */
  height: 4px;
  /* высота для горизонтального скролла */
  background-color: #000;
}

.streams::-webkit-scrollbar-thumb {
  background-color: #d78b32;
}

.streams::-webkit-scrollbar-thumb:hover {
  background-color: #d78b32;
}

.streams__player {
  width: 100%;
  aspect-ratio: 100 / 56;
  background: #000;
}

.background-text-custom {
  width: 100%;
  font-size: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2.2), 0px);
  line-height: Max(calc(((100vh - var(--page-nav-height)) / 100) * 3.4), 0px);
  color: #b9b9b9;
  padding: 0 10px;
  background: rgb(0 0 0 / 50%);
}

.background-text-custom > *:not(:first-child) {
  margin-top: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2.5), 0px);
}

.background-text-custom b {
  font-weight: 600;
}

.background-text-custom p b {
  color: #fff;
}

.background-text-custom ul li, .background-text-custom ol li {
  font-size: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2.2), 0px);
  line-height: Max(calc(((100vh - var(--page-nav-height)) / 100) * 3.4), 0px);
  color: #ececec;
}

.background-text-custom ul li:not(:first-child), .background-text-custom ol li:not(:first-child) {
  margin-top: Max(calc(((100vh - var(--page-nav-height)) / 100) * 1.5), 0px);
}

.background-text-custom ol {
  padding-left: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2.2), 0px);
}

.background-text-custom ul {
  list-style-type: none;
  padding-left: 0px;
}

.background-text-custom ul li {
  position: relative;
  padding-left: Max(calc(((100vh - var(--page-nav-height)) / 100) * 4), 0px);
}

.background-text-custom ul li:before {
  content: '';
  width: Max(calc(((100vh - var(--page-nav-height)) / 100) * 3), 0px);
  height: auto;
  aspect-ratio: 44 / 20;
  display: block;
  position: absolute;
  top: Max(calc(((100vh - var(--page-nav-height)) / 100) * 1.5), 0px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: .3;
  background: url("../images/title_decor_left.png?v0.1") no-repeat;
  background-size: contain;
  left: 0;
}

.background-text-custom a {
  color: #fff;
  text-decoration: underline;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.background-text-custom a:hover {
  color: #dabf95;
}

.background-text-custom hr {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.background-text-custom h1, .background-text-custom h2, .background-text-custom h3, .background-text-custom h4, .background-text-custom h5, .background-text-custom h6 {
  font-family: 'Algeria Two';
  color: #dabf95;
  font-weight: 500;
}

.background-text-custom h1 {
  font-size: Max(calc(((100vh - var(--page-nav-height)) / 100) * 4), 0px);
  line-height: Max(calc(((100vh - var(--page-nav-height)) / 100) * 5), 0px);
}

.background-text-custom h2 {
  font-size: Max(calc(((100vh - var(--page-nav-height)) / 100) * 3.5), 0px);
  line-height: Max(calc(((100vh - var(--page-nav-height)) / 100) * 4.5), 0px);
}

.background-text-custom h3 {
  font-size: Max(calc(((100vh - var(--page-nav-height)) / 100) * 3), 0px);
  line-height: Max(calc(((100vh - var(--page-nav-height)) / 100) * 4), 0px);
}

.background-text-custom h4, .background-text-custom h5, .background-text-custom h6 {
  font-size: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2.5), 0px);
  line-height: Max(calc(((100vh - var(--page-nav-height)) / 100) * 3.5), 0px);
}

.background-text-custom table tr td {
  padding: Max(calc(((100vh - var(--page-nav-height)) / 100) * 1.5), 0px) Max(calc(((100vh - var(--page-nav-height)) / 100) * 3), 0px);
  border-radius: 5px;
}

.background-text-custom table thead tr td {
  background: #37352e;
  font-size: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2.2), 0px);
  line-height: Max(calc(((100vh - var(--page-nav-height)) / 100) * 3.4), 0px);
  color: #fff;
}

.background-text-custom table tbody tr td {
  font-size: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2.2), 0px);
  line-height: Max(calc(((100vh - var(--page-nav-height)) / 100) * 3.4), 0px);
  color: #b9b9b9;
}

.background-text-pay {
  font-size: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2.2), 0px);
  background: rgb(0 0 0 / 50%);
  text-align: center;
  padding: 5%;
  margin-bottom: 4%;
}

.background-text-pay b {
  font-weight: 600;
}

.background-text-pay p b {
  color: rgb(185, 185, 185);
  font-family: "Intro";
}

.background-text-pay h1, .background-text-pay h2, .background-text-pay h3, .background-text-pay h4, .background-text-pay h5, .background-text-pay h6 {
  font-family: 'Algeria Two';
  color: rgb(255, 255, 255);
  font-weight: 500;
}

.background-text-pay h1 {
  font-size: Max(calc(((100vh - var(--page-nav-height)) / 100) * 4), 0px);
  line-height: Max(calc(((100vh - var(--page-nav-height)) / 100) * 5), 0px);
  margin: 4%;
}

.error-body {
  background-size: 100% auto;
  background: #1b1b1b url("../images/news_bg.jpg?v0.1") no-repeat top center;
}

.inner-page__content a {
  color: #b76418;
}

.background-text-pay-image {
  max-width: 12%;
}

.background-text-pay-image-cross {
  max-width: 10%;
}

.inner-page__content-text {
  font-size: Max(calc(((110vh - var(--page-nav-height)) / 100) * 2.2), 0px);
  margin-top: 12%;
}

.inner-page__content-image {
  max-width: 60%;
  margin-left: 49%;
}

@media (min-width: 1200px) {
  .inner-page__content-image {
    max-width: 60%;
    margin-left: 49%;
    position: relative;
    top: -200px;
    margin-bottom: -17%;
  }
}

body.section-support {
  background: url("../images/inner_page_bg.jpg?v0.1") top center no-repeat;
  background-size: cover;
}

.support-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 7%;
}

.support-page p {
  font-family: "Intro";
  font-weight: 400;
  color: #fff;
  font-size: Max(calc(((85vh - var(--page-nav-height)) / 100) * 2.4), 0px);
  line-height: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2.6), 0px);
  margin-top: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2), 0px);
}

.support-page-text {
  color: #f6942c;
  font-size: Max(calc(((100vh - var(--page-nav-height)) / 100) * 3.4), 0px);
  line-height: Max(calc(((100vh - var(--page-nav-height)) / 100) * 5.6), 0px);
  margin-top: 5%;
}

.support-page-text-p {
  font-size: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2.6), 0px);
  line-height: Max(calc(((100vh - var(--page-nav-height)) / 100) * 3.6), 0px);
  margin-top: 2%;
}

@media (min-width: 769px) {
  .telegram-support {
    margin-bottom: 30%;
  }
}






.start-popup__policy-col {
  width: calc( 100% - 10px );
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  position: relative;
  padding: 30px;
  z-index: 1;
}

@media (max-width: 1025px) {
  .start-popup__policy-col {
    width: calc( ( 100% - 5px ) / 2);
  }
  .start-popup__policy-col:last-child {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .start-popup__policy-col {
    width: 100%;
  }
}

.start-popup__policy-col:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  border: 20px solid #252423;
  -o-border-image: url("../images/box_decor_border.png?v0.1") 20 round round;
  border-image: url("../images/box_decor_border.png?v0.1") 20 round round;
  background: #252423;
  -webkit-clip-path: polygon(19px 0, calc(100% - 19px) 0, 100% 19px, 100% calc(100% - 19px), calc(100% - 19px) 100%, 19px 100%, 0 calc(100% - 19px), 0 19px);
  clip-path: polygon(19px 0, calc(100% - 19px) 0, 100% 19px, 100% calc(100% - 19px), calc(100% - 19px) 100%, 19px 100%, 0 calc(100% - 19px), 0 19px);
}

.start-popup__policy-col:before {
  content: '';
  position: absolute;
  top: -10px;
  left: 40px;
  right: 40px;
  bottom: -10px;
  z-index: 1;
  border: 20px solid #252423;
  -o-border-image: url("../images/box_decor_back_border.png?v0.1") 20 round round;
  border-image: url("../images/box_decor_back_border.png?v0.1") 20 round round;
}

.start-popup__policy-col-content {
  position: relative;
  z-index: 3;
}

.start-popup__policy-col-title {
  font-family: "Algeria Two";
  font-weight: 400;
  color: #f6c684;
  font-size: Max(calc(((100vh - var(--page-nav-height)) / 100) * 3.5), 18px);
  line-height: Max(calc(((100vh - var(--page-nav-height)) / 100) * 3.5), 18px);
  text-align: center;
}

@media (max-width: 1025px) {
  .start-popup__policy-col-title {
    font-size: 22px;
    line-height: 22px;
  }
}

.start-popup__policy-col-text {
  font-family: "Intro";
  font-weight: 400;
  color: #bbb8b5;
  font-size: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2), 14px);
  line-height: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2.5), 16px);
  margin-top: Max(calc(((100vh - var(--page-nav-height)) / 100) * 1.5), 0px);
  line-height:2;
  text-indent: 20px;
  text-align: left;
}

@media (max-width: 1025px) {
  .start-popup__policy-col-text {
    font-size: 16px;
    line-height: 20px;
    margin-top: 15px;
  }
}

.start-popup__policy-col-files {
  width: 100%;
  margin-top: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2), 0px);
}

@media (max-width: 1025px) {
  .start-popup__policy-col-files {
    margin-top: 15px;
  }
}

.start-popup__policy-col-files-icon {
  width: Max(calc(((100vh - var(--page-nav-height)) / 100) * 8), 0px);
  aspect-ratio: 1 / 1;
}

@media (max-width: 1025px) {
  .start-popup__policy-col-files-icon {
    width: 60px;
  }
}

.start-popup__policy-col-files-icon img {
  width: 100%;
  height: 100%;
  display: block;
}

.start-popup__policy-col-files-item {
  width: 100%;
  padding: Max(calc(((100vh - var(--page-nav-height)) / 100) * 1), 0px) Max(calc(((100vh - var(--page-nav-height)) / 100) * 2), 0px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #1f1d1d;
  border-radius: 10px;
  gap: Max(calc(((100vh - var(--page-nav-height)) / 100) * 1.5), 0px);
  -webkit-clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px), 0 10px);
  clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px), 0 10px);
}

@media (max-width: 1025px) {
  .start-popup__policy-col-files-item {
    padding: 10px 20px;
    gap: 10px;
  }
}

.start-popup__policy-col-files-item:not(:last-child) {
  margin-bottom: Max(calc(((100vh - var(--page-nav-height)) / 100) * 0.5), 0px);
}

@media (max-width: 1025px) {
  .start-popup__policy-col-files-item:not(:last-child) {
    margin-bottom: 5px;
  }
}

.start-popup__policy-col-files-button {
  padding: 3px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  border: 2px solid #b2ac9a;
  cursor: pointer;
  -webkit-transition: color .3s ease-in-out, -webkit-filter .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
  transition: color .3s ease-in-out, -webkit-filter .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
  transition: color .3s ease-in-out, filter .3s ease-in-out, box-shadow .3s ease-in-out;
  transition: color .3s ease-in-out, filter .3s ease-in-out, box-shadow .3s ease-in-out, -webkit-filter .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
  overflow: hidden;
}

.start-popup__policy-col-files-button:before, .start-popup__policy-col-files-button:after {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border: 2px solid #b2ac9a;
  background-color: rgba(178, 172, 154, 0.5);
}

.start-popup__policy-col-files-button:before {
  left: -8px;
}

.start-popup__policy-col-files-button:after {
  right: -8px;
}

.start-popup__policy-col-files-button-content {
  width: 10vw;
  padding: Max(calc(((100vh - var(--page-nav-height)) / 100) * 1), 0px) Max(calc(((100vh - var(--page-nav-height)) / 100) * 3), 0px);
  border-radius: 100px;
  border: 1px solid rgba(178, 172, 154, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 1025px) {
  .start-popup__policy-col-files-button-content {
    width: auto;
    padding: 8px 20px;
  }
}

.start-popup__policy-col-files-button-content span {
  font-family: "Algeria Two";
  font-weight: 400;
  color: #b2ab98;
  font-size: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2), 0px);
  line-height: Max(calc(((100vh - var(--page-nav-height)) / 100) * 2), 0px);
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

@media (max-width: 1025px) {
  .start-popup__policy-col-files-button-content span {
    font-size: 14px;
    line-height: 14px;
  }
}

.start-popup__policy-col-files-button:hover, .start-popup__policy-col-files-button.active {
  -webkit-box-shadow: inset 0px 0px 20px rgba(230, 215, 186, 0.7), 0px 0px 10px rgba(230, 215, 186, 0.4);
  box-shadow: inset 0px 0px 20px rgba(230, 215, 186, 0.7), 0px 0px 10px rgba(230, 215, 186, 0.4);
}

.start-popup__policy-col-files-button:hover .start-popup__policy-col-files-button-content span, .start-popup__policy-col-files-button.active .start-popup__policy-col-files-button-content span {
  color: #fff;
}
.start-popup__policy {
  width: 100%;
  max-width: 90vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 5px;
  column-gap: 5px;
  row-gap: 25px;
  position: relative;
  z-index: 2;
  opacity: 0;
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: opacity .3s ease-in-out, transform .3s ease-in-out;
  transition: opacity .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

@media (max-width: 1025px) {
  .start-popup__policy {
    max-width: 100%;
  }
}