@charset "UTF-8";

html {
  scroll-behavior: smooth;
}

:where(body) {
  margin: 0;
}

:root {
  --wp--style--block-gap: 24px;
}

:root :where(.is-layout-flow) > :first-child {
  margin-block-start: 0;
}

:root :where(.is-layout-flow) > :last-child {
  margin-block-end: 0;
}

:root :where(.is-layout-flow) > * {
  margin-block-start: 24px;
  margin-block-end: 0;
}

.linking_bl {
  position: relative;
  text-align: right;
  min-height: 45px;
}

.linking_bl button {
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 16px !important;
  padding-left: 40px !important;
  padding-right: 0 !important;
  background-color: transparent;
  color: #fdfdfd;
}

.linking_bl .btn.active:after {
  transform: rotate(180deg);
}

.linking_bl .flag {
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
}

.linking_bl .flag img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.linking_bl .linking_bl_menu {
  position: absolute;
  top: 53px;
  right: 0;
  z-index: 10;
  display: none;
  padding: 20px;
  margin: 0;
  max-height: 206px;
  overflow-y: auto;
  text-align: left;
  list-style: none;
  background-clip: padding-box;
  background-color: #20232e;
  border-radius: 8px;
}

.linking_bl.is-open .linking_bl_menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.linking_bl .linking_bl_menu a {
  display: flex;
  align-items: center;
  gap: 6px;
  position: relative;
  font-size: 14px;
  color: #fdfdfd;
  text-decoration: none;
}

.linking_bl .linking_bl_menu .flag i {
  font-size: 20px;
  padding-top: 3px;
}

@media (max-width: 991px) {
  .linking_bl {
    width: -webkit-fill-available;
    margin-bottom: 16px;
  }

  .linking_bl button {
    width: -webkit-fill-available;
    padding: 9px 0 !important;
  }

  .linking_bl button svg {
    margin-left: auto;
  }

  .linking_bl .linking_bl_menu {
    position: relative !important;
    width: -webkit-fill-available;
    top: auto;
  }

  .linking_bl.is-open .linking_bl_menu {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)) !important;
    max-height: none;
  }
}

ol,
ul {
  box-sizing: border-box;
}

.wp-block-quote {
  overflow-wrap: break-word;
}

.wp-block-quote > cite {
  display: block;
}

.wp-block-table {
  overflow-x: auto;
}

.wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}

.wp-block-table thead {
  border-bottom: 3px solid;
}

.wp-block-table tfoot {
  border-top: 3px solid;
}

.wp-block-table td,
.wp-block-table th {
  border: 1px solid;
  padding: 0.5em;
}

.has-text-align-left {
  text-align: left;
}

.has-text-align-right {
  text-align: right;
}

#end-resizable-editor-section {
  display: none;
}

html :where(img[class*="wp-image-"]) {
  height: auto;
  max-width: 100%;
}

:where(figure) {
  margin: 0 0 1em;
}

:root {
  --theme-border-radius: 32px;
}

html,
body {
  height: 100% !important;
  color: #fdfdfd;
  font-family: "Roboto", sans-serif;
  background-color: #080b17;
}

body.page {
  display: flex !important;
  flex-direction: column !important;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

.wrap {
  padding-bottom: 1.5rem;
  flex-shrink: 0 !important;
}

h2,
h3,
h4 {
  font-weight: 700;
  margin-bottom: 1.5rem;
}

h3 {
  font-size: calc(1.315rem + 0.78vw);
}

h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 44px;
  color: #fdfdfd;
  margin-top: 0;
}

p {
  color: #86888e;
  font-size: 17px;
  line-height: 28px;
}

p b,
p strong {
  color: #fdfdfd;
}

.wp-block-heading {
  padding-top: 20px;
}

ol {
  padding: 0;
  margin: 0;
}

.wp-block-list li {
  color: #86888e;
  font-size: 18px;
  line-height: 22px;
}

.wp-block-list li b,
.wp-block-list li strong {
  color: #fdfdfd;
}

button {
  cursor: pointer;
}

a {
  color: #e50539;
}

.wp-block-hc-alternate-group-section {
  margin-bottom: 60px;
}

.wp-block-hc-alternate-group-section > h2 {
  margin-top: 2rem;
}

ol.wp-block-list {
  list-style: none;
  padding: 0;
  margin-bottom: 2rem;
  counter-reset: item;
}

ol.wp-block-list li ol {
  margin-top: 1rem;
}

ol.wp-block-list > li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px;
}

ol.wp-block-list > li {
  counter-increment: item;
}

ol.wp-block-list > li:last-child {
  margin-bottom: 0;
}

ol.wp-block-list > li:before {
  position: absolute;
  left: 0;
  top: -2px;
  content: counter(item);
  display: flex;
  width: 27px;
  height: 27px;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  border: 1px solid #e50539;
  border-radius: 50%;
  color: #fdfdfd;
}

ul.wp-block-list {
  list-style: none;
  padding: 0;
  margin-bottom: 2rem;
}

ul.wp-block-list li ul {
  margin-top: 1rem;
}

ul.wp-block-list > li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
}

ul.wp-block-list > li:last-child {
  margin-bottom: 0;
}

ul.wp-block-list > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  display: block;
  width: 17px;
  height: 17px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8.5' cy='8.50024' r='3.5' fill='%23E50539'/%3E%3Ccircle cx='8.5' cy='8.50024' r='8' stroke='%23E50539'/%3E%3C/svg%3E%0A");
}

ul.wp-block-list > li a {
  color: #e50539 !important;
}

ul.wp-block-list > li a:hover {
  color: #f9194d !important;
}

