@charset "UTF-8";
/* Указываем box sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
}
/* Убираем внутренние отступы */
ul[class],
ol[class],
ul,
ol,
li {
  padding: 0;
  margin: 0;
}
/* Убираем внешние отступы */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}
/* Выставляем основные настройки по-умолчанию для body */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}
/* Удаляем стандартную стилизацию для всех ul и il, у которых есть атрибут class*/
ul[class],
ol[class],
li {
  list-style: none;
}
a {
  text-decoration: none;
  transition: all 0.3s;
}
/* Элементы a, у которых нет класса, сбрасываем до дефолтных стилей */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}
/* Упрощаем работу с изображениями */
img {
  max-width: 100%;
  display: block;
  height: auto;
}
/* Наследуем шрифты для инпутов и кнопок */
input,
button,
textarea,
select {
  font: inherit;
  border: none;
}
button,
[role=button] {
  cursor: pointer;
}
/* Удаляем все анимации и переходы для людей, которые предпочитай их не использовать */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.btn-green, .content--inner .wp-block-button a {
    background-image: linear-gradient(to top, #fa4d00, #fa5e00);
    color: #ffffff !important;
    font-weight: 600;
    line-height: 1.25;
    padding: 16px 40px;
    font-size: 18px;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    box-shadow: 0 10px 30px #fa410066;
}
.btn-dark, .content--inner .wp-block-button.is-style-outline a {
  display: inline-block;
  border: 2px solid linear-gradient(to right, rgb(0, 255, 171), rgb(0, 208, 255));
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  padding: 10px 20px;
  background: rgb(28, 28, 28);
  text-align: center;
}
.bg-cover {
  background-size: cover;
  background-position: center;
}
.bg-contain {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.bg-dots {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bg-dots span {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background: rgba(128, 232, 139, 0.7019607843);
  display: block;
  filter: blur(24px);
  position: absolute;
}
.bg-dots span:nth-child(1) {
  left: 0;
  bottom: 0;
}
.bg-dots span:nth-child(2) {
  top: -50%;
  left: 70%;
}
.bg-dots span:nth-child(3) {
  top: -40%;
  left: 40%;
}
.bg-dots span:nth-child(4) {
  bottom: -50%;
  right: 0;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1882352941);
  z-index: 100;
}
.header--row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  background: #003266;
  padding: 0 15px;
  position: relative;
}
.header--logo {
  width: 190px;
  display: block;
}
.header--left {
  display: flex;
  align-items: center;
  gap: 30px;
}
.header--menu-open {
  display: block;
  background: transparent;
  width: 25px;
  height: 20px;
  position: relative;
}
.header--menu-open span, .header--menu-open:before, .header--menu-open:after {
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  background: #fff;
  content: "";
}
.header--menu-open span {
  top: calc(50% - 1px);
}
.header--menu-open:before {
  top: 0;
}
.header--menu-open:after {
  bottom: 0;
}
.header--menu-open.menu-active span {
  display: none;
}
.header--menu-open.menu-active:before, .header--menu-open.menu-active:after {
  top: calc(50% - 1px);
  bottom: auto;
  transform: rotate(45deg);
}
.header--menu-open.menu-active:after {
  transform: rotate(-45deg);
}
.header--menu ul {
  display: flex;
  align-items: center;
  gap: 30px;
}
.header--menu a {
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
.header--right {
  display: flex;
  align-items: center;
  gap: 25px;
}
.header--link {
  color: #fff;
  background: linear-gradient(to right, #fa5800, #4993e3);
  padding: 30px 30px;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
}
.header--hide {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #003266;
  padding: 40px 15px;
  transform: translateY(-100%);
  transition: all 0.5s;
}
.header--hide.menu-active {
  transform: translateY(0);
}
.header--hide-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.header--menu-second ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.header--menu-second a {
  font-size: 20px;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0.5px;
  font-weight: 500;
}
.header--socials {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.header--social {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1882352941);
}
.header--social svg {
  width: 20px;
  height: auto;
  fill: #fff;
}
.header--hide-title {
  font-size: 12px;
  font-weight: 500;
  color: #36699e;
  text-transform: uppercase;
  line-height: 112%;
  margin-bottom: 20px;
}
.header--hide-logos {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.header--hide-logos img {
  height: 28px;
  width: auto;
}
@media (max-width: 1024px) {
  .header--left {
    gap: 15px;
  }
  .header--menu {
    display: none;
  }
  .header--right {
    gap: 15px;
  }
  .header--logo {
    width: 100px;
  }
  .header--row {
    padding-right: 0;
  }
  .header--hide {
    max-height: calc(100vh - 78px);
    overflow-y: auto;
  }
  .header--hide-row {
    flex-direction: column;
    gap: 30px;
  }
  .header--link {
    padding: 30px 10px;
  }
}
.footer {
  padding: 64px 0 30px;
  color: #fff;
  background: #003266;
}
.footer--row {
  display: grid;
  align-items: center;
  grid-template-columns: 2fr 2fr 1fr;
  gap: 15px;
}
.footer--logo-wrap {
  width: 180px;
  margin-bottom: 20px;
}
.footer--menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.footer--menu a {
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
.footer--line {
  height: 1px;
  background: rgba(255, 255, 255, 0.1882352941);
  margin: 40px 0;
}
.footer--text {
  font-size: 14px;
}
@media (max-width: 1024px) {
  .footer--left {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer--row {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .footer--menu ul {
    flex-direction: column;
    align-items: center;
  }
  .footer--right {
    display: flex;
    justify-content: center;
  }
  .footer--copyright {
    text-align: center;
  }
}
.hero {
  padding: 80px 0;
  background: linear-gradient(135deg, #0a4c99 0%, #003266 100%);
}
.hero--row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}
.hero--left {
  text-align: center;
}
.hero--title {
  font-weight: 700;
  font-size: 50px;
  line-height: 1.25;
  margin-bottom: 30px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 1024px) {
  .hero--row {
    grid-template-columns: 1fr;
  }
}
.hero-image {
  border-radius: 20px;
  border: 2px solid #4993e3;
  box-shadow: 0 1px 20px 2px rgb(73 147 227);
}
.cta-logos {
  display: grid;
  padding: 40px 70px;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  background: #0a4c99;
  border-radius: 8px;
  margin: 30px 0;
}
.cta-logos--number {
  font-size: 120px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: #4993e3;
}
.cta-logos--title {
  font-size: 56px;
  color: #fff;
  letter-spacing: -0.5px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}
.cta-logos--right {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.cta-logos--logo {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 78px;
  padding: 30px;
  border-radius: 8px;
  filter: grayscale(1);
}
@media (max-width: 1024px) {
  .cta-logos {
    padding: 40px 30px;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .cta-logos--number {
    font-size: 50px;
  }
  .cta-logos--title {
    font-size: 35px;
  }
  .cta-logos--right {
    grid-template-columns: repeat(2, 1fr);
  }
  .cta-logos--logo {
    height: 100px;
    padding: 15px;
  }
  .cta-logos--logo img {
    position: absolute;
    height: 80%;
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.leaders {
  margin: 30px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.leaders--item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  height: 500px;
  text-align: center;
  padding-bottom: 30px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  color: #fff !important;
}
.leaders--item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgb(10 76 153 / 67%) 0%, rgba(10, 76, 153, 0.0) 100%);
  pointer-events: none;
}
.leaders--item img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.leaders--position {
  margin-top: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1882352941);
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
.leaders--name {
  font-size: 32px;
  line-height: 120%;
  font-weight: 500;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .leaders {
    grid-template-columns: repeat(2, 1fr);
  }
}
.cta-small {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 80px;
  align-items: center;
  padding: 50px 70px;
  background: #0a4c99;
  border-radius: 8px;
  margin: 30px 0;
  color: #e4e4e4;
}
.cta-small--right {
  text-align: right;
}
@media (max-width: 1024px) {
  .cta-small {
    padding: 50px 30px;
    grid-template-columns: 1fr;
    text-align: center;
  }
  .cta-small--right {
    text-align: inherit;
  }
}
.cta-small--title {
  color: #fff !important;
}
.toc {
  background: #0a4c99;
  margin: 30px 0;
  border-radius: 10px;
  padding: 25px 15px;
}
.toc--row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.toc--title {
  font-weight: 600;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #fff;
}
@media (max-width: 1024px) {
  .toc--row {
    grid-template-columns: 1fr;
  }
}
.content--inner {
  background: #DDE4EC;
  padding: 50px 0;
  color: #6b7d8e;
}
.content--inner a {
  color: #4993e3;
}
.content--inner h1, .content--inner h2, .content--inner h3 {
  color: #000;
  font-weight: 700;
}
.content--inner h1 {
  font-size: 40px;
  margin-top: 30px;
  margin-bottom: 50px;
  color: #000;
}
.content--inner h2 {
  font-size: 30px;
  margin-bottom: 20px;
  color: #000;
}
.content--inner p {
  margin-bottom: 20px;
}
.content--inner ul {
  margin-bottom: 20px;
  color: #000;
}
.content--inner ul li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 35px;
}
.content--inner ul li:before {
  display: block;
  content: "";
  position: absolute;
  height: 23px;
  width: 23px;
  top: 1px;
  left: 0;
  background: url(//mostbet-sports.com/wp-content/themes/theme/dist/styles/../../images/list-check-1.svg);
  border-radius: 50%;
  -webkit-mask: url(/wp-content/themes/theme/images/list-check-1.svg) no-repeat center;
  -webkit-mask-size: contain;
  mask: url(/wp-content/themes/theme/images/list-check-1.svg) no-repeat center;
  mask-size: contain;
  background-color: #0a4c99;
}
.content--inner .wp-block-columns {
  margin: 40px 0;
}
.content--inner .wp-block-buttons {
  gap: 15px;
}
.content--inner .wp-block-button a {
  font-weight: 800;
  padding: 15px 20px;
  min-width: 185px;
}
.content--inner .wp-block-button.is-style-outline a {
  padding: 15px 20px;
  color: #fff !important;
  box-shadow: none !important;
}
.content--inner .wp-block-table {
  overflow-x: auto;
  margin: 50px 0;
  padding: 15px 12px;
  border-radius: 12px;
  background: #0a4c99;
  color: #fff;
}
.content--inner .wp-block-table table {
  border-spacing: 0;
}
.content--inner .wp-block-table table tbody td {
  border-bottom: 1px solid linear-gradient(to right, rgb(0, 255, 171), rgb(0, 208, 255));
}
.content--inner .wp-block-table table tbody tr:last-child td {
  border-bottom: none;
}
.content--inner .wp-block-table table thead {
  border: none;
}
.content--inner .wp-block-table table th, .content--inner .wp-block-table table td {
  border: none;
  padding: 12px 20px;
}
.content--inner .wp-block-table table th {
  color: #fff;
  font-weight: 700;
  background: #4993e3;
}
.content--inner .wp-block-table table th:first-child {
  border-radius: 12px 0 0 12px;
}
.content--inner .wp-block-table table th:last-child {
  border-radius: 0 12px 12px 0;
}
@media (max-width: 1024px) {
  .content--inner h1 {
    font-size: 30px;
  }
  .content--inner h2 {
    font-size: 24px;
  }
}
html.-toggle,
body.-toggle {
  overflow: hidden;
}
.body--inner {
  position: relative;
  max-width: 100vw;
  overflow: hidden;
  min-height: 100vh;
  font-size: 16px;
  padding-top: 46px;
  background: rgb(28, 28, 28);
  font-family: "Instrument Sans", serif;
}
@media (max-width: 1024px) {
  .body--inner {
    padding-top: 72px;
    padding-left: 0;
  }
}
.container {
  width: 1170px;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
.site-header__langs {
  position: relative;
}
.site-header__langs:hover .site-header__langs__list {
  display: block;
  background: #0a4c99;
}
.site-header__langs__current {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0a4c99;
  border-radius: 10px;
  height: 40px;
  width: 40px;
}
.site-header__langs__current svg {
  width: 24px;
  height: 24px;
}
.site-header__langs__list {
  display: none;
  position: absolute;
  top: 100%;
  border-radius: 10px;
  right: 0;
  background: #000;
  padding: 20px;
  min-width: 150px;
}
.site-header__langs__list ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
}
.site-header__langs__list a {
  color: #fff;
  display: flex;
  align-items: center;
}
.mobile-bar {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100vw;
  padding: 15px 20px;
  background: rgb(28, 28, 28);
  z-index: 91;
}
.mobile-bar--row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  overflow-x: auto;
}
.mobile-bar--langs {
  display: none;
  bottom: 100%;
  top: auto;
}
.mobile-bar--langs.langs-active {
  display: block;
}
.mobile-bar--btn {
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: #fff;
  font-size: 12px;
  background: transparent;
}
.mobile-bar--btn-icon {
  width: 40px;
  height: 40px;
  padding: 8px;
  border-radius: 6px;
  background: linear-gradient(to right, rgb(0, 255, 171), rgb(0, 208, 255));
}
@media (max-width: 1024px) {
  .mobile-bar {
    display: block;
  }
}
.to-top-btn {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #003266;
  position: fixed;
  z-index: 10;
  bottom: 32px;
  right: 32px;
  transition: all 0.3s;
}
.to-top-btn svg {
  width: 24px;
  height: 24px;
}
.to-top-btn g {
  transition: all 0.3s;
}
.to-top-btn:hover {
  border-color: #4993e3;
}
.to-top-btn:hover g {
  stroke: #4993e3 !important;
}
.wp-block-list {
  counter-reset: num;  /* обнуляем счётчик */
  list-style: none;    /* убираем стандартные точки/цифры */
  margin: 0;
  padding: 0;
  color: #000;
}
.wp-block-list li {
  counter-increment: num;
  position: relative;
  padding-left: 40px;
  margin-bottom: 12px;
}
.wp-block-list li::before {
  content: counter(num);
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #0a4c99;   /* фон кружка */
  color: #fff;           /* цвет цифры */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
}
.wp-block-image img {
  border-radius: 20px;
}