:root {
  --background: rgb(0, 35, 71);
  --header: #0a519e;
  --content: #003266;
  --section: rgb(221, 228, 236);
  --radius: 20px;
  --btn-log: #428cdc;
  --btn-reg: #fa4d00;
  --log-back: linear-gradient(0deg,#428cdc 0,#0992af);
  --reg-back: linear-gradient(to top, #fa4d00 0, #fa5e00 100%);
  --hover-log: linear-gradient(180deg,#428cdc 0,#0992af);
  --hover-reg: linear-gradient(to top, #fa5e00 0, #fa7c00 100%);
  --shadow-log: 0 11px 27px #428cdca1;
  --shadow-reg: 0 11px 27px #fa4100a1;
  --text: #fff;
  --text-hover: #ffba00;
  --footer-back: #04386e;
  --apk-banner: linear-gradient(to top, #00326600 0, var(--content) 73%, var(--content) 98%);
}

*, *: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: "Quicksand", sans-serif;
  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;
}

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

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

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

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

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;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 10px;
  background-color: var(--header);
  background-image: var(--apk-banner);
  z-index: 2;
}
@media (min-width: 640px) {
  .header {
    padding: 10px 20px;
  }
}
.header .logo {
  width: 200px;
}
.header .overlay {
  display: none;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.header .overlay.active {
  display: block;
}
.header .main_menu {
  display: none;
  position: relative;
}
@media (min-width: 960px) {
  .header .main_menu {
    display: flex;
  }
}
.header .main_menu .menu, .header .main_menu #menu-az {
  display: flex;
  align-items: center;
  list-style: none;
  justify-content: center;
}
.header .main_menu .menu li, .header .main_menu #menu-az li {
  margin-right: 20px;
}
.header .main_menu .menu li:last-child, .header .main_menu #menu-az li:last-child {
  margin-right: 0;
}
.header .main_menu .menu li a, .header .main_menu #menu-az li a {
  font-size: 18px;
  color: var(--text);
  font-weight: 700;
  padding: 10px 0;
}
.header .main_menu .menu li a:hover, .header .main_menu #menu-az li a:hover {
  color: var(--text-hover);
}
.header .main_menu .menu .current-menu-item a, .header .main_menu #menu-az .current-menu-item a {
  color: var(--text-hover);
}
.header .main_menu .menu .current-menu-item a, .header .main_menu #menu-az .active a {
  color: var(--text-hover);
}
.header .burger img {
  width: 28px;
  height: 28px;
}

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

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

.menu_mobile {
  z-index: 11;
}
.menu_mobile .close {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 20px 0;
}
.menu_mobile .close img {
  width: 28px;
  height: 28px;
}
.menu_mobile .menu, .menu_mobile #menu-az-1 {
  list-style: none;
}
.menu_mobile .menu li, .menu_mobile #menu-az-1 li {
  margin-bottom: 20px;
}
.menu_mobile .menu li:last-child, .menu_mobile #menu-az-1 li:last-child {
  margin-bottom: 0;
}
.menu_mobile .menu li a, .menu_mobile #menu-az-1 li a {
  font-size: 18px;
  color: var(--text);
  font-weight: 700;
  padding: 10px 0;
}
.menu_mobile .menu li a:hover, .menu_mobile #menu-az-1 li a:hover {
  color: var(--text-hover);
}
.menu_mobile .menu .current-menu-item a, .menu_mobile #menu-az-1 .current-menu-item a, .menu_mobile #menu-az-1 .active a {
  color: var(--text-hover);
}

.menu_mobile.show {
  right: 0;
  transition: right 0.8s;
}

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

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

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

.btn.reg {
  background-color: var(--btn-reg);
  background-image: var(--reg-back);
  box-shadow: var(--shadow-reg);
}
.btn.reg:hover {
  background-image: var(--hover-reg);
}

/* Banner */
.banner {
  height: 60vh;
  position: relative;
  z-index: 1;
  background: linear-gradient(rgba(10, 81, 158, 0.7), rgba(0, 35, 71, 0.8)), url(/wp-content/uploads/2024/12/pic-main.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}
@media (min-width: 640px) {
  .banner {
    background: linear-gradient(rgba(10, 81, 158, 0.7), rgba(0, 35, 71, 0.8));
    height: 100vh;
  }
}
.banner__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  position: relative;
  z-index: 2;
}
.banner__content-text {
  width: 100%;
  position: relative;
  padding-left: 20px;
  text-align: center;
  bottom: 30px;
}
@media (min-width: 640px) {
  .banner__content-text {
    width: 60%;
    text-align: left;
    bottom: auto;
  }
}
@media (min-width: 960px) {
  .banner__content-text {
    width: 50%;
  }
}
.banner__content-text .banner-title {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  color: var(--text);
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
}
@media (min-width: 640px) {
  .banner__content-text .banner-title {
    font-size: 25px;
  }
}
.banner__content-text .banner-subtitle {
  font-weight: 400;
  line-height: 1.2;
  color: var(--text);
  font-size: 16px;
  display: block;
  margin-bottom: 20px;
}
@media (min-width: 640px) {
  .banner__content-text .banner-subtitle {
    font-size: 18px;
  }
}
.banner__content-text .banner-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 640px) {
  .banner__content-text .banner-buttons {
    justify-content: flex-start;
  }
}
.banner__content-text .banner-buttons .btn {
  background: var(--btn-reg);
  background-image: var(--reg-back);
  box-shadow: var(--shadow-reg);
  width: 165px;
  font-size: 14px;
}
@media (min-width: 640px) {
  .banner__content-text .banner-buttons .btn {
    width: 200px;
    font-size: 16px;
  }
}
.banner__content-text .banner-buttons .btn:hover {
  background-image: var(--hover-reg);
}
.banner__content-img {
  display: none;
}
@media (min-width: 640px) {
  .banner__content-img {
    display: block;
  }
}

