@charset "UTF-8";

/* splibe-core */
@keyframes splide-loading{0%{transform:rotate(0)}100%{transform:rotate(1turn)}}.splide__track--draggable{-webkit-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none}.splide__track--fade>.splide__list>.splide__slide{z-index:0;margin:0!important;opacity:0}.splide__track--fade>.splide__list>.splide__slide.is-active{z-index:1;opacity:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__container{position:relative;box-sizing:border-box}.splide__list{display:flex;margin:0!important;padding:0!important;height:100%;backface-visibility:hidden}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;align-items:center;justify-content:center;margin:0;pointer-events:none;-ms-flex-align:center;-ms-flex-pack:center}.splide__pagination li{display:flex;list-style-type:none;margin:0;line-height:1;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{position:relative;flex-shrink:0;list-style-type:none!important;margin:0;box-sizing:border-box;backface-visibility:hidden;-ms-flex-negative:0}.splide__slide img{vertical-align:bottom}.splide__spinner{position:absolute;display:inline-block;contain:strict;margin:auto;border:2px solid #999;border-left-color:transparent;border-radius:50%;width:20px;height:20px;animation:splide-loading 1s linear infinite;inset:0}.splide__sr{position:absolute;overflow:hidden;margin:-1px;border:0;padding:0;width:1px;height:1px;clip:rect(0 0 0 0)}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{position:relative;z-index:0;overflow:hidden}

/* splibe-core */
/* wp-block-library */
.has-white-color {
    color: #fff
}

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

* + .wp-block-table {
    margin-top: 1rem;
}

wp-block-table {
    margin-top: 1rem;
}

.wp-block-table table {
    border-collapse: collapse;
    width: 100%;
    border-radius: var(--R);
    overflow: hidden;
    outline: 1px solid var(--border-color-table);
    outline-offset: -1px;
}

.wp-block-table td, .wp-block-table th {
    border: 1px solid;
    padding: .5em
}

.wp-block-table .has-fixed-layout {
    table-layout: fixed;
    width: 100%
}

.wp-block-table.aligncenter, .wp-block-table.alignleft, .wp-block-table.alignright {
    display: table;
    width: auto
}

.wp-block-video video {
    max-width: 100%
}

@media (width <= 767px) {
    .wp-block-table .has-fixed-layout {
        table-layout: auto
    }
}

/* wp-block-library */
/* normalize */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    margin: 0.67em 0;
    font-size: 2em;
}

hr {
    overflow: visible;
    height: 0;
    box-sizing: content-box;
}

a {
    background-color: transparent;
}

b,
strong {
    font-weight: bolder;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

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

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}


[type="checkbox"],
[type="radio"] {
    padding: 0;
    box-sizing: border-box;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/* normalize */
/* global */
:root {
    --display-width: 1180px;
    --offsets: 16px;
    --ff-primary: -apple-system,
    blinkmacsystemfont,
    "Segoe UI",
    roboto,
    oxygen,
    ubuntu,
    cantarell,
    "Open Sans",
    "Helvetica Neue",
    sans-serif;
    --ff-secondary: -apple-system,
    blinkmacsystemfont,
    "Segoe UI",
    roboto,
    oxygen,
    ubuntu,
    cantarell,
    "Open Sans",
    "Helvetica Neue",
    sans-serif;
    --font-text: normal 400 16px/24px var(--ff-primary);
    --font-H1: normal 800 34px/40px var(--ff-secondary);
    --font-H2: normal 800 36px/44px var(--ff-secondary);
    --font-H3: normal 800 22px/24px var(--ff-secondary);
    --font-H4: normal 700 20px/24px var(--ff-secondary);
    --font-comment: normal 500 14px/20px var(--ff-primary);
    --font-menu-item: normal 500 14px/16px var(--ff-primary);
    --font-button: normal 700 16px/24px var(--ff-primary);
    --font-link: italic 700 16px/24px var(--ff-primary);
    --font-subtext: normal 400 14px/20px var(--ff-primary);
    --font-subtext-bold: normal 700 14px/20px var(--ff-primary);
    --font-accent-text: normal 700 18px/24px var(--ff-primary);
    --bg-wrapper-accent: #000;
    --R-image: 12px;
    --R: 8px;
    --R-button: 32px;
    --transition: all 0.2s ease-in-out;

    /*  Font colors  */
    --color-text: #3E3E3E;
    --color-heading: #000;
    --primary-accent: #ee2;
    --color-link: #292621;

    /* Bg colors */
    --bg-body: #f5f4f1;
    --bg-block: #fff;

    /* mobile-button */
    --bg-mobile-aside: #000;
    --color-mobile-aside-text: #fff;


    /* Buttons */
    --color-main-button: #292621;
    --bg-main-button: #EE2;
    --bs-main-button: 0 0 20px 0 rgb(248 255 19 / 30%);
    --color-main-button:  #292621;
    --bg-second-button: #fff;
    --bs-second-button: 0 0 20px 0 rgb(255 255 255 / 16%);
    --color-third-button: #fff;
    --bg-third-button: #292621;
    --bs-third-button: none;

    /* table */
    --bg-table: #fff;
    --border-color-table: #3E3E3E;
    --bg-table-th: #000;
    --color-table-th: #fff;
    --color-table-td: #3E3E3E;

    /* header */
    --bg-header: #292621;
    --color-header-navigation-link: #fff;
    --color-header-navigation-link-hover: #c3bfbf;

    /* footer */
    --bg-footer: #000;
    --color-footer-navigation-link: #fff;
    --color-footer-navigation-link-hover: #c3bfbf;
    --color-footer-text: #cecece;

    /* breadcrumbs */
    --bg-breadcrumbs: #000;
    --color-breadcrumbs-link: #EE2;
    --color-breadcrumbs-link-current: #fff;

    /* toc */
    --bg-toc: #000;
    --color-toc-title: #fff;
    --color-toc-item: #fff;
    --color-toc-item-hover: #ee2;

    /* faq */
    --color-faq-title: #fff;
    --bg-faq-item: #fff;

    /* scroll-to-top */
    --bg-scroll-to-top: #000;
    --color-arrow-scroll-to-top: #fff;

    /* slots */
    --bg-slot: #000;
    --color-slot-popup-title: #fff;

    /* scroll-to-top */
    --color-accent: #e50539;
    --color-body-thumb: #e50539;
    --color-body-track: #e505391a;
    --color-mobile-aside-bg: #3d123f;
    --color-bonus-bg: #2b0135;
    --color-bonus-accent: #c302ff;
    --color-bg-lang-switch: #3C3C3C;
    --divider: #2C2C2C;
    --gradient-block: linear-gradient(107deg, #4b4b4b 0, #292621 100%);
    --icon-arrow-right-yellow: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'><path d='M20 12L4 12' stroke='%23EEEE22' stroke-width='1.5'/><path d='M14 6L20 12L14 18' stroke='%23EEEE22' stroke-width='1.5'/></svg>");
    --icon-arrow-right-black: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'><path d='M20 12L4 12' stroke='%23000000' stroke-width='1.5'/><path d='M14 6L20 12L14 18' stroke='%23000000' stroke-width='1.5'/></svg>");
    --icon-list-marker: url("data:image/svg+xml,<svg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M4 4H14L12 12H2L4 4Z' fill='%23EEEE22'/></svg> ");
    --icon-calendar: url("data:image/svg+xml,<svg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M3.833 5.833A1.667 1.667 0 0 1 5.5 4.167h10a1.667 1.667 0 0 1 1.667 1.666v10A1.667 1.667 0 0 1 15.5 17.5h-10a1.667 1.667 0 0 1-1.667-1.667v-10ZM13.833 2.5v3.333M7.167 2.5v3.333M3.833 9.167h13.334' stroke='%233E3E3E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/><path d='M7.167 12.5h1.666v1.667H7.167V12.5Z' stroke='%233E3E3E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    --icon-arrow-slider: url("data:image/svg+xml,<svg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='m5 14 6-6-6-6' stroke='%23292621' stroke-width='2'/></svg>");
    --icon-mobile-button-gift: url("data:image/svg+xml,<svg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M12 6C12 3.418 9.339.836 7.565 2.557 5.79 4.28 8.452 6 12 6ZM12 6c0-2.582 2.661-5.164 4.435-3.443C18.21 4.28 15.548 6 12 6Z' stroke='%23EE2'/><path d='M5 13h14v6.5a.5.5 0 0 1-.5.5h-13a.5.5 0 0 1-.5-.5V13ZM4.5 6.5A.5.5 0 0 1 5 6h14a.5.5 0 0 1 .5.5v6a.5.5 0 0 1-.5.5H5a.5.5 0 0 1-.5-.5v-6Z' fill='%23fff'/><path fill='%23EE2' d='M11 6h2v7h-2zM11 13h2v7h-2z'/><path d='M5 13h14v.5H5V13Z' fill='%23000' fill-opacity='.2'/></svg>");
    --icon-plus: url("data:image/svg+xml,<svg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M12 6C12 3.418 9.339.836 7.565 2.557 5.79 4.28 8.452 6 12 6ZM12 6c0-2.582 2.661-5.164 4.435-3.443C18.21 4.28 15.548 6 12 6Z' stroke='%23EE2'/><path d='M5 13h14v6.5a.5.5 0 0 1-.5.5h-13a.5.5 0 0 1-.5-.5V13ZM4.5 6.5A.5.5 0 0 1 5 6h14a.5.5 0 0 1 .5.5v6a.5.5 0 0 1-.5.5H5a.5.5 0 0 1-.5-.5v-6Z' fill='%23fff'/><path fill='%23EE2' d='M11 6h2v7h-2zM11 13h2v7h-2z'/><path d='M5 13h14v.5H5V13Z' fill='%23000' fill-opacity='.2'/></svg>");
    --icon-minus: url("data:image/svg+xml,<svg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M12 6C12 3.418 9.339.836 7.565 2.557 5.79 4.28 8.452 6 12 6ZM12 6c0-2.582 2.661-5.164 4.435-3.443C18.21 4.28 15.548 6 12 6Z' stroke='%23EE2'/><path d='M5 13h14v6.5a.5.5 0 0 1-.5.5h-13a.5.5 0 0 1-.5-.5V13ZM4.5 6.5A.5.5 0 0 1 5 6h14a.5.5 0 0 1 .5.5v6a.5.5 0 0 1-.5.5H5a.5.5 0 0 1-.5-.5v-6Z' fill='%23fff'/><path fill='%23EE2' d='M11 6h2v7h-2zM11 13h2v7h-2z'/><path d='M5 13h14v.5H5V13Z' fill='%23000' fill-opacity='.2'/></svg>");

    /* z-index */
    --z-header: 10;
    --z-menu: 100;
    --z-languages-switcher: 110;
    --z-mobile-button: 80;
    --z-scroll-top-top: 70;
    --z-content: 5;
    --z-popup: 90;

}

@media (width <= 1023px) {
    --font-H1: normal 800 26px/32px var(--ff-secondary);
    --font-H2: normal 800 24px/32px var(--ff-secondary);
}

* {
    box-sizing: border-box;
    font-family: inherit;
}

[data-sf-a] {
    cursor: pointer;
}

html {
    font-size: 17px
}

.page,
.post,
.categoty,
.error404 {
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    height: 100vh;
    font: var(--font-text);
    color: var(--color-text);
    background-color: var(--bg-body);
}

.page-main,
.post-main,
.page-404 {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
}

main {
    flex-grow: 1;
}

h1 {
    font: var(--font-H1);
    color: var(--color-heading);
}

h2 {
    font: var(--font-H2);
    color: var(--color-heading);
}

h3 {
    font: var(--font-H3);
    color: var(--color-heading);
}

h4, h5, h6 {
    font: var(--font-H4);
    color: var(--color-heading);
}

a:not([class]) {
    font: var(--font-link);
    color: var(--color-link);
    transition: var(--transition);
}

@media (hover: hover) {
    a:hover {
        text-decoration: none;
    }
}

img {
    vertical-align: middle;
    shape-margin: 1rem;
    width: 100%;
    height: auto;
    max-width: 100%;
    font-style: italic;
    background-size: cover;
    background-repeat: no-repeat;
}

.visually-hidden {
    position: absolute;
    clip-path: inset(100%);
    overflow: hidden;
    margin: -1px;
    border: 0;
    padding: 0;
    width: 1px;
    height: 1px;
    white-space: nowrap;
    clip: rect(0 0 0 0);
}

.list-reset {
    list-style: none;
    margin: 0;
    padding: 0;
}

.page-404 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem var(--offsets);
    background-image: url("../images/404.png");
    background-position: -100px;
}

.last-modified-date {
    display: inline-block;
    margin: 1rem auto;
    border-radius: 5px;
    padding: 10px 30px;
    width: 100%;
    font-weight: 700;
    text-align: center;
    background: var(--clr-bg-block);
}

.parimatchhcomgh-container {
    margin: 0 auto;
    padding: 0 var(--offsets);
    max-width: 1440px
}

* + .mt {
    margin-top: 2rem;
}

._scroll-lock {
    overflow: hidden;
}

._button {
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border: none;
    border-radius: var(--R-button);
    padding: 16px 32px;
    font: var(--font-button);
    text-align: center;
    text-decoration: none;
    transform-origin: center;
    transition: var(--transition);
    will-change: transform;
    gap: 10px;
}

._button:has(svg) {
    padding: 10px 32px;
}

._button svg {
    flex-shrink: 0;
    fill: currentcolor;
}

._button--main {
    box-shadow: var(--bs-main-button);
    color: var(--color-main-button);
    background: var(--bg-main-button);
}

._button--second {
    box-shadow: var(--bs-second-button);
    color: var(--color-second-button);
    background: var(--bg-second-button);
}

._button--third {
    box-shadow: var(--bs-third-button);
    color: var(--color-the  -button);
    background: var(--bg-third-button);
}

._button:active {
    scale: 0.98;
}

@media (hover: hover) {
    ._button:hover {
        cursor: pointer;
        scale: 0.98;
    }
}

@keyframes animation-engine {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Global */
/* wp-blocks */
.wp-block-heading:not(.has-text-color) {
    color: var(--color-heading);
}

.wp-block-heading span {
    color: var(--primary-accent);
}

.wp-block-table {
    overflow: auto
}

.wp-block-table table {
    border-collapse: collapse;
    width: 100%
}

.wp-block-table thead {
    border: none
}

.wp-block-table td, .wp-block-table th {
    border: 1px solid var(--border-color-table);
    padding: 14px 16px;
}

.wp-block-table th {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: var(--color-table-th);
    background-color: var(--bg-table-th);
}

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

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

ol.wp-block-list,
ul.wp-block-list {
    counter-reset: myCounter;
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
    gap: 8px;
}

ol.wp-block-list li::before {
    counter-increment: myCounter;
    content: counter(myCounter) ".";
    display: inline-block;
    padding: 0 .5rem 0 0;
    width: auto;
    height: auto;
    font-family: var(--ff-secondary);
    font-weight: 800;
    font-style: italic;
    font-size: 20px;
    text-align: center;
    color: var(--color-heading);
}

ul.wp-block-list li::before {
    content: var(--icon-list-marker);
    display: inline-block;
    padding: 0 .5rem 0 0;
    width: auto;
    height: auto;
    text-align: center;
    transform: translateY(3px)
}

/* wp-blocks */
/* language-switcher */
.theme14-languages-switcher {
    position: relative;
    z-index: var(--z-languages-switcher);
    display: flex;
    flex-shrink: 0;
    border-radius: 4px;
    padding: 2px;
    width: fit-content;
    min-width: 40px;
    color: #fff;
    background: var(--color-bg-lang-switch);
}

.theme14-languages-switcher__list-wrapper {
    position: absolute;
    right: 0;
    top: 50px;
    border-radius: 0 0 4px 4px;
    padding: 10px 0;
    width: max-content;
    background-color: transparent;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.theme14-languages-switcher__list-title {
    margin: 0 0 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    white-space: nowrap;
    text-align: right;
    color: #fff;
}

.theme14-languages-switcher__list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    list-style: none;
    margin: 0;
    border-radius: 5px;
    padding: 0;
    background: var(--color-bg-lang-switch);
}

.theme14-languages-switcher__item {
    position: relative;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-start;
    padding: 0 8px;
    width: 100%;
    height: 32px;
    white-space: nowrap;
    text-decoration: none;
    color: #fff;
    gap: 6px;
}

.theme14-languages-switcher__lang {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    gap: 5px;
}

.theme14-languages-switcher__lang::before {
    content: "";
    position: absolute;
    inset: 0;
}

.theme14-languages-switcher._show .theme14-languages-switcher__list-wrapper {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

@media (width <= 1023px) {
    .theme14-languages-switcher__list {
        justify-content: flex-start;
        overflow-y: auto;
        padding-bottom: 16px;
        max-height: 380px;
    }

    .theme14-languages-switcher__list-wrapper::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 10px;
        z-index: var(--z-languages-switcher);
        height: 24px;
        background: linear-gradient(0deg, var(--color-bg-block) 30%, transparent);
        pointer-events: none;
    }
}

@media (width <= 767px){
    .theme14-languages-switcher {
        margin-left: auto;
    }

    .theme14-languages-switcher__list-wrapper {
        left: auto;
        right: 0;
        top: 32px;
    }

    .theme14-languages-switcher__list-title {
        display: none;
    }
}

@media (hover: hover) {
    .theme14-languages-switcher__item:hover {
        background-color: #fff3;
        transition: var(--transition);
    }
}

/* language-switcher */
/* header */
.parimatchhcomgh-page-header {
    position: relative;
    z-index: var(--z-header);
    padding: 12px 0;
    background: var(--bg-header);
}

.parimatchhcomgh-page-header__container {
    display: flex;
    align-items: center;
    gap: 8px 20px;
}

.parimatchhcomgh-page-header__logo {
    margin-right: auto;
}

.parimatchhcomgh-page-header__logo img {
    width: auto;
    max-height: 40px;
    object-fit: contain;
}

.parimatchhcomgh-page-header__burger {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    order: 10;
    border: none;
    width: 44px;
    height: 44px;
    background: none;
    gap: 6px;
}

.parimatchhcomgh-page-header__burger span {
    display: block;
    width: 27px;
    height: 3px;
    background: var(--color-header-navigation-link);
}

.parimatchhcomgh-page-header__buttons {
    display: flex;
    align-items: center;
    margin-left: auto;
    gap: 8px;
}

@media (width <= 1500px) {
    .parimatchhcomgh-page-header__container {
        flex-wrap: wrap;
    }

    .parimatchhcomgh-page-header__nav {
        display: none;
    }

    .parimatchhcomgh-page-header__burger {
        display: flex;
    }

    .parimatchhcomgh-main-nav__item--has-children .parimatchhcomgh-main-nav__link {
        width: fit-content;
    }

    .parimatchhcomgh-main-nav__item--has-children .parimatchhcomgh-sub-menu__link {
        width: 100%;
    }
}

@media (width <= 767px) {
    .parimatchhcomgh-page-header__logo {
        margin-right: auto;
    }

    .parimatchhcomgh-page-header__buttons {
        flex-basis: 100%;
        order: 4;
    }

    .parimatchhcomgh-page-header__button {
        flex-grow: 1;
        padding: 14px 10px;
        font-size: 14px;
        line-height: 16px;
    }

    .parimatchhcomgh-page-header__burger {
        order: 3;
    }
}

/* header */
/* sub-menu-arrow */
.sub-menu-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    color: var(--color-header-navigation-link);
}

.sub-menu-arrow svg {
    width: 16px;
    height: 16px;
    stroke: currentcolor;
    transition: var(--transition);
}

@media (width <= 1500px) {
    .sub-menu-arrow {
        flex-grow: 1;
        justify-content: flex-end;
        height: 40px;
    }
}

/* sub-menu-arrow */
/* main-nav */
.parimatchhcomgh-main-nav__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 40px;
}

.parimatchhcomgh-main-nav__item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.parimatchhcomgh-main-nav__link {
    display: inline-block;
    width: 100%;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    text-decoration: none;
    color: var(--color-header-navigation-link);
    transition: var(--transition);
}

.parimatchhcomgh-sub-menu {
    position: absolute;
    left: 0;
    top: calc(100% + 36px);
    display: none;
    flex-direction: column;
    border-radius: var(--R);
    padding: 8px;
    width: max-content;
    background: var(--bg-header);
    gap: 8px;
    translate: -25% 0;
}

.parimatchhcomgh-sub-menu::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -36px;
    height: 36px;
}

@media (hover: hover) and (width >=  1500px) {
    .parimatchhcomgh-main-nav__item--has-children:hover .parimatchhcomgh-sub-menu {
        display: flex;
    }

    .parimatchhcomgh-main-nav__item--has-children:hover .sub-menu-arrow svg {
        rotate: 180deg;
    }
}

@media (hover: hover) {
    .parimatchhcomgh-main-nav__link:hover {
        color: var(--color-header-navigation-link-hover);
    }
}

@media (width <= 1500px) {
    .parimatchhcomgh-page-header {
        padding: 8px 0;
    }

    .parimatchhcomgh-main-nav {
        flex-basis: 100%;
        order: 12;
        mask: linear-gradient(180deg, transparent, white 20px);
        overflow: hidden auto;
        height: calc(100svh - var(--height));
    }

    .parimatchhcomgh-main-nav._active {
        display: flex;
    }

    .parimatchhcomgh-main-nav__list {
        flex-flow: column nowrap;
        width: 100%;
    }

    .parimatchhcomgh-main-nav__item {
        flex-wrap: wrap;
        width: 100%;
    }

    .parimatchhcomgh-main-nav__link {
        padding: 10px 0;
    }

    .parimatchhcomgh-main-nav__link:has(+ .parimatchhcomgh-main-nav__sub-menu-arrow) {
        width: fit-content;
    }

    .parimatchhcomgh-main-nav__sub-menu-arrow {
        flex-grow: 1;
        align-self: stretch;
        justify-content: flex-end;
        height: auto;
    }

    .parimatchhcomgh-sub-menu::before {
        display: none;
    }

    .parimatchhcomgh-sub-menu {
        position: static;
        flex-basis: 100%;
        padding: 0;
        translate: none;
    }

    .parimatchhcomgh-main-nav__item--has-children._active .parimatchhcomgh-sub-menu {
        display: flex;
    }

    .parimatchhcomgh-main-nav__item--has-children._active .sub-menu-arrow svg {
        rotate: 180deg;
    }

    .parimatchhcomgh-sub-menu__item {
        position: relative;
    }

    .parimatchhcomgh-sub-menu__item::before {
        content: "";
        position: absolute;
        left: 4px;
        top: 0;
        bottom: -8px;
        width: 1px;
        background: var(--color-header-navigation-link);
        opacity: 0.5;
    }

    .parimatchhcomgh-sub-menu__item:last-child::before {
        bottom: 0;
    }

    .parimatchhcomgh-sub-menu__link {
        padding-left: 16px;
    }
}

/* main-nav */
/* wrapper */
.parimatchhcomgh-wrapper {
    margin-top: 3rem;
    border-bottom: 1px solid #0000001A;
    padding-bottom: 3rem;
}

.parimatchhcomgh-wrapper:last-child {
    border: none;
}

.parimatchhcomgh-wrapper--accent {
    margin: 0;
    border: none;
    padding: 2rem 0;
    background: var(--bg-wrapper-accent);
}

.parimatchhcomgh-wrapper > * {
    margin-right: auto;
    margin-left: auto;
    max-width: 1180px;
}

.parimatchhcomgh-wrapper > *:first-child {
    margin-top: 0;
}

.parimatchhcomgh-wrapper > *:not(:first-child) {
	margin-top: 1rem;
}

@media (width <= 1236px) {
    .parimatchhcomgh-wrapper > * {
        margin-right: var(--offsets);
        margin-left: var(--offsets);
        max-width: calc(100% - var(--offsets) * 2);
    }
}

@media (width <= 1023) {
    .parimatchhcomgh-wrapper {
        margin-top: 1.5rem;
        padding-bottom: 1.5rem
    }

    .parimatchhcomgh-wrapper--accent {
        padding-top: 24px;
        padding-bottom: 24px;
    }
}

/* wrapper */
/* text-image */
.parimatchhcomgh-text-image {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    gap: 20px 32px;
}

.parimatchhcomgh-text-image__content > *:first-child {
    margin-top: 0;
}

.parimatchhcomgh-text-image__content > *:last-child {
    margin-bottom: 0;
}

.parimatchhcomgh-text-image__content > :not(:first-child) {
	margin-top: 1rem;
}

.parimatchhcomgh-text-image.reversed .parimatchhcomgh-text-image__content {
    order: 2;
}

.parimatchhcomgh-text-image__image {
    border-radius: var(--R-image);
    width: 100%;
    height: fit-content;
    max-height: 600px;
    object-fit: contain
}

@media (width <= 1023px) {
    .parimatchhcomgh-text-image {
        grid-template-columns: 1fr;
    }

    .parimatchhcomgh-text-image.reversed .parimatchhcomgh-text-image__content {
        order: 0;
    }
}

/* text-image */
/* relink */
.parimatchhcomgh-relink__list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    width: 100%;
    gap: 1rem;
}

