* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  color: #fff;
  font-size: 18px;
}

html, body {
  touch-action: manipulation;
}

body {
  background: #DDE4EC;
}

.content-block {
  margin-top: 190px;
}

.wrapper {
  margin: 0 auto;
  max-width: 1400px;
  width: 100%;
}

h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 32px;
  text-align: center;
}

h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 32px;
  text-align: center;
}

button {
  transition: .3s;
  cursor: pointer;
  background: none;
  border: none;
}

button:hover {
  opacity: .8;
}

ul, ol {
  margin: 32px 0;
}

li {
  margin-bottom: 8px;
  color: #fff;
  position: relative;
  font-size: 20px;
}

li::marker {
  content: '';
}

ul li, ol li {
  padding-left: 36px;
}

ul li::before {
   content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background: url("/check.svg") no-repeat center;
    background-size: contain;
}

ol {
  list-style: none;
  counter-reset: item;
  padding-left: 0;
}

ol li {
  position: relative;
  counter-increment: item;
  padding-left: 36px;
}

ol li::before {
  content: counter(item) "";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
  background: #DDE4EC;
  border: 2px solid #FF6924;
  padding: 4px 8px;
  border-radius: 100%;
  text-align: center;
  font-size: 13px;
  font-weight: 300;
  color: #FF6924;
}

a {
  text-decoration: none;
  transition: .3s;
}

a:hover {
  color: #FF2400;
}

section .mb0 {
  margin-bottom: 0;
}

