:root {
  --background: rgb(0, 35, 71);
  --content: #003266;
  --radius: 20px;
  --text: #fff;
  --text-menu: #80858f;
  --link: #fa4d00;
  --shadow-link: 0 11px 27px #fa4100a1;
  --hover-secondary: linear-gradient(to top, #fa5e00 0, #fa7c00 100%);
  --color-log: #428cdc;
  --color-log-back: linear-gradient(0deg, #428cdc 0, #0992af);
  --hover-log: linear-gradient(180deg, #428cdc 0, #0992af);
  --shadow-log: 0 11px 27px #428cdca1;
  --header: #0a519e;
  --header-back: linear-gradient(to top, #00326600 0, var(--content) 73%, var(--content) 98%);
  --sidebar: #ff8a00;
}

*, *: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: "Roboto";
  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(--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;
  margin-bottom: 20px;
  border-radius: var(--radius);
  overflow: hidden;
}

.wp-block-table table td {
  text-align: center;
  padding: 10px;
}

.wp-block-table table tr {
  background: var(--background);
}

.wp-block-table table tr:nth-child(2n) {
  background: var(--content);
}

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

.wp-block-table table th {
  padding: 10px;
  background-color: var(--color-log);
}

@font-face {
  font-style: normal;
  font-family: "Roboto";
  font-weight: 400;
  src: url(/wp-content/themes/mostbet/fonts/Roboto-Regular.ttf);
  font-display: swap;
}
@font-face {
  font-style: normal;
  font-family: "Roboto";
  font-weight: 500;
  src: url(/wp-content/themes/mostbet/fonts/Roboto-Medium.ttf);
  font-display: swap;
}
@font-face {
  font-style: normal;
  font-family: "Roboto";
  font-weight: 700;
  src: url(/wp-content/themes/mostbet/fonts/Roboto-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;
  z-index: 9;
  background-color: var(--header);
  background-image: var(--header-back);
}
.header .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 10px;
}
@media (min-width: 960px) {
  .header .row {
    padding: 10px;
  }
}
.header .row .logo {
  width: 235px;
}
.header .row .header__buttons {
  display: none;
}
@media (min-width: 960px) {
  .header .row .header__buttons {
    display: flex;
  }
}
.header .row .header__buttons .btn {
  width: 117px;
  font-size: 14px;
}
.header .row .header__buttons .btn:first-child {
  margin-right: 10px;
}
.header .main_menu {
  position: relative;
}
.header .main_menu .menu {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  gap: 20px;
  max-width: 100%;
  position: fixed;
  z-index: 11;
  top: 56px;
  right: -100%;
  transition: right 0.8s;
  background-color: var(--content);
  padding: 15px;
  margin-bottom: 0;
  list-style: none;
  width: 100%;
}
@media (min-width: 960px) {
  .header .main_menu .menu {
    position: relative;
    align-items: center;
    max-width: 100%;
    height: 100%;
    top: auto;
    right: auto;
    width: auto;
    background-color: unset;
    padding: 0;
  }
}
.header .main_menu .menu li a {
  font-size: 18px;
  color: var(--text);
  font-weight: 400;
  padding: 10px 0;
}
.header .main_menu .menu li a:hover {
  color: var(--sidebar);
}
.header .main_menu .menu .current-menu-item a {
  color: var(--sidebar);
}
.header .main_menu .menu.show {
  right: 0;
  transition: right 0.8s;
}
.header .burger img {
  width: 28px;
  height: 28px;
}

.header.page.content_amp .logo img {
  width: 142px;
}

.menu_desktop .burger {
  display: block;
}
@media (min-width: 960px) {
  .menu_desktop .burger {
    display: none;
  }
}

amp-sidebar {
  background: var(--content);
  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: 1250px;
}

.btn {
  padding: 0 10px;
  position: relative;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: var(--radius);
  text-transform: uppercase;
  border: none;
  color: var(--text);
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
}
.btn:hover {
  transition: 0.3s ease-out;
}

.btn.log {
  width: 200px;
  background-color: var(--color-log);
  background-image: var(--color-log-back);
  box-shadow: var(--shadow-log);
  color: var(--text);
}
.btn.log:hover {
  background-image: var(--hover-log);
}

.btn.reg {
  background: var(--link);
  box-shadow: var(--shadow-link);
  color: var(--text);
  width: 200px;
}
.btn.reg:hover {
  background-image: var(--hover-secondary);
}

/* Banner */
.bonus__button-content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 0 0 0;
}
@media (min-width: 960px) {
  .bonus__button-content {
    padding: 15px 10px 0 10px;
  }
}
.bonus__button-content .btn {
  width: 100%;
  background: var(--link);
  box-shadow: var(--shadow-link);
}
.bonus__button-content .btn:hover {
  background-image: var(--hover-secondary);
}

.banner.content_amp .logo img {
  width: 142px;
}

/* Content */
.content-block {
  padding: 20px 10px;
}
@media (min-width: 960px) {
  .content-block {
    padding: 20px;
  }
}
.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(--text-hover);
}
@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: 30px;
}
@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: 20px;
  height: 20px;
  background: url(/wp-content/themes/mostbet/img/target-icon.svg) no-repeat;
  background-size: cover;
  content: "";
  left: 0;
  top: 4px;
}
.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(--color-log);
  border-radius: 50%;
  position: absolute;
  top: 1px;
  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 .section-block {
  padding: 10px 20px;
  background-color: var(--content);
  margin-bottom: 20px;
  border-radius: var(--radius);
  position: relative;
}
.content-block .content_page .section-block p, .content-block .content_page .section-block h2, .content-block .content_page .section-block h3, .content-block .content_page .section-block li {
  position: relative;
}