.parimatchhcomgh-relink__item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    border-radius: var(--R);
    padding: 4px 12px;
    width: 100%;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background: #171716;
    transition: var(--transition);
}

.parimatchhcomgh-relink__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px
}

.parimatchhcomgh-relink__title {
    margin: 0;
}

.parimatchhcomgh-relink__button {
    display: flex;
    align-items: center;
    border: none;
    padding: 6px 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: var(--primary-accent);
    background: none;
    cursor: pointer;
    gap: 8px;
}

.parimatchhcomgh-relink__button::before {
    content: "";
    position: absolute;
    z-index: var(--z-content);
    inset: 0;
}

.parimatchhcomgh-relink__button::after {
    content: var(--icon-arrow-right-yellow);
    width: 24px;
    height: 24px;
    transition: var(--transition);
}

.parimatchhcomgh-relink__image {
    margin: -4px -12px -4px 0;
    width: 72px;
    height: 72px;
    object-fit: contain;
}

@media (hover: hover) {
    .parimatchhcomgh-relink__button:hover::after {
        translate: 8px 0;
    }
}

/* relink */
/* breadcrumbs */
.parimatchhcomgh-breadcrumbs {
    border-top: 1px solid var(--divider);
    border-bottom: 1px solid var(--divider);
    padding: 4px 0;
    background: var(--bg-breadcrumbs);
}