.wp-block-hc-alternate-group-section .wp-block-hc-alternate-group-section {
  margin-bottom: 0;
}

.container {
  max-width: 1530px;
  margin: 0 auto;
  padding: 0 16px;
}

@media (max-width: 767px) {
  .wp-block-hc-alternate-group-section {
    margin-bottom: 30px;
  }

  .wp-block-hc-alternate-group-section > h2 {
    margin-top: 0;
  }

  .wp-block-hc-alternate-group-section h2,
  .wp-block-hc-alternate-group-section ul,
  .wp-block-hc-alternate-group-section ol {
    margin-bottom: 1rem;
  }

  h2 {
    font-size: 30px;
    line-height: 32px;
  }
}

.wp-block-hc-container {
  max-width: 1230px;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

button {
  border: 0;
}

.btn {
  font-size: 14px;
  padding: 12px 55px;
  border-radius: var(--theme-border-radius);
  text-wrap: nowrap;
}

.btn.play-game {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 35px;
  border-radius: 8px;
  background-color: #e50539;
  color: #fdfdfd;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}

.btn.play-game:hover {
  background-color: #f9194d;
}

.btn.play-game:active {
  background-color: #d10025;
}

.download-app-white {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 35px;
  background-color: #fdfdfd;
  border-radius: 8px;
  color: #e50539;
  font-family: SF Pro Text, Mulish, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.download-app-white:hover {
  background-color: #ebebeb;
}

.download-app-white:active {
  background-color: #cbcbcb;
}

.play-game-btn {
  padding: 12px 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 8px;
  background-color: #e50539;
  color: #fdfdfd;
  text-decoration: none;
  cursor: pointer;
}

.play-game-btn:hover {
  background-color: #f9194d;
}

.play-game-btn:active {
  background-color: #d10025;
}

.header {
  top: 0;
  left: 0;
  width: 100%;
  flex-shrink: 0 !important;
  z-index: 10000;
  height: 0;
}

html.is-scrolled .header {
  background: #080b17;
  border-bottom: 1px solid #3e414c;
}

html.is-scrolled:not(.is-nav-open) .header {
  background: #080b17b2;
  backdrop-filter: blur(40px);
}

.header-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .logo {
  padding: 10px 0;
}

.header .logo img {
  max-width: 100px;
}

.header nav > ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header nav > ul > li {
  display: flex;
  gap: 2px;
  align-items: center;
  padding: 30px 20px;
  position: relative;
}

.header nav > ul > li > a {
  position: relative;
  display: block;
  font-size: 18px;
  border-radius: 5px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  padding-bottom: 3px;
  color: #fdfdfd;
  background-color: transparent;
}

.header nav > ul > li .chevron {
  transition: all 0.3s ease-in-out;
}

.header nav .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  list-style: none;
  width: max-content;
  max-width: 280px;
  padding: 0;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  color: #fdfdfd;
  z-index: 1000;
  backdrop-filter: blur(40px);
  overflow: hidden;
}

.header nav .sub-menu > li {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  padding: 12px 20px 0;
  color: inherit;
  background-color: #080b17b2;
}

.header nav .sub-menu > li:first-child {
  padding-top: 20px;
  margin-top: 2px;
}

.header nav .sub-menu > li:last-child {
  padding-bottom: 20px;
}

.header nav .sub-menu > li a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 12px;
  width: -webkit-fill-available;
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid #3e414c;
}

.header nav .sub-menu > li a img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  border-radius: 6px;
  padding: 5px;
  background-color: #20232e;
}

.header .mobile-menu-button-block {
  display: none;
}

.header .mobile-menu-button {
  display: none;
  position: absolute;
  top: 22px;
  right: 0;
  width: 20px;
  height: 20px;
  padding: 5px;
  border-radius: 6px;
  background-color: #e50539;
  cursor: pointer;
  user-select: none;
}

@media (min-width: 992px) {
  .header nav > ul > li:hover > a {
    color: #e50539;
    text-decoration: underline;
  }

  .header nav > ul > li:hover .chevron svg path {
    stroke: #e50539;
  }

  .header nav > ul > li:hover .chevron {
    transform: rotate(-180deg);
  }

  .header nav > ul > li:hover .sub-menu {
    display: flex;
    flex-direction: column;
  }

  .header nav .sub-menu > li:focus,
  .header nav .sub-menu > li:hover {
    background-color: rgba(4, 6, 12, 0.7) !important;
  }
}

