:root {
  --background: #003266;
  --header: linear-gradient(180deg, #001847 0%, #003266 100%);
  --shadow-header: 0px 4px 4px 0px #00000040;
  --content: #003B79;
  --radius: 12px;
  --radius-btn: 8px;
  --text: #fff;
  --text-menu: #fff;
  --text-log: #001948;
  --link: #FF7023;
  --shadow-link: 0px 0px 6px 0px #FF9123;
  --btn-log: #fff;
  --faq: #00295C;
  --table: #001847;
}

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

html {
  scroll-behavior: smooth;
}

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: "Tahoma";
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
}

body {
  color: var(--text);
}

a {
  text-decoration: none;
  color: var(--content-link);
}

footer, header, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ul {
  list-style: none;
}

button {
  cursor: pointer;
}

blockquote, q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

.wp-block-table {
  max-width: 100%;
  overflow-x: auto;
  padding-bottom: 20px;
}

.wp-block-table table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: var(--radius);
}

.wp-block-table table td {
  text-align: center;
  padding: 20px 15px;
  background: var(--faq);
  border: none;
}

.wp-block-table table th {
  background: var(--table);
  color: var(--text-menu);
  padding: 20px 15px;
  border: none;
}

.wp-block-table table td {
  color: var(--text);
}

.wp-block-table table thead {
  border-bottom: 0;
}

@font-face {
  font-style: normal;
  font-family: "Tahoma";
  font-weight: 400;
  src: url(/wp-content/themes/mostbet/fonts/Tahoma.ttf);
  font-display: swap;
}
@font-face {
  font-style: normal;
  font-family: "Tahoma";
  font-weight: 700;
  src: url(/wp-content/themes/mostbet/fonts/Tahoma-Bold.ttf);
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  background: var(--background);
}

img {
  border-style: none;
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4 {
  padding: 15px 0;
}
@media (min-width: 960px) {
  h1, h2, h3, h4 {
    padding: 20px 0;
  }
}

a:hover {
  transition: 0.3s ease-out;
}

/* Header */
.header {
  position: sticky;
  top: 0;
  padding: 13px 10px;
  background: var(--header);
  box-shadow: var(--shadow-header);
  z-index: 99;
}
@media (min-width: 960px) {
  .header {
    padding: 17px 20px;
  }
}
.header__content {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 960px) {
  .header__content {
    justify-content: space-between;
  }
}
.header__content-logo {
  display: flex;
  gap: 16px;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
@media (min-width: 960px) {
  .header__content-logo {
    width: auto;
  }
}
.header__content-logo .logo {
  display: block;
}
.header__content-logo .logo img {
  width: 120px;
}
@media (min-width: 640px) {
  .header__content-logo .logo img {
    width: auto;
  }
}
.header__content .main_menu {
  position: relative;
}
.header__content .main_menu .menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  height: auto;
  gap: 20px;
  max-width: 100%;
  position: fixed;
  z-index: 11;
  top: 58px;
  right: -100%;
  transition: right 0.8s;
  background: var(--faq);
  padding: 20px 15px;
  margin-bottom: 0;
  list-style: none;
  width: 100%;
}
@media (min-width: 640px) {
  .header__content .main_menu .menu {
    top: 60px;
  }
}
@media (min-width: 960px) {
  .header__content .main_menu .menu {
    top: 72px;
  }
}
.header__content .main_menu .menu li a {
  font-size: 18px;
  color: var(--text-menu);
  font-weight: 700;
  padding: 10px 0;
}
.header__content .main_menu .menu li a:hover {
  color: var(--link);
}
.header__content .main_menu .menu .current-menu-item a {
  color: var(--link);
}
.header__content .main_menu .menu.show {
  right: 0;
  transition: right 0.8s;
}
.header__content-buttons {
  display: none;
}
@media (min-width: 960px) {
  .header__content-buttons {
    display: flex;
    gap: 16px;
  }
}
.header__content .burger {
  border: none;
  background-color: unset;
  padding: 0;
}
.header__content .burger__img {
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/wp-content/themes/mostbet/img/burger.svg);
  transition: 0.3s ease-out;
}
.header__content .burger.active .burger__img {
  background-image: url(/wp-content/themes/mostbet/img/close.svg);
}
.header__content.wrapper {
  padding: 0;
}

.menu_desktop .burger {
  display: block;
}

amp-sidebar {
  background: var(--background);
  width: 100%;
  padding: 0 20px;
  max-width: 250px;
  min-height: 100vh;
  position: fixed;
  top: 0;
  right: -100%;
  display: block;
  transition: right 0.8s;
}

.wrapper {
  padding: 0 10px;
  margin: 0 auto;
  max-width: 1280px;
}