.parimatchhcomgh-breadcrumbs__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: calc(1180px + 2 * var(--offsets));
    gap: 8px;
}

.parimatchhcomgh-breadcrumbs__link {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 32px;
    text-decoration: none;
    text-transform: uppercase;
    color: var(--color-breadcrumbs-link);
    gap: 8px;
}

.parimatchhcomgh-breadcrumbs__link svg {
    stroke: var(--color-breadcrumbs-link);
}

.parimatchhcomgh-breadcrumbs__link--no-active {
    color: var(--color-breadcrumbs-link-current);
}

@media (hover: hover) {
    a.parimatchhcomgh-breadcrumbs__link:hover {
        color: var(--color-breadcrumbs-link-current);
    }
}

/* breadcrumbs */
/* toc */
.parimatchhcomgh-toc {
    background: var(--bg-toc);
    border-radius: var(--R);
}

.parimatchhcomgh-toc__title {
    display: flex;
    align-self: center;
    justify-content: space-between;
    margin: 0;
    padding: 32px;
    font: var(--font-H3);
    color: var(--color-toc-title);
    gap: 1rem;
}

.parimatchhcomgh-toc__title svg {
    flex-shrink: 0;
    stroke: currentcolor;
}

.parimatchhcomgh-toc ol,
.parimatchhcomgh-toc ul {
    position: relative;
    display: none;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    margin: 0;
    padding: 0 32px 32px;
    gap: 16px;
}

