/* Theme Name: Melbet */

:root{
    --corner: #888;
    --banner-btn: #fcb900;
    --hover-banner-btn: #f6ce60;
    --border-btn: 3px;
    --text: #5a5a5a;
    --background: #f9fafc;
    --main: #363c3f;
    --white: #fff;
    --offer-radius: 8px;
    --offer-color: #143cdb;
}

html { scroll-behavior: smooth; }
* { margin:0; padding:0; box-sizing:border-box; font-family: "Quicksand", sans-serif;}
body { overflow-x:hidden; position: relative; background: var(--background); }
body.error { background: var(--error); }
a { text-decoration:none; transition: 0.3s; }
input, button { box-shadow:none; }
input {outline:none;}
h1 {padding: 20px 0; color: var(--text-content);}
h2, h3, h4, h5, h6 {padding: 20px 0; color: var(--main);}
p, span, li, a { font-size: 20px; line-height: 30px; color: var(--main); }
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; border-bottom: 4px solid var(--banner-btn);}
.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(--banner-btn);}
.wp-block-table table td {color:var(--main);}

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

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

a {
    text-decoration: none;
}

/* Header */

.header {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.header span {
    font-weight: 700;
    color: var(--main);
    font-size: 42px;
    display: block;
    margin-top: 25px;
}

.header .logo {
    width: 150px;
}

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

/*.top-left {
    position: absolute;
    left: 20px;
    top: 15%;
    width: 65px;
    height: 65px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: var(--corner);
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: var(--corner);
}

.top-left::after {
    content: "";
    width: 30px;
    height: 30px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: var(--corner);
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: var(--corner);
    position: absolute;
    left: 15px;
    top: 15px;
}

.top-right {
    position: absolute;
    top: 15%;
    right: 20px;
    width: 65px;
    height: 65px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #888;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #888;
}

.top-right::after {
    content: "";
    width: 30px;
    height: 30px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #888;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #888;
    position: absolute;
    right: 15px;
    top: 15px;
}

.bottom-right {
    position: absolute;
    bottom: 15%;
    right: 20px;
    width: 65px;
    height: 65px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #888;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #888;
}

.bottom-right::after {
    content: "";
    width: 30px;
    height: 30px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #888;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #888;
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.bottom-left {
    position: absolute;
    bottom: 15%;
    left: 20px;
    width: 65px;
    height: 65px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #888;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #888;
}

.bottom-left::after {
    content: "";
    width: 30px;
    height: 30px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #888;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #888;
    position: absolute;
    left: 15px;
    bottom: 15px;
}*/

/* Menu */

.top-menu {
    position: sticky;
    top: 0;
    display: flex;
    justify-content: center;
    padding: 10px 0;
    background: var(--background);
    z-index: 2;
}

.top-menu.page {
    justify-content: space-between;
    padding: 10px;
}

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

.top-menu .overlay.active {
    display: block;
}

.main_menu {
	position: relative;
}

.menu_desktop .burger {
    display: none;
}

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

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

.main_menu li {
    margin-left: 20px;
}

.main_menu li:last-child {
    margin-left: 0;
}

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

.main_menu li a {
    font-size: 18px;
    color: var(--main);
    font-weight: 400;
    padding: 10px 0;
}

.main_menu li a:hover {
    color: var(--banner-btn);
}

.main_menu .menu .euro, .menu_mobile .menu .euro, .menu_amp .menu .euro {
	animation: pulse 1.5s infinite;
    transition: all 0.1s;
}

.main_menu .menu .euro a {
	color: #143cdb;
	font-weight: 700;
}

.menu_mobile .menu .euro a, .menu_amp .menu .euro a {
	color: var(--banner-btn);
	font-weight: 700;
}

.menu_mobile, amp-sidebar {
    background: var(--main);
    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(--banner-btn);
}

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

.menu_mobile .menu li a:hover {
    color: var(--banner-btn);
}

@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)
    }
}

/* Banner */

.banner-block {
    height: 100vh;
    background: url(/wp-content/uploads/2023/10/main-banner.webp);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    position: relative;
    z-index: 1;
}

.banner-content {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
    z-index: 2;
}

.banner-text {
    position: relative;
    width: 50%;
}