.btn {
  padding: 0 10px;
  position: relative;
  height: 34px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: var(--radius-btn);
  border: 2px solid var(--link);
  color: var(--text-menu);
  font-size: 14px;
  font-weight: 700;
  overflow: hidden;
}
.btn:hover {
  transition: 0.3s ease-out;
  background: none;
}

.btn.log {
  width: 92px;
  background-color: var(--btn-log);
  border: 2px solid var(--btn-log);
  color: var(--text-log);
}
.btn.log:hover {
  background-color: unset;
  color: var(--text);
}

.btn.reg {
  background: var(--link);
  width: 110px;
  box-shadow: var(--shadow-link);
}
.btn.reg:hover {
  background: none;
}

/* Banner */
.banner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  padding-top: 20px;
}
@media (min-width: 960px) {
  .banner {
    flex-direction: row;
  }
}
.banner__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 320px;
  border-radius: var(--radius-btn);
  position: relative;
  overflow: hidden;
  width: 100%;
  background: var(--content);
}
@media (min-width: 960px) {
  .banner__content {
    width: 50%;
  }
}
.banner__content:last-child .banner__content-text .banner_button {
  background: var(--btn-log);
  border-color: var(--btn-log);
  color: var(--text-log);
}
.banner__content:last-child .banner__content-text .banner_button:hover {
  background: none;
  color: var(--text-menu);
}
.banner__content:last-child .banner__content-img img {
  height: 250px;
}
@media (min-width: 1280px) {
  .banner__content:last-child .banner__content-img img {
    height: auto;
  }
}
.banner__content-text {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  height: 100%;
  z-index: 10;
  padding: 16px 16px 0 16px;
}
@media (min-width: 960px) {
  .banner__content-text {
    padding: 32px 32px 0 32px;
  }
}
.banner__content-text .banner-title {
  font-weight: 700;
  color: var(--text);
  font-size: 24px;
  line-height: 1.2;
  display: block;
  margin-bottom: 8px;
}
@media (min-width: 640px) {
  .banner__content-text .banner-title {
    font-size: 28px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1280px) {
  .banner__content-text .banner-title {
    font-size: 32px;
    margin-bottom: 12px;
  }
}
.banner__content-text .banner-subtitle {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--sidebar);
  display: block;
  margin-bottom: 16px;
}
@media (min-width: 640px) {
  .banner__content-text .banner-subtitle {
    font-size: 22px;
    margin-bottom: 24px;
  }
}
@media (min-width: 1280px) {
  .banner__content-text .banner-subtitle {
    margin-bottom: 16px;
  }
}
.banner__content-text .banner_button {
  background: var(--link);
  border-color: var(--link);
  width: 132px;
  height: 46px;
  font-size: 16px;
}
@media (min-width: 960px) {
  .banner__content-text .banner_button {
    width: 140px;
    height: 48px;
    font-size: 18px;
  }
}
.banner__content-text .banner_button:hover {
  background: none;
}
.banner__content-img {
  display: block;
  position: absolute;
  right: 0;
  bottom: -2px;
}
.banner__content-img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 220px;
}
@media (min-width: 1280px) {
  .banner__content-img img {
    height: auto;
  }
}

@media (min-width: 1280px) {
  .banner.wrapper {
    padding: 20px 0 0;
  }
}