.parimatchhcomgh-toc._active ol,
.parimatchhcomgh-toc._active ul {
    display: grid;
}

.parimatchhcomgh-toc ol::before,
.parimatchhcomgh-toc ul::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -16px;
    height: 1px;
    background: var(--divider);

}

.parimatchhcomgh-toc--auto ol,
.parimatchhcomgh-toc--auto ul {
    grid-template-columns: 1fr;
}

.parimatchhcomgh-toc li {
    margin-left: 24px;
    color: var(--color-toc-item);
}

.parimatchhcomgh-toc a {
    font-style: normal;
    text-decoration: none;
    color: var(--color-toc-item);
}

@media (hover: hover) {
    .parimatchhcomgh-toc a:hover {
        color: var(--color-toc-item-hover);
    }
}

/* toc */
/* how-to */
.parimatchhcomgh-how-to {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.parimatchhcomgh-how-to__item {
    position: relative;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    border: 1px solid var(--divider);
    border-radius: var(--R);
    padding: 1.5rem;
    width: 100%;
    gap: 2rem;
}

.parimatchhcomgh-how-to__item:not(:last-child)::after {
    content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='24' rx='12' fill='%23EEEE22'/%3E%3Cpath d='M6 9L12 15L18 9' stroke='%23292621' stroke-width='2'/%3E%3C/svg%3E");
    position: absolute;
    left: 50%;
    bottom: -34px;
    width: 24px;
    height: 24px;
    transform: translateX(-50%)
}

.parimatchhcomgh-how-to__content {
    padding-top: 40px;
}

.parimatchhcomgh-how-to__counter {
    position: absolute;
    left: 24px;
    top: 24px;
    display: block;
    border-radius: var(--R);
    padding: 8px 12px;
    width: fit-content;
    font-weight: 800;
    font-size: 18px;
    text-transform: uppercase;
    color: var(--color-heading);
    background: var(--primary-accent);
}

.parimatchhcomgh-how-to__button {
    margin-top: 1rem;
    width: fit-content;
}

.parimatchhcomgh-how-to__image {
    border-radius: var(--R-image);
    width: 100%;
    height: auto;
    object-fit: contain;
}

@media (width <= 1280px) {
    .parimatchhcomgh-how-to__item {
        grid-template-columns: 1fr;
        padding: 64px 12px 12px;
        gap: 1rem;
    }

    .parimatchhcomgh-how-to__counter {
        left: 12px;
        top: 12px;
    }

    .parimatchhcomgh-how-to__content {
        padding: 0;
    }

    .parimatchhcomgh-how-to__content > *:first-child {
        margin-top: 0;
    }

    .parimatchhcomgh-how-to__content > *:last-child {
        margin-bottom: 0;
    }

    .parimatchhcomgh-how-to__image {
        order: -2;
    }
}

@media (width <= 550px) {
    .parimatchhcomgh-how-to__button {
        width: 100%;
    }
}

/* how-toc */
/* content-buttons */
.parimatchhcomgh-content-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 16px;
}