@media (max-width: 991px) {
  .header {
    top: 0;
    left: 0;
    z-index: 10000;
    background-color: transparent;
  }

  .header .container {
    max-width: none;
  }

  .header-wrap {
    height: 68px;
  }

  .header .logo img {
    height: 54px;
  }

  .header nav {
    position: absolute;
    top: 100%;
    margin-top: 1px;
    left: -16px;
    right: -16px;
    background-color: #080b17b2;
    display: none;
  }

  html.is-nav-open .header nav {
    display: flex;
    backdrop-filter: blur(40px);
  }

  .header nav > ul {
    flex-direction: column;
    gap: 20px;
    padding: 30px 16px;
    width: -webkit-fill-available;
  }

  .header nav > ul > li {
    display: grid;
    gap: 0;
    grid-template-columns: 1fr auto;
    justify-content: space-between;
    padding: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
  }

  .header nav > ul > li > a {
    font-size: inherit;
    border-radius: 0;
    font-weight: inherit;
    line-height: inherit;
    padding: 8px;
    margin-right: 45px;
    color: inherit;
  }

  .header nav > ul > li .chevron {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
    user-select: none;
  }

  .header nav > ul > li.is-open > a {
    color: #e50539;
  }

  .header nav > ul > li.is-open .chevron {
    transform: rotate(-180deg);
  }

  .header nav > ul > li.is-open .chevron svg path {
    stroke: #e50539;
  }

  .header nav .sub-menu {
    position: static;
    width: auto;
    max-width: none;
    padding: 0 0 0 8px;
    border-radius: 0;
    color: inherit;
    gap: 6px;
    backdrop-filter: none;
    overflow: visible;
  }

  .header nav > ul > li.is-open > .sub-menu {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .header nav .sub-menu > li {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    background-color: transparent;
    padding: 0 !important;
    margin: 0 !important;
  }

  .header nav .sub-menu > li a {
    padding: 0;
    width: auto;
    border: none;
    font-size: 16px;
    color: #fdfdfd;
  }

  .header nav .sub-menu > li a img {
    width: 40px;
    height: 30px;
    padding: 5px;
    object-fit: contain;
    border-radius: 6px;
    background-color: #20232e;
  }

  .header .download-app-white {
    display: none;
  }

  .header .mobile-menu-button-block {
    display: flex !important;
  }

  .header .mobile-menu-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .header .mobile-menu-button svg {
    width: 20px;
    height: 20px;
  }

  html.is-nav-open .header .mobile-menu-button svg:last-child,
  html:not(.is-nav-open) .header .mobile-menu-button svg:first-child {
    display: none;
  }
}

footer.footer {
  padding-bottom: 40px;
  background-image: url("../images/av-compass_1.webp");
  background-repeat: no-repeat;
  background-position: bottom center;
}

footer.footer > .container > .footer-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 16px;
  margin-bottom: 16px;
}

footer.footer > .container > .footer-row:last-child {
  border-bottom: none;
}

footer.footer > .container > .footer-row:first-child {
  padding-bottom: 0 !important;
}

footer.footer .footer-logo {
  max-width: 98px;
  margin: 20px 0 16px;
}

footer.footer .heading {
  font-size: inherit;
  margin-bottom: 24px;
}

footer.footer .footer-nav-wrap {
  width: -webkit-fill-available;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer.footer nav > ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

footer.footer nav > ul > li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2px;
  font-size: 0.8rem;
  padding: 30px 20px;
}

footer.footer nav > ul > li span svg {
  width: 20px;
  height: 20px;
}

footer.footer nav > ul > li:hover .sub-menu {
  display: flex;
}

footer.footer nav > ul > li a {
  color: inherit;
  text-decoration: none;
}

footer.footer nav > ul > li a:hover {
  color: var(--bs-primary);
}

footer.footer nav .sub-menu {
  position: absolute;
  bottom: 90%;
  right: 0;
  display: none;
  flex-direction: column;
  list-style: none;
  width: max-content;
  max-width: 280px;
  padding: 0;
  border-radius: 16px;
  color: #fdfdfd;
  z-index: 1000;
  backdrop-filter: blur(40px);
  border: 1px solid #3e414c;
  overflow: hidden;
  min-width: -webkit-fill-available;
}

footer.footer nav .sub-menu > li {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  padding: 12px 20px 0;
  color: inherit;
  background-color: #080b17b2;
  width: -webkit-fill-available;
}

footer.footer nav .sub-menu > li:first-child {
  padding-top: 20px;
  margin-top: 2px;
}

footer.footer nav .sub-menu > li:last-child {
  padding-bottom: 20px;
}

footer.footer nav .sub-menu > li.active {
  background-color: inherit;
}

footer.footer nav .sub-menu > li:focus,
footer.footer nav .sub-menu > li:hover {
  background-color: rgba(4, 6, 12, 0.7) !important;
}

footer.footer nav .sub-menu > li a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 12px;
  width: -webkit-fill-available;
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid #3e414c;
  font-size: 0.8rem;
}

footer.footer nav .sub-menu > li a img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  border-radius: 6px;
  padding: 5px;
  background-color: #20232e;
}

footer.footer nav .sub-menu > li:last-child a {
  border-bottom: 0;
  padding: 0;
}

footer.footer .download-apps {
  display: flex;
  align-items: center;
  gap: 10px;
}

footer.footer .footer-logos {
  display: flex;
  justify-content: space-around;
  gap: 20px;
}

footer.footer .footer-logos img {
  opacity: 0.3;
}

footer.footer .footer-text {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
}

footer.footer .footer-text .footer-email {
  display: flex;
  align-items: center;
  gap: 6px;
}

footer.footer .footer-text .footer-email span {
  color: #e50539 !important;
  text-decoration: underline;
}

footer.footer .footer-text .footer-copyright {
  color: #86888e;
}

footer.footer .footer-bottom-nav {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 16px;
  line-height: 20px;
  color: #86888e;
}