.header {
  background-image: linear-gradient(0deg, rgba(0, 50, 102, 0) 0, #003266 73%, #003266 98%);
  background-color: #0a519e;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 10px 20px;
}
.header .header__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .headerInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin-bottom: 10px;
}
.header .headerInner .header__top {
  display: flex;
  align-items: center;
}
.header .headerInner .header__top .logo {
  display: none;
}
 .header__top-download {
  display: flex;
  align-items: center;
  margin-right: 40px;
  padding: 10px;
  border-radius: 20px;
  background-color: #054588;
}
 .header__top-download span {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.header .headerInner .buttons {
  display: flex;
  align-items: center;
}

.header .headerInner .header__logo img {
  width: 236px;
}

 .header__top-download button:hover {
  fill: #fff;
}
 .header__top-download button {
  width: 20px;
  height: 20px;
  margin: 0 5px;
  fill: #428cdc;
  transition: 0.4s;
}
.header .headerInner .header__top .header__security {
  margin-right: 20px;
  display: flex;
  align-items: center;
  height: 40px;
  padding: 10px;
  background: #054588;
  border-radius: 20px;
  transition: all 0.2s ease;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  border: 2px solid #054588;
}
.header .headerInner .header__top .header__security:hover {
  border: 2px solid #fff;
}
.header .headerInner .header__top .header__security button {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  text-transform: uppercase;
}
.header .headerInner .header__top .header__security button .security-img {
  display: block;
  background: url(/uploads/img/security.svg);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
}
.header .headerInner .header__top .header__security button span {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
}
.header .headerInner .header__top .header__top-settings {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  padding: 0px 10px;
  border-radius: 20px;
  background-color: #054588;
}
.header .headerInner .header__top .header__top-settings .header__top-config {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  transition: fill 0.15s ease-in;
  background: url(/uploads/img/settings.svg) no-repeat;
  background-size: cover;
}
.header .headerInner .header__top .header__top-settings .header__top-time {
  border-left: 2px solid #003266;
  border-right: 2px solid #003266;
  padding: 10px 15px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}
.header .headerInner .header__top .header__top-stocks {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  height: 40px;
  font-size: 12px;
  font-weight: 700;
  background-color: #428cdc;
  color: #fff;
  background-image: linear-gradient(0deg, #428cdc 0, #0992af);
  box-shadow: 0 11px 27px rgba(66, 140, 220, 0.63);
  border-radius: 20px;
}
.header .headerInner .header__top .header__top-stocks button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-weight: 600;
}
.header .headerInner .header__top .header__top-stocks button svg {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  fill: #fff;
  transition: fill 0.15s ease-in;
}
.header .headerInner .header__top .header__top-stocks button span {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
.header .headerInner .header__top .header__top-stocks button span:hover {
  color: #ffba00;
}
.header .headerInner .header__top .header__top-stocks button svg:hover {
  fill: #ffba00;
}
.header .headerInner .logo a {
  display: block;
}
.header .headerInner .logo .ampLogo {
  position: relative;
}
.header .headerInner .logo .ampLogo button {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.header .menu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  background-color: #00316680;
  border-radius: 20px;
  height: 52px;
  margin: 0 auto;
  margin-top: 20px;
  gap: 40px;
}
.header .menu .links {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px 10px;
  flex: 1 1 auto;
  background-color: rgba(0, 49, 102, 0.5);
  border-radius: 20px;
  height: 40px;
}
.header .menu a,
.header .menu > button {
  padding: 0px 10px;
  color: #fff;
  font-size: 18px;
  line-height: 1.15;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  transition: color 0.3s ease;
}
.header .menu a:last-child {
  margin-right: 0;
}
.header .menu a:hover {
  color: #ffb801;
}
.header .menu a.active {
  color: #fff;
}
.header .menu .btn-bonus-buy {
  font-size: 18px;
  display: flex;
  align-items: center;
  border-radius: 20px;
  border: 2px solid #ffb801;
  padding: 12px;
  color: #fff;
  line-height: 1.15;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  transition: color 0.3s ease;
}
.header .menu .btn-bonus-buy span:hover {
  color: #ffb801;
}
.header .menu .btn-bonus-buy img {
  margin-right: 8px;
}
.buttons .logButton {
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0);
  transition: all 0.1s ease-in-out;
  background: linear-gradient(180deg, #6398e4 0%, #568bd6 100%);
}
.buttons .logButton:hover,
.buttons .logButton:active {
  background: linear-gradient(0deg, #1667c1 0, #509aea 97%, #509aea);
}
.buttons .regButton {
  position: relative;
  margin-right: 20px;
  background: linear-gradient(180deg, #e8692c 0%, #e75b28 100%);
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.1s ease-in-out;
  box-shadow: 0 10px 30px rgba(250, 65, 0, 0.4);
  padding: 10px 40px;
}
.buttons .regButton:hover,
.buttons .regButton:active {
  background: linear-gradient(135deg, #ff7a4d 0%, #ff9567 100%);
}
.mobileMenu .mobileMenuLinks button {
  padding: 0 10px;
  color: #fff;
  font-size: 18px;
  line-height: 1.15;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  transition: color 0.3s ease;
}

.burger {
  display: none;
  position: relative;
}

.header .menu.mobile {
  display: none;
}

@media screen and (max-width: 1380px) {
  .header .menu .btn-bonus-buy {
    margin-left: 0;
  }
  .header .menu a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .header .menu {
    display: none;
  }

  img.mob__logo {
    width: 176px;
  }

  .header .headerInner .buttons {
    display: none;
  }
  .buttons.mob {
    display: flex;
    gap: 10px;
  }
  .header .btn-bonus-buy {
    display: none;
  }
  .header .header__nav {
    justify-content: center;
  }
  .header .header__nav a {
    z-index: 20;
  }
  .header .header__nav a img {
    height: 30px;
    width: 174px;
  }
  .header .headerInner .header__top {
    width: 100%;
  }
  .header .headerInner .header__top .logo {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .header .headerInner .header__top .header__top-download,
  .header .headerInner .header__top .header__security,
  .header .headerInner .header__top .header__top-settings {
    display: none;
  }
  .header .headerInner .header__top .header__top-stocks {
    height: 30px;
    padding: 0 10px;
    z-index: 15;
  }
  .buttons {
    display: none;
  }
  .buttons .regButton {
    margin-right: 0;
  }
  .buttons .regButton,
  .buttons .logButton {
    font-size: 18px;
  }
  .burger {
    display: block;
  }
  .header .menu.mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: unset;
    margin-top: 20px;
  }
  .header .headerInner{
    margin-bottom: 0;
  }

  .header {
    padding: 25px 0 14px 0;
  }
  .header .headerInner .header__logo img {
    width: 190px;
  }
}
.mobileMenu {
  position: fixed;
  top: 0;
  right: 0%;
  display: block;
  z-index: 5;
  background: #003266;
  width: 100%;
  min-height: 100vh;
  padding: 30px 20px;
  transition: 0.5s ease-in-out;
}
.mobileMenu .buttons {
  display: block;
  margin-top: 32px;
}
.mobileMenu .buttons button {
  display: block;
  margin: 0 auto 12px;
  width: 50%;
}
.mobileMenu[hidden] {
  top: -200%;
}
.mobileMenu .mobileMenuTop {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 50px;
}
.mobileMenu .mobileMenuLinks {
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: center;
}
.mobileMenu .mobileMenuLinks a {
  padding: 0px 10px;
  color: #fff;
  font-size: 18px;
  line-height: 1.15;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  transition: color 0.3s ease;
}
.mobileMenu .mobileMenuLinks a:active {
  color: #181616;
}
.mobileMenu .mobileMenuLinks .btn-bonus-buy {
  font-size: 15px;
  display: flex;
  align-items: center;
  border-radius: 20px;
  border: 2px solid #ffb801;
  padding: 0px 20px;
  color: #fff;
  line-height: 1.15;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  transition: color 0.3s ease;
  width: 100%;
  max-width: 170px;
}
.mobileMenu .mobileMenuLinks button span {
  margin-left: 5px;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  display: block;
}
.overlay[hidden] {
  display: none;
}

.banner .wrapper {
  position: relative;
  height: 353px;
  padding: 60px 40px;
  background: url(/banner-bg.webp)no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
  overflow: hidden;
}

.banner .wrapper .image {
  position: absolute;
  bottom: -5px;
  right: 161px;
}

.banner .wrapper .text-mob {
  display: none;
}

.banner .button-block {
  width: 608px;
  max-width: 75%;
  padding: 30px 20px;
  position: relative;
  z-index: 2;
  background: rgba(80, 11, 136, 1);
  border: 2px solid rgba(255, 228, 140, 1);
  border-radius: 20px;
}

.banner .button-block img {
  display: block;
  max-width: 100%;
  margin-bottom: 20px;
}

h1 {
  font-size: 34px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 32px;
  text-align: center;
}

h2 {
  font-size: 30px;
}

h1, h2 {
  padding: 15px 30px;
  border-radius: 12px;
  background-color: #115498;
  text-align: left;
  text-transform: uppercase;
}

h1, h2, h3, h4, h5 {
  color: #FCFCFC;
}


.banner button {
  display: block;
  width: 100%;
  padding: 15px 24px;
  border-radius: 8px;
  text-transform: uppercase;
}


footer {
  padding: 30px 0;
  padding-bottom: 0;
}

footer .wrapper {
  background: #003266;
  border-radius: 15px 15px 0 0;
  padding: 20px 20px 0 20px;
}

footer .first-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1260px;
  margin: 0 auto;
  margin-bottom: 20px;
}

footer .first-line img:first-child {
  width: 266px;
}

footer .bottom__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 20px;
}

footer .bottom__buttons button {
  font-size: 16px;
  font-weight: normal;
  color:#1183D3;
  text-transform: uppercase;
}

footer .third-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

footer .third-line .header__top-download {
  padding: 10px 20px;
  background: #04386E;
  border-radius: 16px;
  margin-right: 0;
  height: 61px;
}

footer .third-line .sponsors {
  background-color: #04386E;
  padding: 12px 10px;
  border-radius: 16px;
  width: 1200px;
  justify-content: space-between;
  margin-bottom: 0;
}

footer p {
  color: #FCFCFC80;
  font-size: 18px;
  margin-bottom: 20px;
}

footer ul {
  padding-left: 0;
  margin-bottom: 32px;
}

footer li {
  list-style: none;
  position: relative;
  padding-left: 16px;
  margin: 0 0 8px;
}

footer li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-size: 14px;
  background-image: unset;
  width: 4px;
  height: 4px;
  font-size: unset;
}

footer li button {
  background: none;
  border: none;
  color:#FCFCFC80;
  font-size: 13px;
  padding: 0;
  text-align: left;
}

footer button.social {
  display: flex;
  padding: 8px 0;
  background-color: #241B1D;
  border-radius: 8px;
  text-transform: uppercase;
  color:#FFFFFFBF;
  align-items: center;
  gap: 8px;
  justify-content: center;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
}

footer button.social:last-child {
  margin-bottom: 0;
}

footer .copyright {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 24px;
  border-top: 1px solid #80858F;
}

footer .copyright span {
  font-size: 12px;
}

footer .copyright a {
  color: #FF2301;
  margin-left: 8px;
}

section {
  margin-top: 32px;
  padding: 32px 40px;
  background: rgba(14, 25, 30, 1);
  border-radius: 20px;
  background: #064382;
}


section p {
  color: #fff;
  margin-bottom: 32px;
}

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

.general-table-wrapper {
  overflow: auto;
  margin-bottom: 32px;
}

.general-table {
  overflow-x: auto;
  width: 100%;
}

table tr:first-child td {
  background: #115498;
  font-size: 20px;
  font-weight: bold;
  color:#FFFFFF;
  border: 1px solid #fff;
}

table tr:first-child td:first-child {
  border-radius: 20px 0 0 0;
}

table tr:first-child td:last-child {
  border-radius: 0 20px 0 0;
}

table tr:last-child td:first-child {
  border-radius: 0 0 0 20px;
}

table tr:last-child td:last-child {
  border-radius: 0 0 20px 0;
}




table td {
  padding: 16px 12px 16px 20px;
  border: 1px solid #115498;
  background-color: #FFFFFF;
  color:#115498;
}


.divisions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.divisions .division {
  padding: 20px 0;
  width: 315px;
  text-align: center;border-radius: 20px;
  background: #003331;
}

.divisions .division img {
  display: block;
  margin: 0 auto;
}

.divisions .division span {
  display: block;
  margin-top: 8px;
  font-size: 22px;
  font-weight: bold;
}

.advantages-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
  margin: 32px 0;
  gap: 20px 20px;
}

.advantages-list .advantage {
  width: 315px;
  padding: 36px 16px;
  background: linear-gradient(104.36deg, #21021A 5.29%, #3C0C48 46.18%, #2B033D 69.75%, #210218 100.06%);
  text-align: center;
  border-radius: 20px;
  box-shadow: 0px 0px 12px 0px rgba(192, 0, 173, 1) inset;
  height: 196px;
}

.advantages-list.altered .advantage {
  width: 248px;
}

.advantages-list .advantage .icon {
  font-size: 46px;
  line-height: 1;
}

.advantages-list .advantage p {
  display: block;
  margin-top: 16px;
  font-size: 16px;
}

.faq-container .faq-item {
  padding: 24px 32px;
  border: 1px solid #fff;
  border-radius: 24px;
  margin-bottom: 12px;
}

.faq-container input {
  display: none;
}

h3 {
  font-size: 20px;
  margin-bottom: 20px;
  position: relative;
  text-align: left;
}

.faq-container p {
  font-size: 20px;
}

.fixedButtons {
  display: none;
}

@media (max-width: 1440px) {

  .wrapper {
    padding: 0 20px;
  }

  .banner .wrapper .image {
    right: 0;
  }

}

@media (max-width: 840px) {

  header {
    margin-bottom: 12px;
  }

  h1 {
    font-size: 28px;
  }

  .banner .wrapper {
    height: 288px;
  }

  .banner .wrapper .image {
    right: 0px;
    height: 227px;
  }

  .banner .wrapper .image img {
    max-height: 100%;
  }

  section {
    margin-top: 20px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 22px;
  }

}

@media (max-width: 640px) {

  * {
    font-size: 16px;
  }

  .heading h2 {
    font-size: 16px;
    padding: 16px;
  }

  .wrapper {
    padding: 0 10px;
  }

  section {
    padding: 24px 16px;
  }

  .banner .wrapper {
    height: auto;
    padding: 24px 16px 0;
  }

  .banner .button-block {
    width: 100%;
    max-width: 100%;
    padding: 20px 10px;
  }

  .banner .button-block button {
    width: 100%;
  }
  
  .banner .wrapper .text-mob {
    display: block;
    width: 100%;
  }

  .banner .wrapper .text-desktop {
    display: none;
  }

  .banner .wrapper .image {
    position: relative;
    right: 0;
    bottom: 0;
    margin-bottom: -5px;
  }

  .banner .wrapper .image img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }

  h1 {
    text-align: center;
    font-size: 22px;
    max-width: 100%;
    margin-bottom: 16px;
  }

  .banner button {
    font-size: 16px;
    width: 100%;
    padding: 15px 0;
  }

  h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }

  h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  ul, ol {
    margin: 20px 0;
    list-style: none;
  }

  section p {
    font-size: 16px;
    margin-bottom: 22px;
  }

  table tr:first-child td {
    font-size: 16px;
  }

  .divisions {
    gap: 6px;
  }

  .divisions .division {
    width: 48%;
  }

  .divisions .division span {
    font-size: 16px;
  }

  .divisions .division img {
    max-width: 120px;
  }

  .advantages-list {
    margin: 20px 0;
  }

  .advantages-list .advantage {
    height: auto;
  }

  .faq-container .faq-item {
    padding: 24px 16px;
  }

  .faq-container p {
    padding: 0;
  }

  .fixedButtons {
    display: flex;
    position: fixed;
    left: 0;
    bottom: 0;
    gap: 8px;
    padding: 10px;
    width: 100%;
    justify-content: center;
    z-index: 6;
    background: #000;
  }

  .fixedButtons button {
    flex-grow: 1;
  }

  button.reg, button.log {
    padding: 8px 0px;
    font-size: 14px;
    width: 81px;
    height: 35px;
  }

  header .buttons {
    gap: 8px;
  }

  header .wrapper .logo img {
    width: 80%;
    display: flex;
  }

}