/* Content */
.content-block {
  padding: 20px 10px;
}
@media (min-width: 640px) {
  .content-block {
    padding: 20px;
  }
}
@media (min-width: 1280px) {
  .content-block {
    padding: 20px 0;
  }
}
.content-block h1 {
  font-size: 26px;
  margin-bottom: 10px;
}
@media (min-width: 960px) {
  .content-block h1 {
    font-size: 36px;
  }
}
.content-block .content_page h2 {
  font-size: 22px;
}
@media (min-width: 960px) {
  .content-block .content_page h2 {
    font-size: 32px;
  }
}
.content-block .content_page h3 {
  font-size: 20px;
}
@media (min-width: 960px) {
  .content-block .content_page h3 {
    font-size: 28px;
  }
}
.content-block .content_page h4 {
  font-size: 18px;
}
@media (min-width: 960px) {
  .content-block .content_page h4 {
    font-size: 24px;
  }
}
.content-block .content_page p {
  line-height: 1.4;
  padding-bottom: 20px;
  margin-bottom: 0;
  font-size: 16px;
}
@media (min-width: 960px) {
  .content-block .content_page p {
    font-size: 18px;
  }
}
.content-block .content_page a {
  font-size: 16px;
  color: var(--link);
}
@media (min-width: 960px) {
  .content-block .content_page a {
    font-size: 18px;
  }
}
.content-block .content_page a:hover {
  text-decoration: underline;
}
.content-block .content_page ul {
  list-style: none;
  padding-right: 10px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: wrap;
  list-style: none;
}
@media (min-width: 640px) {
  .content-block .content_page ul {
    flex-direction: row;
  }
}
.content-block .content_page ul li {
  width: 100%;
  position: relative;
  padding-bottom: 10px;
  padding-left: 30px;
  font-size: 16px;
  line-height: 1.2;
}
@media (min-width: 640px) {
  .content-block .content_page ul li {
    width: 48%;
  }
}
@media (min-width: 960px) {
  .content-block .content_page ul li {
    font-size: 18px;
  }
}
.content-block .content_page ul li::after {
  position: absolute;
  width: 18px;
  height: 18px;
  background: url(/wp-content/themes/mostbet/img/content-icon.svg) no-repeat;
  background-size: cover;
  content: "";
  left: 0;
  top: 3px;
}
.content-block .content_page ul li ul {
  display: block;
  margin-top: 10px;
  margin-bottom: 0;
}
.content-block .content_page ul li ul li {
  list-style: disc;
  padding-left: 0;
  margin-bottom: 0;
}
.content-block .content_page ul li ul li::before, .content-block .content_page ul li ul li::after {
  display: none;
}
.content-block .content_page ul li ol li {
  list-style: decimal;
  padding-left: 0;
  margin-bottom: 0;
}
.content-block .content_page ul li ol li::before, .content-block .content_page ul li ol li::after {
  display: none;
}
.content-block .content_page ol {
  padding-bottom: 20px;
  padding-left: 26px;
  counter-reset: myCounter;
  font-size: 16px;
}
.content-block .content_page ol li {
  padding-left: 15px;
  margin-bottom: 15px;
  position: relative;
  list-style: none;
  line-height: 30px;
}
@media (min-width: 960px) {
  .content-block .content_page ol li {
    font-size: 18px;
  }
}
.content-block .content_page ol li::before {
  counter-increment: myCounter;
  content: counter(myCounter);
  width: 30px;
  height: 30px;
  font-size: 16px;
  background: var(--link);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: -26px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-block .content_page ol li::marker {
  font-size: 17px;
  color: var(--text);
}
.content-block .content_page ol li ul {
  display: block;
  margin-top: 10px;
  margin-bottom: 0;
}
.content-block .content_page ol li ul li {
  list-style: disc;
  padding-left: 0;
  margin-bottom: 0;
}
.content-block .content_page ol li ul li::before, .content-block .content_page ol li ul li::after {
  display: none;
}
.content-block .content_page ol li ol li {
  list-style: decimal;
  padding-left: 0;
  margin-bottom: 0;
}
.content-block .content_page ol li ol li::before, .content-block .content_page ol li ol li::after {
  display: none;
}
.content-block .content_page .section-block {
  padding: 10px 20px;
  background-color: var(--content);
  margin-bottom: 20px;
  border-radius: var(--radius);
  position: relative;
}
.content-block .content_page .section-block:last-child {
  margin-bottom: 0;
}

.banner-link {
  text-align: center;
  margin-bottom: 20px;
}
.banner-link .banner-img {
  border: none;
  padding: 0;
  position: relative;
  background-color: unset;
}
.banner-link .banner-img img, .banner-link .banner-img amp-img {
  border-radius: var(--radius-btn);
}

.btn-content {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.btn-content .btn {
  width: 175px;
  height: 48px;
  background: var(--btn-log);
  color: var(--text-log);
  border-color: var(--btn-log);
  font-size: 18px;
}
.btn-content .btn:hover {
  background: none;
  color: var(--btn-log);
}

.wp-block-image {
  margin-bottom: 20px;
  position: relative;
  display: flex;
  justify-content: center;
}
.wp-block-image img, .wp-block-image amp-img {
  border-radius: var(--radius-btn);
}

#amp-mobile-version-switcher {
  display: none;
}

/* FAQ */
.faq__item {
  background-color: var(--faq);
  border-radius: var(--radius-btn);
}
.faq__item h3 {
  color: var(--text);
}
.faq__item h3:after {
  background-image: url(/wp-content/themes/mostbet/img/faq-icon.svg);
}
.faq__item .faq__answer p {
  color: var(--text);
}
.faq__item .faq__answer p:last-child {
  padding-bottom: 0;
}

/* Footer */
footer {
  padding-bottom: 30px;
}
@media (min-width: 960px) {
  footer {
    padding-bottom: 0;
  }
}
footer .footer__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding: 22px 0;
}
@media (min-width: 960px) {
  footer .footer__content {
    flex-direction: row;
  }
}
footer .footer__content-copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
footer .footer__content-copyright .eighteen, footer .footer__content-copyright .regulations, footer .footer__content-copyright .gamecare {
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-size: contain;
}
footer .footer__content-copyright .eighteen {
  background-image: url(/wp-content/themes/mostbet/img/eighteen.svg);
}
footer .footer__content-copyright .regulations {
  background-image: url(/wp-content/themes/mostbet/img/regulations.svg);
}
footer .footer__content-copyright .gamecare {
  background-image: url(/wp-content/themes/mostbet/img/gamcare.svg);
}
footer .footer__content-bga {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}
footer .footer__content-bga img {
  width: 165px;
}