.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-content {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.btn-content .banner_button {
  height: 45px;
  width: 300px;
  color: var(--text);
  background: var(--link);
  box-shadow: var(--shadow-link);
}
.btn-content .banner_button:hover {
  background-image: var(--hover-secondary);
}

.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);
}

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

/* FAQ */
.faq__item {
  border: none;
  background-color: var(--background);
  border-radius: var(--radius);
}
.faq__item h3 {
  color: var(--text);
  font-size: 16px !important;
  font-weight: 700;
  line-height: 1.4;
}
@media (min-width: 960px) {
  .faq__item h3 {
    font-size: 18px !important;
  }
}
@media (min-width: 1280px) {
  .faq__item h3 {
    font-size: 20px !important;
  }
}
.faq__item h3:after {
  background-image: url(/wp-content/themes/mostbet/img/faq-icon.svg);
}
.faq__item .faq__answer p {
  color: var(--text);
  font-size: 14px;
  line-height: 1.4;
}
@media (min-width: 960px) {
  .faq__item .faq__answer p {
    font-size: 16px;
  }
}
.faq__item .faq__answer p:last-child {
  padding-bottom: 0;
}

/* Footer */
footer {
  padding-bottom: 60px;
}
@media (min-width: 960px) {
  footer {
    padding-bottom: 0;
  }
}
footer .footer__copyright {
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
footer .footer__copyright span {
  font-size: 16px;
  color: var(--text);
}

/* Scroll */
.scroll-top {
  opacity: 0;
  background-color: var(--link);
  background-image: var(--color-link-back);
  box-shadow: var(--shadow-link);
  transition: 0.3s;
  position: fixed;
  bottom: 70px;
  right: 30px;
  height: 40px;
  border-radius: var(--radius);
  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;
}
.header.content_amp .burger {
  border: none;
  background-color: unset;
  padding: 0;
}

.header.page.content_amp {
  justify-content: space-between;
}

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);
  font-weight: 400;
  padding: 10px 0;
}
amp-sidebar .menu_amp .menu .current-menu-item a {
  color: var(--sidebar);
}

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

/* 404 Error */
.error {
  background: var(--error);
}
.error__block {
  display: flex;
  width: 100%;
  position: relative;
  overflow: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 20px 20px 0 20px;
  background-image: url(/wp-content/uploads/2025/07/background-error.webp);
}
@media (min-width: 640px) {
  .error__block {
    padding: 0 128px;
  }
}
.error__block-content {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  max-width: 1408px;
}
.error__block-content p {
  font-size: 18px;
  color: var(--error-text);
  margin-bottom: 20px;
  line-height: 1.4;
  text-align: center;
}
.error__block-content .btn {
  background: var(--link);
  box-shadow: var(--shadow-link);
  width: 300px;
  height: 45px;
}
.error__block-content .btn:hover {
  background-image: var(--hover-secondary);
}
.error__block-text {
  top: -50px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 960px) {
  .error__block-text {
    top: -200px;
  }
}

.rank-math-breadcrumb {
  margin-bottom: 10px;
}
.rank-math-breadcrumb p {
  font-size: 14px;
}
.rank-math-breadcrumb p a {
  color: var(--link);
}/*# sourceMappingURL=style.css.map */