@media (max-width: 991px) {
  footer.footer {
    padding-top: 0;
    padding-bottom: 0;
  }

  footer.footer .container {
    text-align: center;
    padding-top: 25px;
  }

  footer.footer .footer-nav {
    width: -webkit-fill-available;
  }

  footer.footer nav {
    width: -webkit-fill-available;
  }

  footer.footer nav ul {
    width: -webkit-fill-available;
  }

  footer.footer nav ul li {
    width: -webkit-fill-available;
  }

  footer.footer > .container > .footer-row {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }

  footer.footer .footer-logo {
    position: relative;
    max-width: none;
  }

  footer.footer .footer-logo img {
    width: 75px;
  }

  footer.footer .footer-logo:before,
  footer.footer .footer-logo:after {
    content: "";
    position: absolute;
    top: 50%;
    width: calc(50% - 75px);
    height: 1px;
    background-color: var(--bs-primary);
  }

  footer.footer .footer-logo:before {
    left: 0;
  }

  footer.footer .footer-logo:after {
    right: 0;
  }

  footer.footer .footer-nav-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  footer.footer .footer-nav-wrap ul {
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
  }

  footer.footer .footer-nav-wrap nav > ul > li {
    display: grid;
    grid-template-columns: 1fr 0.2fr;
    padding: 0;
  }

  footer.footer nav > ul > li a {
    text-align: left;
  }

  footer.footer nav > ul > li .chevron {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  footer.footer nav > ul > li .chevron svg {
    transition: all 0.3s ease-in-out;
  }

  footer.footer nav > ul > li .sub-menu {
    display: none !important;
  }

  footer.footer nav > ul > li.active .sub-menu {
    display: flex !important;
  }

  footer.footer nav > ul > li.active .chevron svg {
    transform: rotate(180deg);
  }

  footer.footer nav .sub-menu {
    position: static;
    border: 0;
    gap: 0;
  }

  footer.footer nav .sub-menu > li a {
    border: 0 !important;
    padding: 0 !important;
  }

  footer.footer nav .sub-menu > li:first-child {
    padding-top: 12px;
  }

  footer.footer nav .sub-menu > li:last-child {
    padding-top: 12px;
    padding-bottom: 0;
  }

  footer.footer .download-apps button {
    margin: 0;
  }

  footer.footer nav ul {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }

  footer.footer nav ul li {
    font-size: 16px;
    padding-bottom: 0;
  }

  footer.footer .footer-logos {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  footer.footer .footer-logos img {
    max-width: 100px;
  }

  footer.footer .footer-text {
    flex-direction: column;
    align-items: flex-start;
  }
}

.home-page .home-page-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background_1.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.home-page .home-page-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-page > .container {
  max-width: 1530px !important;
}

.home-page-hero {
  position: relative;
  height: auto;
}

.home-page-hero .home-page-hero__wrap {
  position: relative;
  padding-bottom: 50px;
  overflow: hidden;
}

.home-page-hero .home-page-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 220px;
  width: 65%;
  position: relative;
  z-index: 1;
}

.home-page-hero .home-page-hero__content .title {
  max-width: 650px;
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
}

.home-page-hero .home-page-hero__content .title b {
  display: block;
}

.home-page-hero .home-page-hero__content .descr {
  max-width: 634px;
  margin-top: 24px;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
}

.home-page-hero .home-page-hero__content .welcome_section-buttons {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 40px;
  max-width: 600px;
}

.home-page-hero .home-page-hero__content .welcome_section-buttons > button {
  width: -webkit-fill-available;
  text-align: center;
  justify-content: center;
}

.home-page-hero .home-page-hero__content .welcome_section-buttons > button svg {
  height: 20px;
}

.home-page-hero .home-page-hero__content .welcome-logos-list {
  display: flex;
  align-items: center;
  gap: 20px;
  width: inherit;
  margin-top: 170px;
}

.home-page-hero .home-page-hero__content .welcome-logos-list > * {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
  gap: 4px;
  height: 100%;
}

.home-page-hero .home-page-hero__content .welcome-logos-list > * img {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 50px;
  max-width: 130px;
  object-fit: contain;
}

.home-page-hero .home-page-hero__content .welcome-logos-list > * span {
  font-size: 12px;
  font-weight: 400;
  line-height: 14.32px;
  color: #86888e;
}

.home-page-hero .home-page-hero__wrap .plane_json {
  position: absolute;
  right: -20%;
  bottom: 0;
  opacity: 0.6;
}

@media (max-width: 991px) {
  .home-page-hero {
    height: auto;
  }

  .home-page .home-page-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/background_1-mobile.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  .home-page-hero .container {
    max-width: none;
  }

  .home-page-hero .home-page-hero__content {
    padding-top: 0;
  }

  .home-page-hero .home-page-hero__content {
    width: 100%;
    text-align: center;
  }

  .home-page-hero .home-page-hero__content .title {
    margin-top: 100px;
    font-size: 36px;
    line-height: 36px;
    text-align: left;
  }

  .home-page-hero .home-page-hero__wrap {
    height: auto;
  }

  .home-page-hero .home-page-hero__wrap .plane_json {
    display: none;
  }

  .home-page-hero .home-page-hero__content .descr {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
  }

  .home-page-hero .home-page-hero__content .welcome_section-buttons {
    flex-direction: column;
    width: -webkit-fill-available;
    max-width: none;
  }

  .home-page-hero .home-page-hero__content .welcome_section-buttons > a {
    justify-content: center;
    text-align: center;
    width: -webkit-fill-available;
  }

  .home-page-hero .home-page-hero__content .welcome-logos-list {
    margin-top: 40px;
  }
}

.page .welcome_section {
  padding-top: 130px;
}

@media (max-width: 991px) {
  .page .welcome_section {
    padding-top: 80px;
  }
}

.welcome_section ol {
  list-style: none;
  padding: 0;
  margin-bottom: 2rem;
  counter-reset: item;
}

.welcome_section ol li ol {
  margin-top: 1rem;
}

.welcome_section ul {
  list-style: none;
  padding: 0;
  margin-bottom: 2rem;
}

.welcome_section ul li ul {
  margin-top: 1rem;
}

.welcome_section ol > li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px;
}

.welcome_section ul > li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
}

.welcome_section ul > li:last-child {
  margin-bottom: 0;
}

.welcome_section ol > li {
  counter-increment: item;
}

.welcome_section ol > li:last-child {
  margin-bottom: 0;
}

.welcome_section ol > li:before {
  position: absolute;
  left: 0;
  top: -2px;
  content: counter(item);
  display: flex;
  width: 27px;
  height: 27px;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  border: 1px solid var(--bs-primary);
  border-radius: 50%;
}