/* Scroll */
.scroll-top {
  opacity: 0;
  background: var(--link);
  transition: 0.3s;
  position: fixed;
  bottom: 88px;
  right: 30px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 8;
}
.scroll-top .scroll-top-bg {
  padding: 8px;
  position: relative;
}
.scroll-top .scroll-top-bg img {
  width: 24px;
  height: 24px;
}

.scroll-top.content_amp {
  opacity: 1;
}

/* Amp */
.header.content_amp {
  align-items: center;
  justify-content: center;
  display: flex;
}
.header.content_amp .logo img {
  width: 120px;
}
.header.content_amp .burger {
  border: none;
  background-color: unset;
  padding: 0;
}
.header.content_amp .burger__img {
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/wp-content/themes/mostbet/img/burger.svg);
  transition: 0.3s ease-out;
}
.header.content_amp .burger.active .burger__img {
  background-image: url(/wp-content/themes/mostbet/img/close.svg);
}

amp-sidebar {
  background: var(--header);
}
amp-sidebar .close {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 20px 0;
}
amp-sidebar .close .closeButton {
  padding: 0;
  border: none;
  background-color: unset;
}
amp-sidebar .close .closeButton img {
  width: 28px;
  height: 28px;
}
amp-sidebar .menu_amp .menu {
  list-style: none;
}
amp-sidebar .menu_amp .menu li {
  margin-bottom: 20px;
}
amp-sidebar .menu_amp .menu li:last-child {
  margin-bottom: 0;
}
amp-sidebar .menu_amp .menu li a {
  font-size: 18px;
  color: var(--text-menu);
  font-weight: 400;
  padding: 10px 0;
}
amp-sidebar .menu_amp .menu .current-menu-item a {
  color: var(--link);
}

/* Fixed buttons */
.fixed_buttons {
  display: flex;
  justify-content: center;
  position: fixed;
  width: 100%;
  padding: 20px 16px;
  background: var(--header);
  bottom: 0;
  left: 0;
  z-index: 99;
  gap: 10px;
}
@media (min-width: 960px) {
  .fixed_buttons {
    display: none;
  }
}
.fixed_buttons .btn {
  margin-top: 0;
  padding: 8px 15px;
  width: 100%;
}

/* 404 Error */
.error {
  display: flex;
  width: 100%;
  background-color: var(--content);
  background-position: top;
  background-size: cover;
  background-image: url(/wp-content/uploads/2025/12/error-back.webp);
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 100vh;
  min-height: 840px;
  padding: 20px 20px 0 20px;
}
@media (min-width: 1280px) {
  .error {
    padding: 0;
  }
}
.error::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background-image: radial-gradient(circle 802px at center, rgba(0, 35, 71, 0) 0%, #002347 100%);
}
.error__block {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 10px;
}
.error__block .logo {
  margin: 20px auto 25px;
}
.error__block-img {
  margin-bottom: 50px;
}
.error__block p {
  color: var(--text-menu);
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.error__block .btn {
  width: 250px;
  background-color: var(--link);
  font-size: 18px;
  height: 48px;
}
.error__block .btn:hover {
  background-color: unset;
}

/* Table of Contens */
.custom__contents {
  margin-bottom: 20px;
  width: 100%;
}
@media (min-width: 640px) {
  .custom__contents {
    width: 640px;
  }
}
.custom__contents-submenu a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 15px;
  background: var(--content);
  border-radius: 39px;
  height: 40px;
  padding: 0 0 0 20px;
  font-size: 14px !important;
  line-height: 1.2;
  color: var(--text);
}
.custom__contents-submenu a:hover {
  text-decoration: none !important;
  background: var(--link);
}
.custom__contents-icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--background);
}
.custom__contents-icon::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url(/wp-content/themes/mostbet/img/up-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(90deg);
}

.rank-math-breadcrumb {
  padding: 10px 0;
}
.rank-math-breadcrumb a {
  color: var(--link);
}
.rank-math-breadcrumb a:hover {
  text-decoration: underline;
}/*# sourceMappingURL=style.css.map */