/* Theme Name: Mostbet */

:root{
    --background: rgb(221, 228, 236);
    --text: #000;
    --text-btn: #fff;
    --hover-text: #ffba00;
    --header: #0a519e;
    --sidebar-color: #003266;
    --sidebar-hover: #1183d3;
    --header-back: linear-gradient(to top, #00326600 0, var(--sidebar-color) 73%, var(--sidebar-color) 98%);
    --border: 20px;
    --border-slots: 15px;
    --back-color: #054588;
    --money-btn: linear-gradient(180deg,#fa9400,#fab700);
    --color-primary: #428cdc;
    --back-primary: linear-gradient(0deg,#428cdc 0,#0992af);
    --back-primary-hover: linear-gradient(180deg,#428cdc 0,#0992af);
    --shadow-primary: 0 11px 27px #428cdca1;
    --color-secondary: #fa4d00;
    --back-secondary: linear-gradient(to top, #fa4d00 0, #fa5e00 100%);
    --back-secondary-hover: linear-gradient(to top, #fa5e00 0, #fa7c00 100%);
    --shadow-secondary: 0 11px 27px #fa4100a1;
    --nav: #00316680;
    --border-color: #043e7d;
    --border-gray: #e8ecf1;
    --footer-back: #04386e;
    --hover-back: #115ba9;
    --text-value: #002347;
	--back-content: linear-gradient(to top, var(--text-value) 0, var(--text-value) 20%, var(--sidebar-color) 100%);
}

* { margin:0; padding:0; box-sizing:border-box; font-family: Roboto, sans-serif;}
body { overflow-x:hidden; position: relative; color: var(--sidebar-color); background: var(--background);}
a { text-decoration:none; transition: 0.3s; }
input, button { box-shadow:none; border: none; }
input {outline:none;}
h1 {padding: 20px 0; color: var(--text-content); position: relative;}
h2, h3, h4, h5, h6 {padding: 20px 0; color: var(--text-content); position: relative;}
p, span, li, a { font-size: 18px; line-height: 30px; color: var(--text-content); }
button { cursor:pointer; background:transparent; overflow: hidden;}
img {max-width:100%; display:block; height: auto;}

/* Table content */

.wp-block-table {max-width: 100%;overflow-x:auto;}
.wp-block-table table {width:100%;  border-collapse: collapse; margin-bottom:20px; overflow: hidden; border-radius: var(--border);}
.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(--header);}
.wp-block-table table tr:nth-child(2n) td {color:var(--text-btn);}

a {
    text-decoration: none;
}

.wp-block-image img {
	border-radius: var(--border);
}

/* Header */

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--header);
    background-image: var(--header-back);
    z-index: 9;
}

header .overlay {
    display: none;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

header .overlay.active {
    display: block;
}

.header_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 10px;
}

.button {
    color: var(--text-btn);
    padding: 10px 15px;
    border-radius: var(--border);
}

.button span {
    text-transform: uppercase;
    line-height: 1.4;
    font-size: 14px;
    font-weight: 700;
}

.button.log_button {
    background-color: var(--color-primary);
    background-image: var(--back-primary);
    box-shadow: var(--shadow-primary);
    margin: 0 10px;
}

.button.log_button:hover {
    background-image: var(--back-primary-hover);
}

.button.reg_button {
    background-color: var(--color-secondary);
    background-image: var(--back-secondary);
    box-shadow: var(--shadow-secondary);
}

.button.reg_button:hover {
    background-image: var(--back-secondary-hover);
}

.logo {
    margin: 5px 10px;
}

.header_desktop .burger {
    display: none;
}

.burger img {
    width: 28px;
    height: 28px;   
}

.buttons {
    display: flex;
    align-items: center;
}

.wp-block-image {
	display: flex;
    justify-content: center;
	text-align: center;
}

.wp-block-image figcaption {
	margin-top: 10px;
}

/* Menu */

.header_nav {
    margin: 5px 10px;
    background-color: var(--nav);
    border-radius: var(--border);
    width: auto;
    display: flex;
    justify-content: center;
}

.main_menu .menu {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0 20px;
}

.main_menu .menu li {
    padding: 5px 20px;
}

.main_menu .menu li a {
    color: var(--sidebar-color);
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
    text-transform: uppercase;
    transition: color .3s ease;
}

.main_menu .menu li a:hover {
    color: var(--hover-text);
}

.main_menu .menu .current-menu-item a {
    color: var(--color-primary);
}

.menu_mobile, amp-sidebar {
    background: var(--sidebar-color);
    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.show {
    right: 0;
    transition: right 0.8s;
}

.menu_mobile .close {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 20px 0;
}

.close img {
    width: 28px;
    height: 28px;
}

.menu_mobile .menu {
    list-style: none;
}

.menu_mobile .menu li {
    margin-bottom: 10px;
}

.menu_mobile .menu .current-menu-item a {
    color: var(--hover-text);
}

.menu_mobile .menu li a {
    font-size: 18px;
    color: var(--text-btn);
    font-weight: 400;
    padding: 10px 0;
}

.menu_mobile .menu li a:hover {
    color: var(--text-content);
}

/* Banner */

.banner-block {
    height: 400px;
    background-repeat: no-repeat;
    background-size: 70%;
    background-color: var(--sidebar-color);
    background-position: left;
}

.banner-block .container-block {
    height: 100%;
}

.banner-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 40px;
    align-content: center;
    height: 100%;
    padding: 0 10px;
}

.banner-content_img {
    background: var(--text-btn);
    border-radius: var(--border);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.banner-content_text {
    color: var(--sidebar-color);
    font-weight: 700;
    font-size: 40px;
    margin-top: 20px;
}

.bonus-icon {
    position: absolute;
    width: 70px;
    height: 70px;
    top: -30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--color-secondary);
}

.bonus-icon_img {
    width: 40px;
    height: 40px;
    background-image: url(/wp-content/themes/mostbet/img/bonus-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.banner-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 35px;
    color: var(--text-btn);
    display: block;
    padding: 0;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.banner-title::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100px;
    height: 3px;
    background: var(--color-secondary);
}

.banner-text p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    display: block;
    color: var(--text-btn);
}

.banner_button {
    background-color: var(--color-secondary);
    background-image: var(--back-secondary);
    box-shadow: var(--shadow-secondary);
    padding: 15px 20px;
    border-radius: var(--border);
    margin-top: 20px;
    width: 300px;
    animation: pulse 1.5s infinite;
}

.banner_button span {
    font-size: 18px;
}

.banner_button:hover {
    background-image: var(--back-secondary-hover);
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

/* Content */

.container-block {
    max-width: 1200px;
    margin: 0 auto;
}

.content-block {
    padding: 60px 0 0 0;
}

.content_page {
    padding: 20px 0;
}

.content_page h1 {
    font-size: 36px;
    padding: 0 10px;
    margin-bottom: 25px;
}

.content_page h1::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 10px;
    width: 100px;
    height: 3px;
    background: var(--color-secondary);
}

.section-block {
    margin-bottom: 20px;
    padding: 0 10px;
}

.section-block:last-child {
    margin-bottom: 0;
}

.section-block:has(.banner-link) {
    background: var(--back-content);
}

.section-wrap:has(.banner-link) {
    background: none;
    border: none;
}

.section-wrap:has(.banner-link) h2, .section-wrap:has(.banner-link) h3, .section-wrap:has(.banner-link) p, .section-wrap:has(.banner-link) li {
    color: var(--text-btn);
}

.section-wrap {
    background: var(--text-btn);
    border-radius: var(--border);
    position: relative;
    padding: 10px 15px;
    border: 2px solid var(--sidebar-color);
}

.section-block p {
	margin: 0 !important;
}

.section-block .wp-block-image {
	margin: 0 0 20px 0 !important;
}

.content_page h2, .section-block h2 {
    font-size: 32px;
    padding: 20px 0 25px 0;
}

.content_page h2::before {
    content: "";
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 80px;
    height: 4px;
    background: var(--color-secondary);
    border-radius: 4px;
}

.content_page h3 {
    font-size: 28px;
    padding-left: 10px;
}

.content_page h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    width: 4px;
    height: 30px;
    background: var(--color-secondary);
    border-radius: 4px;
}

.content_page p, .content_page span { 
    line-height: 30px;
    padding-bottom: 20px;
    margin-bottom: 0; 
}

.content_page p {
	margin: 0 10px;
}

.content_page .wp-block-image {
	margin: 0 10px 20px 10px;
}

.content_page ul {
    list-style: none;
    padding-left: 10px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
}

.content_page ul li {
    width: 48%;
    position: relative;
    padding-bottom: 10px;
    padding-left: 35px;
}

.content_page ul li::before {
    position: absolute;
    width: 25px;
    height: 25px;
    background: url(/wp-content/themes/mostbet/img/bet-icon.svg)no-repeat;
    background-size: cover;
    content: "";
    left: -5px;
    top: 2px;
}

.content_page ol {
    padding-bottom: 20px;
    padding-left: 30px;
    counter-reset: myCounter;
}

.content_page ol li {
    padding-left: 15px;
    margin-bottom: 15px;
    position: relative;
    list-style: none;
}

.content_page ol li::before {
    counter-increment: myCounter;
    content: counter(myCounter);
    width: 25px;
    height: 25px;
    font-size: 16px;
    font-weight: 700;
    background: var(--color-primary);
    color: var(--text-btn);
    border-radius: var(--border);
    position: absolute;
    top: 1px;
    left: -25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content_page ol li::marker {
    font-size: 17px;
    color: #fff;
}

.banner-link {
    margin-bottom: 20px;
    text-align: center;
}

.banner-img {
    padding: 0;
	position: relative;
    border-radius: var(--border);
}

.banner-img amp-img {
    object-fit: cover;
}

/* Footer */

.footer {
    background: var(--sidebar-color);
}

.footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 10px;
}

.eighteen {
    border-radius: 50%;
    color: var(--text-btn);
    border: 2px solid #09437f;
    font-weight: 700;
    font-size: 16px;
    padding: 8px 5px;
}

.footer-menu {
    margin-bottom: 20px;
}

.footer-menu .menu {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-menu .menu li {
    margin-left: 30px;
	text-align: center;
}

.footer-menu .menu li:first-child {
    margin-left: 0;
}

.footer-menu .menu li a {
    font-size: 16px;
    font-weight: 500;
    color: var(--text-btn);
    text-transform: uppercase;
}

.footer-menu .menu li a:hover {
    color: var(--hover-text);
}

.footer-menu .menu .current-menu-item a {
    color: var(--color-primary);
}

.footer-payments {
    padding: 10px;
    margin: 0 10px;
    border-radius: var(--border);
    background-color: var(--footer-back);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-payments img {
    height: 27px;
    margin: 5px;
}

.footer-downloads {
    margin: 20px 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.footer-downloads_btns {
    border-radius: var(--border);
    background-color: var(--footer-back);
    display: flex;
    align-items: center;
    padding: 0 13px;
}

.footer-downloads_btns span {
    font-size: 16px;
    text-transform: uppercase;
    color: var(--text-btn);
    font-weight: 500;
    padding: 10px 5px;
}

.footer-downloads_btns .download-btn {
    margin-left: 20px;
}

.download-btn {
    padding: 10px 5px;
}

.android-icon {
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/wp-content/themes/mostbet/img/android.svg);
    transition: .2s;
}

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

.apple-icon {
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/wp-content/themes/mostbet/img/apple.svg);
    transition: .2s;
}

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

.footer-copyright {
    display: flex;
    padding: 20px 10px;
}

.footer-col {
    display: flex;
    flex: 0 1 auto;
    justify-content: flex-start;
    align-items: flex-start;
    flex-grow: 1;
}

.col-left {
    max-width: 180px;
}

.footer-license {
    display: block;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 600;
    color: var(--text-btn);
}

.col-right {
    max-width: 750px;
    margin-left: 10px;
}

.col-right p {
    font-weight: 700;
    font-size: 18px;
    color: var(--text-btn);
}

.col-right span {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    font-weight: 600;
    color: var(--text-btn);
}

.fixed_buttons {
    display: none;
    position: fixed;
    width: 100%;
    padding: 8px 10px;
    background: var(--sidebar-color);
    bottom: 0;
    left: 0;
    z-index: 8;
}

.fixed_buttons .button {
    width: 100%;
}

.fixed_buttons .button.log_button {
    margin: 0 0 0 10px;
}

/* Scroll */

.scroll-top {
    opacity: 0; 
    background-color: var(--color-secondary);
    background-image: var(--back-secondary);
    box-shadow: var(--shadow-secondary);
    color: var(--sidebar-color);
    transition: 0.3s;
    position: fixed; 
    bottom: 70px; 
    right: 30px; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    cursor: pointer; 
    z-index: 8;
    border-radius: 50%;
}

.scroll-top-bg {
    padding: 8px;
    position: relative;
}

.scroll-top img {
    width: 24px; 
    height: 24px;
}

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

/* Banners */

.banners {
    padding: 0 10px;
    margin-top: 20px;
}

.banner-bottom {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-row-gap: 20px;
    grid-column-gap: 20px;
}

.banner-item {
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: var(--border-slots);
    background-position: 50%;
    overflow: hidden;
    position: relative;
    width: 100%;
    transition: .4s;
    height: 100%;
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banner-item:hover {
    box-shadow: 0 11px 27px #043d78a1;
    transform: translateY(-10px);
}

.banner-item img {
    margin-bottom: 20px;
}

.bonus-title {
    color: var(--hover-text);
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

.bonus-descr {
    font-size: 20px;
    font-weight: 500;
    color: var(--text-btn);
    margin-bottom: 20px;
}

/* Amp */

.header.content_amp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
}

.header.content_amp a amp-img {
    display: block;
}

.header.content_amp .burger {
    border: none;
}

.menu_amp .menu {
    list-style: none;
}

.menu_amp .menu li {
    margin-bottom: 10px;
}

.menu_amp .menu li a {
    font-size: 18px;
    color: var(--text-btn);
    font-weight: 400;
    padding: 10px 0;
}

.menu_amp .menu .current-menu-item a {
    color: var(--hover-text);
}

amp-sidebar .close {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 20px 0;
}

amp-sidebar .closeButton {
    padding: 0;
    border: none;
}

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

.footer.content_amp .menu {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer.content_amp .menu li {
    margin-left: 20px;
}

.footer.content_amp .menu li:first-child {
    margin-left: 0;
}

.footer.content_amp .menu li a {
    font-size: 18px;
    color: var(--text-btn);
    font-weight: 400;
    padding: 10px 0;
}

.footer.content_amp .menu .current-menu-item a {
    color: var(--hover-text);
}

.content_page.content_amp .faq__item h3 {
    border-bottom: 1px solid var(--border-color);
}

.content_page.content_amp .faq__answer {
    display: block;
}

/* 404 Error */

.error-block {
    display: flex;
    width: 100%;
    background-color: var(--sidebar-color);
    background-position: top;
    background-size: cover;
    background-image: url(/wp-content/uploads/2023/12/error-back.webp);
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: 100vh;
    min-height: 840px;
}

.error-block::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-content {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 10px;
}

.error-block-content .logo {
    max-width: 90%;
    width: 300px;
    margin: 20px auto 25px;
}

.error-block-content .logo img {
    width: 100%;
}

.error-block-content p {
    color: var(--text-btn);
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.error-img {
    margin-bottom: 50px;
}

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

.error-btn:hover {
    background-image: var(--back-secondary-hover);
}

/* Steps block */

.steps-items {
    position: relative;
}

.steps-items::before {
    bottom: 0;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 2px;
    background: var(--color-secondary);
    left: 13px;
    z-index: 2;
}

.step-item {
    position: relative;
    background: var(--background);
    border-radius: var(--border);
}

.step-number {
    width: 30px;
    height: 30px;
    background: var(--header);
    color: var(--text-btn);
    border-radius: var(--border);
    font-weight: 700;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    z-index: 3;
}

.step-content {
    padding: 0 20px 0 50px;
    margin-bottom: 20px;
}

.step-title {
    font-weight: 700;
}

.step-description p {
    font-size: 16px;
}

/* Btn content */

.btn-content {
    text-align: center;
    margin-bottom: 20px;
}

.btn-content .button {
    padding: 10px 30px;
}

.btn-content .button span {
    font-size: 18px;
}

.faq__item h3::before {
    display: none;
}

/* Cookie */

#cookie-block {
    position: fixed;
    bottom: 20px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 95%;
    z-index: 9999999;
    border-radius: var(--border);
    background: var(--text-btn);
    border: 2px solid var(--sidebar-color);
    padding: 20px 26px;
    display: none;
    flex-direction: column;
}

#cookie-block.show {
    display: flex;
}

.cookie-block-text {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
	color: var(--sidebar-color);
    margin-bottom: 10px;
}

.cookie-buttons {
    display: flex;
    flex-wrap: wrap;
}

.cookie-buttons button {
    width: 124px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: var(--color-primary);
	background-image: var(--back-primary);
    box-shadow: var(--shadow-primary);
	border-radius: var(--border);
    color: var(--text-btn);
    border: none;
    margin-right: 10px;
}


.cookie-buttons button span {
	font-size: 15px;
    font-weight: 700;
}

.cookie-buttons button:hover {
    opacity: .9;
}

.cookie-buttons a {
	width: 200px;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: var(--color-secondary);
	background-image: var(--back-secondary);
    box-shadow: var(--shadow-secondary);
	border-radius: var(--border);
    color: var(--text-btn);
}

.cookie-buttons a:hover {
    opacity: .9;
}

.cookie-buttons a span {
    font-size: 15px;
	font-weight: 700;
}

@media screen and (max-width: 1279px) {
    .error-block {
        padding: 20px 20px 0 20px;
        overflow: auto;
    }
    .error-block-content {
        flex-direction: column;
    }
}

@media screen and (max-width: 991px) {
    header {
        background-image: none;
        background-color: var(--sidebar-color);
    }
    .header_nav {
        display: none;
    }
    .header_desktop .burger {
        display: block;
    }
    .buttons {
        display: none;
    }
    .logo {
        width: 150px;
        margin: 5px;
    }

    .banner-bottom {
        grid-template-columns: repeat(2, 1fr);
        grid-row-gap: 10px;
        grid-column-gap: 10px;
    }

    .content-block {
        padding: 45px 0 0 0;
    }
    h1 {
        padding: 15px 0;
    }
    h2, h3, h4, h5, h6 {
        padding: 15px 0;
    }
    .content_page h1 {
        font-size: 26px;
    }
    .content_page h2 {
        font-size: 22px;
    }
    .content_page h2::before {
        width: 60px;
    }
    .content_page h3 {
        font-size: 20px;
    }
    .content_page h3::before {
        top: 13px;
        height: 25px;
    }
    p, span, li, a {
        font-size: 16px;
    }

    footer {
        padding: 0 0 55px 0;
    }
    .fixed_buttons {
        display: flex;
        justify-content: center;
    }
}

@media screen and (max-width: 767px) {
    .banner-block {
        height: 100%;
        padding: 30px 0;
    }
    .banner-content {
        grid-template-columns: repeat(1, 1fr);
    }
    .banner-text {
        text-align: center;
        margin-bottom: 50px;
    }
    .banner-title {
        font-size: 24px;
        display: flex;
        justify-content: center;
    }
    .banner-title::before {
        left: auto;
    }
    .banner-text p {
        font-size: 18px;
    }
    .banner-content_img {
        height: 200px;
    }

    .slots-bottom {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-payments {
        justify-content: center;
    }
}

@media screen and (max-width: 575px) {
    .logo {
        width: 120px;
    }
    .header_top-money {
        display: none;
    }

    .banner-block {
        background-position: center;
        background-size: cover;
    }

    .content-block {
        padding: 40px 0 0 0;
    }
    .content_page ul {
        flex-direction: column;
    }
    .content_page ul li {
        width: 100%;
    }

    .banner-bottom {
        grid-template-columns: repeat(1, 1fr);
    }

    .footer-copyright {
        flex-direction: column;
    }
    .col-left {
        margin-bottom: 10px;
    }
    .col-right {
        margin-left: 0;
    }

    .cookie-buttons button {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .cookie-buttons a {
        width: 100%;
    }
	
	 .wp-block-table table td {
        font-size: 14px;
    }
	#menu-footer li a {
		font-size: 14px;
	}
}

/* Popup */
.popup {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 20px 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.popup.no-amp {
	display: none;
}
.popup.amp {
	display: flex;
}
.popup.show {
	display: flex;
}
.popup__content {
  width: 360px;
  height: 189px;
  position: relative;
  display: flex;
  background-image: url(/wp-content/uploads/2025/03/modal-banner.webp);
	background-repeat: no-repeat;
	background-size: contain;
  border-radius: var(--border-slots);
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 50px 20px 20px;
}
.popup__content .close-popup {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.popup__content .close-popup img, .popup__content .close-popup amp-img {
  width: 20px;
  height: 20px;
}
.popup__content .popup-btn {
  width: 120px;
  border-radius: var(--border);
  background-color: var(--color-secondary);
  background-image: var(--back-secondary);
  box-shadow: var(--shadow-secondary);
  font-weight: 700;
  font-size: 12px;
  border: none;
  height: 30px;
  color: var(--text-btn);
  position: absolute;
  bottom: 11px;
  left: 30px;
}