:root {
  --background: #f9fafc;
  --section: #fff;
  --radius: 3px;
  --text: #363c3f;
  --link: #ffba00;
  --link-hover: #f6ce60;
  --footer: #363c3f;
}

*, *: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;
}

/* Table content */
.wp-block-table {
  max-width: 100%;
  overflow-x: auto;
}

.wp-block-table table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  border-bottom: 4px solid var(--link);
}

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

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

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(--background);
  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 {
  display: flex;
  align-items: center;
  list-style: none;
  justify-content: center;
}
.header .main_menu .menu li {
  margin-left: 20px;
}
.header .main_menu .menu li:last-child {
  margin-left: 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(--link);
}
.header .main_menu .menu .current-menu-item a {
  color: var(--link);
}
.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(--background);
  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 {
  list-style: none;
}
.menu_mobile .menu li {
  margin-bottom: 15px;
}
.menu_mobile .menu li:last-child {
  margin-bottom: 0;
}
.menu_mobile .menu li a {
  font-size: 18px;
  color: var(--text);
  font-weight: 400;
}
.menu_mobile .menu li a:hover {
  color: var(--link);
}
.menu_mobile .menu .current-menu-item a {
  color: var(--link);
}

.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: 18px;
  font-weight: 700;
  border-radius: var(--radius);
  background-color: var(--link);
}
.btn:hover {
  background-color: var(--link-hover);
}

.bonus-icon {
  width: 26px;
  height: 23px;
  display: block;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/wp-content/themes/melbet/img/bonus.svg);
}

/* Banner */
.banner {
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  z-index: 1;
  height: 50vh;
  padding: 20px 0;
}
@media (min-width: 640px) {
  .banner {
    height: 100vh;
    background-position: left;
  }
}
.banner::before {
  background-image: linear-gradient(rgba(255, 255, 255, 0.7), rgba(0, 0, 0, 0.8));
  bottom: 0;
  content: "";
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.4s;
  z-index: 1;
}
@media (min-width: 640px) {
  .banner::before {
    display: none;
  }
}
.banner__content {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  z-index: 2;
}
.banner__content-text {
  width: 100%;
  position: relative;
  text-align: center;
}
@media (min-width: 640px) {
  .banner__content-text {
    width: 60%;
    padding-right: 20px;
    text-align: right;
  }
}
@media (min-width: 960px) {
  .banner__content-text {
    width: 50%;
  }
}
.banner__content-text .banner-title {
  font-size: 32px;
  line-height: 1.4;
  font-weight: 700;
  color: var(--text);
  display: block;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (min-width: 640px) {
  .banner__content-text .banner-title {
    font-size: 42px;
  }
}
.banner__content-text .banner-subtitle {
  font-weight: 700;
  color: var(--text);
  font-size: 24px;
  display: block;
  margin-bottom: 15px;
}
.banner__content-text .banner-cost {
  color: var(--link);
  font-weight: 700;
  font-size: 30px;
  display: block;
  line-height: 1;
}
@media (min-width: 640px) {
  .banner__content-text .banner-cost {
    font-size: 40px;
  }
}
.banner__content-text .banner_button {
  animation: pulse 1.5s infinite;
  width: 250px;
  margin-bottom: 15px;
  height: 45px;
}

/* Content */
.content-block {
  padding: 20px 10px 20px 10px;
  color: var(--text);
}
@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;
}
@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(--link);
}
@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-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 ul {
  display: block;
  margin-top: 10px;
}
.content-block .content_page ul ul li {
  font-size: 14px;
  line-height: 1.2;
}
@media (min-width: 960px) {
  .content-block .content_page ul ul li {
    font-size: 16px;
  }
}
.content-block .content_page ul ul li::after {
  width: 16px;
  height: 16px;
  top: 2px;
}
.content-block .content_page ul li {
  width: 100%;
  position: relative;
  padding-bottom: 10px;
  padding-right: 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/melbet/img/bet-icon.svg) no-repeat;
  background-size: cover;
  content: "";
  right: -5px;
  top: 6px;
}
.content-block .content_page ol {
  padding-bottom: 20px;
  padding-right: 30px;
  counter-reset: myCounter;
  font-size: 16px;
}
.content-block .content_page ol ul {
  display: block;
  margin-top: 10px;
}
.content-block .content_page ol ul li {
  font-size: 14px;
  line-height: 1.2;
}
@media (min-width: 960px) {
  .content-block .content_page ol ul li {
    font-size: 16px;
  }
}
.content-block .content_page ol ul li::after {
  width: 16px;
  height: 16px;
  top: 2px;
}
.content-block .content_page ol ul li::before {
  display: none;
}
.content-block .content_page ol li {
  padding-right: 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(--link);
  color: var(--text);
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: -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(--section);
  border-radius: var(--radius);
  margin-bottom: 20px;
  border-bottom: 4px solid var(--link);
}
.content-block .content_page .section-block h3, .content-block .content_page .section-block h4 {
  color: var(--text);
}
.content-block .content_page .section-block p {
  color: var(--text);
}
.content-block .content_page .section-block ul li {
  color: var(--text);
}
.content-block .content_page .section-block ol li {
  color: var(--text);
}

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