.banner-title {
    font-size: 18px;
    line-height: 1.4;
    color: var(--main);
    display: block;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.banner-subtitle {
    font-weight: 700;
    color: var(--main);
    font-size: 25px;
    display: block;
    margin-bottom: 10px;
}

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

.banner-buttons button:first-child {
    margin-left: 20px;
}

.banner_button {
    background: var(--banner-btn);
    position: relative;
    border: none;
    padding: 15px;
    overflow: inherit;
    margin-top: 20px;
    border-radius: var(--border-btn);
    color: var(--text);
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner_button:hover {
    background: var(--hover-banner-btn);
}

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

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

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

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

/* Scroll down */

/*.scroll-down {
    width: 30px;
    height: 30px;
    display: block;
    top: 60px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
}

.scroll-down span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: var(--banner-btn);
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: var(--banner-btn);
    -webkit-animation: scrollAnim 1.5s linear infinite;
    -moz-animation: scrollAnim 1.5s linear infinite;
    animation: scrollAnim 1.5s linear infinite;
    opacity: 0;
}

.scroll-down span:nth-child(1) {
    -webkit-transform: translate(-15px, -15px);
    -moz-transform: translate(-15px, -15px);
    -ms-transform: translate(-15px, -15px);
    -o-transform: translate(-15px, -15px);
    transform: translate(-15px, -15px);
    -webkit-animation-delay: -0.4s;
    -moz-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.scroll-down span:nth-child(2) {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-animation-delay: -0.2s;
    -moz-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.scroll-down span:nth-child(3) {
    -webkit-transform: translate(15px, 15px);
    -moz-transform: translate(15px, 15px);
    -ms-transform: translate(15px, 15px);
    -o-transform: translate(15px, 15px);
    transform: translate(15px, 15px);
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    animation-delay: 0s;
}

@-webkit-keyframes scrollAnim {
    0% {
        top: -5px;
        left: -5px;
        opacity: 0;
    }
    25% {
        top: 0;
        left: 0;
        opacity: 1;
    }
    50%,
    100% {
        top: 5px;
        left: 5px;
        opacity: 0;
    }
}

@-moz-keyframes scrollAnim {
    0% {
        top: -5px;
        left: -5px;
        opacity: 0;
    }
    25% {
        top: 0;
        left: 0;
        opacity: 1;
    }
    50%,
    100% {
        top: 5px;
        left: 5px;
        opacity: 0;
    }
}

@keyframes scrollAnim {
    0% {
        top: -5px;
        left: -5px;
        opacity: 0;
    }
    25% {
        top: 0;
        left: 0;
        opacity: 1;
    }
    50%,
    100% {
        top: 5px;
        left: 5px;
        opacity: 0;
    }
} */

/* Author block */

.author-block {
    display: flex;
    margin-bottom: 40px;
}

.author-img {
    flex: 0 0 auto;
    max-width: 100%;
    align-self: center;
    order: 2;
    margin-right: 5%;
}

.author-img img {
    width: 300px;
}

.author-info {
    width: 100%;
    max-width: 100%;
    align-self: center;
    order: 1;
}

.author-top {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #dedede;
    display: flex;
    flex-direction: column;
}

.author-title {
    display: block;
    font-size: 36px;
    line-height: 1.1;
    font-weight: 700;
    margin: 0 0 5px;
    color: var(--main);
}

.author-top p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.1;
}

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

.author-bottom ul li {
    width: 48%;
    position: relative;
    padding-bottom: 10px;
    padding-right: 25px;
    color: var(--main);
}

.author-bottom ul li::after {
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(/wp-content/themes/melbet/img/target-icon.svg)no-repeat;
    background-size: cover;
    content: "";
    right: -5px;
    top: 6px;
}

/* Content */

.content-block {
    padding: 40px 20px;
}

.content-block.euro .content_page .section-block {
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(/wp-content/uploads/2024/05/back-euro.webp);
	border-bottom: 4px solid #143cdb;
}

.content-block h1 {
    font-size: 36px;
}

.content_page h2 {
    font-size: 32px;
}

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

.content_page h4 {
    font-size: 24px;
}

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

.content_page a {
	color: var(--banner-btn);
	text-decoration: underline;
}

.content_page a:hover {
	text-decoration: none;
}

.content_page ul {
    list-style: none;
    padding-right: 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-right: 25px;
}

.content_page ul li::after {
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(/wp-content/themes/melbet/img/target-icon.svg)no-repeat;
    background-size: cover;
    content: "";
    right: -5px;
    top: 6px;
}

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

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

.content_page ol li::before {
    counter-increment: myCounter;
    content: counter(myCounter);
    width: 30px;
    height: 30px;
    font-size: 16px;
    background: var(--banner-btn);
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: -26px;
    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 {
    border: none;
    padding: 0;
    position: relative;
    border-radius: var(--border-btn);
}

.banner-textcaption {
    text-align: center;
    padding: 5px 0 10px 0;
}

.banner-textcaption span {
    font-size: 14px;
    color: var(--color-secondary);
}

.section-block {
    padding: 10px 15px;
    background-color: var(--white);
    border-bottom: 4px solid var(--banner-btn);
    border-radius: var(--border-btn);
    margin-bottom: 20px;
}

/* FAQ */

.faq__item {
    background-color: var(--white);
    border-radius: var(--border-btn);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.07);
}

.faq__item h3 {
    color: var(--main);
}

.faq__item.open h3 {
    border-bottom: 2px solid var(--banner-btn);
}

.faq__item h3::after {
    color: var(--corner);
    background-image: url(/wp-content/themes/melbet/img/faq-icon.svg);
}

/* Footer */

footer {
    background: var(--main);
	padding-bottom: 58px;
}

.footer-menu {
    padding: 20px 0 0 0;
}

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

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

#menu-footer li:last-child {
    margin-left: 0;
}