@media (max-width: 360px) {

  .advantages-list.altered .advantage {
    width: 100%;
  }

  .divisions {
    gap: 12px;
  }

  .divisions .division {
    width: 100%;
  }

}

.scrollToTop {
  background: rgba(255, 36, 0, 1);
  box-shadow: 0 0 12px 0 rgba(173, 0, 255, 0.26);
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 70px;
  right: 20px;
  opacity: 0;
  cursor: pointer;
  border-radius: 50%;
  z-index: 5;
}

.androidBlock {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 18px 0;
  border-radius: 8px;
  background: linear-gradient(104.36deg, #02211D 5.29%, #0C4841 46.18%, #033D36 69.75%, #02211D 100.06%);
}

.androidBlock .text {
  display: flex;
  flex-flow: column wrap;
  gap: 12px;
  position: relative;
  text-align: center;
  justify-content: center;
  z-index: 3;
  max-width: 460px;
}

.androidBlock .text p {
  font-size: 24px;
  font-weight: bold;
}

.androidBlock .text button {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 90%;
  text-transform: uppercase;
  font-size: 18px;
}

.androidBlock .android {
  position: absolute;
  right: 10%;
  bottom: -18px;
}

@media (max-width: 1120px) {

  .androidBlock .android {
    right: -5%;
  }

}

@media (max-width: 720px) {

  .androidBlock .text {
    max-width: 360px;
  }

  .androidBlock .android {
    right: -15%;
  }

}

@media (max-width: 480px) {
  .header .header__top-download {
    display: none;
  }

  .buttons.mob {
    width: 100%;
    justify-content: space-between;
  }

  .buttons .logButton, .buttons .regButton {
    width: 48%;
  }

  .header {
    padding-top: 15px;
  }
}

@media (max-width: 360px) {

  .androidBlock .android {
    right: -35%;
  }

}

main .toc.wrapper { 
    margin: 12px auto 32px;
    border: 1px solid #FF2400;
    padding: 20px;
    width: 640px;
    max-width: 95%;
    border-radius: 8px;
}
.toc p.big { font-size: 18px; font-weight: bold; }
.toc ul { padding-left: 0; }
.toc li { list-style: none; list-style-type: none; }
.toc li::marker {
  content: ''
}
.toc li a {
    color: #fff;
    font-size: 15px;
    transition: .3s;
}
.toc li a:hover { color: #FF2400; }




.double_inner {display: grid; gap: 12px 24px; grid-template-columns: repeat(2, 1fr); height: 350px;}
.double_left {background: #003265;}
.double_right {background: #003265;}
.double_left, .double_right {position: relative; border-radius: 20px; padding: 30px;}
.double button {
  background: #FC5000; 
  border-radius: 40px; 
  padding: 12px 46px; 
  color: rgba(255, 255, 255, 1); font-size: 20px;
  font-weight: bold; 
  text-transform: uppercase; 
  position: relative; 
  z-index: 2;
  box-shadow: 0px 0px 11.7px 0px #FF823F;
  font-size: 20px;
  color:#FFFFFF;
}
.double_info {display: flex; gap: 8px; flex-direction: column; margin-bottom: 50px; width: 340px;}
.double_info span {
  font-size: 22px;
}
.double_info span.bold {font-weight: bold; font-size: 30px; text-transform: uppercase; width: 383px;}
.double_info span.italic {font-style: italic; font-size: 32px; text-transform: uppercase;}
.double_info span.thick {font-style: italic; font-size: 20px; text-transform: uppercase; font-weight: bold;}
.double_info span.marked {color: #FF9100; text-shadow: 5px 1px 5px rgba(255,198,0,0.21);} 
.double_left_img {position: absolute;
  top: 30px;
  right: 0px;
  width: 310px;
  height: 284px;
  z-index: 1;
  background: url(/sf.webp)no-repeat;
 }
.double_right_img {position: absolute; top: 30px;
  right: 0; width: 310px;
  height: 284px; z-index: 1;
    background: url(/roll.webp)no-repeat; }

@media (max-width: 1280px) {
    .double_inner {height: 294px;}
    .double_right_img {right: 0px; top: 10px}
    .double_info {gap: 6px; margin-bottom: 16px;}
    .double_info span.bold, .double_info span.italic {font-size: 24px;}
    .double button {font-size: 14px; padding: 12px 46px; margin-top: 50px;}
    .double_left, .double_right {
      height: 300px;
    }
    .double_inner {grid-template-columns: 1fr; height: auto;}
    .double_left_img {right: 8px;}
    .double_left_img {
      top:10px;
    }
}

@media(max-width: 740px){
  .header {
    margin-bottom: 0;
  }

  .content-block {
    margin-top: 170px;
  }

  .double_left_img {
    width: 171px;
    height: 179px;
    background: url(/sf-mob.webp)no-repeat;
    right: 0;
  }

  .double_right_img {
    width: 128px;
    height: 188px;
    background: url(/roll-mob.webp)no-repeat;
    right: 0;
  }

  .double_left, .double_right {
    height: 256px;
    padding: 20px 15px;
  }

  .double_info span {
    font-size: 16px;
  }

  .double button {
    margin-top: 30px;
  }

  .double_info {
    width: 240px;
    margin-bottom: 0;
  }

  .double_info span.bold {
    width: 240px;
  }
  
}

.newmenu {
  margin: 32px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 17px;
  padding-top: 62px;
  position: relative;
}

.newmenu::before {
  position: absolute;
  top:0;
  left: 0;
   content: '';
    background: linear-gradient(90deg, rgba(233, 192, 95, 0) 0%, #E9C05F 50.52%, rgba(233, 192, 95, 0) 100%);
    backdrop-filter: blur(10px);
    height: 1px;
    width: 100%;
    display: block;
    margin: 0 auto;
    width: 100%;
}

.newmenu::after {
  position: absolute;
  bottom:0;
  left: 0;
   content: '';
    background: linear-gradient(90deg, rgba(252, 252, 252, 0) 0%, rgba(252, 252, 252, 0.1) 27.6%, rgba(252, 252, 252, 0.3) 52.62%, rgba(252, 252, 252, 0.1) 74.48%, rgba(252, 252, 252, 0) 100%);
    backdrop-filter: blur(10px);
    height: 1px;
    width: 100%;
    display: block;
    margin: 0 auto;
    width: 100%;
}

.newmenu .column {
  width: 25%;
}

.newmenu .column span {
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 12px;
}

.newmenu .column a {
  display: block;
  font-size: 14px;
  max-width: 75%;
  margin-bottom: 8px;
}

footer .second-line {
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
  margin-bottom: 32px;
}

footer .second-line .column {
  width: 45%;
}

footer .second-line .column .telegram-wrap {
  display: flex;
  align-items: start;
  gap: 24px;
}

footer .second-line .column .telegram-wrap .telegram-item span {
  display: block;
  color:#F9E9C980;
  margin-bottom: 2px;
  font-size: 12px;
  font-weight: 300;
}

footer .second-line .column .telegram-wrap .telegram-item button {
  font-size: 12px;
  font-weight: 300;
  color:#FCFCFC80;
}

footer .sponsors {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 16px;
}

footer .sponsors_all {
  overflow-x: scroll;
}

footer .sponsors.top::after {
  position: absolute;
  bottom:0;
  left: 0;
   content: '';
    background: linear-gradient(90deg, rgba(252, 252, 252, 0) 0%, rgba(252, 252, 252, 0.1) 27.6%, rgba(252, 252, 252, 0.3) 52.62%, rgba(252, 252, 252, 0.1) 74.48%, rgba(252, 252, 252, 0) 100%);
    backdrop-filter: blur(10px);
    height: 1px;
    width: 100%;
    display: block;
    margin: 0 auto;
    width: 100%;
}

footer .sponsors.bottom {
  padding-bottom: 0;
  margin-bottom: 40px;
}


footer .pg {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .pg-wrap {
  display: flex;
  gap: 18px;
  align-items: center;
}

footer .pg-wrap p {
  margin-bottom: 0;
}

@media (max-width: 1050px) {

  footer p {
    font-size: 16px;
  }

  .newmenu .column { 
    width: 50%; 
    margin-bottom: 24px;
  }

  .newmenu .column:nth-child(3),
  .newmenu .column:nth-child(4) {
    margin-bottom: 0;
  }

}

@media (max-width: 480px) {
  .content-block {
    margin-top: 150px;
  }
  .newmenu .column { 
    width: 100%; 
  }

  .newmenu .column:nth-child(3) {
    margin-bottom: 24px;
  }

  footer .second-line {
    display: block;
  }

  footer .second-line .column {
    width: 100%;
  }

  footer .second-line .column:first-child {
    margin-bottom: 40px;
  }
}

.important {
  padding: 20px;
  border: 3px #FF2301 solid;
  border-radius: 8px;
}

.columns {
  display: flex;
  justify-content: space-between;
}

.columns .column {
  width: 48%;
}

.columns .column h3 {
  text-align: left;
}

@media (max-width: 640px) {

  .columns {
    flex-wrap: wrap;
  }

  .columns .column {
    width: 100%;
  }

}

.button-block {
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 32px 0;
}

.button-block button {
  padding: 12px 24px;
  border-radius: 6px;
  border: 1px #FF2400 solid;
  font-size: 18px;
  font-weight: bold;
  background: #FF2400;
  text-transform: uppercase;
}

.heading {
  text-align: center;
}

.heading h2 {
  text-transform: uppercase;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.slotsList .buttons {
  margin: 32px 0;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 32px;
}

.slotsList .buttons .button-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
}

.slotsList .buttons .button-item button {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.slotsList .buttons .button-item img {
  max-width: 28px;
}

.slotsList .buttons .button-item span {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}

.games {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  overflow: hidden;
  margin-bottom: 30px;
}

.content-button {
  display: flex;
  justify-content: center;
}

.contentButton {
  background: #FC5000;
  border-radius: 40px;
  padding: 12px 46px;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  box-shadow: 0px 0px 11.7px 0px #FF823F;
  font-size: 20px;
  color: #FFFFFF;
}

.games .game {
  position: relative;
  cursor: pointer;
  border-radius: 20px;
}

.games .game .overlay {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,.7);
  transform: translateY(200%);
  transition: .2s;
  opacity: 0;
  z-index: -1;
}

.games.viewed .game .overlay {
  background: rgba(0,0,0,.4);
}

.games.viewed .game .overlay .overlay-btns button:nth-child(2n) {
  display: none;
}

.games .game img {
  max-width: 100%;
}

.games.viewed .game .overlay,
.games .game:hover .overlay {
  transform: translateY(0);
  opacity: 1;
  z-index: 2;
}

.games .game.w-b {
  background-color: #002F5E;
}

.games .game .overlay .overlay-btns {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.games .game .overlay .overlay-btns button {
  min-width: 240px;
  background: #FC5000;
  border-radius: 40px;
  padding: 12px 46px;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  box-shadow: 0px 0px 11.7px 0px #FF823F;
  font-size: 20px;
  color: #FFFFFF;
}

@media (max-width: 790px) {

  .games {
    gap: 1%;
  }

  .games .game {
    width: 24%;
  }

  .games .game .overlay .overlay-btns {
    gap: 12px;
    width: 100%;
  }

  .games .game .overlay .overlay-btns button:nth-child(2n) {
    display: none;
  }

  .games .game .overlay{
    transform: translateY(0);
    opacity: 1;
    z-index: 2;
    background: rgba(0,0,0,.4);
  }

  .games .game .overlay .overlay-btns button {
    min-width: auto;
    width: 90%;
    font-size: 12px;
    padding: 6px 12px;
  }

}

@media (max-width: 580px) {

  .games .game {
    width: 48%;
  }

}

.burger-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 10px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 1001;
    margin-left: auto;
    margin-right: 15px;
}

.burger-line {
    display: block;
    width: 24px;
    height: 2px;
    background-color: #ff2400;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.burger-btn.active .burger-line:nth-child(1) {
    display: none;
}

.burger-btn.active .burger-line:nth-child(2) {
    display: none;
}

.burger-btn.active .burger-line:nth-child(3) {
    display: none;
}

.burger-btn:hover .burger-line {
    background-color: #ff2400;
}

.burger-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s, opacity 0.3s ease;
}

.burger-menu.active {
    visibility: visible;
    opacity: 1;
}

.burger-menu__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(4px);
}

.burger-menu__content {
    position: absolute;
    top: 0;
    right: -320px;
    width: 300px;
    max-width: 85vw;
    background: linear-gradient(180deg, #12121a 0%, #0a0a0f 100%);
    border-left: 1px solid rgba(212, 167, 84, 0.2);
    padding: 80px 30px 40px;
    overflow-y: auto;
    transition: right 0.3s ease;
}

.burger-menu.active .burger-menu__content {
    right: 0;
}
.burger-menu__close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 1px solid rgba(212, 167, 84, 0.3);
    border-radius: 50%;
    color: #ff2400;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.burger-menu__close:hover {
    background: rgba(212, 167, 84, 0.1);
    border-color: #ff2400;
}

.burger-menu__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.burger-menu__link {
    display: block;
    padding: 14px 16px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.2s ease;
    border-left: 3px solid transparent;
}
.aurelia-nav-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.burger-menu__link:hover {
    color: #f8f6f3;
    background: rgba(191, 94, 83, 0.1);
    border-left-color: #ff2400;
}

@media screen and (min-width: 769px) {
    .burger-btn {
        margin-left: 20px;
    }
}
@media screen and (max-width: 768px) {
    .burger-btn {
        order: 3;
        margin-left: auto;
        margin-right: 0;
    }
    
    .burger-menu__content {
        width: 280px;
        padding: 70px 20px 30px;
    }
    
    .burger-menu__link {
        font-size: 14px;
        padding: 12px 14px;
    }
    .aurelia-nav {
        display: block;
    }
    .aurelia-nav-btn {
        justify-content: space-between;
    }
}

@media (max-width: 1250px) {
  header {
    margin-bottom: 23px;
  }
}

@media (max-width: 1000px) {
  header .wrapper .logo .links {
    display: none;
  }

  header .iconsAndButtons span {
    display: none;
  }

  header .iconsAndButtons span.mobile {
    display: block;
    font-size: 14px;
  }

  header .buttons {
    align-items: center;
  }
}

@media (max-width: 900px) {
  footer .third-line {
    display: block;
  }

  footer .third-line .header__top-download {
    max-width: 117px;
    margin: 0 auto;
    padding: 6px;
    height: 43px;
    margin-bottom: 20px;
  }

  footer .third-line .sponsors {
    width: unset;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
  }

  footer .first-line img:first-child {
    width: 228px;
  }

  footer .bottom__buttons {
    gap: 14px;
  }
}

@media (max-width: 768px) {
  header .iconsAndButtons span.mobile {
    display: none;
  }

   footer .sponsors {
    justify-content: unset;
  }


}