/* Content */
.content-block {
  padding: 20px 10px 20px 10px;
  color: var(--content);
}
@media (min-width: 640px) {
  .content-block {
    padding: 40px 20px;
  }
}
.content-block h1 {
  font-size: 26px;
  color: var(--text);
}
@media (min-width: 960px) {
  .content-block h1 {
    font-size: 36px;
  }
}
.content-block .content_page h2 {
  font-size: 22px;
  color: var(--text);
}
@media (min-width: 960px) {
  .content-block .content_page h2 {
    font-size: 32px;
  }
}
.content-block .content_page h3 {
  font-size: 20px;
  color: var(--text);
}
@media (min-width: 960px) {
  .content-block .content_page h3 {
    font-size: 28px;
  }
}
.content-block .content_page h4 {
  font-size: 18px;
  color: var(--text);
}
@media (min-width: 960px) {
  .content-block .content_page h4 {
    font-size: 24px;
  }
}
.content-block .content_page p {
  line-height: 30px;
  padding-bottom: 20px;
  margin-bottom: 0;
  font-size: 16px;
  color: var(--text);
}
@media (min-width: 960px) {
  .content-block .content_page p {
    font-size: 20px;
  }
}
.content-block .content_page a {
  font-size: 16px;
  color: var(--text-hover);
}
@media (min-width: 960px) {
  .content-block .content_page a {
    font-size: 20px;
  }
}
.content-block .content_page a:hover {
  text-decoration: underline;
}
.content-block .content_page ul {
  list-style: none;
  padding-left: 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: 25px;
  font-size: 16px;
  line-height: 30px;
  color: var(--text);
}
@media (min-width: 640px) {
  .content-block .content_page ul li {
    width: 48%;
  }
}
@media (min-width: 960px) {
  .content-block .content_page ul li {
    font-size: 20px;
  }
}
.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: -5px;
  top: 5px;
}
.content-block .content_page ol {
  padding-bottom: 20px;
  padding-left: 30px;
  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;
  color: var(--text);
}
@media (min-width: 960px) {
  .content-block .content_page ol li {
    font-size: 20px;
  }
}
.content-block .content_page ol li::before {
  counter-increment: myCounter;
  content: counter(myCounter);
  width: 30px;
  height: 30px;
  font-size: 16px;
  background: var(--btn-log);
  color: var(--text);
  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 .section-block {
  padding: 10px 15px;
  background-color: var(--content);
  border-radius: var(--radius);
  margin-bottom: 20px;
}

.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 {
  border-radius: var(--radius);
}

/* FAQ */
.faq__item {
  background-color: var(--background);
  border-radius: var(--radius);
}
.faq__item h3 {
  color: var(--text);
  font-size: 16px !important;
}
@media (min-width: 960px) {
  .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 {
  background: var(--background);
  border-bottom-left-radius: var(--radius);
  border-bottom-right-radius: var(--radius);
}
.faq__item .faq__answer p {
  font-size: 16px;
  color: var(--text);
}
.faq__item .faq__answer p:last-child {
  padding-bottom: 0;
}

.faq__item.open h3 {
  border-bottom: 1px solid var(--header);
}

/* Footer */
footer {
  background: var(--content);
  padding-bottom: 56px;
}
footer .footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 10px;
}
footer .footer__top .logo img {
  width: 200px;
}
footer .footer__top .eighteen {
  color: var(--text);
  border: 1px solid var(--text);
  border-radius: 50%;
  font-weight: 700;
  font-size: 16px;
  padding: 8px 5px;
  margin: 5px 10px;
}
footer .footer__payments {
  padding: 10px;
  margin: 0 10px;
  border-radius: var(--radius);
  background-color: var(--footer-back);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 960px) {
  footer .footer__payments {
    justify-content: space-between;
  }
}
footer .footer__payments img {
  height: 27px;
  margin: 5px;
}
footer .footer__downloads {
  margin: 20px 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
footer .footer__downloads-btns {
  border-radius: var(--radius);
  background-color: var(--footer-back);
  display: flex;
  align-items: center;
  padding: 0 13px;
}
footer .footer__downloads-btns span {
  font-size: 16px;
  text-transform: uppercase;
  color: var(--text);
  font-weight: 500;
  padding: 10px 5px;
  line-height: 30px;
}
footer .footer__downloads-btns .download-btn {
  padding: 10px 5px;
  background: transparent;
  overflow: hidden;
  border: none;
}
footer .footer__downloads-btns .download-btn:first-child {
  margin-left: 20px;
}
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);
}
footer .footer__bga {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 20px 0;
}
footer .footer__bga .bga-img {
  width: 200px;
  margin-right: 5px;
}
footer .footer__bga .dmca-badge {
  width: 40px;
}