.parimatchhcomgh-content-buttons.align-center {
    justify-content: center;
}

/* content-buttons */
/* bonuses */

.parimatchhcomgh-bonus {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    width: 100%;
    gap: 1rem;
}

.parimatchhcomgh-bonus__item {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: var(--R);
    background: var(--gradient-block);
}

.parimatchhcomgh-bonus__image {
    width: 100%;
    height: auto;
    object-fit: contain
}

.parimatchhcomgh-bonus__content {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    padding: 16px;
    gap: 4px
}

.parimatchhcomgh-bonuses-section__bonus-tag {
    display: block;
    margin: 0 0 8px;
    font-weight: 400;
    font-size: .875rem;
    line-height: 1.125rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #777
}

.parimatchhcomgh-bonus__tag {
    display: block;
    margin: 0 0 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #777;
}

.parimatchhcomgh-bonus__name {
    font-weight: 700;
    color: #fff;
}

.parimatchhcomgh-bonus__description {
    display: block;
    margin: 0 0 auto;
    border-radius: 4px;
    padding: 8px;
    width: fit-content;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: var(--primary-accent);
    background: rgb(255 255 255 / 8%)
}

.parimatchhcomgh-bonus__button {
    display: block;
    margin: 16px 0 0;
    width: 100%;
    max-width: unset
}

/* bonus */
/* bonus-slider */
.splide {
    position: relative;
}

.splide__navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
    gap: 12px;
}

.splide__arrows {
    display: contents;
}

.splide__arrow {
    position: relative;
    border: none;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    transition: var(--transition);
    cursor: pointer;
}

.splide__arrow::before {
    content: var(--icon-arrow-slider);
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: var(--z-content);
    display: flex;
    width: 16px;
    height: 16px;
    pointer-events: none;
    translate: -50% -50%;
}

.splide__arrow--prev {
    order: -1;
    rotate: -180deg;
}

.splide__pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    gap: 8px;
}

.splide__pagination__page {
    border: none;
    border-radius: 100%;
    padding: 0;
    width: 8px;
    height: 8px;
    background: #E3E3E3;
}

.splide__pagination__page.is-active {
    background: var(--color-heading);
}

.parimatchhcomgh-bonus-slider {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    overflow: hidden;
    border-radius: var(--R-image);
    min-height: 140px;
    background: linear-gradient(0deg, #222, #2220);
}

.parimatchhcomgh-bonus-slider__content {
    margin-top: auto;
    padding: 12px;
    max-width: 400px;
}

.parimatchhcomgh-bonus-slider__text {
    margin: 0;
    font-weight: 500;
    color: #fff;
}

.parimatchhcomgh-bonus-slider__image {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    inset: 0;
}

.parimatchhcomgh-bonus-slider__button {
    margin-top: 12px;
}

.splide--full .parimatchhcomgh-bonus-slider__image {
    position: static;
    object-fit: contain;
}

.splide--full .parimatchhcomgh-bonus-slider__content {
    position: absolute;
    left: 0;
    bottom: 0;
}

@media (hover: hover) {
    .splide__arrow:hover,
    .splide__pagination__page:hover {
        background: #00000010;
    }
}

@media (width <= 640px) {
    .parimatchhcomgh-bonus-slider {
        min-height: 280px;
    }

    .splide--full .parimatchhcomgh-bonus-slider__image {
        position: static;
        object-fit: cover;
    }
}

/* bonus-slider */
/* category */
.parimatchhcomgh-categories {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    border-radius: var(--R);
    padding: 24px;
    width: 100%;
    background: #fff;
    gap: 1rem;
}

.parimatchhcomgh-categories__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: var(--R);
    transition: var(--transition);
    gap: 8px;
}

.parimatchhcomgh-categories__image-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 16px;
    width: 96px;
    height: 96px;
    background: #f5f4f1;
}

.parimatchhcomgh-categories__text {
    text-align: center;
    color: var(--color-heading);
}

@media (hover: hover) {
    .parimatchhcomgh-categories__item[data-sf-a]:hover {
        background: #f5f4f1;
    }
}

@media (width <= 767px) {
    .parimatchhcomgh-categories {
        padding: 16px;
    }
}

/* category */
/* slots */
.parimatchhcomgh-slots {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
    gap: 1rem
}

.parimatchhcomgh-slots__item {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.parimatchhcomgh-slots__inner {
    position: relative;
    overflow: hidden;
    border-radius: var(--R);
    width: 100%
}

.parimatchhcomgh-slots__buttons {
    position: absolute;
    left: -100%;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 60%);
    transition: var(--transition);
    gap: 1rem;
}

.parimatchhcomgh-slots__button,
.parimatchhcomgh-slots__demo {
    text-wrap: balance;
}

.parimatchhcomgh-slots__demo {
    color: #fff;
    background: #292621;
}

.parimatchhcomgh-slots__image {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.parimatchhcomgh-slots__name {
    color: var(--color-heading);
}

.parimatchhcomgh-slots-popup {
    content: "";
    position: fixed;
    z-index: var(--z-popup);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--offsets);
    background-color: rgb(255 255 255 / 70%);
    inset: 0;
}

.parimatchhcomgh-slots-popup__content {
    display: flex;
    flex-direction: column;
    border-radius: var(--R);
    width: 100%;
    max-width: 1440px;
    background: var(--bg-slot);
    aspect-ratio: 16 / 9;
}

.parimatchhcomgh-slots-popup__header {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--divider);
    padding: 8px 0 8px 16px;
    height: 60px;
}

.parimatchhcomgh-slots-popup__title {
    display: none;
    font: var(--font-accent-text);
    text-transform: uppercase;
    color: var(--color-slot-popup-title);
}

.parimatchhcomgh-slots-popup__button {
    display: none;
    padding: 10px 32px;
}

.parimatchhcomgh-slots-popup__button.show,
.parimatchhcomgh-slots-popup__title.show {
    display: flex;
}

.parimatchhcomgh-slots-popup__close {
    align-self: stretch;
    outline: none;
    border: none;
    border-radius: calc(var(--R) / 2);
    width: 60px;
    background: transparent;
    aspect-ratio: 1;
}

.parimatchhcomgh-slots-popup__body {
    flex-grow: 1;
    width: 100%;
}

.parimatchhcomgh-slots-popup__body iframe {
    border: none;
}

.parimatchhcomgh-slots-popup__footer:has(.show) {
    display: none;
    align-items: center;
    justify-content: center;
    border-top: 1px solid var(--divider);
    padding: 8px 0 8px 16px;
    height: 60px;
}

@media (hover: hover) {
    .parimatchhcomgh-slots__inner:hover .parimatchhcomgh-slots__buttons {
        left: 0
    }

    .parimatchhcomgh-slots-popup__close:hover svg {
        transition: var(--transition);
        cursor: pointer;
        scale: 1.3;
    }
}

@media (width <= 1280px) {
    .parimatchhcomgh-slots-popup {
        padding: 0;
    }

    .parimatchhcomgh-slots-popup__content {
        height: 100svh;
        aspect-ratio: auto;
    }

    .parimatchhcomgh-slots-popup__header .parimatchhcomgh-slots-popup__button {
        display: none;
    }

    .parimatchhcomgh-slots-popup__footer:has(.show) {
        display: flex;
    }

    .parimatchhcomgh-slots__item {
        background: var(--bg-slot);
        gap: 0;
    }

    .parimatchhcomgh-slots__inner {
        display: flex;
        flex-direction: column-reverse;
    }

    .parimatchhcomgh-slots__buttons {
        position: static;
        padding: 8px;
        gap: 8px;
    }

    .parimatchhcomgh-slots__button,
    .parimatchhcomgh-slots__demo {
        padding: 10px 8px;
        width: 100%;
    }

    .parimatchhcomgh-slots__name {
        order: -1;
        padding: 4px;
        color: var(--color-slot-popup-title);
    }
}