/* Footer */
footer {
  background: var(--footer);
  padding-bottom: 60px;
}
footer .footer__payments {
  padding: 20px 10px 10px;
  margin: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 960px) {
  footer .footer__payments {
    padding: 30px 10px 20px 10px;
  }
}
footer .footer__payments img {
  height: 48px;
  margin: 5px 15px;
  width: 120px;
}
footer .footer__payments img:nth-child(2) {
  height: 35px;
}
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(--section);
}
footer .footer__bga {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 20px 0;
}
footer .footer__bga .bga-img {
  width: 200px;
  margin-left: 5px;
}
footer .footer__bga .dmca-badge {
  width: 40px;
}
footer .footer__bga .eighteen {
  color: var(--link);
  border: 2px solid var(--link);
  border-radius: var(--radius);
  font-weight: 700;
  font-size: 16px;
  padding: 8px 5px;
  margin: 5px 10px;
}

.modified-date {
  font-size: 16px !important;
}

/* Scroll */
.scroll-top {
  opacity: 0;
  background: var(--link);
  transition: 0.3s;
  position: fixed;
  bottom: 70px;
  height: 40px;
  right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 8;
  border-radius: var(--radius);
}
.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: 100px;
}

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: 15px;
}
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;
}
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: 8px;
  background: var(--footer);
  bottom: 0;
  left: 0;
  z-index: 8;
}
.fixed_buttons button {
  width: 200px;
}
.fixed_buttons button:first-child {
  margin-left: 10px;
}

/* 404 Error */
.error {
  background: var(--background);
}
.error__block {
  display: flex;
  width: 100%;
  position: relative;
  overflow: hidden;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  padding: 0 10px;
}
@media (min-width: 960px) {
  .error__block {
    padding: 0 128px;
  }
}
.error__block span {
  font-size: 32px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 20px;
}
.error__block p {
  color: var(--text);
  font-size: 18px;
  margin-bottom: 20px;
  text-align: center;
}
.error__block .error-btn {
  background: var(--link);
  position: relative;
  border: none;
  padding: 15px;
  overflow: inherit;
  border-radius: var(--radius);
  color: var(--text);
  font-size: 18px;
  font-weight: 700;
  width: 300px;
  display: inline-flex;
  justify-content: center;
}
.error__block .error-btn:hover {
  background: var(--link-hover);
}

.btn-content {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.btn-content .banner_button {
  width: 300px;
  height: 45px;
}

@keyframes pulse {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scaleX(1);
  }
}
/* APK Banner */
/*.apk-banner {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    height: 200px;
    background-color: var(--header);
    padding-right: 10px;
	margin-bottom: 20px;
    border-radius: var(--radius);
    overflow: hidden;

    @include media-up(md) {
        padding-right: 20px;
        height: 250px;
    }

    @include media-up(lg) {
        align-items: center;
		padding-right: 0;
    }

    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;

        @include media-up(md) {
            width: 380px;
            font-size: 22px !important;
            padding-bottom: 20px !important;
        }

        @include media-up(lg) {
            width: auto;
        }
    }

    img {
        position: absolute;
        left: 10px;
        bottom: 0;
        height: 180px;

        @include media-up(md) {
            height: 230px;
            left: 20px;
        }
    }

	amp-img {
		width: 125px;

		@include media-up(md) {
			width: 160px;
		}
	}

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

        &:hover {
            background-image: var(--hover-reg);
        }

		@include media-up(md) {
			width: 300px;
            font-size: 18px;
		}
	}
} */
.rank-math-breadcrumb p {
  line-height: 1.4;
  font-size: 16px;
}
.rank-math-breadcrumb a {
  color: var(--link);
  font-size: 16px;
}
.rank-math-breadcrumb span {
  font-size: 16px;
}

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

/* Offers */

.offers {
    margin-bottom: 20px;
}
.offers-item {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 10px;
    padding: 0 0 10px 0;
    border-radius: var(--radius);
    background-color: var(--section);
    margin-bottom: 15px;
    height: auto;
    border-bottom: 4px solid var(--link);
}
@media (min-width: 640px) {
  .offers-item {
	grid-template-columns: repeat(2, 1fr);
	padding: 10px;
  }
}
@media (min-width: 960px) {
  .offers-item {
	grid-template-columns: repeat(3, 1fr);
    height: 90px;
	padding: 0 10px;
  }
}
.offers-item:last-child {
    margin-bottom: 0;
}
.offers-img {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
	width: 100%;
    height: 75px;
    border-radius: var(--radius);
	margin-bottom: 10px;
}
@media (min-width: 640px) {
  .offers-img {
	width: 300px;
  }
}
@media (min-width: 960px) {
  .offers-img {
	width: auto;
	margin-bottom: 0;
  }
}
.offers-img img {
    width: 200px;
}
.offers-bonus {
    text-align: center;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}
@media (min-width: 640px) {
  .offers-bonus {
	margin-bottom: 0;
    margin-left: 0;
  }
}
@media (min-width: 960px) {
  .offers-bonus {
	margin-right: 40px;
  }
}
.offers-bonus span {
    color: var(--text);
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4;
}
@media (min-width: 640px) {
  .offers-bonus span {
	font-size: 18px;
  }
}
.offers-btn {
    display: flex;
    align-items: center;
    justify-content: center;
	width: 100%;
}
@media (min-width: 640px) {
  .offers-btn {
	width: 300px;
  }
}
@media (min-width: 960px) {
  .offers-btn {
	justify-content: flex-end;
	width: auto;
  }
}
.offer_btn {
    width: 300px;
    padding: 0 15px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: none;
    background-color: var(--link);
    border-radius: var(--radius);
    transition: .3s ease-out;
	border: 2px solid var(--link);
	animation: pulse 1.5s infinite;
}
@media (min-width: 960px) {
  .offer_btn {
	width: 200px;
  }
}
.offer_btn:hover {
    background-color: unset;
}
.offer_btn span {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    color: var(--text);
}/*# sourceMappingURL=style.css.map */