.welcome_section ul > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  display: block;
  width: 17px;
  height: 17px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8.5' cy='8.50024' r='3.5' fill='%23E50539'/%3E%3Ccircle cx='8.5' cy='8.50024' r='8' stroke='%23E50539'/%3E%3C/svg%3E%0A");
}

.welcome_section ul > li a {
  color: #e50539 !important;
}

@keyframes plane_decor_animate {
  0% {
    width: 0;
  }

  80% {
    width: 100%;
  }

  100% {
    width: 100%;
  }
}

@keyframes plane_animate_xl {
  0% {
    transform: translate(0px, 0px);
  }

  80% {
    transform: translate(560px, -280px);
  }

  95% {
    transform: translate(1520px, -1278px);
  }

  100% {
    transform: translate(1520px, -1278px);
  }
}

@keyframes plane_animate_lg {
  0% {
    transform: translate(0px, 0px);
  }

  80% {
    transform: translate(400px, -200px);
  }

  95% {
    transform: translate(100vw, -100vh);
  }

  100% {
    transform: translate(100vw, -100vh);
  }
}

@keyframes plane_animate {
  0% {
    transform: translate(0px, 0px);
  }

  80% {
    transform: translate(200px, -100px);
  }

  95% {
    transform: translate(100vw, -100vh);
  }

  100% {
    transform: translate(100vw, -100vh);
  }
}

.lwptoc {
  margin: 15px 0 !important;
}

.lwptoc-light .lwptoc_i {
  padding: 14px 18px 10px;
  background-color: transparent !important;
  border: 1px solid var(--bs-secondary) !important;
  border-radius: var(--bs-border-radius);
}

.lwptoc .lwptoc_i {
  padding: 20px;
  background-color: #20232e !important;
  border-radius: 8px;
}

.lwptoc_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  width: -webkit-fill-available;
  margin-bottom: 0 !important;
}

.lwptoc_title {
  display: flex;
  align-items: center;
  gap: 10px;
}

.lwptoc_title:before {
  content: "";
  display: block;
  height: 24px;
  width: 24px;
  background-image: url(../images/table-of-content.svg);
}

.lwptoc_toggle {
  cursor: pointer;
}

.lwptoc_toggle:before {
  content: none !important;
}

.lwptoc_toggle:after {
  content: none !important;
}

.lwptoc_toggle_label {
  display: flex;
  align-items: center;
  gap: 2px;
  text-transform: capitalize !important;
  color: #fdfdfd !important;
  border: none !important;
  background: none !important;
  padding: 0 !important;
  outline: none !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  cursor: pointer;
}

.lwptoc_toggle_label:after {
  content: "" !important;
  background-image: url(../images/chevron-down-white.svg);
  width: 24px;
  height: 24px;
  display: block;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}

.lwptoc_i.is-open .lwptoc_toggle_label > span {
  display: none;
}

.lwptoc_i.is-open .lwptoc_toggle_label:before {
  content: attr(data-label);
}

.lwptoc-baseItems .lwptoc_items {
  margin-top: 10px !important;
}

.lwptoc_i:not(.is-open) .lwptoc_items {
  display: none;
}

.lwptoc_i.is-open .lwptoc_toggle_label:after {
  transform: rotate(180deg);
}

.lwptoc .lwptoc_i {
  background-color: #000000;
  border: 1px solid #000000;
}

.lwptoc_header {
  color: #ffffff;
}

.lwptoc .lwptoc_i A {
  color: #e50539;
}

.lwptoc .lwptoc_i a:hover,
.lwptoc .lwptoc_i a:focus,
.lwptoc .lwptoc_i a:active {
  color: #b7042e;
  border-color: #b7042e;
}

.lwptoc .lwptoc_i a:visited {
  color: #b7042e;
}