@media (width <= 575px) {
    .parimatchhcomgh-slots {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* slots */
/* games */

.parimatchhcomgh-games {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    gap: 1rem
}

.parimatchhcomgh-games__item {
    position: relative;
    overflow: hidden;
    border-radius: var(--R);
    background: var(--bg-block);
}

.parimatchhcomgh-games__inner {
    display: flex;
    flex-direction: column;
    padding: 16px;
    gap: 4px;
}

.parimatchhcomgh-games__tag {
    display: block;
    font: var(--font-subtext);
    color: #777;
}

.parimatchhcomgh-games__name {
    display: block;
    font: var(--font-accent-text);
    color: var(--color-heading);
}

.parimatchhcomgh-games__name:has(+ *) {
    margin-bottom: 12px;
}

.parimatchhcomgh-games__button {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: auto;
    margin-bottom: -12px;
    border: none;
    padding: 4px 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: var(--color-heading);
    background: none;
    gap: 8px;
}

.parimatchhcomgh-games__button::after {
    content: var(--icon-arrow-right-black);
    width: 24px;
    height: 24px;
    transition: var(--transition);
}

@media (hover: hover) {
    .parimatchhcomgh-games__button:hover {
        scale: 1;
    }

    .parimatchhcomgh-games__button:hover::after {
        translate: 8px 0;
    }
}

/* games */
/* faq */

.parimatchhcomgh-faq {
    border-radius: var(--R);
    padding: 2px;
    background: var(--gradient-block);
}

.parimatchhcomgh-faq:not(:last-child) {
    margin-bottom: 1rem;
}

.parimatchhcomgh-faq__title {
    margin: 0;
    padding: 12px;
    color: var(--color-faq-title);
}

.parimatchhcomgh-faq__answer {
    border-radius: 0 0 calc(var(--R) - 2px) calc(var(--R) - 2px);
    padding: 12px;
    background: var(--bg-block);
}

.parimatchhcomgh-faq__answer > *:first-child {
    margin-top: 0;
}

.parimatchhcomgh-faq__answer > *:last-child {
    margin-bottom: 0;
}

/* faq */
/* screenshot-gallery */

.parimatchhcomgh-screenshot-gallery {
    position: relative;
    overflow-x: auto;
    scrollbar-color: red;
    scrollbar-width: thin
}

.parimatchhcomgh-screenshot-gallery__list {
    display: flex;
    overflow-x: auto;
    gap: 16px;
}

.parimatchhcomgh-screenshot-gallery__item {
}

@media (width <= 1023px){
    .parimatchhcomgh-screenshot-gallery__list {
        overflow-x: auto;
        width: 100%;
    }

    .parimatchhcomgh-screenshot-gallery__item {
        flex-shrink: 0;
        width: 320px;
    }
}

/* screenshot-gallery */
/* top-match */

.parimatchhcomgh-top-match {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    gap: 1rem;
}

.parimatchhcomgh-top-match__item {
    display: flex;
    flex-direction: column;
    border-radius: var(--R);
    background: var(--bg-block);
}

.parimatchhcomgh-top-match__item > *:not(:last-child) {
    border-bottom: 1px solid #0000001A;
}

.parimatchhcomgh-top-match__league {
    margin: 0;
    padding: 12px;
    font: var(--font-subtext);
    color: #777;
}

.parimatchhcomgh-top-match__teams {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 12px;
    gap: 12px;
}

.parimatchhcomgh-top-match__team {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    font: var(--font-subtext);
    font-weight: 500;
    text-align: center;
    color: var(--color-heading);
    gap: 8px;
}

.parimatchhcomgh-top-match__logo {
    width: auto;
    height: 44px;
    object-fit: contain
}

.parimatchhcomgh-top-match__time {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    padding: 12px;
    font: var(--font-subtext);
    color: #3e3e3e;
    gap: 4px;
}

.parimatchhcomgh-top-match__time::before {
    content: var(--icon-calendar);
    width: 20px;
    height: 20px;
}

.parimatchhcomgh-top-match__button {
    margin: 12px;
}

/* top-match */
/* external-links */
.parimatchhcomgh-external-links {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px 40px;
}

.parimatchhcomgh-external-links__link {
    display: flex;
    justify-content: center;
}

.parimatchhcomgh-external-links__image {
    width: auto;
    max-height: 48px;
    object-fit: contain;
    transition: var(--transition);
}

@media (hover: hover) {
    .parimatchhcomgh-external-links__link:hover .parimatchhcomgh-external-links__image {
        scale: 1.02;
    }
}

/* external-links */
/* social */
.parimatchhcomgh-social {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
}

.parimatchhcomgh-social__link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 40px;
    height: 40px;
}

.parimatchhcomgh-social__link img,
.parimatchhcomgh-social__link svg {
    width: 24px;
    height: 24px;
    object-fit: contain;
    transition: var(--transition);
}

@media (hover: hover) {
    .parimatchhcomgh-social__link:hover img,
    .parimatchhcomgh-social__link:hover svg {
        transform: scale(1.2);
    }
}

/* social */
/* payments-gallery */
.parimatchhcomgh-payments-gallery {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px 24px;
}

.parimatchhcomgh-payments-gallery__image {
    width: fit-content;
    max-height: 24px;
    object-fit: contain;
}

/* payments-gallery */
/* footer */
.parimatchhcomgh-page-footer{
    padding: 20px 0;
    background: var(--bg-footer);
}

.parimatchhcomgh-page-footer--enable-mobile-button {
    padding-bottom: 80px
}

.parimatchhcomgh-page-footer__container {
    display: grid;
    grid-template-columns:260px 1fr 0.6fr minmax(92px, 248px);
    gap: 48px
}

.parimatchhcomgh-page-footer__logo {
    display: block;
    margin: 0;
    width: auto;
    max-height: 48px;
}

.parimatchhcomgh-page-footer__left {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 12px;
}

.parimatchhcomgh-page-footer__external-links {
    grid-column-start: 3;
}

.parimatchhcomgh-page-footer__social {
    grid-column-start: 4;
}

.parimatchhcomgh-page-footer__external-links::before,
.parimatchhcomgh-page-footer__footer-nav::before,
.parimatchhcomgh-page-footer__social::before{
    content: "";
    position: absolute;
    left: -24px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #ffffff25;
}

.parimatchhcomgh-page-footer__dmca {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
}

.dmca-badge__image {
    width: auto;
}

.parimatchhcomgh-payments-gallery {
    position: relative;
    grid-column: 1 / -1;
}

.parimatchhcomgh-payments-gallery::before,
.parimatchhcomgh-page-footer__copyright::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -24px;
    height: 1px;
    background: #ffffff25;
}

.parimatchhcomgh-page-footer__copyright {
    position: relative;
    grid-column: 1 / -1;
    margin: 0;
    font: var(--font-subtext);
    text-align: center;
    color: var(--color-footer-text);
}

.page-footer__copyright {
    grid-column: 1/-1;
    margin: 0;
    border-top: 1px solid #333;
    padding: 12px;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #e3e3e3
}

@media (width <= 1023px) {
    .parimatchhcomgh-page-footer__container {
        grid-template-columns: 260px 1fr;
        gap: 48px;
    }

    .parimatchhcomgh-page-footer__external-links,
    .parimatchhcomgh-page-footer__social {
        justify-content: center;
        grid-column: 1 / -1;
    }

    .parimatchhcomgh-page-footer__external-links::before,
    .parimatchhcomgh-page-footer__social::before{
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        inset: -24px 0 auto;
    }
}