.android-icon, .apple-icon {
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.2s;
}

.android-icon {
  background-image: url(/wp-content/themes/mostbet/img/android.svg);
}

.apple-icon {
  background-image: url(/wp-content/themes/mostbet/img/apple.svg);
}

/* Scroll */
.scroll-top {
  opacity: 0;
  background: var(--btn-reg);
  background-image: var(--reg-back);
  box-shadow: var(--shadow-reg);
  transition: 0.3s;
  position: fixed;
  bottom: 70px;
  height: 40px;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 8;
  border-radius: 50%;
}
.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 {
  display: flex;
  justify-content: space-between;
}
.header.content_amp .burger {
  border: none;
  background-color: unset;
  padding: 0;
}

.footer.content_amp .footer__payments img {
  width: 120px;
}

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

/* 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;
}
.fixed_buttons button {
  width: 200px;
}
.fixed_buttons button:first-child {
  margin-right: 10px;
}

/* 404 Error */
.error {
  display: flex;
  width: 100%;
  position: relative;
  background-color: var(--background);
  background-position: top;
  background-size: cover;
  background-image: url(/wp-content/uploads/2024/12/error-back.webp);
  overflow: hidden;
  flex-direction: row;
  justify-content: flex-start;
  height: 100vh;
  min-height: 840px;
}
.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 {
  max-width: 90%;
  width: 300px;
  margin: 20px auto 25px;
}
.error__block .logo img {
  width: 100%;
}
.error__block p {
  color: var(--text);
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 30px;
  text-align: center;
}
.error__block-img {
  margin-bottom: 50px;
}
.error__block-btn {
  background: var(--btn-reg);
  background-image: var(--reg-back);
  box-shadow: var(--shadow-reg);
  width: 300px;
  height: 50px;
  text-align: center;
}
.error__block-btn:hover {
  background-image: var(--hover-reg);
}

.btn-content {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.btn-content .banner_button {
  width: 300px;
  height: 45px;
  background: var(--btn-reg);
  background-image: var(--reg-back);
  box-shadow: var(--shadow-reg);
}
.btn-content .banner_button:hover {
  background-image: var(--hover-reg);
}

/* APK Banner */
.apk-banner {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  height: 200px;
  background-color: var(--header);
  background-image: var(--apk-banner);
  padding-right: 10px;
  margin-bottom: 20px;
  border-radius: var(--radius);
  overflow: hidden;
}
@media (min-width: 640px) {
  .apk-banner {
    padding-right: 20px;
    height: 250px;
  }
}
@media (min-width: 960px) {
  .apk-banner {
    align-items: center;
    padding-right: 0;
  }
}
.apk-banner p {
  font-size: 16px !important;
  line-height: 1.4 !important;
  font-weight: 700;
  width: 200px;
  text-align: right;
  color: var(--text) !important;
  padding-bottom: 15px !important;
}
@media (min-width: 640px) {
  .apk-banner p {
    width: 380px;
    font-size: 22px !important;
    padding-bottom: 20px !important;
  }
}
@media (min-width: 960px) {
  .apk-banner p {
    width: auto;
  }
}
.apk-banner img {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 180px;
  width: auto;
}
@media (min-width: 640px) {
  .apk-banner img {
    height: 230px;
    left: 0;
  }
}
.apk-banner amp-img {
  width: 125px;
}
@media (min-width: 640px) {
  .apk-banner amp-img {
    width: 160px;
  }
}
.apk-banner .banner_button {
  margin-top: 0;
  width: 165px;
  background-color: var(--btn-reg);
  background-image: var(--reg-back);
  box-shadow: var(--shadow-reg);
  font-size: 16px;
  animation: pulse 1.5s infinite;
}
.apk-banner .banner_button:hover {
  background-image: var(--hover-reg);
}
@media (min-width: 640px) {
  .apk-banner .banner_button {
    width: 300px;
    font-size: 18px;
  }
}

@keyframes pulse {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scaleX(1);
  }
}
.rank-math-breadcrumb p {
  line-height: 1.4;
  font-size: 16px;
}
.rank-math-breadcrumb a {
  color: var(--text-hover);
  font-size: 16px;
}
.rank-math-breadcrumb span {
  font-size: 16px;
  color: var(--text);
}

.wp-block-image {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  text-align: center;
}
.wp-block-image img {
  border-radius: var(--radius);
}

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

/* 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-color: var(--content);
  border-radius: 39px;
  height: 40px;
  padding: 0 0 0 20px;
  font-size: 14px !important;
  line-height: 1.2;
  color: var(--text) !important;
}
.custom__contents-submenu a:hover {
  background-image: none;
  background: var(--btn-reg);
  text-decoration: none !important;
}
.custom__contents-icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--btn-reg);
}
.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);
}/*# sourceMappingURL=style.css.map */