@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    src: local("Roboto Black"), local("Roboto-Black"), url(/wp-content/themes/pbn-ar/fonts/Roboto-Black.woff2) format("woff2");
    font-display: swap
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    src: local("Roboto Bold"), local("Roboto-Bold"), url(/wp-content/themes/pbn-ar/fonts/Roboto-Bold.woff2) format("woff2");
    font-display: swap
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 700;
    src: local("Roboto Bold Italic"), local("Roboto-BoldItalic"), url(/wp-content/themes/pbn-ar/fonts/Roboto-BoldItalic.woff2) format("woff2");
    font-display: swap
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    src: local("Roboto Medium"), local("Roboto-Medium"), url(/wp-content/themes/pbn-ar/fonts/Roboto-Medium.woff2) format("woff2");
    font-display: swap
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 500;
    src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"), url(/wp-content/themes/pbn-ar/fonts/Roboto-MediumItalic.woff2) format("woff2");
    font-display: swap
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: local("Roboto Regular"), local("Roboto-Regular"), url(/wp-content/themes/pbn-ar/fonts/Roboto-Regular.woff2) format("woff2");
    font-display: swap
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 400;
    src: local("Roboto Italic"), local("Roboto-Italic"), url(/wp-content/themes/pbn-ar/fonts/Roboto-Italic.woff2) format("woff2");
    font-display: swap
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    src: local("Roboto Light"), local("Roboto-Light"), url(/wp-content/themes/pbn-ar/fonts/Roboto-Light.woff2) format("woff2");
    font-display: swap
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 300;
    src: local("Roboto Light Italic"), local("Roboto-LightItalic"), url(/wp-content/themes/pbn-ar/fonts/Roboto-LightItalic.woff2) format("woff2");
    font-display: swap
}