@media (width <= 767px) {
    .parimatchhcomgh-page-footer__container {
        grid-template-columns: 1fr;
    }

    .parimatchhcomgh-page-footer__footer-nav::before{
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        inset: -24px 0 auto;
    }
}

/* footer */
/* footer-nav */
.parimatchhcomgh-footer-nav {
    position: relative;
}

.parimatchhcomgh-footer-nav__list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.parimatchhcomgh-footer-nav__link {
    display: inline-block;
    width: 100%;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    text-decoration: none;
    color: var(--color-header-navigation-link);
    transition: var(--transition);
}

.parimatchhcomgh-footer-nav__link--current {
    color: var(--color-footer-navigation-link-hover);
}

@media (hover: hover) {
    a.parimatchhcomgh-footer-nav__link:hover {
        color: var(--color-footer-navigation-link-hover);
    }
}

/* footer-nav */
/* scroll-to-top */
.parimatchhcomgh-scroll-to-top {
    position: fixed;
    right: var(--offsets);
    bottom: 78px;
    z-index: var(--z-scroll-top-top);
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    pointer-events: none;
}

.parimatchhcomgh-scroll-to-top._show {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.parimatchhcomgh-scroll-to-top__button {
    appearance: none;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border: none;
    border-radius: calc((var(--R) / 2));
    padding: 0 0 6px;
    width: 40px;
    height: 40px;
    font-size: 36px;
    line-height: 36px;
    color: var(--color-arrow-scroll-to-top);
    background-color: var(--bg-scroll-to-top);
    transition: var(--transition);
    cursor: pointer;
}

@media (hover: hover) {
    .parimatchhcomgh-scroll-to-top__button:hover {
        translate: 0 -5px;
    }
}

/* scroll-to-top */
/* winners */

.parimatchhcomgh-winners {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    border-radius: var(--R);
    padding: 24px;
    background-color: #fff;
    container-type: inline-size;
    gap: 2rem;
}

.parimatchhcomgh-winners__item {
    display: grid  ;
    align-items: center;
    grid-template-columns: 100px 1fr;
    gap: 4px 12px;
}

.parimatchhcomgh-winners__image {
    grid-row: span 2;
    border-radius: 4px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.parimatchhcomgh-winners__nick {
    margin: auto 0 0;
    font-weight: 400;
    color: #3e3e3e;
}

.parimatchhcomgh-winners__result {
    margin: 0 0 auto;
    font: var(--font-accent-text);
    color: #292621;
}

/* winners */
/* providers */
.parimatchhcomgh-providers {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: var(--R);
    min-height: 96px;
    background: var(--bg-block);
    transition: var(--R);
    user-select: none;
}

.parimatchhcomgh-providers__image {
    width: auto;
    height: 100%;
    max-height: 44px;
    object-fit: contain;
}

.parimatchhcomgh-providers__name {
    font-weight: 700;
    text-align: center;
    color: var(--color-heading);
}

/* providers */
/* mobile-button */

.parimatchhcomgh-mobile-button {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: var(--z-mobile-button);
    display: flex;
    align-items: center;
    padding: 10px 8px;
    background: var(--bg-mobile-aside);
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    pointer-events: none;
}

.parimatchhcomgh-mobile-button._show {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.parimatchhcomgh-mobile-button--app,
.parimatchhcomgh-mobile-button--main {
    display: flex;
    align-items: center;
    gap: 4px;
}

.parimatchhcomgh-mobile-button--app {
    padding-left: 70px;
}

.parimatchhcomgh-mobile-button--without-image {
    padding-left: 8px;
}

.parimatchhcomgh-mobile-button__image {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 66px;
    object-fit: contain;
}

.mobile-button__info {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
}

.mobile-button__title {
    margin: 0;
    font: var(--font-subtext-bold);
    color: var(--color-mobile-aside-text);
}

.mobile-button.v1 .mobile-button__title, .mobile-button__text-bonus {
    margin: 0;
    font-family: var(--ff-primary);
    font-style: normal;
    line-height: 20px
}

.mobile-button__text-bonus {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 13px;
    color: var(--color-mobile-aside-text);
    gap: 4px;
}

.mobile-button__text-bonus::before {
    content: var(--icon-mobile-button-gift);
    width: 24px;
    height: 24px;
}


.parimatchhcomgh-mobile-button__link {
    padding: 10px;
    min-width: 120px;
}

.parimatchhcomgh-mobile-button--simple .parimatchhcomgh-mobile-button__link {
    padding: 10px;
    width: 100%;
}

@media (width >= 767px) {
    .parimatchhcomgh-mobile-button {
        display: none
    }
}

/* mobile-button */
/* comments */
.parimatchhcomgh-comment-form__form {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    max-width: 600px;
    gap: 24px;
}

.parimatchhcomgh-comment-form__form-label {
    display: flex;
    flex-direction: column;
    margin: 0;
    width: 100%;
}

.parimatchhcomgh-comment-form__field {
    border: 1px solid #ccc;
    padding: 10px;
    width: 100%;
    font-family: inherit;
    font-weight: 400;
    color: var(--color-heading);
    background-color: transparent
}


.parimatchhcomgh-comment-form__field.error {
    border-color: #f00f
}

.parimatchhcomgh-comment-form__field::placeholder {
    color: var(--color-text);
    opacity: 0.7;
}

.parimatchhcomgh-comment-form__textarea {
    height: 100px;
    resize: none
}

.parimatchhcomgh-comment-form__alert {
    display: none;
    font-size: 14px;
    line-height: 16px;
    text-align: center
}

.parimatchhcomgh-comment-form__alert.success {
    display: inline-block;
    color: #008000ff
}

.parimatchhcomgh-comment-form__alert.error {
    display: inline-block;
    color: #f00f
}

.parimatchhcomgh-comment {
    margin-top: 30px
}

.parimatchhcomgh-comment__author {
    margin: 0 0 8px;
    font-size: 20px;
    line-height: 22px
}

/* comments */
/* video-player */
.parimatchhcomgh-video-player {
    position: relative;
    display: flex;
    align-items: center;
    border-radius: var(--R);
}

.parimatchhcomgh-video-player::after {
    content: "";
    position: absolute;
    background: #0000007f;
}

.parimatchhcomgh-video-player._active::after {
    display: none;
}

.parimatchhcomgh-video-player._active .parimatchhcomgh-video-player__button {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.parimatchhcomgh-video-player._active .parimatchhcomgh-video-player__player {
    cursor: pointer;
}

.parimatchhcomgh-video-player__player {
    display: block;
    overflow: hidden;
    border-radius: var(--R);
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 16/9;
}

.parimatchhcomgh-video-player__button {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: var(--z-content);
    display: flex;
    align-items: center;
    justify-content: center;
    outline: 0;
    border: none;
    border-radius: 100%;
    padding: 12px;
    width: 72px;
    height: 72px;
    color: var(--primary-accent);
    background-color: #fff3;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.parimatchhcomgh-video-player__button svg {
    fill: currentcolor;
    transition: var(--transition);
    pointer-events: none;
}

@media (hover: hover) {
    .parimatchhcomgh-video-player__button:hover {
        background-color: #ffffff4d;
    }

    .parimatchhcomgh-video-player__button:hover svg {
        transform: rotate(360deg);
    }
}

/* video-player */
/* demo-game-full */
.parimatchhcomgh-game-demo-full {
    border-radius: var(--R);
}

.parimatchhcomgh-game-demo-full__box {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    min-height: 400px;
    aspect-ratio: 16 / 9;
}

.parimatchhcomgh-game-demo-full__image {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    inset: 0;
}

.parimatchhcomgh-game-demo-full__box iframe {
    position: absolute;
    border: none;
    width: 100%;
    height: 100%;
    inset: 0;
}

.parimatchhcomgh-game-demo-full__content {
    position: absolute;
    left: 50%;
    top: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 10px;
    width: 100%;
    max-width: 400px;
    transform: translate(-50%, -50%);
    gap: 12px;
}

.parimatchhcomgh-game-demo-full__logo {
    margin: 0 auto;
    width: fit-content;
    max-height: 84px;
    object-fit: contain;
}

.parimatchhcomgh-game-demo-full__name {
    margin: 0;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFF;
}

.parimatchhcomgh-game-demo-full__content ._button:first-of-type {
    margin-top: 40px;
}

@media (width <= 767px) {
    .parimatchhcomgh-game-demo-full__box {
        aspect-ratio: auto;
    }

}

/* demo-game-full */
/* promo-code */

.parimatchhcomgh-promo-code {
    position: relative;
    padding: 2px;
    max-width: 340px;
    background: linear-gradient(-45deg, #ee2, #000, #ee2, #000, #ee2, #000, #ee2);
    background-size: 400% 400%;
    animation: 3s infinite gradient
}

.parimatchhcomgh-promo-code__inner {
    padding: 16px;
    background: #000;
    gap: 16px;
}

.parimatchhcomgh-promo-code__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #353535;
    padding-bottom: .75rem;
    gap: 16px
}

.parimatchhcomgh-promo-code__title {
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: #FFF;
}

.parimatchhcomgh-promo-code__title span {
    color: #ee2
}

.parimatchhcomgh-promo-code__icons {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    gap: 8px
}

.parimatchhcomgh-promo-code__text {
    padding-top: 12px;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    color: #e3e3e3
}

.parimatchhcomgh-promo-code__text b,
.parimatchhcomgh-promo-code__text span,
.parimatchhcomgh-promo-code__text strong {
    font-weight: 700;
    color: #fff
}

.parimatchhcomgh-promo-code__controls {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 16px;
    gap: 4px
}

.parimatchhcomgh-promo-code__value {
    flex-grow: 1;
    border: 1px solid #3c3c3c;
    border-radius: 1.5rem;
    padding: 16px 20px;
    font-family: var(--ff-primary);
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 16px;
    color: #ee2
}

.parimatchhcomgh-promo-code__button:has(svg) {
    padding-right: 6px;
    padding-left: 6px;
    width: fit-content;
    min-width: 110px;
    text-transform: uppercase;
    background: rgb(255 255 255 / 10%);
    gap: 4px;
}

.parimatchhcomgh-promo-code__button span {
    color: #fff;
}

.parimatchhcomgh-promo-code__button .copied {
    display: none;
}

.parimatchhcomgh-promo-code__button svg {
    pointer-events: none
}

.parimatchhcomgh-promo-code__button._active .copy {
    display: none;
}

.parimatchhcomgh-promo-code__button._active .copied {
    display: block
}

.parimatchhcomgh-promo-code__info-key,
.parimatchhcomgh-promo-code__info-value {
    font-family: var(--ff-primary);
    font-style: normal;
    font-size: 14px;
    line-height: 20px
}

.promo-code__link--aff {
    margin-top: 12px;
    width: 100%;
}

.parimatchhcomgh-promo-code__buttons {
    display: flex;
    flex-direction: column;
    margin-top: 16px;
    gap: 12px
}

.parimatchhcomgh-promo-code__ios {
    outline: 1px solid rgb(255 255 255 / 10%);
    box-shadow: none;
    color: var(--bg-main-button);
    background: transparent;
}

.parimatchhcomgh-promo-code__info {
    position: absolute;
    left: calc(100% + 24px);
    top: 0;
    display: flex;
    flex-direction: column;
    min-width: 150px;
    gap: 12px
}

.parimatchhcomgh-promo-code__info-item {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.parimatchhcomgh-promo-code__info-key {
    display: flex;
    align-items: center;
    font-weight: 700;
    color: #fff;
    gap: 4px
}

.parimatchhcomgh-promo-code__info-value {
    margin-left: 28px;
    font-weight: 500;
    color: #e3e3e3
}



@keyframes gradient {
    0%, 100% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }
}

@media (width <= 1023px) {
    .parimatchhcomgh-promo-code {
        margin: 0 auto;
    }

    .parimatchhcomgh-promo-code.download {
        margin-left: 0;
    }
}

@media (width <= 575px) {
    .parimatchhcomgh-promo-code.download {
        margin: 0 auto;
    }

    .parimatchhcomgh-promo-code__info {
        position: static;
        margin-top: 12px;
    }
}

/* promo-code */
/* plus-minis */
.parimatchhcomgh-plus-minus {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
    gap: 1rem;
}

.parimatchhcomgh-plus-minus__element {
    border-radius: var(--R);
    padding: 1rem;
    background: #fff;
}

.parimatchhcomgh-plus-minus__title {
    margin: 0;
    font: var(--font-H3);
}

.parimatchhcomgh-plus-minus__list {
    display: grid;
    margin-top: 1rem;
    gap: 12px;
}

.parimatchhcomgh-plus-minus__item {
    position: relative;
    padding-left: 25px;
}

.parimatchhcomgh-plus-minus__item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 14px;
    height: 14px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.parimatchhcomgh-plus-minus__item--plus::before {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMzY3LjgwNSAzNjcuODA1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzNjcuODA1IDM2Ny44MDU7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwYXRoIHN0eWxlPSJmaWxsOiMzQkI1NEE7IiBkPSJNMTgzLjkwMywwLjAwMWMxMDEuNTY2LDAsMTgzLjkwMiw4Mi4zMzYsMTgzLjkwMiwxODMuOTAycy04Mi4zMzYsMTgzLjkwMi0xODMuOTAyLDE4My45MDINCgkJUzAuMDAxLDI4NS40NjksMC4wMDEsMTgzLjkwM2wwLDBDLTAuMjg4LDgyLjYyNSw4MS41NzksMC4yOSwxODIuODU2LDAuMDAxQzE4My4yMDUsMCwxODMuNTU0LDAsMTgzLjkwMywwLjAwMXoiLz4NCgk8cG9seWdvbiBzdHlsZT0iZmlsbDojRDRFMUY0OyIgcG9pbnRzPSIyODUuNzgsMTMzLjIyNSAxNTUuMTY4LDI2My44MzcgODIuMDI1LDE5MS4yMTcgMTExLjgwNSwxNjEuOTYgMTU1LjE2OCwyMDQuODAxIA0KCQkyNTYuMDAxLDEwMy45NjggCSIvPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=");
}

.parimatchhcomgh-plus-minus__item--minus::before {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4IiBjbGFzcz0iIj48Zz48ZWxsaXBzZSBzdHlsZT0iZmlsbDojRTA0RjVGOyIgY3g9IjI1NiIgY3k9IjI1NiIgcng9IjI1NiIgcnk9IjI1NS44MzIiIGRhdGEtb3JpZ2luYWw9IiNFMDRGNUYiIGNsYXNzPSIiLz48cmVjdCB4PSIxMTMuMiIgeT0iMjI4IiBzdHlsZT0iZmlsbDojRkZGRkZGIiB3aWR0aD0iMjg1LjY3MiIgaGVpZ2h0PSI1NiIgZGF0YS1vcmlnaW5hbD0iI0ZGRDA3RCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkYXRhLW9sZF9jb2xvcj0iI0ZGRDA3RCIvPjwvZz4gPC9zdmc+Cg==");
}

@media (max-width: 767px) {
    .parimatchhcomgh-plus-minus {
        grid-template-columns: 1fr;
    }
}

/* plus-minis */