#menu-footer li a {
    font-size: 18px;
    color: var(--background);
    font-weight: 400;
    padding: 10px 0;
}

#menu-footer li a:hover {
    color: var(--banner-btn);
}

#menu-footer .current-menu-item a {
    color: var(--banner-btn);
}

.footer-payments {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.footer-payments img {
    margin-right: 16px;
    height: 48px;
}

.footer-payments .astro-pay {
    height: 35px;
}

.footer-copyright {
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.footer-copyright span {
    font-size: 16px;
    color: var(--background);
}

.footer-bga {
    display: flex;
    align-items: center;
    justify-content: center;
}

.eighteen {
    border-radius: var(--border-btn);
    color: var(--background);
    border: 1px solid var(--background);
    font-weight: 700;
    font-size: 16px;
    padding: 8px 5px;
    margin: 5px 10px;
}

.bga-img {
    width: 200px;
	margin-left: 5px;
}

.dmca-badge {
	width: 40px;
}

/* Scroll */

.scroll-top {
    opacity: 0; 
    background: var(--banner-btn); 
    transition: 0.3s;
    position: fixed; 
    bottom: 70px; 
    right: 30px; 
    border-radius: var(--border-btn);
    display: flex; 
    justify-content: center; 
    align-items: center; 
    cursor: pointer; 
    z-index: 8;
}

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

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

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

.scroll-top.content_amp .scroll-top-bg {
	height: 40px;
}

/* Cards */

.cards {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 40px 0;
}

.cards-title {
    text-align: center;
    margin-bottom: 40px;
}

.cards-title h2 {
    padding: 0 0 10px 0;
    color: var(--main);
}

.cards-title span {
    font-size: 16px;
    color: var(--main);
}

.cards-items {
    display: flex;
    flex-wrap: wrap;
}

.cards-item {
    width: 33.3333%;
    padding: 0 15px;
    border: none;
    position: relative;
    overflow: hidden;
    border-radius: var(--border-btn);
}

.cards-item img {
    width: 100%;
    height: 100%;
    transition: .5s;
    object-fit: cover;
    border-radius: var(--border-btn);
}

.cards-item:hover img {
    transform: scale(1.1);
}

.cards-hidden {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .2s ease-in-out;
    z-index: 3;
    overflow: hidden;
}

.cards-hidden::before {
    background: linear-gradient(180deg,transparent 0%,rgba(0,0,0,.9) 100%);
    transform: scale(1.1);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.cards-item:hover .cards-hidden {
    opacity: 1;
}

/* Amp */

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

.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(--background);
    font-weight: 400;
    padding: 10px 0;
}

.menu_amp .menu .current-menu-item a {
    color: var(--banner-btn);
}

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

.content_page.content_amp .faq__item h3 {
    border-bottom: 4px solid var(--banner-btn);
}

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

.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(--background);
    font-weight: 400;
    padding: 10px 0;
}

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

.top-menu.content_amp .burger {
    border: none;
}

.fixed_buttons {
    display: flex;
    justify-content: center;
    position: fixed;
    width: 100%;
    padding: 8px 10px;
    background: var(--main);
    bottom: 0;
    left: 0;
    z-index: 8;
}

.fixed_buttons button {
    margin-top: 0;
    padding: 8px 15px;
}

.fixed_buttons button:first-child {
    margin-left: 10px;
}

/* 404 Error */

.error-block {
    display: flex;
    width: 100%;
    background: var(--error);
    position: relative;
    overflow: hidden;
    flex-direction: row;
    justify-content: flex-start;
    height: 100vh;
    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 span {
    font-size: 32px;
    font-weight: 700;
    color: var(--main);
    margin-bottom: 20px;
}

.error-block-content p {
    font-size: 18px;
    color: var(--main);
    margin-bottom: 20px;
    line-height: 1.4;
    text-align: center;
}

.error-btn {
    background: var(--banner-btn);
    position: relative;
    border: none;
    padding: 15px;
    overflow: inherit;
    border-radius: var(--border-btn);
    color: var(--text);
    font-size: 18px;
}

.error-btn:hover {
    background: var(--hover-banner-btn);
}

/* Rating Block */

.rating-block {
    margin: 40px 0;
    background-color: var(--white);
    border-bottom: 4px solid var(--banner-btn);
    border-radius: var(--border-btn);
    padding: 15px 20px;
    display: flex;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.07);
}
.rating-col {
    width: 50%;
    padding: 0 10px;
}
.rating-item {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    margin-bottom: 10px;
}
.rating-result {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.rating-title {
    font-size: 16px;
    line-height: 1.2;
    text-align: left;
    color: var(--main);
}
.rating-value {
    color: var(--main);
    font-size: 16px;
    line-height: 1.2;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
.rating-bar {
    width: 100%;
    height: 6px;
    border-radius: 20px;
    background: var(--corner);
    position: relative;
}
.rating-bar span {
    height: 100%;
    left: 0;
    position: absolute;
    border-radius: 4px;
    background: var(--banner-btn);
    padding-bottom: 0;
}

/* Advantage block */

.advantage-block {
    display: flex;
    flex-wrap: wrap;
}

.advantage-item {
    padding: 0 10px;
    width: 50%;
}

.advantage-content {
    box-shadow: 0 20px 25px 0 rgba(0,0,0,.08);
    background: var(--white);
    border-radius: var(--border-btn);
    padding: 15px 20px;
    margin-bottom: 20px;
}

/* Cookie */

/*#cookie-block {
    position: fixed;
    bottom: 20px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 95%;
    z-index: 9999999;
    border-radius: 6px;
    background: var(--white);
    border-bottom: 4px solid var(--banner-btn);
    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(--main);
    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;
    font-size: 16px;
    font-weight: 400;
    background: var(--banner-btn);
	border-radius: var(--border-btn);
    color: var(--text);
    border: none;
}

.cookie-buttons button:hover {
    background: var(--hover-banner-btn);
}

.cookie-buttons a {
	width: 150px;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	background: var(--banner-btn);
	border-radius: var(--border-btn);
    color: var(--text);
    margin-right: 10px;
}

.cookie-buttons a:hover {
    background: var(--hover-banner-btn);
} */

/* Popup */
.popup {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  display: none;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 20px 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.popup.show {
	display: flex;
}
.popup__content {
  width: 360px;
  position: relative;
  display: flex;
  border-radius: 6px;
	background: var(--main);
	border-bottom: 4px solid var(--banner-btn);
  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 span {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
  color: var(--white);
}
.popup__content .popup-btn {
  width: 200px;
  background: var(--banner-btn);
	border-radius: var(--border-btn);
    color: var(--text);
  font-weight: 700;
  font-size: 16px;
  border: none;
  height: 35px;
  color: var(--text);
}

.btn-content {
	display: flex;
	justify-content: center;
    margin-bottom: 20px;
}

.promo-code {
	display: none;
}

@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)
    }
}

/* Offers */

.offers {
    margin-bottom: 20px;
}

.offers-item {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 10px;
    padding: 0 10px;
    border-radius: var(--offer-radius);
    background-color: var(--offer-color);
    margin-bottom: 15px;
    height: 90px;
    border: 1px solid var(--corner);
}

.offers-item:last-child {
    margin-bottom: 0;
}

.offers-img {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    height: 75px;
    border-radius: var(--border-btn);
}

.offers-img img {
    width: 200px;
}

.offers-bonus {
    text-align: center;
}

.offers-bonus span {
    color: var(--white);
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4;
}

.offers-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.offer_btn {
    width: 200px;
    padding: 0 15px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: none;
    background-color: var(--white);
    border-radius: var(--border-btn);
    transition: .3s ease-out;
}

.offer_btn:hover {
    background-color: var(--banner-btn);
}

.offer_btn span {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    color: var(--main);
}

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

.rank-math-breadcrumb p {
	line-height: 1.4;
	font-size: 16px;
}

.rank-math-breadcrumb a {
	color: var(--banner-btn);
	font-size: 16px;
}

.rank-math-breadcrumb span {
	font-size: 16px;
}

.amp-wp-2c3ebb1, .amp-wp-327a874 {
	width: 100% !important;
}

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

    .row {
        flex-direction: column-reverse;
    }
    .right-block {
        width: 100%;
        padding: 0;
    }
    .sidebar-block {
        width: 450px;
        padding: 0;
        margin: 0 auto;
    }
    .sidebar-content {
        top: 0;
        margin-top: 100px;
        position: relative;
    }
}

@media screen and (max-width: 991px) {
    .top-menu .main_menu {
        display: none;
    }
    .menu_desktop .burger {
        display: block;
    }

    .author-title {
        font-size: 26px;
    }

    .banner-text {
        width: 60%;
    }

    h1 {
        padding: 15px 0;
    }
    h2, h3, h4, h5, h6 {
        padding: 15px 0;
    }
    .content-block h1 {
        font-size: 26px;
    }
    .content_page h2 {
        font-size: 22px;
    }
    .content_page h3 {
        font-size: 20px;
    }
	.content_page h4 {
        font-size: 18px;
    }
    p, span, li, a {
        font-size: 16px;
    }
    .wp-block-columns {
        flex-direction: column;
    }

    .footer-menu {
        width: 100%;
    }
    #menu-main-2 {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #menu-main-2 li:first-child {
        margin-left: 0;
    }
	
	.banner_button span {
		font-size: 16px;
	}
}