:root {
    --ON: initial;
    --OFF: ;
    --theme-light: var(--OFF);
    --theme-dark: var(--ON);
    --white: #fff;
    --green-theme: var(--theme-light, #2caf4d) var(--theme-dark, #27cb2a);
    --green-theme-20: var(--theme-light, rgba(44, 175, 77, 0.2)) var(--theme-dark, rgba(39, 203, 42, 0.2));
    --green-theme-hover: var(--theme-light, #23a744) var(--theme-dark, #23bb26);
    --green-theme-2: var(--theme-light, #467151) var(--theme-dark, #2caf4d);
    --green-theme-2-hover: var(--theme-light, #598e66) var(--theme-dark, #23a443);
    --green-theme-3: var(--theme-light, #2d5822) var(--theme-dark, #27cb2a);
    --green-theme-3-hover: var(--theme-light, #265719) var(--theme-dark, #1cb01e);
    --green-theme-4: var(--theme-light, #2d5822) var(--theme-dark, #2caf4d);
    --green-theme-4-hover: var(--theme-light, #3b732c) var(--theme-dark, #32c256);
    --yellow: #ffc800;
    --yellow-light: #ffd53d;
    --red: #fd5045;
    --body-color: var(--theme-light, #101217) var(--theme-dark, #fff);
    --body-bg: var(--theme-light, #fff) var(--theme-dark, #14161c);
    --space-outer: 62px;
    --space-inner: 42px;
    --margin-block: 24px
}

@media (min-width:740px) {
    :root {
        --container-padding: 40px
    }
}

@media (min-width:1200px) {
    :root {
        --margin-heading: 21px
    }
}

@media (max-width:1199.98px) {
    :root {
        --margin-heading: 14px
    }
}

@media (max-width:739.98px) {
    :root {
        --container-padding: 20px
    }
}

.theme-switched {
    --theme-light: var(--ON);
    --theme-dark: var(--OFF)
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

::-webkit-scrollbar-thumb {
    background: var(--green-theme);
    border-radius: 10px
}

::-webkit-scrollbar-thumb:hover {
    background: var(--green-theme-hover)
}

::selection {
    background-color: var(--green-theme-20)
}

:-moz-focusring {
    outline: none
}

:focus-visible {
    outline: none
}

@-moz-document url-prefix() {

    html,
    body {
        scrollbar-width: thin;
        scrollbar-color: var(--green-theme) var(--theme-light, #f9fafb) var(--theme-dark, #2e323e)
    }
}

*,
*::before,
*::after {
    box-sizing: border-box
}

body {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 360px;
    min-height: 100vh;
    min-height: 100dvh;
    margin: 0;
    font-family: Roboto, "Noto Sans Arabic", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: var(--body-color);
    background-color: var(--body-bg);
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: #fff0;
}

body:has(.modal[open]) {
    overflow: hidden
}

a {
    color: inherit;
    text-decoration: none;
    transition: all 250ms ease-in-out
}

button {
    padding: 0;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: #fff0;
    border: none
}

button:not(:disabled) {
    cursor: pointer
}

:disabled,
[disabled],
.disabled {
    pointer-events: none;
    cursor: default
}

button,
[type=button],
[type=reset],
[type=submit] {
    appearance: button
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input,
textarea {
    width: 100%;
    margin: 0;
    font: inherit;
    color: inherit;
    border: none
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:focus-visible {
    background-color: transparent !important;
    transition: background-color 5000000s ease-in-out 0s, color 5000000s ease-in-out 0s !important
}

input::-webkit-contacts-auto-fill-button {
    position: absolute !important;
    display: none !important;
    pointer-events: none !important;
    visibility: hidden !important
}

ul,
ol {
    padding: 0;
    margin: 0
}

ul[class],
ol[class] {
    list-style: none
}

img,
svg,
video,
iframe {
    display: block;
    max-width: 100%;
    -webkit-user-select: none;
    user-select: none
}

img {
    height: auto
}

h2 {
    margin-block: var(--margin-heading)
}

h3,
h4,
h5,
h6 {
    margin-block: .4em
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-weight: 700;
    line-height: 1.3
}

h1,
.h1 {
    margin: 0
}

@media (min-width:1200px) {

    h1,
    .h1 {
        font-size: 44px
    }
}

@media (min-width:740px) and (max-width:1199.98px) {

    h1,
    .h1 {
        font-size: 34px
    }
}

@media (max-width:739.98px) {

    h1,
    .h1 {
        font-size: 26px
    }
}

@media (min-width:1200px) {

    h2,
    .h2 {
        font-size: 34px
    }
}

@media (min-width:740px) and (max-width:1199.98px) {

    h2,
    .h2 {
        font-size: 26px
    }
}

@media (max-width:739.98px) {

    h2,
    .h2 {
        font-size: 24px
    }
}

@media (min-width:1200px) {

    h3,
    .h3 {
        font-size: 28px
    }
}

@media (min-width:740px) and (max-width:1199.98px) {

    h3,
    .h3 {
        font-size: 24px
    }
}

@media (max-width:739.98px) {

    h3,
    .h3 {
        font-size: 22px
    }
}

@media (min-width:740px) {

    h4,
    .h4 {
        font-size: 24px
    }
}

@media (max-width:739.98px) {

    h4,
    .h4 {
        font-size: 18px
    }
}

@media (min-width:740px) {

    h5,
    .h5 {
        font-size: 20px
    }
}

@media (max-width:739.98px) {

    h5,
    .h5 {
        font-size: 16px
    }
}

@media (min-width:740px) {

    h6,
    .h6 {
        font-size: 18px
    }
}

@media (max-width:739.98px) {

    h6,
    .h6 {
        font-size: 14px
    }
}

small,
.small {
    font-size: 14px;
    line-height: 1.5
}

p {
    margin: 0
}

.footer {
    margin-top: auto
}

.container {
    width: min(100%, 1340px);
    padding-inline: var(--container-padding);
    margin-inline: auto
}

#overlay {
    position: fixed;
    inset: 0;
    z-index: 7;
    visibility: hidden;
    background-color: #000;
    opacity: 0;
    transition: all 250ms ease-in-out;
    transform: translateZ(0)
}

#overlay.show {
    z-index: 11;
    visibility: visible;
    opacity: .6
}

@media (max-width:1199.98px) {
    [data-visible=onlyDesktop] {
        display: none !important
    }
}

@media (min-width:1200px) {
    [data-visible=noDesktop] {
        display: none !important
    }
}

@media (min-width:740px) {
    [data-visible=onlyMobile] {
        display: none !important
    }
}

@media (max-width:739.98px) {
    [data-visible=noMobile] {
        display: none !important
    }
}

[dir=rtl] svg {
    transform: scaleX(-1)
}

[dir=rtl] .footer_socials svg {
    transform: unset
}

.main ul:not([class]),
.main ol:not([class]) {
    display: grid;
    row-gap: 10px;
    padding-inline-start: 1.1em;
    margin-block: var(--margin-heading);
    margin-inline-start: .25em;
    line-height: 1.5
}

.main a:not([class]) {
    color: var(--yellow);
    text-decoration: underline
}

.main a:not([class]):hover,
.main a:not([class]):focus-visible {
    text-decoration: none
}

.main p:not([class]) {
    margin-block: .5em;
    line-height: 1.5
}

.main p {
    color: var(--theme-light, #101217) var(--theme-dark, #cecece)
}

.main>div:not([class^=space-], :first-child) {
    margin-top: var(--margin-block)
}

.main>div:not([class^=space-], :last-child) {
    margin-bottom: var(--margin-block)
}

.main [class^=space-]+*,
.main :not([class]):first-child,
.main .text-center:first-child,
.main .content-pic:first-child {
    margin-top: 0 !important
}

.main :has(+[class^=space-]),
.main :not([class]):last-child,
.main .text-center:last-child,
.main .content-pic:last-child {
    margin-bottom: 0 !important
}

.main [class^=space-] {
    clear: both
}

@media (max-width:739.98px) {
    .main .btn {
        width: min(100%, 420px);
        margin-inline: auto
    }
}

.main>ul:not([class]),
.main>ol:not([class]) {
    padding: 14px;
    margin-inline: auto;
    list-style: none;
    background-color: var(--theme-light, #f9fafb) var(--theme-dark, #23262e);
    border-radius: 10px
}

.main>ul:not([class]) li,
.main>ol:not([class]) li {
    position: relative
}

.main>ul:not([class]) li::before,
.main>ol:not([class]) li::before {
    position: absolute;
    inset-inline-start: 0;
    top: 50%;
    background-color: var(--green-theme);
    border-radius: 50%;
    transform: translateY(-50%)
}

.main>ul:not([class]) li {
    padding-inline-start: 21px
}

.main>ul:not([class]) li::before {
    display: block;
    width: 9px;
    height: 9px;
    content: ""
}

.main>ol:not([class]) {
    counter-reset: list
}

.main>ol:not([class]) li {
    padding-inline-start: 36px;
    counter-increment: list
}

@media (max-width:1199.98px) {
    .main>ol:not([class]) li b {
        display: block;
        padding-bottom: 4px
    }
}

.main>ol:not([class]) li::before {
    display: grid;
    place-items: center;
    width: 24px;
    height: 24px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    content: counter(list)
}

.space-outer {
    height: var(--space-outer)
}

.space-inner {
    height: var(--space-inner)
}

.content-btn {
    margin-inline: auto;
    margin-top: var(--margin-block)
}

.content-btn:not(:last-child) {
    margin-bottom: var(--margin-block)
}

@media (min-width:740px) {
    .content-btn {
        width: fit-content
    }
}

@media (max-width:739.98px) {
    .content-btn {
        max-width: 420px
    }
}

.text-center {
    text-align: center
}

.content-pic {
    margin-block: var(--margin-block);
    margin-inline: auto;
    border-radius: 18px
}

.content-bg {
    position: absolute;
    inset: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    pointer-events: none;
    user-select: none;
    object-fit: cover
}

.content-bg+* {
    margin-top: 0 !important
}

:has(>.content-bg) {
    position: relative;
    overflow: hidden;
    isolation: isolate
}

.app-links {
    display: flex;
    gap: var(--margin-block);
    align-items: center;
    justify-content: center;
    margin-top: var(--margin-block)
}

.app-links a:hover,
.app-links a:focus-visible {
    opacity: .7
}

[data-scrollable] {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

[data-scrollable]::-webkit-scrollbar {
    height: 7px
}

[data-scrollable]::-webkit-scrollbar-track {
    background: var(--theme-light, #f9fafb) var(--theme-dark, #2e323e);
    border-radius: 7px
}

[data-scrollable]::-webkit-scrollbar-thumb {
    background: var(--theme-light, #23262e) var(--theme-dark, #fff);
    border-radius: 7px
}

[data-scrollable]::-webkit-scrollbar-thumb:hover {
    opacity: .8
}

@-moz-document url-prefix() {
    [data-scrollable] {
        scrollbar-width: thin;
        scrollbar-color: var(--theme-light, #23262e) var(--theme-dark, #fff) var(--theme-light, #f9fafb) var(--theme-dark, #2e323e)
    }
}

.has-scroll {
    padding-bottom: 16px;
    cursor: grab;
    user-select: none;
    scroll-behavior: smooth
}

.has-scroll>* {
    scroll-snap-align: start;
    flex: 0 0 auto
}

.has-scroll:active {
    cursor: grabbing
}

.has-scroll ::selection {
    background-color: #fff0
}

@media (min-width:1200px) {
    .wrapper:has(.aside) {
        display: grid;
        grid-template-columns: 300px auto;
        column-gap: 40px;
        justify-content: space-between
    }
}

@media (min-width:1280px) {
    .wrapper:has(.aside) main.main {
        width: 854px
    }
}

@media (min-width:1200px) and (max-width:1279.98px) {
    .wrapper:has(.aside) main.main {
        width: 800px
    }
}

.wrapper:has(+:not(.footer)) {
    padding-bottom: var(--space-outer)
}

.main+.wrapper {
    padding-top: var(--space-outer)
}

@media (min-width:1200px) {
    .aside {
        display: grid;
        row-gap: 32px;
        align-content: start
    }
}

@media (max-width:1199.98px) {
    .aside {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 8;
        width: 100%
    }

    .aside:has(.toc_toggle.active) {
        z-index: 12
    }

    .aside:has(.toc)>:not(.toc) {
        display: none
    }
}

:has(+.footer) {
    margin-bottom: auto
}

[class*=swiper-btn] {
    width: 42px;
    height: 42px;
    background-color: var(--theme-light, #23262e) var(--theme-dark, #fff);
    background-image: var(--theme-light, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='42' fill='none'%3E%3Cpath fill='%23fff' d='m18.6 21 5.9 5.9-1.8 1.8L15 21l7.7-7.7 1.8 1.8-6 5.9Z'/%3E%3C/svg%3E")) var(--theme-dark, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='42' fill='none'%3E%3Cpath fill='%23101217' d='m18.6 21 5.9 5.9-1.8 1.8L15 21l7.7-7.7 1.8 1.8-6 5.9Z'/%3E%3C/svg%3E"));
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border-radius: 50%;
    transition: background-color 150ms ease-in-out
}

[class*=swiper-btn]:hover,
[class*=swiper-btn]:focus-visible {
    background-color: var(--theme-light, #313641) var(--theme-dark, #fcfcfc)
}

.swiper {
    --swiper-theme-color: var(--theme-light, #424242) var(--theme-dark, #2d5822);
    --swiper-pagination-bullet-inactive-color: #d9e2ed;
    --swiper-pagination-bullet-inactive-opacity: 1;
    width: 100%
}

.swiper-btn-next {
    transform: rotate(180deg)
}

.swiper-pagination-lock {
    display: none
}

html[dir=rtl] .swiper-btn-next {
    transform: rotate(0)
}

html[dir=rtl] .swiper-btn-prev {
    transform: rotate(180deg)
}

.themeToggle {
    position: fixed;
    top: 75%;
    right: 5px;
    z-index: 10000;
    width: 80px;
    height: 80px;
    font-weight: 500;
    color: var(--body-bg);
    background-color: var(--body-color);
    border-radius: 50%;
    box-shadow: 0 0 10px rgb(0 0 0 / .5);
    transform: translateY(-50%)
}

.themeToggle::before {
    content: "THEME"
}

.dirToggle {
    position: fixed;
    top: 50%;
    right: 5px;
    z-index: 10000;
    width: 80px;
    height: 80px;
    background-color: var(--body-color);
    border-radius: 50%;
    box-shadow: 0 0 10px rgb(0 0 0 / .5);
    transform: translateY(-50%)
}

.dirToggle::before {
    font-weight: 500;
    color: var(--body-bg);
    content: "LTR"
}

[dir=rtl] .dirToggle::before {
    content: "RTL"
}

.header {
    position: relative;
    z-index: 10;
    background-color: #073217
}

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

@media (min-width:1200px) {
    .header_container {
        column-gap: 56px;
        padding-block: 20px
    }
}

@media (max-width:1199.98px) {
    .header_container {
        column-gap: 14px;
        padding-block: 10px
    }
}

.header_logo {
    flex-shrink: 0
}

.header_gift {
    display: grid;
    place-items: center;
    width: var(--size);
    height: var(--size);
    color: var(--white);
    background: #467151;
    border-radius: 8px
}

.header_gift:not(:hover, :focus-visible) {
    animation: shake 4.72s ease infinite;
    animation-delay: 5s
}

.header_gift:hover,
.header_gift:focus-visible {
    background: #4e835b
}

@media (min-width:740px) {
    .header_gift {
        --size: 50px
    }
}

@media (max-width:1199.98px) {
    .header_gift {
        --size: 40px;
        order: -1
    }

    .header_gift svg {
        width: 26px;
        height: 26px
    }
}

@media (max-width:1199.98px) {
    .header_nav {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        display: flex;
        flex-direction: column;
        gap: 18px;
        width: 100%;
        height: 100vh;
        height: 100dvh;
        padding: 48px 30px 24px;
        overflow: auto;
        visibility: hidden;
        background-color: #072713;
        opacity: 0;
        transition-timing-function: ease-in-out;
        transition-duration: 250ms;
        transition-property: opacity, visibility, transform;
        transform: translateY(-10px)
    }
}

.header_nav.show {
    visibility: visible;
    opacity: 1;
    transform: translateX(0)
}

.header_nav .btn {
    padding-block: 14px
}

.header_btns {
    display: flex;
    margin-inline-start: auto
}

@media (min-width:1200px) {
    .header_btns {
        gap: 24px
    }
}

@media (min-width:740px) and (max-width:1199.98px) {
    .header_btns {
        gap: 14px
    }
}

@media (max-width:739.98px) {
    .header_btns {
        gap: 10px
    }
}

@media (max-width:1199.98px) {
    .header_btns .btn {
        padding-block: 9px
    }
}

.header_hamb {
    --size: 40px;
    --padding: 6px;
    --line-size: 4px;
    position: relative;
    display: flex;
    align-items: center;
    width: var(--size);
    height: var(--size);
    padding: var(--padding);
    color: #101217;
    background-color: var(--white);
    border-radius: 8px
}

.header_hamb.active .header_hamb_icon {
    top: calc(var(--size) / 2 - var(--line-size) / 2)
}

.header_hamb.active .header_hamb_icon::before,
.header_hamb.active .header_hamb_icon::after {
    top: 0
}

.header_hamb_icon {
    --space: 4px;
    top: calc(var(--space) + var(--padding));
    left: var(--padding);
    width: calc(100% - 2 * var(--padding))
}

.header_hamb_icon,
.header_hamb_icon::before,
.header_hamb_icon::after {
    position: absolute;
    display: block;
    height: var(--line-size);
    content: "";
    background-color: currentColor;
    border-radius: var(--line-size);
    transition: all 250ms ease-in-out
}

.header_hamb_icon::before,
.header_hamb_icon::after {
    width: 100%
}

.header_hamb_icon::before {
    top: calc(var(--space) + var(--line-size))
}

.header_hamb_icon::after {
    top: calc((var(--space) + var(--line-size)) * 2)
}

.header_close {
    --size: 44px;
    --padding: 10px;
    --line-size: 2px;
    position: absolute;
    inset-block-start: 0;
    inset-inline-end: 0;
    display: grid;
    place-items: center;
    width: var(--size);
    height: var(--size)
}

.header_close::before,
.header_close::after {
    position: absolute;
    width: calc(100% - 2 * var(--padding));
    height: var(--line-size);
    content: "";
    background-color: var(--white);
    transition: width 250ms ease-in-out
}

.header_close::before {
    transform: rotate(-45deg)
}

.header_close::after {
    transform: rotate(45deg)
}

.header_close.active::before,
.header_close.active::after {
    width: 0
}

@keyframes shake {
    0% {
        transform: translate(0, 0)
    }

    1.78571% {
        transform: translate(5px, 0) rotate(5deg) scale(1.1)
    }

    3.57143% {
        transform: translate(0, 0)
    }

    5.35714% {
        transform: translate(5px, 0) rotate(-5deg)
    }

    7.14286% {
        transform: translate(0, 0)
    }

    8.92857% {
        transform: translate(5px, 0) rotate(5deg) scale(1.1)
    }

    10.71429% {
        transform: translate(0, 0)
    }

    100% {
        transform: translate(0, 0)
    }
}

.menu {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center
}

@media (min-width:1200px) {
    .menu {
        align-items: center
    }
}

.menu a {
    display: block;
    line-height: normal;
    color: var(--white);
    transition: all 150ms ease-in-out
}

.menu-toggle {
    position: absolute;
    inset-block-start: 0;
    inset-inline-end: 0;
    z-index: 2;
    width: 50px;
    height: 36px;
    transition: transform 150ms ease-in-out
}

@media (min-width:1200px) {
    .menu-toggle {
        display: none
    }
}

@media (max-width:1199.98px) {
    .menu--header {
        flex-direction: column;
        gap: 12px
    }
}

.menu--header a {
    padding: 6px 8px;
    border-radius: 8px
}

@media (min-width:1200px) {

    .menu--header>.menu-item>a:hover,
    .menu--header>.menu-item>a:focus-visible {
        color: var(--yellow)
    }
}

@media (max-width:1199.98px) {
    .menu--header>.menu-item>a {
        font-size: 20px
    }
}

@media (max-width:1199.98px) {
    .menu--header>.menu-item:not(.active)>a {
        padding-inline: 0
    }

    .menu--header>.menu-item.active>a {
        column-gap: 16px;
        justify-content: space-between;
        padding-inline-end: 16px;
        color: #101217;
        background-color: var(--white)
    }

    .menu--header>.menu-item.active>a::after {
        width: 18px;
        height: 18px;
        transform: scaleY(-1)
    }
}

.menu--header .menu-item-has-children {
    position: relative
}

.menu--header .menu-item-has-children>a {
    display: grid;
    grid-auto-flow: column;
    column-gap: 8px;
    align-items: center;
    justify-content: start
}

.menu--header .menu-item-has-children>a::after {
    width: 12px;
    height: 12px;
    margin-bottom: -1px;
    content: "";
    background-color: currentColor;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 12 12'%3E%3Cpath fill='%23fff' d='M11.37 4.86 6.31 9.87A.42.42 0 0 1 6 10a.42.42 0 0 1-.3-.13L.62 4.86a.42.42 0 0 1-.13-.3c0-.13.04-.23.13-.32l1.13-1.11a.42.42 0 0 1 .3-.13c.13 0 .23.04.32.13L6 6.72l3.62-3.6A.42.42 0 0 1 9.93 3c.12 0 .22.04.3.13l1.14 1.11c.09.09.13.2.13.31 0 .12-.04.22-.13.31Z'/%3E%3C/svg%3E");
    transition: transform 150ms ease-in-out
}

@media (min-width:1200px) {

    .menu--header .menu-item-has-children:hover .sub-menu,
    .menu--header .menu-item-has-children:focus-visible .sub-menu {
        visibility: visible;
        opacity: 1;
        transform: translateY(0)
    }

    .menu--header .menu-item-has-children:hover>a,
    .menu--header .menu-item-has-children:focus-visible>a {
        color: var(--yellow)
    }

    .menu--header .menu-item-has-children:hover>a::after,
    .menu--header .menu-item-has-children:focus-visible>a::after {
        transform: scaleY(-1)
    }

    .menu--header .menu-item-has-children>a {
        display: grid;
        grid-auto-flow: column;
        column-gap: 8px;
        align-items: center;
        justify-content: start
    }

    .menu--header .menu-item-has-children>a[href="#"] {
        cursor: default
    }
}

@media (max-width:1199.98px) {
    .menu--header .menu-item-has-children:not(.active)>a {
        pointer-events: none
    }
}

.menu--header .sub-menu {
    display: grid;
    transition: all 150ms ease-in-out
}

@media (min-width:1200px) {
    .menu--header .sub-menu {
        position: absolute;
        inset-inline-start: 8px;
        top: 100%;
        z-index: 2;
        row-gap: 6px;
        width: max-content;
        min-width: 100px;
        padding: 22px 8px 16px;
        visibility: hidden;
        opacity: 0;
        transform: translateY(-5px)
    }

    .menu--header .sub-menu::before {
        position: absolute;
        inset-inline-start: 28px;
        top: 11px;
        z-index: -1;
        width: 16px;
        height: 16px;
        content: "";
        background-color: #072713;
        border: 8px solid #fff0;
        transform: rotate(-45deg) translateY(-50%)
    }

    .menu--header .sub-menu::after {
        position: absolute;
        inset-inline-start: 0;
        bottom: 0;
        z-index: -1;
        width: 100%;
        height: calc(100% - 12px);
        content: "";
        background-color: #072713;
        border-radius: 16px;
        box-shadow: 1px 9px 50px 0 rgb(17 49 47 / .75)
    }

    .menu--header .sub-menu a:hover,
    .menu--header .sub-menu a:focus-visible {
        color: #101217;
        background-color: var(--white);
        border-radius: 8px
    }
}

@media (max-width:1199.98px) {
    .menu--header .sub-menu {
        row-gap: 2px;
        max-height: 0;
        overflow: hidden
    }

    .menu--header .sub-menu .menu-item:first-child {
        margin-top: 8px
    }

    .menu--header .sub-menu a {
        padding: 6px 0;
        font-size: 18px
    }
}

.menu--footer {
    align-items: start
}

@media (min-width:1024px) {
    .menu--footer {
        justify-content: space-evenly;
        max-width: 600px
    }
}

@media (min-width:740px) and (max-width:1023.98px) {
    .menu--footer {
        display: grid;
        grid-template-columns: repeat(2, auto);
        justify-items: center
    }
}

.menu--footer .menu-toggle {
    display: none
}

.menu--footer a {
    width: fit-content
}

@media (min-width:1024px) {
    .menu--footer>li {
        flex-basis: calc(50% - 16px);
        flex-shrink: 1
    }
}

@media (max-width:1023.98px) {
    .menu--footer .menu-item-has-children {
        display: grid;
        justify-items: center;
        text-align: center
    }
}

.menu--footer .menu-item-has-children>a {
    margin-bottom: 7px;
    font-weight: 700;
    color: var(--white)
}

@media (min-width:740px) {
    .menu--footer .menu-item-has-children>a {
        font-size: 20px
    }
}

@media (max-width:739.98px) {
    .menu--footer .menu-item-has-children>a {
        font-size: 16px
    }
}

.menu--footer .menu-item-has-children>a[href="#"] {
    pointer-events: none
}

.menu--footer .sub-menu {
    display: grid
}

@media (min-width:740px) {
    .menu--footer .sub-menu {
        row-gap: 2px
    }
}

.menu--footer .sub-menu a {
    padding: 2px;
    font-size: 16px;
    color: #848588
}

@media (min-width:1024px) {
    .menu--footer .sub-menu a {
        margin-inline: -2px
    }
}

@media (max-width:1023.98px) {
    .menu--footer .sub-menu a {
        margin-inline: auto
    }
}

.menu--footer .sub-menu a:hover,
.menu--footer .sub-menu a:focus-visible {
    color: var(--white)
}

[data-dropdown-toggle].active {
    pointer-events: none;
    cursor: default
}

[data-dropdown-toggle]:not(.active):hover,
[data-dropdown-toggle]:not(.active):focus-visible {
    opacity: .8
}

[data-dropdown-content] {
    visibility: hidden;
    opacity: 0;
    transition-timing-function: ease-in-out;
    transition-duration: 250ms;
    transition-property: opacity, visibility, transform;
    transform: translateY(-4px) translateZ(0)
}

[data-dropdown-content].show {
    visibility: visible;
    opacity: 1;
    transform: translateY(0) translateZ(0)
}

[data-accordion-content] {
    overflow: hidden;
    transition: max-height 250ms ease-in-out
}

[data-accordion-content].show {
    max-height: var(--max-height, 100%)
}

[data-accordion-content]:not(.show) {
    max-height: 0
}

button svg {
    pointer-events: none
}

.btn {
    display: grid;
    grid-auto-flow: column;
    column-gap: 18px;
    place-items: center;
    justify-content: center;
    padding: 14px 16px;
    font-weight: 500;
    line-height: 1.1;
    text-align: center;
    white-space: nowrap;
    border-radius: 8px;
    transition: all 250ms ease-in-out
}

@media (min-width:740px) {
    .btn {
        font-size: 20px
    }
}

@media (max-width:739.98px) {
    .btn {
        font-size: 18px
    }
}

.btn--primary,
.btn--secondary,
.btn--dark {
    color: var(--white)
}

.btn--primary {
    background-color: var(--green-theme)
}

.btn--primary:hover,
.btn--primary:focus-visible {
    background-color: var(--green-theme-hover)
}

.btn--secondary {
    background-color: var(--green-theme-2)
}

.btn--secondary:hover,
.btn--secondary:focus-visible {
    background-color: var(--green-theme-2-hover)
}

.btn--dark {
    background-color: var(--green-theme-4)
}

.btn--dark:hover,
.btn--dark:focus-visible {
    background-color: var(--green-theme-4-hover)
}

.btn--outline {
    padding: 11px 23px;
    color: var(--green-theme-3);
    border: solid 1px var(--green-theme-3)
}

.btn--outline:hover,
.btn--outline:focus-visible {
    color: var(--green-theme-3-hover);
    border-color: solid 1px var(--green-theme-3-hover)
}

.btn--yellow {
    color: #101217;
    background-color: var(--yellow);
    box-shadow: 0 2px 4px 0 rgb(207 163 4 / .4)
}

.btn--yellow-promo {
    background: linear-gradient(to top, #037408, #189D27);
    color: #fff;
}

.btn--yellow:hover,
.btn--yellow:focus-visible {
    background-color: var(--yellow-light)
}

.btn--yellow[disabled] {
    background-color: #ddd;
    box-shadow: none
}

.btn-more::before {
    content: attr(data-content)
}

.btn-more::after {
    display: none;
    content: attr(data-content-active)
}

.btn-more.active::before {
    display: none
}

.btn-more.active::after {
    display: block
}

.btn-group {
    display: flex;
    flex-wrap: wrap;
    gap: var(--margin-block);
    align-items: center;
    justify-content: center
}

@media (min-width:1200px) {
    .breadcrumbs {
        padding-block: 42px 32px
    }
}

@media (min-width:740px) and (max-width:1199.98px) {
    .breadcrumbs {
        padding-block: 32px
    }
}

@media (max-width:739.98px) {
    .breadcrumbs {
        padding-block: 32px 20px
    }
}

.breadcrumbs_list {
    --padding: 6px;
    --icon-size: 8px;
    display: flex;
    flex-wrap: wrap;
    column-gap: calc(var(--icon-size) + var(--padding) * 2)
}

.breadcrumbs_item {
    margin: calc(var(--padding) * -1);
    font-size: 14px
}

.breadcrumbs_item:not(:last-child) {
    position: relative
}

.breadcrumbs_item:not(:last-child)::after {
    position: absolute;
    inset-inline-start: 100%;
    top: 50%;
    width: var(--icon-size);
    height: 13px;
    content: "";
    background-color: #848588;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 8 13'%3E%3Cpath fill='%23848588' d='M4.5 6.5 0 11l1.37 1.37L7.24 6.5 1.37.63 0 2l4.5 4.5Z'/%3E%3C/svg%3E");
    transform: translateY(-50%)
}

.breadcrumbs_item:last-child {
    padding: var(--padding)
}

.breadcrumbs_link {
    display: block;
    padding: var(--padding);
    color: #848588
}

.breadcrumbs_link:hover,
.breadcrumbs_link:focus-visible {
    color: var(--body-color)
}

[dir=rtl] .breadcrumbs_item:not(:last-child)::after {
    transform: scaleX(-1) translateY(-50%)
}

.hero {
    color: var(--white);
    background-color: light-dark(#1a1b1f, #0f1014)
}

.hero_bg {
    object-position: center
}

.hero_inner {
    display: grid;
    gap: 32px;
    align-items: center;
    min-height: 600px
}

@media (min-width:1200px) {
    .hero_inner {
        grid-template: 1fr auto/640px auto;
        justify-content: space-between;
        min-height: 520px;
        padding-block: 32px
    }
}

@media (min-width:740px) and (max-width:1199.98px) {
    .hero_inner {
        min-height: 400px;
        padding-block: 54px 40px
    }
}

@media (max-width:739.98px) {
    .hero_inner {
        min-height: 375px;
        padding-block: 30px
    }
}

.hero_content {
    max-width: 640px
}

@media (max-width:739.98px) {
    .hero_content::before {
        display: block;
        width: 79px;
        height: 24px;
        margin-bottom: 20px;
        content: "";
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='185' height='57' fill='none'%3E%3Cpath fill='%2322BC41' d='M185 38.3V57H3l182-18.7ZM39.3 14.7l.6-.1 7.9-.8L59.5 31h.4V12.6l8-.8v33.7l-8.5 1L47.6 29h-.2v18.5l-8.1.8V14.7Zm84.2 7.5c3 1 4.9 3 5.3 5.9 1 6.3-2.4 11.1-8.6 12-5 .8-10.2 1.2-15.3 1.7l-3.3.3V8.3l11.1-1.1c2.3-.2 4.6-.5 7-.6 4 0 6.5 1.5 7.6 4.4 1.3 3.5.3 7.9-2.5 10.2l-1.3 1Zm-13.7 11.6 5.6-.5a14 14 0 0 0 3.5-1c1.2-.5 1.8-2.2 1.5-3.6-.4-1.3-1.4-2-2.7-2l-7.9.6v6.5Zm0-18.9v6.2c2.3-.3 4.4-.4 6.5-.8.8-.2 1.6-.6 2.2-1.2a2.5 2.5 0 0 0 .5-3.1c-.5-.7-1.5-1.5-2.2-1.5-2.3 0-4.6.3-7 .4Zm31 2.4 15.3-1.5v7.6L140.7 25v5l16.8-1.6v8l-25 2.6V5.3l24.8-2.5v8l-16.5 1.8v4.7Zm-67.9-6 24.8-2.6v8.1l-16.4 1.7v4.7l15.2-1.5v7.6L81.2 31v5.2l16.7-1.7v8.1l-25 2.5V11.2Zm95-1.7-8.8.8V2.6L184.8 0v7.8l-8.8 1v25.9l-8.2.8v-26ZM0 52.3V18.5l8.2-.8v25.6l14.7-1.4V50L0 52.3ZM34.1 49l-8.1.8V15.9l8.1-.8v33.8Z'/%3E%3C/svg%3E") no-repeat center/contain;
        filter: drop-shadow(0 0 2px #22bc41)
    }
}

.hero_descr {
    display: grid;
    row-gap: .5em;
    margin-top: 14px
}

.hero_btns {
    display: flex;
    flex-wrap: wrap
}

@media (min-width:740px) {
    .hero_btns {
        gap: 24px
    }
}

@media (min-width:1200px) {
    .hero_btns {
        margin-top: 32px
    }
}

@media (max-width:1199.98px) {
    .hero_btns {
        margin-top: 24px
    }
}

@media (max-width:739.98px) {
    .hero_btns {
        gap: 12px
    }

    .hero_btns>* {
        flex-grow: 1
    }
}

.hero_cta {
    position: relative
}

.hero_cta::before {
    position: absolute;
    width: 185px;
    height: 57px;
    content: "";
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='185' height='57' fill='none'%3E%3Cpath fill='%2322BC41' d='M185 38.3V57H3l182-18.7ZM39.3 14.7l.6-.1 7.9-.8L59.5 31h.4V12.6l8-.8v33.7l-8.5 1L47.6 29h-.2v18.5l-8.1.8V14.7Zm84.2 7.5c3 1 4.9 3 5.3 5.9 1 6.3-2.4 11.1-8.6 12-5 .8-10.2 1.2-15.3 1.7l-3.3.3V8.3l11.1-1.1c2.3-.2 4.6-.5 7-.6 4 0 6.5 1.5 7.6 4.4 1.3 3.5.3 7.9-2.5 10.2l-1.3 1Zm-13.7 11.6 5.6-.5a14 14 0 0 0 3.5-1c1.2-.5 1.8-2.2 1.5-3.6-.4-1.3-1.4-2-2.7-2l-7.9.6v6.5Zm0-18.9v6.2c2.3-.3 4.4-.4 6.5-.8.8-.2 1.6-.6 2.2-1.2a2.5 2.5 0 0 0 .5-3.1c-.5-.7-1.5-1.5-2.2-1.5-2.3 0-4.6.3-7 .4Zm31 2.4 15.3-1.5v7.6L140.7 25v5l16.8-1.6v8l-25 2.6V5.3l24.8-2.5v8l-16.5 1.8v4.7Zm-67.9-6 24.8-2.6v8.1l-16.4 1.7v4.7l15.2-1.5v7.6L81.2 31v5.2l16.7-1.7v8.1l-25 2.5V11.2Zm95-1.7-8.8.8V2.6L184.8 0v7.8l-8.8 1v25.9l-8.2.8v-26ZM0 52.3V18.5l8.2-.8v25.6l14.7-1.4V50L0 52.3ZM34.1 49l-8.1.8V15.9l8.1-.8v33.8Z'/%3E%3C/svg%3E") no-repeat center/contain;
    filter: drop-shadow(0 0 2px #22bc41)
}

@media (min-width:1200px) {
    .hero_cta::before {
        bottom: calc(100% + 20px);
        left: 50%;
        transform: translate3d(-50%, 0, 0)
    }
}

@media (max-width:1199.98px) {
    .hero_cta::before {
        inset-inline-end: 0;
        bottom: calc(100% + 38px);
        width: 135px;
        height: 42px;
        transform: translateZ(0)
    }
}

@media (max-width:739.98px) {
    .hero_cta::before {
        display: none
    }
}

.hero_cta_inner {
    display: grid;
    row-gap: 6px;
    color: #101217;
    text-align: center;
    border-radius: 20px
}

@media (min-width:740px) {
    .hero_cta_inner {
        padding: 20px
    }
}

@media (min-width:740px) and (max-width:1199.98px) {
    .hero_cta_inner {
        row-gap: 16px
    }
}

@media (max-width:739.98px) {
    .hero_cta_inner {
        padding: 14px
    }
}

.hero_promo {
    display: grid;
    gap: 14px 24px;
    padding: 14px;
    background: rgb(16 18 23 / .9);
    border-radius: 8px
}

@media (min-width:740px) {
    .hero_promo {
        grid-auto-flow: column;
        justify-content: space-between
    }
}

@media (min-width:740px) and (max-width:1199.98px) {
    .hero_promo {
        padding-inline: 24px
    }
}

.hero_promo_code {
    display: grid;
    grid-auto-flow: column;
    column-gap: 24px;
    align-items: center;
    padding: 10px 14px;
    font-size: 20px;
    color: var(--white);
    border: 1px dashed var(--white);
    border-radius: 8px
}

@media (min-width:740px) {
    .hero_promo_code {
        justify-content: space-between
    }
}

@media (max-width:739.98px) {
    .hero_promo_code {
        justify-content: center
    }
}

.hero_promo_code:has(+[disabled]) {
    border-color: var(--yellow)
}

.hero_list {
    display: flex;
    gap: 20px;
    place-content: flex-start space-between;
    justify-self: center;
    min-width: min(860px, 100%);
    background: rgb(16 18 23 / .8);
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / .15)
}

@media (min-width:740px) {
    .hero_list {
        border-radius: 30px
    }
}

@media (min-width:1200px) {
    .hero_list {
        grid-column: span 2;
        padding: 24px 70px
    }
}

@media (min-width:740px) and (max-width:1199.98px) {
    .hero_list {
        padding: 24px 26px
    }
}

@media (max-width:739.98px) {
    .hero_list {
        padding: 17px 13px;
        border-radius: 20px
    }
}

.hero_item {
    display: grid;
    gap: 14px
}

@media (min-width:740px) {
    .hero_item {
        grid-auto-flow: column;
        align-items: center;
        justify-content: start
    }
}

@media (max-width:739.98px) {
    .hero_item {
        justify-items: center;
        text-align: center
    }
}

[dir=rtl] .hero_cta .content-bg {
    transform: scaleX(-1)
}

.tableWrap {
    display: grid;
    filter: drop-shadow(0 4px 4px rgb(0 0 0 / .06));
    transform: translateZ(0)
}

.table {
    width: fit-content;
    min-width: 100%;
    overflow: hidden;
    border-spacing: 0;
    border-collapse: collapse;
    background-color: var(--theme-light, #fff) var(--theme-dark, #2a2d37);
    border-radius: 12px
}

.table--center {
    text-align: center
}

.table--center img,
.table--center svg {
    margin-inline: auto
}

.table th,
.table td {
    min-width: 100px;
    height: 50px;
    padding-inline: 15px;
    vertical-align: middle
}

.table th {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    color: var(--white);
    text-align: inherit;
    background-color: var(--theme-light, #23262e) var(--theme-dark, #0b0f13)
}

.table th:not(:last-child) {
    border-inline-end: 1px solid var(--theme-light, #fff) var(--theme-dark, #2a2d37)
}

.table td {
    line-height: 1.5
}

.table td:not(:last-child) {
    border-inline-end: 1px solid var(--theme-light, #dbdee6) var(--theme-dark, #3f424b)
}

.table tbody tr:not(:last-child) {
    border-bottom: 1px solid var(--theme-light, #dbdee6) var(--theme-dark, #3f424b)
}

.table .content-pic {
    border-radius: 0
}

.table .btn {
    padding-block: 8px
}

.toc {
    background-color: var(--theme-light, #fff) var(--theme-dark, #313441)
}

@media (min-width:1200px) {
    .toc {
        --padding-inline: 16px;
        border-radius: 16px;
        box-shadow: 0 2px 4px 0 rgb(0 0 0 / .15)
    }
}

@media (max-width:1199.98px) {
    .toc {
        --padding-inline: 20px;
        border-radius: 16px 16px 0 0;
        box-shadow: 0 0 8px 4px rgb(0 0 0 / .15)
    }

    .toc [data-accordion-content].show {
        max-height: min(var(--max-height), 80vh - 52px) !important;
        animation: enableScroll 0s ease 0.25s forwards
    }
}

.toc_toggle {
    display: grid;
    grid-auto-flow: column;
    column-gap: 14px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 14px var(--padding-inline);
    font-weight: 500;
    line-height: 1.55;
    transition: all 250ms ease-in-out
}

@media (min-width:1200px) {
    .toc_toggle {
        font-size: 16px
    }

    .toc_toggle:hover,
    .toc_toggle:focus-visible {
        color: var(--theme-light, #3675cd) var(--theme-dark, #2caf4d)
    }
}

@media (max-width:1199.98px) {
    .toc_toggle {
        font-size: 18px;
        color: var(--theme-light, #3675cd) var(--theme-dark, #2caf4d)
    }
}

.toc_toggle::after {
    width: 16px;
    height: 16px;
    content: "";
    background-color: var(--theme-light, #101217) var(--theme-dark, #fff);
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M13.8 5.53a.67.67 0 0 0-.94 0L8 10.39 3.14 5.53a.67.67 0 1 0-.94.94l5.33 5.33c.26.27.68.27.94 0l5.33-5.33a.67.67 0 0 0 0-.94Z' clip-rule='evenodd'/%3E%3C/svg%3E");
    transition: transform 250ms ease-in-out
}

.toc_toggle.active {
    padding-bottom: 10px
}

.toc_toggle.active::after {
    transform: scaleY(-1)
}

.toc_list {
    position: relative;
    display: grid;
    row-gap: 12px;
    padding: 14px var(--padding-inline)
}

@media (max-width:1199.98px) {
    .toc_list {
        overflow-y: auto
    }
}

.toc_list::before {
    position: absolute;
    inset-inline-start: var(--padding-inline);
    top: 0;
    width: calc(100% - 2 * var(--padding-inline));
    height: 1px;
    content: "";
    background-color: var(--theme-light, #ddd) var(--theme-dark, #3f424b)
}

.toc_list .toclink {
    position: relative;
    display: block;
    padding-inline-start: 24px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.55
}

.toc_list .toclink::before {
    position: absolute;
    inset-inline-start: 0;
    top: 6px;
    width: 12px;
    height: 12px;
    content: "";
    border: solid 1px currentColor;
    border-radius: 50%;
    transition: background-color 250ms ease-in-out
}

.toc_list .toclink:hover,
.toc_list .toclink:focus-visible {
    color: var(--theme-light, #3675cd) var(--theme-dark, #2caf4d)
}

.toc_list .toclink:hover::before,
.toc_list .toclink:focus-visible::before {
    background-color: var(--theme-light, #3675cd) var(--theme-dark, #2caf4d)
}

@media (max-width:1199.98px) {
    .body:has(.toc_toggle.active) {
        overflow: hidden
    }

    .body:has(.toc_toggle.active) #overlay {
        z-index: 11;
        visibility: visible;
        opacity: .6
    }
}

@keyframes enableScroll {
    to {
        overflow-y: auto
    }
}

.games_title {
    margin-block: 0 32px;
    text-align: center
}

.games_list {
    display: grid;
    grid-template-columns: repeat(var(--cols), 1fr);
    column-gap: 20px;
    max-height: unset !important
}

@media (min-width:740px) {
    .games_list {
        row-gap: 24px
    }
}

@media (min-width:1440px) {
    .games_list {
        --cols: 6
    }

    .games_list:not(.show):has(.games_item:nth-child(13)) .games_item:nth-child(n+13) {
        display: none
    }

    .games_list:has(.games_item:nth-child(13))+.games_more {
        display: block
    }
}

@media (min-width:1200px) and (max-width:1439.98px) {
    .games_list {
        --cols: 5
    }

    .games_list:not(.show):has(.games_item:nth-child(11)) .games_item:nth-child(n+11) {
        display: none
    }

    .games_list:has(.games_item:nth-child(11))+.games_more {
        display: block
    }
}

@media (min-width:1024px) and (max-width:1199.98px) {
    .games_list {
        --cols: 4
    }

    .games_list:not(.show):has(.games_item:nth-child(9)) .games_item:nth-child(n+9) {
        display: none
    }

    .games_list:has(.games_item:nth-child(9))+.games_more {
        display: block
    }
}

@media (min-width:740px) and (max-width:1023.98px) {
    .games_list {
        --cols: 3
    }

    .games_list:not(.show):has(.games_item:nth-child(10)) .games_item:nth-child(n+10) {
        display: none
    }

    .games_list:has(.games_item:nth-child(10))+.games_more {
        display: block
    }
}

@media (max-width:739.98px) {
    .games_list {
        --cols: 2;
        row-gap: 16px
    }

    .games_list:not(.show):has(.games_item:nth-child(5)) .games_item:nth-child(n+5) {
        display: none
    }

    .games_list:has(.games_item:nth-child(5))+.games_more {
        display: block
    }
}

.games_item {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    padding: 10px 10px 16px;
    text-align: center;
    background-color: var(--theme-light, #152118) var(--theme-dark, #2a2c34);
    border-radius: 10px
}

.games_item .btn {
    padding-block: 12px;
    margin-top: auto
}

.games_pic {
    width: 100%;
    object-fit: cover;
    border-radius: 10px
}

@media (min-width:740px) {
    .games_pic {
        height: 142px
    }
}

@media (max-width:739.98px) {
    .games_pic {
        height: 112px
    }
}

.games_label {
    color: var(--white)
}

@media (min-width:740px) {
    .games_label {
        font-size: 18px;
        font-weight: 500
    }
}

@media (max-width:739.98px) {
    .games_label {
        font-size: 16px;
        font-weight: 700;
        line-height: 1.3
    }
}

.games_more {
    display: none
}

@media (min-width:740px) {
    .games_more {
        margin-top: 32px
    }
}

@media (max-width:739.98px) {
    .games_more {
        margin-top: 24px
    }
}

.contacts {
    display: grid
}

@media (min-width:1200px) {
    .contacts {
        grid-template-columns: 1fr 1fr;
        column-gap: 24px;
        align-content: start
    }
}

@media (min-width:740px) and (max-width:1199.98px) {
    .contacts {
        row-gap: 24px
    }
}

@media (max-width:739.98px) {
    .contacts {
        row-gap: 32px
    }
}

@media (min-width:1200px) {
    .contacts_content {
        max-width: 584px
    }
}

.contacts_content h2 {
    margin-bottom: 14px
}

.contacts_form {
    padding-block: 32px;
    background: var(--theme-light, #fff) var(--theme-dark, #23262e);
    border-radius: 20px;
    box-shadow: 0 2px 14px 0 rgb(0 0 0 / .1)
}

@media (min-width:740px) {
    .contacts_form {
        padding-inline: 27px
    }
}

@media (max-width:739.98px) {
    .contacts_form {
        padding-inline: 14px
    }
}

.contacts_form_title {
    display: block;
    text-align: center
}

.contacts_form .form_check {
    margin-top: -8px
}

.contacts_list {
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / .1)
}

.contacts_label {
    display: block;
    padding: 14px 15px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    color: #fff;
    background-color: var(--theme-light, #23262e) var(--theme-dark, #0b0f13)
}

.contacts_item {
    display: grid;
    gap: 10px 14px;
    padding: 14px 15px;
    line-height: 1.5;
    background-color: var(--theme-light, #fff) var(--theme-dark, #2a2d37)
}

.contacts_item:not(:last-child) {
    border-bottom: 1px solid var(--theme-light, #dbdee6) var(--theme-dark, #3f424b)
}

@media (min-width:740px) {
    .contacts_item {
        grid-auto-flow: column;
        align-items: center;
        justify-content: space-between
    }
}

.contacts_item a:not([class]) {
    text-decoration: none
}

@media (min-width:740px) {
    .contacts_item a:not([class]) {
        color: inherit
    }

    .contacts_item a:not([class]):hover,
    .contacts_item a:not([class]):focus-visible {
        color: #3b8cfc
    }
}

@media (max-width:739.98px) {
    .contacts_item a:not([class]) {
        color: #3b8cfc
    }
}

.author-preview {
    padding: 14px 24px;
    background: var(--theme-light, #fff) var(--theme-dark, #2a2d37);
    border-radius: 20px;
    box-shadow: 0 2px 14px 0 rgb(0 0 0 / .07)
}

.author-preview_heading {
    display: grid;
    grid-auto-flow: column;
    gap: 8px 14px;
    align-items: center;
    justify-content: start;
    margin-bottom: 24px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3
}

.author-preview_pic {
    grid-row: span 2;
    object-fit: cover;
    border-radius: 50%
}

.author-preview_socials {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: start
}

@media (min-width:740px) {
    .author-preview_socials {
        gap: 14px
    }
}

@media (max-width:739.98px) {
    .author-preview_socials {
        gap: 24px
    }
}

.author-preview_socials a:not([class]) {
    color: var(--body-color)
}

.author-preview_socials a:not([class]):hover,
.author-preview_socials a:not([class]):focus-visible {
    color: var(--green-theme)
}

.author-history_item {
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 24px
}

@media (min-width:740px) {
    .author-history_item {
        --icon-size: 80px;
        --padding-bottom: 42px;
        align-items: center
    }
}

@media (max-width:739.98px) {
    .author-history_item {
        --icon-size: 60px;
        --padding-bottom: 24px;
        align-items: start
    }
}

.author-history_item::before {
    position: absolute;
    inset-inline-start: calc(var(--icon-size) / 2);
    top: 1px;
    z-index: -1;
    height: 100%;
    content: "";
    background: repeating-linear-gradient(to bottom, #fdbf04 0, #fdbf04 5px, transparent 5px, transparent 10px);
    transform: translateX(-50%)
}

@media (min-width:740px) {
    .author-history_item::before {
        width: 2px
    }
}

@media (max-width:739.98px) {
    .author-history_item::before {
        width: 1px
    }
}

.author-history_item:not(:last-child) {
    padding-bottom: var(--padding-bottom)
}

@media (min-width:740px) {
    .author-history_item:first-child::before {
        top: calc((100% - var(--padding-bottom)) / 2);
        height: calc(100% - (100% - var(--padding-bottom)) / 2)
    }
}

@media (min-width:740px) {
    .author-history_item:last-child::before {
        height: 50%
    }
}

@media (max-width:739.98px) {
    .author-history_item:last-child::before {
        display: none
    }
}

.author-history_date {
    display: grid;
    grid-template-columns: min-content;
    place-content: center;
    width: var(--icon-size);
    height: var(--icon-size);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    color: #101217;
    background: linear-gradient(94deg, #ffe404 8.43%, #fcb203 94.9%);
    border-radius: 50%
}

.author-articles {
    display: grid;
    row-gap: 8px
}

@media (min-width:740px) {
    .author-articles {
        margin-top: 32px !important
    }
}

.author-articles_list {
    display: grid;
    gap: 20px;
    max-height: unset !important;
    overflow: visible
}

@media (min-width:1024px) {
    .author-articles_list {
        grid-template-columns: repeat(4, 1fr)
    }

    .author-articles_list:has(.article-card:nth-child(5)):not(.show) .article-card:nth-child(n+5) {
        display: none
    }

    .author-articles_list:has(.article-card:nth-child(5))+.author-articles_more {
        display: block
    }
}

@media (min-width:640px) and (max-width:1023.98px) {
    .author-articles_list {
        grid-template-columns: repeat(2, 1fr)
    }

    .author-articles_list:has(.article-card:nth-child(3)):not(.show) .article-card:nth-child(n+3) {
        display: none
    }

    .author-articles_list:has(.article-card:nth-child(3))+.author-articles_more {
        display: block
    }
}

@media (max-width:639.98px) {
    .author-articles_list:has(.article-card:nth-child(2)):not(.show) .article-card:nth-child(n+2) {
        display: none
    }

    .author-articles_list:has(.article-card:nth-child(2))+.author-articles_more {
        display: block
    }
}

.author-articles_more {
    display: none
}

.blog-page aside {
    display: grid
}

@media (min-width:740px) {
    .blog-page aside {
        row-gap: 32px
    }
}

@media (max-width:1199.98px) {
    .blog-page aside {
        position: static
    }
}

@media (max-width:739.98px) {
    .blog-page aside {
        row-gap: 42px
    }
}

.blog-info {
    display: grid;
    row-gap: 14px
}

.blog-info_title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3
}

@media (max-width:739.98px) {
    .blog-info_title {
        display: block;
        text-align: center
    }
}

@media (min-width:740px) and (max-width:1199.98px) {
    .blog-info .article-card_preview {
        height: 300px
    }
}

.blog-info_list {
    display: grid;
    row-gap: 14px
}

.blog-articles {
    display: grid;
    row-gap: 8px
}

.blog-articles_list {
    display: grid;
    gap: 32px 20px;
    max-height: unset !important;
    overflow: visible
}

@media (min-width:640px) {
    .blog-articles_list {
        grid-template-columns: repeat(2, 1fr)
    }

    .blog-articles_list:has(.article-card:nth-child(9)):not(.show) .article-card:nth-child(n+9) {
        display: none
    }

    .blog-articles_list:has(.article-card:nth-child(9))+.blog-articles_more {
        display: block
    }
}

@media (max-width:639.98px) {
    .blog-articles_list:has(.article-card:nth-child(5)):not(.show) .article-card:nth-child(n+5) {
        display: none
    }

    .blog-articles_list:has(.article-card:nth-child(5))+.blog-articles_more {
        display: block
    }
}

.blog-articles_more {
    display: none
}

.article-card {
    display: grid;
    gap: 14px;
    padding: 14px;
    background: var(--theme-light, #fff) var(--theme-dark, #2a2d37);
    border-radius: 20px;
    box-shadow: 0 2px 14px 0 rgb(0 0 0 / .07)
}

.article-card:has(.article-card_link) {
    grid-template-rows: auto 1fr auto
}

.article-card:is(a) .article-card_title {
    transition: color 0.15s ease-in-out
}

.article-card:is(a):hover .article-card_title,
.article-card:is(a):focus-visible .article-card_title {
    color: var(--green-theme-4-hover)
}

.article-card_preview {
    width: 100%;
    height: 151px;
    object-fit: cover;
    border-radius: 20px
}

.article-card_content {
    display: flex;
    flex-direction: column;
    row-gap: 10px
}

.article-card_title {
    font-weight: 700;
    line-height: 1.3
}

@media (min-width:740px) {
    .article-card_title {
        font-size: 18px
    }
}

.article-card_descr {
    font-size: 14px;
    line-height: 1.5
}

.article-card_descr+.article-card_info {
    padding-top: 10px;
    border-top: 1px solid var(--theme-light, #ddd) var(--theme-dark, #3f424b)
}

.article-card_info {
    display: grid;
    grid-auto-flow: column;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    margin-top: auto
}

.article-card_heading {
    display: grid;
    grid-auto-flow: column;
    column-gap: 10px;
    align-items: center;
    justify-content: start;
    font-size: 12px
}

.article-card_avatar {
    object-fit: cover;
    border-radius: 50%
}

.article-card_date {
    font-size: 12px;
    color: var(--theme-light, #848588) var(--theme-dark, #8a8c96)
}

.article-card_date>:not(:last-child)::after {
    margin-inline: 7px;
    content: "•"
}

.article-card_link {
    display: grid;
    grid-auto-flow: column;
    column-gap: 4px;
    align-items: center;
    justify-self: end;
    color: var(--green-theme-4)
}

.article-card_link:hover,
.article-card_link:focus-visible {
    color: var(--green-theme-4-hover)
}

.article-card_link::after {
    width: 20px;
    height: 20px;
    content: "";
    background-color: currentColor;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='%232CAF4D' fill-rule='evenodd' d='M6.9 15.6c.33.33.86.33 1.18 0l5-5a.83.83 0 0 0 0-1.18l-5-5a.84.84 0 0 0-1.19 0 .83.83 0 0 0 0 1.18l4.41 4.42-4.42 4.41a.83.83 0 0 0 0 1.19l.03-.03Z' clip-rule='evenodd'/%3E%3C/svg%3E")
}

.article-list {
    display: grid;
    gap: 32px 20px
}

@media (min-width:740px) {
    .article-list {
        margin-top: 32px !important
    }
}

@media (min-width:1200px) {
    .article-list {
        grid-template-columns: repeat(4, 1fr)
    }
}

@media (min-width:740px) and (max-width:1199.98px) {
    .article-list {
        grid-template-columns: repeat(2, 1fr)
    }
}

.article-preview {
    width: 100%;
    object-fit: cover;
    border-radius: 20px
}

@media (min-width:1200px) {
    .article-preview {
        height: 520px
    }
}

@media (min-width:740px) and (max-width:1199.98px) {
    .article-preview {
        height: 300px
    }
}

@media (max-width:739.98px) {
    .article-preview {
        height: 240px
    }
}

.article-info {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 24px;
    align-items: center;
    font-size: 12px
}

@media (max-width:739.98px) {
    .article-info {
        justify-content: center
    }
}

.article-info_group {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 10px;
    align-items: center
}

@media (max-width:739.98px) {
    .article-info_group {
        justify-content: center
    }
}

.article-info_item {
    display: flex;
    flex-wrap: wrap;
    column-gap: 4px;
    align-items: center
}

.article-info_item--date {
    color: var(--theme-light, #848588) var(--theme-dark, #fff)
}

@media (max-width:739.98px) {
    .article-info_item:not(.article-info_item--date) {
        column-gap: 2px
    }
}

.article-info_avatar {
    margin-right: 6px;
    border-radius: 50%
}

.article-info_value {
    font-weight: 600
}

@media (max-width:739.98px) {
    .article-info_value {
        order: 2
    }
}

@media (max-width:739.98px) {
    .article-info_label::after {
        content: ":"
    }
}

[dir=rtl] .article-card_link::after {
    transform: rotate(180deg)
}

.cards {
    position: relative;
    display: grid;
    align-items: center
}

@media (min-width:1200px) {
    .cards {
        column-gap: 14px
    }

    .cards:not(:has(.swiper-button-lock)) {
        grid-template-columns: auto 1fr auto
    }
}

@media (min-width:740px) and (max-width:1199.98px) {
    .cards:not(:has(.swiper-button-lock)) {
        padding-bottom: 74px
    }
}

@media (max-width:739.98px) {
    .cards:not(:has(.swiper-button-lock)) {
        padding-bottom: 66px
    }
}

.cards_inner {
    padding-block: 10px;
    margin-block: -10px
}

@media (min-width:740px) {
    .cards_inner {
        width: calc(100% + 20px);
        padding-inline: 10px;
        margin-inline: -10px
    }
}

@media (max-width:739.98px) {
    .cards_inner {
        width: calc(100% + var(--container-padding) * 2);
        padding-inline: var(--container-padding);
        margin-inline: calc(-1 * var(--container-padding))
    }
}

.cards_list {
    display: grid;
    grid-auto-flow: column;
    justify-items: center;
    height: auto;
    counter-reset: cards
}

.cards_list:has(>:only-child) .cards_media::before {
    display: none
}

.cards_item {
    display: grid;
    row-gap: 24px;
    align-content: start;
    height: 100%;
    padding: 14px;
    counter-increment: cards;
    background: var(--theme-light, #fff) var(--theme-dark, #23262e);
    border-radius: 20px;
    box-shadow: 0 2px 9px 0 rgb(0 0 0 / .11)
}

.cards_media {
    position: relative;
    display: grid;
    place-items: center;
    height: 164px
}

.cards_media::before {
    position: absolute;
    inset-block-start: 0;
    inset-inline-start: 0;
    min-width: 74px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 500;
    line-height: 150%;
    color: #101217;
    text-align: center;
    text-transform: uppercase;
    content: attr(data-label) " " counter(cards);
    background: linear-gradient(94deg, #ffe404 8.43%, #fcb203 94.9%);
    border-radius: 20px
}

.cards_media img {
    width: auto;
    max-height: 164px;
    object-fit: cover
}

.cards_title {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3
}

@media (min-width:1200px) {

    .cards .swiper-btn-prev,
    .cards .swiper-btn-next {
        width: 32px;
        height: 32px
    }
}

@media (max-width:1199.98px) {

    .cards .swiper-btn-prev,
    .cards .swiper-btn-next {
        position: absolute;
        bottom: 0
    }
}

@media (max-width:1199.98px) {
    .cards .swiper-btn-prev {
        inset-inline-start: calc(50% - 54px)
    }

    .cards .swiper-btn-next {
        inset-inline-end: calc(50% - 54px)
    }
}

.casino-cards {
    display: grid;
    row-gap: 14px
}

.casino-cards_item {
    display: grid;
    gap: 14px 20px;
    padding: 24px;
    background-color: var(--theme-light, #f9fafb) var(--theme-dark, #313441);
    border-radius: 20px
}

@media (min-width:740px) {
    .casino-cards_item {
        padding: 24px
    }
}

@media (max-width:739.98px) {
    .casino-cards_item {
        padding: 14px
    }
}

@media (min-width:740px) {
    .casino-cards_item:has(.casino-cards_pic) {
        grid-template-columns: auto 1fr;
        align-items: center
    }
}

.casino-cards_pic {
    border-radius: 50%
}

@media (max-width:739.98px) {
    .casino-cards_pic {
        justify-self: center
    }
}

.casino-cards_content {
    display: grid
}

.casino-cards_title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3
}

@media (min-width:740px) and (max-width:1199.98px) {
    .casino-cards_title {
        font-size: 20px
    }
}

@media (max-width:739.98px) {
    .casino-cards_title {
        text-align: center
    }
}

.numlist {
    padding-block: 24px;
    counter-reset: numlist;
    background-color: var(--theme-light, #ebffe8) var(--theme-dark, #172d14);
    border-radius: 10px
}

@media (min-width:740px) {
    .numlist {
        margin-block: 32px
    }
}

@media (min-width:1200px) {
    .numlist {
        padding-inline: 24px
    }
}

@media (min-width:740px) and (max-width:1199.98px) {
    .numlist {
        padding-inline: 20px
    }
}

@media (max-width:739.98px) {
    .numlist {
        padding-inline: 9px;
        margin-block: 24px
    }
}

.numlist_item {
    position: relative;
    display: grid;
    row-gap: 10px;
    align-items: center;
    padding-inline-start: 46px;
    counter-increment: numlist
}

.numlist_item:not(:last-child) {
    min-height: 48px;
    padding-bottom: 14px
}

.numlist_item:last-child {
    min-height: 34px
}

.numlist_item::before {
    position: absolute;
    inset-inline-start: 16px;
    top: 1px;
    width: 2px;
    height: 100%;
    content: counter(numlist);
    background: repeating-linear-gradient(to bottom, #2caf4d 0, #2caf4d 5px, transparent 5px, transparent 10px)
}

.numlist_item::after {
    position: absolute;
    inset-inline-start: 0;
    top: 0;
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    content: counter(numlist);
    background-color: #2caf4d;
    border-radius: 50%
}

.numlist_title {
    font-weight: 600;
    line-height: 1.55
}

.numlist p {
    margin-block: 0 !important;
    color: var(--theme-light, #101217) var(--theme-dark, #fff)
}

.promo {
    position: sticky;
    top: 24px;
    width: 100%;
    min-height: 428px;
    overflow: hidden;
    border-radius: 20px
}

.promo_content {
    position: absolute;
    bottom: 0;
    left: 0;
    display: grid;
    row-gap: 10px;
    padding: 24px 18px
}

.promo_text {
    font-size: 26px;
    font-weight: 900;
    line-height: 1.3;
    color: #fff;
    text-transform: uppercase
}

.features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 20px
}

@media (min-width:740px) {
    .features {
        --icon-size: 32px
    }
}

@media (max-width:739.98px) {
    .features {
        --icon-size: 24px
    }
}

.features_block {
    display: grid;
    align-content: start;
    border-radius: 20px
}

@media (min-width:740px) {
    .features_block {
        row-gap: 24px;
        padding: 24px
    }
}

@media (max-width:739.98px) {
    .features_block {
        row-gap: 16px;
        padding: 16px 14px
    }
}

.features_block:first-child {
    background-color: var(--theme-light, #ebffe8) var(--theme-dark, #23262e)
}

.features_block:first-child .features_title::after {
    background-color: #51be3f
}

.features_block:first-child .features_item::before {
    background-color: #51be3f;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='12' fill='none'%3E%3Cpath fill='%23fff' d='M11 7.8H7.2V12H3.8V7.8H0V4.2h3.8V0h3.4v4.2H11v3.6Z'/%3E%3C/svg%3E")
}

.features_block:last-child {
    background-color: var(--theme-light, #fff4f2) var(--theme-dark, #23262e)
}

.features_block:last-child .features_title::after {
    background-color: #fd5045;
    transform: scaleY(-1)
}

.features_block:last-child .features_item::before {
    background-color: #fd5045;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='5' fill='none'%3E%3Cpath fill='%23fff' d='M11 4.4H0V.8h11v3.6Z'/%3E%3C/svg%3E");
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / .07)
}

.features_title {
    display: grid;
    grid-auto-flow: column;
    column-gap: 14px;
    align-items: center;
    justify-content: space-between
}

.features_title::after {
    align-self: start;
    width: var(--icon-size);
    height: var(--icon-size);
    content: "";
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' fill='none'%3E%3Cpath fill='%23fff' d='M32.58 14.17a2.83 2.83 0 0 0-2.83-2.84H20.8l1.36-6.47a2.13 2.13 0 0 0-.58-1.96l-1.5-1.48-9.33 9.32a2.83 2.83 0 0 0-.83 2.01v14.17a2.83 2.83 0 0 0 2.83 2.83H25.5c1.18 0 2.18-.7 2.6-1.73l4.28-9.99c.13-.32.2-.66.2-1.03v-2.83ZM1.42 29.75h5.66v-17H1.42v17Z'/%3E%3C/svg%3E") no-repeat center/14px;
    border-radius: 50%
}

.features_list {
    display: grid
}

@media (min-width:740px) {
    .features_list {
        row-gap: 16px
    }
}

@media (max-width:739.98px) {
    .features_list {
        row-gap: 14px
    }
}

.features_item {
    display: grid;
    grid-auto-flow: column;
    align-items: center;
    justify-content: start;
    line-height: 1.5
}

.features_item::before {
    align-self: start;
    width: var(--icon-size);
    height: var(--icon-size);
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%
}

@media (min-width:740px) {
    .features_item {
        column-gap: 16px;
        font-size: 16px
    }
}

@media (max-width:739.98px) {
    .features_item {
        column-gap: 10px;
        font-size: 14px
    }
}

[dir=rtl] .features_block:first-child .features_title::after {
    transform: scaleX(-1)
}

[dir=rtl] .features_block:last-child .features_title::after {
    transform: scale(-1)
}

.picinfo {
    display: grid;
    row-gap: 16px
}

@media (min-width:740px) {
    .picinfo {
        grid-auto-flow: column;
        column-gap: clamp(40px, 40px + 30 * (100vw - 1200px) / 240, 70px);
        align-items: center
    }
}

.picinfo img {
    max-width: 334px;
    border-radius: 10px
}

@media (max-width:739.98px) {
    .picinfo img {
        justify-self: center;
        order: 2
    }
}

@media (min-width:740px) {
    .picinfo--start img {
        order: -1
    }
}

@media (min-width:740px) {
    .picinfo--end img {
        order: 2
    }
}

.tabs_nav {
    display: flex;
    column-gap: 6px;
    align-items: center;
    padding-inline: 18px;
    margin-bottom: -6px
}

.tabs_nav.has-scroll .tabs_btn {
    border-radius: 10px
}

.tabs_btn {
    padding: 14px 24px;
    font-size: 14px;
    font-weight: 500;
    color: #101217;
    white-space: nowrap;
    background: #e8f0e7;
    border: 1px solid #fffefa;
    border-radius: 10px 10px 0 0;
    transition: all 150ms ease-in-out
}

.tabs_btn.active {
    color: #fff;
    pointer-events: none;
    background: #0c3213;
    border-color: #0c3213
}

.tabs_content {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 14px 30px;
    color: #fff;
    background: linear-gradient(180deg, #0f511f -28.66%, #080400 64.4%);
    border-radius: 20px
}

@media (min-width:740px) {
    .tabs_content {
        grid-template-columns: 1fr auto;
        align-items: center
    }
}

@media (min-width:1200px) {
    .tabs_content {
        padding: 20px
    }
}

@media (min-width:740px) and (max-width:1199.98px) {
    .tabs_content {
        padding: 24px 20px
    }
}

@media (max-width:739.98px) {
    .tabs_content {
        padding: 20px 16px
    }
}

.tabs_content:not(.active) {
    display: none
}

@media (min-width:740px) {
    .tabs_content:has(.tabs_pic) {
        grid-template-columns: 1fr 322px;
        align-items: center
    }
}

.tabs_content p {
    color: #fff
}

.tabs_title {
    margin-bottom: 14px
}

.tabs_pic {
    border-radius: 10px
}

@media (max-width:739.98px) {
    .tabs_pic {
        justify-self: center
    }
}

.howto {
    display: grid;
    row-gap: 14px
}

.howto_item {
    display: grid;
    gap: 20px;
    padding: 24px;
    background-color: var(--theme-light, #f9fafb) var(--theme-dark, #313441);
    border-radius: 20px
}

@media (min-width:740px) {
    .howto_item:has(.howto_pic) {
        grid-template-columns: auto 1fr;
        align-items: center
    }
}

.howto_pic {
    border-radius: 50%
}

@media (max-width:739.98px) {
    .howto_pic {
        justify-self: center
    }
}

.howto_content {
    display: grid
}

@media (max-width:739.98px) {
    .howto_title {
        margin-bottom: 8px;
        font-size: 18px;
        text-align: center
    }
}

.howto p {
    margin-top: 6px
}

.bonuses {
    display: grid
}

@media (min-width:740px) {
    .bonuses {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 32px;
        margin-block: 32px !important
    }
}

@media (min-width:1200px) {
    .bonuses {
        column-gap: 40px
    }
}

@media (min-width:740px) and (max-width:1199.98px) {
    .bonuses {
        column-gap: 20px
    }
}

@media (max-width:739.98px) {
    .bonuses {
        gap: 20px
    }
}

.bonuses_item {
    display: grid;
    row-gap: 14px;
    padding: 14px 14px 24px;
    background-color: var(--theme-light, #fff) var(--theme-dark, #23262e);
    border-radius: 16px;
    box-shadow: 0 2px 9px 0 rgb(0 0 0 / .11)
}

.bonuses_pic {
    justify-self: center;
    width: auto
}

@media (min-width:740px) {
    .bonuses_pic {
        height: 170px
    }
}

@media (max-width:739.98px) {
    .bonuses_pic {
        height: 140px
    }
}

.bonuses_title {
    margin-bottom: 14px;
    font-weight: 700;
    line-height: 1.3
}

@media (min-width:740px) {
    .bonuses_title {
        font-size: 20px
    }
}

@media (max-width:739.98px) {
    .bonuses_title {
        font-size: 18px
    }
}

.bonuses2 {
    display: grid;
    gap: 14px 20px
}

@media (min-width:640px) and (max-width:1199.98px) {
    .bonuses2 {
        grid-template-columns: repeat(2, 1fr)
    }
}

.bonuses2_item {
    gap: 16px 14px;
    justify-items: start;
    padding: 24px 14px;
    background-color: var(--theme-light, #fff) var(--theme-dark, #23262e);
    border-radius: 16px;
    box-shadow: 0 2px 9px 0 rgb(0 0 0 / .11)
}

@media (min-width:1200px) {
    .bonuses2_item {
        display: grid;
        grid-template-columns: auto 1fr auto;
        align-items: start
    }
}

@media (max-width:1199.98px) {
    .bonuses2_item {
        display: flex;
        flex-direction: column
    }
}

.bonuses2_media {
    display: grid;
    place-items: center;
    width: var(--size);
    height: var(--size);
    background-image: linear-gradient(94deg, #ffe404 8.43%, #fcb203 94.9%);
    border-radius: 50%
}

@media (min-width:740px) {
    .bonuses2_media {
        --size: 60px
    }
}

@media (max-width:1199.98px) {
    .bonuses2_media {
        --size: 105px;
        align-self: center
    }
}

.bonuses2_media img {
    width: 70%;
    height: 70%
}

@media (min-width:1200px) {
    .bonuses2_content {
        max-width: 462px
    }
}

@media (max-width:1199.98px) {
    .bonuses2_content {
        margin-bottom: 8px
    }
}

.bonuses2_title {
    margin-bottom: 10px
}

@media (max-width:1199.98px) {
    .bonuses2_title {
        display: block;
        text-align: center
    }
}

@media (max-width:1199.98px) {
    .bonuses2_btn {
        margin-top: auto
    }
}

.promocode {
    display: grid;
    border-radius: 20px
}

@media (min-width:740px) {
    .promocode {
        row-gap: 24px;
        padding: 34px
    }
}

@media (max-width:739.98px) {
    .promocode {
        row-gap: 14px;
        padding: 24px 14px
    }
}

.promocode_descr:is(p) {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    color: #101217
}

.promocode_intro {
    text-align: center
}

.promocode_field {
    display: grid;
    gap: 14px;
    padding: 14px;
    background: #23262e;
    border-radius: 8px
}

@media (min-width:740px) {
    .promocode_field {
        grid-auto-flow: column;
        align-items: center;
        justify-content: space-between
    }
}

@media (max-width:739.98px) {
    .promocode_field {
        padding-block: 24px
    }
}

.promocode_text {
    display: grid;
    grid-auto-flow: column;
    column-gap: 24px;
    align-items: center;
    padding: 10px 14px;
    font-size: 20px;
    color: var(--white);
    border: 1px dashed var(--white);
    border-radius: 8px
}

@media (min-width:740px) {
    .promocode_text {
        justify-content: space-between
    }
}

@media (max-width:739.98px) {
    .promocode_text {
        justify-content: center
    }
}

.promocode_text:has(+[disabled]) {
    border-color: var(--yellow)
}

@media (max-width:739.98px) {
    .promocode_footnote {
        margin-top: 10px
    }
}

[dir=rtl] .promocode .content-bg {
    transform: scaleX(-1)
}

.appLinks {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: center;
    justify-content: center
}

.appLinks_item {
    display: grid;
    grid-auto-flow: column;
    column-gap: 12px;
    align-items: center;
    padding: 12px 24px;
    line-height: 1.3;
    color: var(--theme-light, #fff) var(--theme-dark, #101217);
    background-color: var(--theme-light, #101217) var(--theme-dark, #fff);
    border-radius: 10px
}

@media (max-width:739.98px) {
    .appLinks_item {
        flex-grow: 1;
        justify-content: center
    }
}

.appLinks_item:hover,
.appLinks_item:focus-visible {
    background-color: var(--theme-light, #191b23) var(--theme-dark, #fcfcfc)
}

.appLinks_label {
    font-size: 10px;
    text-transform: uppercase
}

.appLinks_title {
    font-size: 16px;
    font-weight: 500
}

.appLinks_icon {
    grid-row: span 2
}

.appScreens {
    position: relative;
    display: grid;
    align-items: center
}

@media (min-width:740px) {
    .appScreens {
        column-gap: 32px;
        padding-bottom: 8px
    }

    .appScreens:not(:has(.swiper-button-lock)) {
        grid-template-columns: auto 1fr auto
    }
}

@media (max-width:739.98px) {
    .appScreens:not(:has(.swiper-button-lock)) {
        padding-bottom: 66px
    }
}

@media (max-width:739.98px) {
    .appScreens_inner {
        width: calc(100% + var(--container-padding) * 2);
        padding-inline: var(--container-padding);
        margin-inline: calc(-1 * var(--container-padding))
    }
}

.appScreens_list {
    display: grid;
    grid-auto-flow: column;
    justify-items: center;
    height: auto
}

.appScreens_item {
    display: grid;
    justify-content: center;
    width: 228px
}

.appScreens_pic {
    width: 100%;
    border-radius: 10px
}

@media (max-width:739.98px) {
    .appScreens_btn {
        position: absolute;
        bottom: 0
    }

    .appScreens_btn--prev {
        inset-inline-start: calc(50% - 54px)
    }

    .appScreens_btn--next {
        inset-inline-end: calc(50% - 54px)
    }
}

.faq {
    display: grid;
    row-gap: 20px;
    max-width: 854px;
    margin-inline: auto
}

.faq_item {
    background: var(--theme-light, #fff) var(--theme-dark, #23262e);
    border: 1px solid var(--theme-light, #e0e0e0) var(--theme-dark, #525969);
    border-radius: 18px;
    box-shadow: var(--theme-light, none) var(--theme-dark, 0 1px 4px 0 rgb(0 0 0 / .1));
    transition: border-color 250ms ease-in-out
}

.faq_item:has(.faq_title.active) {
    border-color: var(--theme-light, rgb(45 88 34 / .7)) var(--theme-dark, rgb(44 175 77 / .4))
}

.faq_title {
    display: grid;
    grid-auto-flow: column;
    column-gap: 16px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 20px 16px;
    text-align: start;
    transition: padding 0.25s ease-in-out
}

.faq_title:hover::after,
.faq_title:focus-visible::after {
    background-color: var(--green-theme-4-hover)
}

.faq_title::after {
    width: 28px;
    height: 28px;
    content: "";
    background: var(--green-theme-4) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M4.4 7c-.3.2-.3.8 0 1l5 5c.3.4.9.4 1.2 0l5-5c.3-.3.3-.8 0-1.1a.8.8 0 0 0-1.2 0L10 11.3 5.6 6.9a.8.8 0 0 0-1.2 0Z' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat center;
    border-radius: 50%;
    transition: transform 250ms ease-in-out, background-color 250ms ease-in-out
}

.faq_title.active {
    padding-bottom: 16px
}

.faq_title.active::after {
    transform: rotate(180deg)
}

.faq_text {
    position: relative;
    padding: 10px 16px 20px
}

.faq_text::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: calc(100% - 32px);
    height: 1px;
    content: "";
    background-color: var(--theme-light, #edeff0) var(--theme-dark, #3f424b);
    transform: translateX(-50%)
}

.latest {
    width: calc(100% + 16px);
    padding: 8px;
    margin-inline: -8px
}

@media (min-width:740px) {
    .latest {
        margin-block: 24px
    }
}

@media (max-width:739.98px) {
    .latest {
        margin-block: 16px
    }
}

@media (min-width:640px) {
    .latest_list {
        display: grid;
        gap: 32px 20px;
        margin-block: 24px
    }
}

@media (min-width:1024px) {
    .latest_list {
        grid-template-columns: repeat(4, 1fr)
    }
}

@media (min-width:640px) and (max-width:1023.98px) {
    .latest_list {
        grid-template-columns: repeat(2, 1fr)
    }
}

.latest_item {
    overflow: hidden;
    background-color: var(--theme-light, #fff) var(--theme-dark, #23262e);
    border-radius: 20px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / .1)
}

.latest_pic {
    width: 100%;
    height: 153px;
    object-fit: cover
}

.latest_content {
    display: grid;
    row-gap: 8px;
    padding: 10px 10px 20px
}

.latest_text {
    line-height: 1.5;
    color: #333;
    color: var(--theme-light, #101217) var(--theme-dark, #cecece)
}

.latest_btn {
    column-gap: 10px;
    margin-top: 8px
}

.latest_btn::after {
    width: 10px;
    height: 10px;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='none'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M8.98 4.68c.18.18.18.46 0 .64L5.52 8.78a.45.45 0 0 1-.64 0l-.2-.2a.45.45 0 0 1 0-.64l2.63-2.62a.45.45 0 0 0 0-.64L4.7 2.05a.45.45 0 0 1 0-.64l.19-.19a.45.45 0 0 1 .64 0l3.46 3.46ZM1.86 1.22a.45.45 0 0 0-.64 0l-.2.2a.45.45 0 0 0 0 .63l2.63 2.63c.17.18.17.46 0 .64L1.02 7.94a.45.45 0 0 0 0 .65l.2.19c.17.18.46.18.64 0L5 5.63c.88.88.66.66 0 0l.3-.3a.45.45 0 0 0 0-.65L1.87 1.22Z' clip-rule='evenodd'/%3E%3C/svg%3E")
}

.latest_pagination {
    display: grid;
    grid-auto-flow: column;
    justify-content: center;
    margin-top: 24px
}

@media (min-width:640px) {
    .latest_pagination {
        display: none
    }
}

[dir=rtl] .latest_btn::after {
    transform: scaleX(-1)
}

.comments_wrapper {
    display: grid;
    grid-template-columns: min(100%, 564px);
    justify-content: center;
    max-width: 832px;
    padding: 32px 14px;
    margin-inline: auto;
    background-color: var(--theme-light, #fff) var(--theme-dark, #23262e);
    border-radius: 20px;
    box-shadow: 0 2px 14px 0 rgb(0 0 0 / .07)
}

.comments_title {
    margin-block: 0 24px;
    text-align: center
}

.comments_rate {
    display: grid;
    grid-auto-flow: column;
    column-gap: 24px;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    color: var(--theme-light, #848588) var(--theme-dark, #cecece)
}

.comments_rate_list {
    display: grid;
    grid-auto-flow: column;
    column-gap: 2px;
    justify-content: center
}

.comments_rate_list:hover .comments_rate_item {
    color: var(--yellow-light)
}

.comments_rate_item {
    padding: 1px;
    color: var(--yellow);
    cursor: pointer;
    transition: color 150ms ease-in-out
}

.comments_rate_item:hover~.comments_rate_item,
.comments_rate_item:focus-visible~.comments_rate_item,
.comments_rate_item:has(:checked)~.comments_rate_item {
    color: #ddd
}

.comments_rate_item input {
    display: none
}

.comments_btn {
    min-width: 217px;
    margin-top: 10px
}

.comments_list {
    display: grid;
    row-gap: 24px;
    width: calc(100% + 24px);
    max-height: unset !important;
    padding: 12px;
    margin-inline: -12px
}

@media (min-width:740px) {
    .comments_list {
        margin-block: 20px 30px
    }
}

@media (max-width:739.98px) {
    .comments_list {
        margin-block: 12px
    }
}

.comments_list:not(.show):has(.comments_item:nth-child(4)) .comments_item:nth-child(n+4) {
    display: none
}

.comments_list:has(.comments_item:nth-child(4))+.comments_more {
    display: block
}

.comments_more {
    display: none
}

.comments_item {
    display: grid;
    row-gap: 2px;
    padding-block: 24px;
    background-color: var(--theme-light, #fff) var(--theme-dark, #23262e);
    border-radius: 20px;
    box-shadow: 0 2px 14px 0 rgb(0 0 0 / .07)
}

@media (min-width:740px) {
    .comments_item {
        padding-inline: 24px
    }
}

@media (max-width:739.98px) {
    .comments_item {
        padding-inline: 16px
    }
}

.comments_top {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: flex-start;
    justify-content: space-between
}

.comments_heading {
    display: grid;
    grid-auto-flow: column;
    gap: 2px 10px;
    align-content: center
}

.comments_avatar {
    grid-row: span 2;
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%
}

.comments_name {
    align-self: end;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5
}

.comments_rating {
    display: flex;
    column-gap: 10px;
    align-items: center;
    align-self: start;
    font-size: 14px;
    line-height: 1;
    color: var(--theme-light, #111) var(--theme-dark, #cecece)
}

.comments_rating_stars {
    position: relative;
    width: 90px;
    height: 16px;
    margin-inline-start: -1px
}

.comments_rating_stars::before,
.comments_rating_stars::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ""
}

.comments_rating_stars::before {
    background-color: #eee;
    mask: url(https://linebets-eg.com/wp-content/themes/pbn-ar/css/./components/../../img/rating.svg)
}

.comments_rating_stars::after {
    background-color: var(--yellow);
    mask: url(https://linebets-eg.com/wp-content/themes/pbn-ar/css/./components/../../img/rating.svg), linear-gradient(to right, transparent calc(100% * var(--rating) / 5), #fff calc(100% * var(--rating) / 5), #fff 100%);
    mask-composite: subtract
}

.comments_date {
    display: grid;
    grid-auto-flow: column;
    column-gap: 10px;
    font-size: 12px;
    color: var(--theme-light, #848588) var(--theme-dark, #8a8c96)
}

.form {
    display: grid;
    gap: 14px 24px
}

@media (min-width:740px) {
    .form>:not(.form_group--half) {
        grid-column: span 2
    }
}

.form_group {
    display: grid;
    row-gap: 6px
}

.form_group:has(:user-invalid) .form_label {
    color: var(--red)
}

.form_label {
    font-size: 12px;
    line-height: 2;
    color: #848588
}

.form_label:has(+[required])::before {
    color: var(--red);
    content: "* "
}

.form_hint {
    font-style: italic;
    font-weight: 300
}

.form_input {
    padding: 11px 13px;
    font-size: 14px;
    line-height: 1.286;
    color: #23262e;
    background: var(--white);
    border: solid 1px #ddd;
    border-radius: 10px;
    transition: all 250ms ease-in-out
}

.form_input:focus {
    border-color: var(--theme-light, #23262e) var(--theme-dark, #2caf4d)
}

.form_input::placeholder {
    color: #848588
}

.form_input:user-invalid {
    border-color: var(--red)
}

.form_textarea {
    min-height: 103px
}

.form_check {
    position: relative;
    display: grid;
    grid-auto-flow: column;
    gap: 8px;
    align-items: center;
    justify-content: start;
    width: fit-content;
    font-size: 12px;
    color: #848588
}

.form_check::before {
    display: block;
    width: 16px;
    height: 16px;
    overflow: hidden;
    content: "";
    border: solid 1px #dbdbdb;
    border-radius: 3px
}

.form_check:has(.form_check_input:checked)::before {
    background: #dbdbdb url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%2323262e' d='M5.86 10.58 3.55 8.27a.66.66 0 1 0-.94.94L5.4 12c.26.26.68.26.94 0l7.05-7.06a.66.66 0 1 0-.94-.94l-6.59 6.58Z'/%3E%3C/svg%3E") no-repeat center center
}

.form_check_input {
    position: absolute;
    top: 50%;
    left: 0;
    width: 16px;
    height: 16px;
    pointer-events: none;
    opacity: 0;
    transform: translateY(-50%)
}

.form_btns {
    display: grid;
    gap: 14px 24px;
    margin-top: 10px
}

@media (min-width:640px) {
    .form_btns {
        grid-template-columns: repeat(2, 1fr)
    }
}

.page404 {
    display: grid;
    gap: 42px;
    padding-top: var(--space-outer)
}

@media (min-width:1200px) {
    .page404 {
        grid-auto-flow: column;
        align-items: center;
        justify-content: space-between
    }
}

.page404_content {
    display: grid;
    row-gap: 15px;
    justify-items: start
}

@media (min-width:1200px) {
    .page404_content {
        max-width: 348px
    }
}

@media (max-width:1199.98px) {
    .page404_content {
        justify-items: center;
        text-align: center
    }
}

@media (min-width:1200px) {
    .page404_content .btn {
        margin-top: 27px
    }
}

@media (max-width:1199.98px) {
    .page404_content .btn {
        margin-top: 9px
    }
}

.page404_descr {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3
}

@media (max-width:1199.98px) {
    .page404_descr {
        font-size: 16px
    }
}

@media (min-width:740px) and (max-width:1199.98px) {
    .page404_descr {
        line-height: 1.55
    }
}

@media (max-width:1199.98px) {
    .page404_pic {
        order: -1
    }
}

.toTopBtn {
    position: fixed;
    right: var(--container-padding);
    bottom: var(--container-padding);
    z-index: 4;
    display: grid;
    place-items: center;
    width: var(--size);
    height: var(--size);
    color: var(--body-bg);
    visibility: hidden;
    background-color: var(--green-theme);
    border-radius: 50%;
    opacity: 0;
    transition: all 250ms ease-in-out
}

.toTopBtn:hover,
.toTopBtn:focus-visible {
    transform: scale(1.1)
}

.toTopBtn.show {
    visibility: visible;
    opacity: 1
}

@media (min-width:740px) {
    .toTopBtn {
        --size: 60px;
        --icon-size: 44px
    }
}

@media (max-width:739.98px) {
    .toTopBtn {
        --size: 44px;
        --icon-size: 28px
    }
}

.toTopBtn_icon {
    width: var(--icon-size);
    height: var(--icon-size)
}

.footer {
    padding-bottom: 20px;
    color: var(--white);
    background-color: var(--theme-light, #1a1b1f) var(--theme-dark, #0f1014)
}

@media (min-width:1200px) {
    .footer {
        padding-top: 40px;
        margin-top: 100px
    }
}

@media (max-width:1199.98px) {
    .footer {
        padding-top: 20px;
        margin-top: var(--space-outer)
    }
}

.footer_inner {
    display: grid;
    row-gap: 24px
}

@media (min-width:740px) and (max-width:1199.98px) {
    .footer_inner {
        row-gap: 40px
    }
}

.footer_top {
    display: grid;
    gap: 24px 60px;
    align-items: start
}

@media (min-width:1200px) {
    .footer_top {
        grid-template-columns: 420px 1fr auto
    }
}

@media (min-width:1024px) and (max-width:1199.98px) {
    .footer_top {
        grid-template-columns: 1fr auto
    }
}

.footer_info {
    display: grid;
    row-gap: var(--margin-block);
    font-size: 12px;
    line-height: 1.5
}

@media (max-width:1199.98px) {
    .footer_info {
        justify-items: center;
        text-align: center
    }
}

@media (min-width:1024px) and (max-width:1199.98px) {
    .footer_info {
        grid-column: span 2
    }
}

.footer_menu {
    gap: 24px 32px;
    align-items: flex-start
}

@media (min-width:1200px) {
    .footer_menu {
        justify-content: space-evenly
    }
}

@media (max-width:739.98px) {
    .footer_menu {
        margin-top: 16px
    }
}

.footer_contacts {
    display: grid;
    row-gap: 14px
}

@media (min-width:1200px) {
    .footer_contacts {
        width: min(100%, 360px)
    }
}

@media (max-width:1023.98px) {
    .footer_contacts {
        text-align: center
    }
}

.footer_contacts_list {
    display: grid;
    row-gap: 14px
}

@media (min-width:1024px) {
    .footer_contacts_list {
        justify-items: start
    }
}

@media (max-width:1023.98px) {
    .footer_contacts_list {
        justify-items: center;
        font-size: 14px
    }
}

.footer_contacts_item {
    display: grid;
    grid-auto-flow: column;
    column-gap: 6px;
    align-items: center;
    justify-content: start;
    color: #848588
}

.footer_contacts_item svg {
    color: var(--white)
}

.footer_contacts_link {
    display: block;
    padding: 5px;
    margin: -5px
}

.footer_contacts_link:hover,
.footer_contacts_link:focus-visible {
    color: var(--white)
}

.footer_socials {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: center;
    margin-top: 10px
}

@media (min-width:1024px) {
    .footer_socials {
        justify-items: start
    }
}

@media (max-width:1023.98px) {
    .footer_socials {
        justify-content: center
    }
}

.footer_socials a:hover,
.footer_socials a:focus-visible {
    color: var(--green-theme)
}

@media (max-width:1199.98px) {
    .footer_socials svg {
        width: 28px;
        height: 28px
    }
}

.footer_badges {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

@media (min-width:740px) {
    .footer_badges {
        gap: 30px
    }
}

@media (max-width:739.98px) {
    .footer_badges {
        gap: 18px;
        margin-top: 16px
    }
}

.footer_copy {
    font-size: 12px;
    color: #848588;
    text-align: center
}

[dir=rtl] .footer_contacts_item svg {
    transform: scaleX(-1)
}