.wp-block-table table tbody {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.wp-block-table table thead {
  border: 0 !important;
}

.wp-block-table table thead tr {
  margin-bottom: 12px;
}

.wp-block-table table tr {
  display: flex;
  width: -webkit-fill-available;
  border: 0;
}

.wp-block-table table tr td,
.wp-block-table table tr th {
  text-align: right;
  padding: 16px !important;
  width: -webkit-fill-available;
  border: 0 !important;
  background-color: #20232e;
}

.wp-block-table table tr td:first-child,
.wp-block-table table tr th:first-child {
  color: #fdfdfd;
  text-align: left;
}

.wp-block-table table tr td:not(:first-child),
.wp-block-table table tr th:not(:first-child) {
  justify-content: flex-end;
}

.wp-block-table table tr td:first-child,
.wp-block-table table tr th:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.wp-block-table table tr:first-child td:last-child,
.wp-block-table table tr th:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.wp-block-table table:has(tr > td:nth-child(3)) td,
.wp-block-table table:has(tr > th:nth-child(3)) th {
  text-align: left !important;
}

.arrow-top-scroll {
  position: fixed;
  bottom: -100px;
  right: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #e50539;
  border: 1px solid #fdfdfd;
  cursor: pointer;
  transition: all 0.2s;
  z-index: 100000;
}

html.is-scrolled .arrow-top-scroll {
  bottom: 80px;
}

.arrow-top-scroll svg {
  width: 20px;
  height: 20px;
}

@media (max-width: 991px) {
  .arrow-top-scroll {
    right: 16px;
  }
}

.mobile-panel-download {
  position: fixed;
  bottom: -100px;
  left: 0;
  width: -webkit-fill-available;
  padding: 12px 16px;
  border-top: 1px solid #3e414c;
  background-color: #080b17;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 991px) {
  html.is-scrolled .mobile-panel-download {
    bottom: 0;
  }
}

.mobile-panel-download > button {
  justify-content: center;
}

.mobile-panel-download > button:first-child {
  width: -webkit-fill-available;
}

.media_block {
  display: grid;
  column-gap: 24px;
  grid-template-areas: "title media" "content media";
  margin-bottom: 30px;
}

.media_block .title {
  grid-area: title;
  align-self: flex-end;
  text-wrap: wrap !important;
}

.media_block .content {
  grid-area: content;
  align-self: flex-start;
}

.media_block .content .acf-innerblocks-container:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.media_block .media {
  align-self: center;
  grid-area: media;
  position: relative;
}

.media_block .media img {
  max-width: 100%;
  border-radius: 16px;
}

.media_block .media video {
  width: 100%;
  border-radius: 16px;
}

.media_block .media a:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.media_block.left {
  grid-template-areas: "media title" "media content";
}

.media_block.top {
  grid-template-rows: auto 1fr;
}

.media_block.top .title,
.media_block.top .media {
  align-self: flex-start;
}

.media_block.notitle {
  grid-template-areas: "content media";
}

.media_block.notitle.left {
  grid-template-areas: "media content";
}

.media_block .acf-innerblocks-container > *:last-child {
  margin-bottom: 0;
}

.media_block button {
  margin-top: 20px;
}

.media_block ol {
  margin-bottom: 20px;
}

@media (max-width: 1199px) {
  .media_block {
    grid-template-columns: none !important;
    grid-template-areas: "title" "media" "content" !important;
    margin-bottom: 40px;
  }

  .media_block .content {
    max-width: 100%;
    overflow: auto;
  }

  .media_block .media {
    margin-bottom: 16px;
    text-align: center !important;
  }

  .media_block .media {
    display: flex;
    width: 100%;
    max-height: 300px;
  }

  .media_block .media img {
    object-fit: cover;
    width: 100%;
    max-height: 100%;
  }
}

.pros_cons {
  margin-bottom: 1.5rem;
}

.pros_cons .pros_cons__wrap {
  position: relative;
  padding-left: 55px;
  margin-top: 1rem;
}

.pros_cons .pros_cons__wrap:before {
  content: "";
  position: absolute;
  left: 0;
  top: -12px;
  width: 43px;
  height: 43px;
  background-repeat: no-repeat;
}

.pros_cons .pros_cons__wrap.pros:before {
  background-image: url("data:image/svg+xml,%3Csvg width='43' height='43' viewBox='0 0 43 43' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22 11H21V21H11V22H21V32H22V22H32V21H22V11Z' fill='%23E50539'/%3E%3Ccircle cx='21.5' cy='21.5' r='21' stroke='%23E50539'/%3E%3C/svg%3E%0A");
}

.pros_cons .pros_cons__wrap.cons:before {
  background-image: url("data:image/svg+xml,%3Csvg width='43' height='43' viewBox='0 0 43 43' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M32 21V22L11 22L11 21L32 21Z' fill='%23E50539'/%3E%3Ccircle cx='21.5' cy='21.5' r='21' stroke='%23E50539'/%3E%3C/svg%3E%0A");
}

.pros_cons .title {
  font-size: 1.2rem;
}

.pros_cons .items > div {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  color: #86888e;
  line-height: 22px;
}

.bookmaker-rating {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: -webkit-fill-available;
  margin: 60px 0;
}

.bookmaker-rating .bookmaker-rating--item-block {
  margin-bottom: 20px;
}

.bookmaker-rating .bookmaker-rating--item {
  position: relative;
  display: grid;
  grid-template-columns: 0.3fr 0.5fr 0.6fr 0.3fr;
  align-items: center;
  width: -webkit-fill-available;
  background-color: #20232e;
  border-radius: 16px;
}

.bookmaker-rating .bookmaker-rating--item > * {
  margin: 16px 0 35px;
  padding: 0 30px;
}

.bookmaker-rating .bookmaker-rating--item > *:not(:last-child) {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bookmaker-rating .bookmaker-rating--first {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.bookmaker-rating .bookmaker-rating--first .bookmaker-rating--logo {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bookmaker-rating .bookmaker-rating--first .bookmaker-rating--logo img {
  height: auto;
  max-width: 140px;
}

.bookmaker-rating .bookmaker-rating--title {
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: 800;
  line-height: 34px;
  color: #fdfdfd;
}

.bookmaker-rating .bookmaker-rating--text {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #86888e;
}

.bookmaker-rating .bookmaker-rating--banner {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 16px;
  background-color: #080b17;
  border-radius: 10px;
}

.bookmaker-rating .bookmaker-rating--banner img {
  width: 66px;
  height: 66px;
}

.bookmaker-rating .bookmaker-rating--banner-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  color: #fdfdfd;
}

.bookmaker-rating .bookmaker-rating--banner-title b {
  color: #e50539;
}

.bookmaker-rating .bookmaker-rating--links {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.bookmaker-rating .bookmaker-rating--links button,
.bookmaker-rating .bookmaker-rating--link {
  max-width: none;
  width: -webkit-fill-available;
}

.bookmaker-rating .bookmaker-rating--links svg {
  min-width: 24px;
}

.bookmaker-rating .bookmaker-rating--links a:hover {
  color: #f9194d;
}

.bookmaker-rating .bookmaker-rating--open {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  background-color: #20232e;
  border-radius: 50%;
  border: 2px solid #3e414c;
  cursor: pointer;
  transition: all 0.2s;
}

.bookmaker-rating .bookmaker-rating--open:hover {
  background-color: #3e414c;
}

.bookmaker-rating .bookmaker-rating--item-block .bookmaker-rating--open svg {
  transition: all 0.2s;
}

.bookmaker-rating .bookmaker-rating--item-block.is-open .bookmaker-rating--open svg {
  transform: rotate(180deg);
}

.bookmaker-rating .bookmaker-rating--item-block.is-open .bookmaker-rating--full {
  display: flex;
}

.bookmaker-rating .bookmaker-rating--full {
  display: none;
  flex-direction: column;
  gap: 20px;
  padding: 16px;
  margin-top: 20px;
  border-radius: 20px;
  background-color: #20232e;
}

.bookmaker-rating .bookmaker-rating--full .bookmaker-rating--info-top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.bookmaker-rating .bookmaker-rating--full .bookmaker-rating--info-top-proscons {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.bookmaker-rating .bookmaker-rating--full .bookmaker-rating--info-top-proscons-item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
  border-radius: 10px;
  background-color: #080b17;
}

.bookmaker-rating .bookmaker-rating--full .bookmaker-rating--info-top-proscons-item .h4 {
  font-weight: 700;
  font-size: 30px;
  line-height: 34px;
  vertical-align: middle;
  color: #fdfdfd;
}

.bookmaker-rating .bookmaker-rating--full .bookmaker-rating--info-top-proscons-first {
  display: flex;
  gap: 20px;
  align-items: center;
  padding-right: 35px;
}

.bookmaker-rating .bookmaker-rating--full .bookmaker-rating--info-top-proscons-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background-color: #20232e;
}

.bookmaker-rating .bookmaker-rating--full .bookmaker-rating--info-top-proscons-second ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  list-style: disc;
}

.bookmaker-rating .bookmaker-rating--full .bookmaker-rating--info-top-proscons-second ul > li {
  padding: 0 !important;
}

.bookmaker-rating .bookmaker-rating--full .bookmaker-rating--info-top-proscons-second ul > li:before {
  content: none;
}

.bookmaker-rating .bookmaker-rating--full .bookmaker-rating--info-top-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  border-radius: 10px;
  background-color: #080b17;
}

.bookmaker-rating .bookmaker-rating--full .bookmaker-rating--info-top-info-top {
  display: flex;
  align-items: center;
  gap: 12px;
}

.bookmaker-rating .bookmaker-rating--full .bookmaker-rating--info-top-info-top .h4 {
  font-weight: 700;
  font-size: 30px;
  line-height: 34px;
  color: #fdfdfd;
}

.bookmaker-rating .bookmaker-rating--full .bookmaker-rating--info-top-info-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #20232e;
  border-radius: 10px;
}