@media screen and (max-width: 767px) {
	.banner-block {
		background-position: bottom;
		height: 100%;
		padding: 20px 0;
	}
	.banner-block: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: .4s;
		z-index: 1;
	}
	.header {
		align-items: center;
	}
    .header span {
        font-size: 32px;
		display: none;
    }
	.banner-title {
		display: none;
	}
	.banner-subtitle {
		display: none;
	}
    .banner-text {
        width: 100%;
    }
	.banner-buttons {
		display: none;
	}
	.promo-code {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.promo-title {
		font-size: 24px;
		font-weight: 700;
		line-height: 1.2;
		color: var(--main);
		display: block;
		margin-bottom: 20px;
		text-transform: uppercase;
	}
	.promo-cost {
		margin-bottom: 20px;
		color: var(--banner-btn);
		font-weight: 700;
		font-size: 48px;
		line-height: 1;
	}
	.promo-code .banner_button {
		padding: 12px 10px;
		margin-bottom: 20px;
		margin-top: 0;
		animation: pulse 1.5s infinite;
		width: 220px;
	}
	.promo-code .banner_button span {
		font-weight: 700;
		font-size: 18px;
		margin-left: 5px;
	}
    /*.top-right {
        right: 5%;
    }
    .bottom-right {
        right: 5%;
    }
    .top-left {
        left: 5%;
    }
    .bottom-left {
        left: 5%;
    } */

    .content-block {
        padding: 20px 10px 20px 10px;
    }

    .author-block {
        flex-direction: column;
        margin-bottom: 0;
    }

    .cards {
        margin: 20px 0;
    }
    .cards-items {
        justify-content: center;
    }
    .cards-item {
        width: 50%;
        margin-bottom: 25px;
    }
    .cards-item:last-child {
        margin-bottom: 0;
    }

    .offers-item {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 40px;
        padding: 15px 10px;
        height: auto;
    }
    .offers-img img {
        width: 150px;
    }
    .offers-bonus span {
        font-size: 16px;
    }
    .offers-btn {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 575px) {
    .author-img {
        display: none;
    }
    .author-bottom ul {
        flex-direction: column;
    }
    .author-bottom ul li {
        width: 100%;
    }

    .rating-block {
        flex-direction: column;
    }
    .rating-col {
        width: 100%;
    }
	
	.content_page ul {
		flex-direction: column;
	}
	.content_page ul li {
		width: 100%;
	}
	
	/*.cookie-buttons a {
		width: 100%;
		margin-right: 0;
	}
	.cookie-buttons button {
		width: 100%;
		margin-bottom: 5px;
	}*/
	
	.wp-block-table table td {
		font-size: 14px;
	}

    .offers-item {
        grid-template-columns: repeat(1, 1fr);
    }
    .offers-bonus {
        margin-bottom: 10px;
    }
}