.bookmaker-rating .bookmaker-rating--full .bookmaker-rating--info-top-info-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bookmaker-rating .bookmaker-rating--full .bookmaker-rating--info-top-info-list-item {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.bookmaker-rating .bookmaker-rating--full .bookmaker-rating--info-top-info-list-item-name {
  text-wrap: nowrap;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #fdfdfd;
}

.bookmaker-rating .bookmaker-rating--full .bookmaker-rating--info-top-info--payments {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
  max-width: 454px;
  flex-wrap: wrap;
}

.bookmaker-rating .bookmaker-rating--full .bookmaker-rating--info-top-info--payment img {
  max-height: 36px;
  height: 36px;
  width: auto;
}

.bookmaker-rating .bookmaker-rating--full .bookmaker-rating--info-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.bookmaker-rating .bookmaker-rating--full .bookmaker-rating--info-buttons .btn {
  margin: 0;
}

@media (max-width: 991px) {
  .bookmaker-rating {
    margin-top: 45px;
    margin-bottom: 40px;
  }

  .bookmaker-rating .bookmaker-rating--item {
    display: none;
    flex-direction: column;
    padding: 10px 16px 50px;
  }

  .bookmaker-rating .bookmaker-rating--item:nth-child(1),
  .bookmaker-rating .bookmaker-rating--item:nth-child(2),
  .bookmaker-rating .bookmaker-rating--item:nth-child(3) {
    display: flex;
  }

  .bookmaker-rating.active .bookmaker-rating--item {
    display: flex !important;
  }

  .bookmaker-rating .bookmaker-rating--full .bookmaker-rating--info-top {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .bookmaker-rating .bookmaker-rating--full .bookmaker-rating--info-top-info-list-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .bookmaker-rating .bookmaker-rating--first .bookmaker-rating--logo {
    margin: 10px 0 15px;
  }

  .bookmaker-rating .bookmaker-rating--full .bookmaker-rating--info-top-info--payments {
    justify-content: flex-start;
    max-width: none;
  }

  .bookmaker-rating .bookmaker-rating--full .bookmaker-rating--info-top-info--payment img {
    max-height: 28px;
  }

  .bookmaker-rating .bookmaker-rating--full .bookmaker-rating--info-top-proscons-item {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .bookmaker-rating .bookmaker-rating--full .bookmaker-rating--info-top-proscons-second ul {
    margin-left: 20px;
  }

  .bookmaker-rating .bookmaker-rating--full .bookmaker-rating--info-top-proscons-item .h4 {
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
  }

  .bookmaker-rating .bookmaker-rating--full .bookmaker-rating--info-top-info-list-item-name {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
  }

  .bookmaker-rating .bookmaker-rating--full .bookmaker-rating--info-top-info-top .h4 {
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
  }

  .bookmaker-rating .bookmaker-rating--full .bookmaker-rating--info-top-proscons-second ul > li {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
  }

  .bookmaker-rating .bookmaker-rating--full .bookmaker-rating--info-buttons {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .bookmaker-rating .bookmaker-rating--item .bookmaker-rating--desc {
    display: none;
  }

  .bookmaker-rating .bookmaker-rating--item > * {
    width: -webkit-fill-available;
    margin: 8px 0;
  }

  .bookmaker-rating .bookmaker-rating--item > *:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid #3e414c;
  }

  .bookmaker-rating .bookmaker-rating--links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0;
  }

  .bookmaker-rating .bookmaker-rating--links button,
  .bookmaker-rating .bookmaker-rating--links a {
    width: -webkit-fill-available !important;
    max-width: none !important;
  }

  .bookmaker-rating .bookmaker-rating--link {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
  }

  .bookmaker-rating .bookmaker-rating--item .bookmaker-rating--banner-block {
    width: -webkit-fill-available;
    padding: 0 0 16px;
  }

  .bookmaker-rating .bookmaker-rating--banner-title {
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
  }

  .bookmaker-rating .bookmaker-rating--logo img {
    margin-bottom: 10px;
  }
}

.btn-accent {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 35px;
  margin-top: 20px;
  background-color: #e50539;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  width: -webkit-fill-available;
  color: #fdfdfd;
  cursor: pointer;
}

.btn-accent:hover {
  background-color: #cf0038;
}

.btn-accent img {
  width: 24px;
  height: 24px;
}

.btn-download-app {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  text-align: left;
}

.btn-download-app span {
  font-weight: 700;
}

.faq-new {
  display: flex;
  gap: 30px;
}

.faq-new .faq-section {
  width: -webkit-fill-available;
}

.faq-new .faq-new-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: -webkit-fill-available;
}

.faq-new .faq-new-block .faq-new-item {
  display: flex;
  flex-direction: column;
  padding: 20px;
  background-color: #20232e;
  border-radius: 10px;
}

.faq-new .faq-new-block .faq-new-item .faq-new-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.faq-new .faq-new-block .faq-new-item .faq-new-question {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  color: #fdfdfd;
}

.faq-new .faq-new-block .faq-new-item .faq-new-answer {
  display: none;
  padding-top: 13px;
  font-size: 16px;
  line-height: 20px;
  color: #86888e;
}

.faq-new .faq-new-block .faq-new-item .faq-new-open {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.faq-new .faq-new-block .faq-new-item .faq-new-open:before {
  content: "Show";
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #e50539;
}

.faq-new .faq-new-block .faq-new-item .faq-new-open:hover:before {
  color: #f9194d;
}

.faq-new .faq-new-block .faq-new-item .faq-new-open svg {
  transition: all 0.2s ease-in-out;
}

.faq-new .faq-new-block .faq-new-item .faq-new-open svg path {
  color: #e50539;
}

.faq-new .faq-new-block .faq-new-item .faq-new-open:hover svg path {
  color: #f9194d;
}

.faq-new .faq-new-block .faq-new-item.is-open .faq-new-answer {
  display: flex;
}

.faq-new .faq-new-block .faq-new-item.is-open .faq-new-open svg {
  transform: rotate(-180deg);
}

.faq-new .faq-new-block .faq-new-item.is-open .faq-new-open:before {
  content: "Hide";
}

@media (max-width: 991px) {
  .faq-new {
    flex-direction: column;
    gap: 16px;
  }

  .faq-new .faq-new-block {
    gap: 16px;
  }

  .faq-new .faq-new-block .faq-new-item .faq-new-question {
    font-size: 20px;
    line-height: 22px;
  }
}

.lwptoc {
  margin: 32px 0;
}

.lwptoc:first-child {
  margin-top: 16px;
}

.lwptoc_i {
  padding: 14px 18px 18px;
  text-align: left;
}

.lwptoc_header {
  margin-bottom: 6px;
}

.lwptoc_toggle {
  white-space: nowrap;
  margin-left: 4px;
  font-size: 80%;
}

.lwptoc_toggle:before {
  content: "[";
}

.lwptoc_toggle:after {
  content: "]";
}

.lwptoc_toggle_label {
  margin: 0 1px;
}

.lwptoc_item {
  margin-top: 2px;
}

LI.lwptoc_item {
  margin: 2px 0 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.lwptoc_item:first-child {
  margin-top: 0;
}

LI.lwptoc_item:first-child {
  margin-top: 0 !important;
}

.lwptoc_item_number {
  margin-right: 2px;
}

.lwptoc_itemWrap .lwptoc_itemWrap {
  margin: 2px 0 0 14px;
}

OL.lwptoc_itemWrap,
UL.lwptoc_itemWrap {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

OL.lwptoc_itemWrap OL.lwptoc_itemWrap,
OL.lwptoc_itemWrap UL.lwptoc_itemWrap,
UL.lwptoc_itemWrap OL.lwptoc_itemWrap,
UL.lwptoc_itemWrap UL.lwptoc_itemWrap {
  margin: 2px 0 0 14px !important;
}

.lwptoc-baseItems .lwptoc_items {
  font-size: 90%;
}

.lwptoc-notInherit .lwptoc_i div A {
  box-shadow: none !important;
  border: none !important;
  text-decoration: none !important;
}

.lwptoc-notInherit .lwptoc_i div a:active,
.lwptoc-notInherit .lwptoc_i div a:focus,
.lwptoc-notInherit .lwptoc_i div a:hover {
  box-shadow: none !important;
  border: none !important;
  text-decoration: none !important;
}

.lwptoc-notInherit .lwptoc_i div a:hover {
  border-bottom: 1px dotted !important;
}


@media (max-width: 491px) {
.bookmaker-rating .bookmaker-rating--links {
    display: grid;
    grid-template-columns: 1fr;
    padding: 0;
  }
    }