:root {
    --yellow: #ffc933;
    --green: #3fe0ab;
    --grey: #4d5061;
    --red: #bf494c;
    --body-color: #232438;
    --main-color: #2b303d;
    --h1-size: 2.4rem;
    --h2-size: 2rem;
    --h3-size: 1.8rem;
    --b-radius: 10px;
    --content-inner: 10px;
    --h2-margin: 50px
}

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

ul[class], ol[class] {
    padding: 0
}

body, h1, h2, h3, h4, p, ul[class], ol[class], li, figure, figcaption, blockquote, dl, dd {
    margin: 0
}

html {
    scroll-behavior: smooth;
    font-size: 10px
}

body {
    min-height: 100vh;
    text-rendering: optimizeSpeed;
    line-height: 1.5
}

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

a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto
}

img {
    max-width: 100%;
    display: block
}

article > * + * {
    margin-top: 1em
}

input, button, textarea, select {
    font: inherit
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-Bold.woff") format("woff");
    font-display: swap;
    font-weight: bold
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-Regular.woff") format("woff");
    font-display: swap
}

@font-face {
    font-family: "DDC Hardware Condensed";
    src: url("../fonts/DDCHardware/DDCHardware-Condensed.woff2") format("woff2"), url("../fonts/DDCHardware/DDCHardware-Condensed.woff") format("woff");
    font-display: swap;
    font-weight: bold
}

@font-face {
    font-family: "DDC Hardware Condensed";
    src: url("../fonts/DDCHardware/DDCHardware-Regular.woff2") format("woff2"), url("../fonts/DDCHardware/DDCHardware-Regular.woff") format("woff");
    font-display: swap
}

body {
    background-color: var(--body-color);
    font-family: "Montserrat", sans-serif;
    position: relative
}

body.is-locked {
    overflow: hidden
}

.o-main-wrapper {
    width: 100%;
    padding: 0 15px
}

.o-rating-stars {
    stroke: var(--yellow)
}

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

.o-flex-column {
    display: flex;
    flex-direction: column
}

.o-yellow-btn {
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 5px;
    border: 2px solid var(--yellow);
    display: block;
    padding: 10px 5px;
    text-decoration: none;
    font-size: 1.4rem;
    transition: all ease 0.3s
}

.o-yellow-btn:hover {
    background-color: rgba(255, 201, 51, 0.1)
}

.o-green-btn {
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 5px;
    background-color: #18cc90;
    padding: 10px 20px;
    text-decoration: none;
    transition: all ease 0.3s
}

.o-green-btn:hover {
    background-color: var(--green)
}

.o-demo-btn {
    background: var(--yellow);
    border: none;
    cursor: pointer;
    color: #000;
    align-items: center;
    border-radius: 5px;
    display: inline-flex;
    font-weight: bold;
    font-size: 1.4rem;
    padding: 10px;
    text-align: center;
    transition: all 0.2s ease;
    justify-content: center;
    min-width: 130px;
    position: relative;
    top: 0
}

.c-main__content-section {
    background: var(--main-color);
    border-radius: var(--b-radius);
    padding: 50px var(--content-inner);
    margin: 15px 0
}

.c-main__content-section h1 {
    font-size: var(--h1-size);
    margin: 0 auto 15px;
    color: red;
    font-weight: bold;
    border-bottom: 1px solid var(--yellow);
    text-align: center
}

.c-main__content-section p {
    font-size: 1.6rem;
    margin-bottom: 10px;
    color: #ffffff;
    font-weight: bold
}

.c-main__content-section ul li, .c-main__content-section ol li {
    font-size: 1.6rem;
    color: #ffffff;
    font-weight: bold
}

.c-main__content-section table {
    border-collapse: collapse;
    border: 1px solid var(--yellow);
    width: 100%
}

.c-main__content-section tr {
    transition: all ease 0.3s
}

.c-main__content-section td, .c-main__content-section th {
    padding: 5px;
    border: 1px solid var(--yellow);
    font-size: 1.6rem;
    color: #ffffff;
    cursor: default
}

.c-main__content-section td:hover, .c-main__content-section th:hover {
    background-color: rgba(255, 201, 51, 0.1)
}

.c-main__content-section h2, .c-main__content-section h3 {
    color: red;
    margin-bottom: 10px;
    padding-top: 5px;
    position: relative
}

.c-main__content-section h2:not(:first-child) {
    margin-top: var(--h2-margin)
}

.c-main__content-section h2::before, .c-main__content-section h3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--yellow);
    height: 3px;
    width: 60px
}

.c-main__content-section h2 {
    font-size: var(--h2-size)
}

.c-main__content-section h3 {
    font-size: var(--h3-size)
}

.c-main__table-container {
    overflow-x: scroll;
    margin-bottom: 10px
}

.c-nav__item {
    padding: 10px 0;
    position: relative
}

.c-nav__drop-down-btn {
    position: absolute;
    width: 15px;
    height: 15px;
    background-image: url("../img/icons/down-chevron.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 15px;
    right: 10px;
    cursor: pointer;
    transition: all ease 0.3s
}

.c-nav__drop-down-btn.is-active {
    transform: scale(1, -1)
}

.c-nav__link {
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    transition: all ease 0.3s
}

.c-nav__link:hover {
    color: var(--yellow)
}

.c-nav .c-nav__drop-down-list {
    transition: all ease 0.3s;
    will-change: transform;
    overflow: hidden
}

.c-nav .c-nav__drop-down-list.is-droped {
    margin: 10px 0
}

.c-nav__drop-down-link {
    color: #e0e0f5;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: bold;
    background-color: var(--grey);
    padding: 10px;
    transition: all ease 0.3s;
    display: block
}

.c-nav__drop-down-link:hover {
    background-color: rgba(77, 80, 97, 0.8);
    color: var(--yellow)
}

.c-header {
    padding: 20px 0;
    position: relative;
    z-index: 5
}

.c-header__container {
    align-items: center;
    display: flex;
    justify-content: center;
    gap: 8px;
    position: relative
}

.c-header__overlay {
    visibility: hidden;
    opacity: 0;
    transition: all ease 0.3s
}

.c-header__overlay.is-active {
    position: absolute;
    width: 100vw;
    height: 100vh;
    background-color: var(--body-color);
    opacity: 0.6;
    visibility: visible;
    top: 0;
    left: 0;
    cursor: pointer;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

.c-header__nav-container {
    position: absolute;
    left: 0;
    top: -20px;
    height: 100vh;
    width: 320px;
    background-color: #3f273b;
    padding: 50px 20px 10px;
    transform: translateX(-100%);
    transition: all ease 0.3s
}

.c-header__nav-container.is-opened {
    transform: translateX(0)
}

.c-header__nav-wrapper {
    overflow-y: scroll;
    height: 100%
}

.c-header__logo-link {
    color: #fff;
    font-size: 2.4rem;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "DDC Hardware Condensed"
}

.c-header__nav-btn {
    width: 35px;
    height: 30px;
    padding: 5px;
    border: 1px solid rgba(224, 224, 245, 0.2);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.c-header__nav-btn-line {
    background-color: #e0e0f5;
    height: 2px;
    width: 100%
}

.c-header__close-nav-btn {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    padding: 5px;
    top: 0;
    transform: translateY(50%);
    background-color: rgba(85, 85, 85, 0.7);
    border-radius: 50%;
    cursor: pointer
}

.c-header__close-nav-btn::before {
    content: "";
    position: absolute;
    width: 50%;
    height: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url("../img/icons/cross-sign.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 0.9
}

.c-slots {
    margin: 30px 0
}

.c-slots__holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px
}

.c-slots__title-item, .c-slots__item {
    background: var(--main-color);
    display: block
}

.c-slots__title-item {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 9px 15px;
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    flex-basis: 100%
}

.c-slots__title-icon {
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 10px
}

.c-slots__title-icon.all-slots {
    background-image: url("../img/icons/casino.svg")
}

.c-slots__title-icon.mobile-slots {
    background-image: url("../img/icons/scrolling.svg")
}

.c-slots__title {
    font-size: 1.4rem;
    color: #e0e0f5;
    font-weight: bold
}

.c-slots__more-btn {
    display: none
}

.c-slots__more-btn_mobile {
    display: block
}

.c-slots__item {
    border-radius: 5px;
    margin-bottom: 10px;
    overflow: hidden;
    flex: 0 0 260px;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.c-slots__item:hover .c-slots__overlay {
    visibility: visible;
    opacity: 1
}

.c-slots__more-btn-container {
    flex-basis: 100%;
    display: flex;
    justify-content: center;
    padding: 15px 0
}

.c-slots__img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.c-slots__img-container {
    position: relative;
    overflow: hidden;
    height: 100%
}

.c-slots__img-holder {
    height: 305px
}

.c-slots__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    visibility: hidden;
    opacity: 0;
    transition: all ease 0.3s
}

.c-slots__slot-title {
    text-align: center;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 55px
}

.c-slots__slot-caption {
    font-size: 1.4rem;
    font-weight: bold;
    color: #ffffff
}

.c-slots__slot-caption:hover {
    color: var(--yellow);
    border-bottom: 1px solid var(--yellow)
}

.c-slot-demo-iframe {
    background: var(--grey);
    bottom: 0;
    position: fixed;
    top: 0;
    transition: all 0.3s ease-in-out;
    left: 0;
    right: 0;
    overflow: hidden;
    height: 0vh;
    width: 0vw;
    margin: auto;
    z-index: 99
}

.c-slot-demo-iframe.o-active {
    overflow: initial;
    height: 100vh;
    width: 100vw
}

.c-slot-demo-iframe__body {
    align-items: center;
    gap: 20px;
    position: relative;
    padding: 20px 20px 10px 20px;
    max-width: 1000px;
    height: 100%;
    width: 100%
}

.c-slot-demo-iframe__body iframe {
    border-radius: 10px;
    height: calc(100% - 80px);
    width: 100%
}

.c-slot-demo-iframe__body .c-top-casino__btn {
    align-items: center;
    display: flex;
    width: 280px;
    min-height: 60px;
    margin: 0 auto
}

.c-slot-demo-iframe__close-btn {
    background-image: url(../img/icons/demo/demo-close.svg);
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: center;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    height: 40px;
    width: 40px
}

.c-top-casino__title-section {
    background-color: var(--grey);
    padding: 15px 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 2px
}

.c-top-casino__title {
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff
}

.c-top-casino__title_colored {
    color: var(--yellow)
}

.c-top-casino__table-item {
    background: linear-gradient(160.74deg, #2b303d 0%, #323847 100%);
    padding: 15px;
    display: flex;
    flex-direction: column;
    margin-bottom: 2px;
    transition: all ease 0.3s
}

.c-top-casino__table-item:hover {
    background: linear-gradient(156.61deg, #3d4457 0%, #444b61 100%);
    box-shadow: 0px 30px 80px rgba(7, 7, 10, 0.5)
}

.c-top-casino__logo-holder {
    margin-bottom: 10px
}

.c-top-casino__logo-link {
    display: flex;
    justify-content: center
}

.c-top-casino__logo {
    width: 128px;
    height: 96px;
    border-radius: 10px
}

.c-top-casino__casino-title-section {
    display: none
}

.c-top-casino__info-section {
    border-bottom: 1px solid #4f5870;
    padding-bottom: 15px;
    margin-bottom: 15px
}

.c-top-casino__bonus-section {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px
}

.c-top-casino__bonus-type {
    color: #e0e0f5;
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 3px
}

.c-top-casino__bonus-value {
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: bold;
    text-transform: uppercase
}

.c-top-casino__bonus-value-green {
    color: #00b179
}

.c-top-casino__bonus-desc {
    color: #a5a6b8;
    font-size: 0.8rem
}

.c-top-casino__bonus-desc_colored {
    color: #e0e0f5
}

.c-top-casino__btn-holder {
    display: flex;
    flex-direction: column;
    align-items: center
}

.c-top-casino__btn {
    font-size: 1.4rem;
    justify-content: center;
    display: flex;
    width: 100%;
    margin-bottom: 10px
}

.c-top-casino__t-cs-apply {
    color: #ffffff;
    position: relative
}

.c-top-casino__t-cs-apply::before {
    content: "*";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.2rem;
    transform: translateX(-100%);
    color: var(--yellow)
}

.c-faq {
    margin-bottom: 20px
}

.c-faq__title-holder {
    margin-bottom: 10px
}

.c-faq__title {
    color: #ffffff;
    font-size: 2rem;
    padding-top: 5px;
    position: relative
}

.c-faq__title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--yellow);
    height: 3px;
    width: 60px
}

.c-faq__item {
    border: 1px solid var(--yellow);
    margin-bottom: 10px;
    border-radius: 5px
}

.c-faq__item:last-child {
    margin-bottom: 0
}

.c-faq__question::marker {
    display: none;
    content: ""
}

.c-faq__question, .c-faq__answer {
    padding: 10px
}

.c-faq__question {
    position: relative;
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: bold;
    cursor: pointer;
    padding-right: 30px;
    outline: none
}

.c-faq__question::-webkit-details-marker {
    display: none
}

.c-faq__question::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 20px;
    top: 50%;
    right: 10px;
    background-color: var(--yellow);
    transition: all ease 0.3s
}

.c-faq__question::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 20px;
    top: 50%;
    right: 10px;
    transform: rotate(90deg) translateY(-50%);
    background-color: var(--yellow);
    transition: all ease 0.3s
}

.c-faq__item[open] .c-faq__question::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 20px;
    top: 50%;
    right: 10px;
    background-color: var(--yellow)
}

.c-faq__item[open] .c-faq__question::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 20px;
    top: 50%;
    right: 10px;
    transform: rotate(180deg) translateY(50%);
    background-color: var(--yellow)
}

.c-faq__answer {
    font-size: 1.6rem;
    color: #ffffff;
    border-top: 1px solid var(--yellow)
}

.c-reviews {
    margin-bottom: 20px
}

.c-reviews__title-holder {
    margin-bottom: 10px
}

.c-reviews__title {
    color: #ffffff;
    font-size: 2rem;
    padding-top: 5px;
    position: relative
}

.c-reviews__title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--yellow);
    height: 3px;
    width: 60px
}

.c-reviews__item {
    padding: 10px;
    border: 1px solid var(--yellow);
    margin-bottom: 10px;
    border-radius: 5px
}

.c-reviews__item:last-child {
    margin-bottom: 0
}

.c-reviews__user-info {
    display: flex;
    align-items: flex-end;
    margin-bottom: 10px
}

.c-reviews__user-name {
    font-size: 1.6rem;
    color: #ffffff;
    margin-right: 7px;
    font-weight: bold
}

.c-reviews__upload-date {
    font-size: 1.2rem;
    color: #e0e0f5
}

.c-reviews__comment {
    font-size: 1.6rem;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 15px
}

.c-reviews__btn-section {
    display: flex;
    justify-content: flex-end
}

.c-footer__top {
    background-color: #1d1e2e;
    padding: 30px 0
}

.c-footer__logo-section {
    display: flex;
    justify-content: center;
    margin-bottom: 20px
}

.c-footer__logo {
    color: #fff;
    font-size: 2.4rem;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "DDC Hardware Condensed"
}

.c-footer__nav {
    margin-bottom: 20px
}

.c-footer__nav-title {
    color: #868693;
    font-weight: bold;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 1.25px;
    margin-bottom: 10px
}

.c-footer__nav-item {
    margin-bottom: 20px
}

.c-footer__nav-item:last-child {
    margin-bottom: 0
}

.c-footer__nav-link {
    font-size: 1.4rem;
    color: #ffffff;
    text-decoration: none
}

.c-footer__nav-link_bottom {
    font-weight: bold
}

.c-footer__bottom {
    background-color: #161724;
    padding: 30px 0
}

.c-footer__bottom .c-footer__wrapper {
    display: flex;
    flex-direction: column
}

.c-footer__copyright-left {
    margin-bottom: 40px
}

.c-footer__copyright-txt {
    color: #e0e0f5;
    font-size: 1.4rem
}

.c-footer__copyright-txt a {
    color: #e0e0f5
}

.c-footer__copyright-right {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.c-footer__copyright-icon {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 15px 10px
}

.c-footer__copyright-icon.dmca {
    width: 101px;
    height: 36px;
    background-image: url("../img/DMCA_logo-grn-btn200w.png")
}

.c-footer__copyright-icon.gpwa {
    width: 80px;
    height: 35px;
    background-image: url("../img/gpwa-approval-seal-.png")
}

.c-footer__copyright-icon.adult {
    width: 32px;
    height: 32px;
    background-image: url("../img/icons/18plus.svg")
}

.c-footer__copyright-icon.gambleaware {
    width: 155px;
    height: 24px;
    background-image: url("../img/icons/gambleaware.svg")
}

.c-breadcrumbs {
    background: linear-gradient(107.71deg, #2b303d 0, #323847 100%);
    border-radius: 5px;
    padding: 10px;
    margin: 0 0 15px 0;
    white-space: nowrap
}

.c-breadcrumbs__list {
    display: flex;
    overflow-x: auto
}

.c-breadcrumbs__item {
    padding-right: 7.5px;
    margin-right: 7.5px;
    position: relative
}

.c-breadcrumbs__item::after {
    content: "/";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(50%, -50%);
    color: #18cc90;
    font-size: 1.6rem;
    font-weight: bold
}

.c-breadcrumbs__item:last-child::after {
    display: none
}

.c-breadcrumbs__link {
    font-size: 1.6rem;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    transition: all ease 0.3s
}

.c-breadcrumbs__link:hover {
    color: var(--yellow)
}

.c-breadcrumbs__last {
    font-size: 1.6rem;
    color: #fff;
    text-transform: uppercase
}

.c-main__slot-preview-container {
    text-decoration: none;
    position: relative;
    display: block;
    height: 50vw;
    max-height: 400px
}

.c-main__slot-preview-mockup {
    background-image: url("../img/slots.jpg");
    width: 100%;
    height: 100%;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: flex
}

.c-main__slot-preview-mockup::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px)
}

.c-main__slot-preview-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.c-main__slot-preview-txt {
    font-size: 4.6rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    font-family: "DDC Hardware Condensed";
    padding-top: 70px;
    position: relative;
    line-height: 1
}

.c-main__slot-preview-txt::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    background-image: url("../img/icons/hearth.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    left: 50%;
    top: 10px;
    transform: translateX(-50%) scale(1);
    -webkit-animation: pulse 2s ease-out infinite;
    animation: pulse 2s ease-out infinite;
    will-change: transform
}

@-webkit-keyframes pulse {
    0% {
        transform: translateX(-50%) scale(1)
    }
    50% {
        transform: translateX(-50%) scale(1.4)
    }
    100% {
        transform: translateX(-50%) scale(1)
    }
}

@keyframes pulse {
    0% {
        transform: translateX(-50%) scale(1)
    }
    50% {
        transform: translateX(-50%) scale(1.4)
    }
    100% {
        transform: translateX(-50%) scale(1)
    }
}

.c-slot-info__left-side {
    margin-bottom: 15px
}

.c-slot-info__logo-holder {
    max-width: 350px;
    margin: 0 auto 20px;
    box-shadow: 0 22px 50px 0 rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    overflow: hidden
}

.c-slot-info__logo {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%
}

.c-slot-info__desc-title {
    font-size: 1.6rem;
    font-weight: bold;
    color: #18cc90;
    margin-bottom: 5px
}

.c-slot-info__desc-caption {
    color: #fff;
    font-size: 1.6rem
}

.c-slot-info__desc-item {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.c-slot-info__desc {
    display: flex;
    flex-direction: column;
    align-items: center
}

.c-slot-info__bonus-btn {
    display: flex;
    justify-content: center
}

.c-slot-info__bonus-btn-link {
    display: block;
    background-color: var(--yellow);
    font-size: 1.6rem;
    padding: 5px 20px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    text-transform: uppercase
}

.c-slot-info__game-data {
    padding-bottom: 10px;
    border-bottom: 3px solid var(--body-color)
}

.c-slot-info__game-data-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px
}

.c-slot-info__game-data {
    margin-bottom: 20px
}

.c-slot-info__game-data-title {
    font-size: 1.4rem;
    color: #fff;
    margin-bottom: 10px;
    line-height: 1
}

.c-slot-info__game-data-value {
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    line-height: 1
}

.o-table {
    overflow-x: auto
}

.c-director-quote__body, .c-director-quote__top, .c-history-slider {
    position: relative
}

.c-history-slider-btn {
    background: url(../img/icons/down-arrow-left.svg) center/20px no-repeat #acaaa6;
    border-radius: 50%;
    cursor: pointer;
    top: 0;
    position: absolute;
    height: 40px;
    width: 40px;
    z-index: 1
}

.c-history-slider-btn.right {
    right: 0;
    transform: rotate(180deg)
}

.c-history-slider__body {
    display: flex;
    overflow-x: hidden
}

.c-history-slider__item {
    align-items: center;
    display: none;
    flex: 1 0 100%;
    flex-direction: column;
    position: relative
}

.c-history-slider__item.active {
    display: flex
}

.c-history-slider__year {
    align-items: flex-end;
    color: #615656;
    display: grid;
    grid-template-columns:auto 1fr;
    font-size: 32px !important;
    position: relative
}

.c-history-slider__year::before {
    color: var(--yellow);
    content: "/";
    font-size: 40px;
    font-weight: bold;
    line-height: 1.8
}

.c-history-slider__tracker {
    align-items: center;
    display: flex;
    gap: 15px;
    padding: 0 15px !important;
    margin: 0 auto !important;
    justify-content: center;
    position: relative;
    overflow-x: hidden;
    width: calc(100% - 90px)
}

.c-history-slider__tracker::before {
    background: #1d1e2e;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;
    margin: auto;
    height: 2px;
    width: 100%
}

.c-history-slider__tracker li {
    background: var(--yellow);
    border-radius: 50%;
    cursor: pointer;
    flex: 0 0 23px;
    height: 23px;
    z-index: 1
}

.c-history-slider__tracker li.active {
    height: 33px;
    flex: 0 0 33px
}

.c-providers {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-top: 30px
}

.c-provider {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 15px
}

.c-provider__logo {
    background: #fff;
    border-radius: 5px;
    padding: 30px
}

.c-brand-fs {
    background: var(--main-color);
    border-radius: var(--b-radius);
    overflow: hidden
}

.c-brand-fs *:not(.c-brand-fs__play) {
    color: #fff
}

.c-brand-fs h1 {
    font-size: var(--h1-size)
}

.c-brand-fs__top {
    align-items: center;
    background: var(--red);
    gap: 10px 30px;
    padding: 10px var(--content-inner)
}

.c-brand-fs__rating {
    align-items: center;
    display: flex;
    gap: 15px;
    justify-content: flex-end
}

.c-brand-fs__body {
    padding: 30px var(--content-inner);
    text-align: center;
    justify-content: center
}

.c-brand-fs__body > * {
    flex-grow: 1
}

.c-brand-fs__img-box {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 20px
}

.c-brand-fs__logo {
    -o-object-fit: contain;
    object-fit: contain
}

.c-brand-fs__box {
    align-items: center;
    gap: 15px;
    padding: 20px 0
}

.c-brand-fs__bonus, .c-brand-fs__play, .c-brand-fs__rating-num {
    font-size: var(--h3-size)
}

.c-brand-fs__bonus {
    font-weight: bold
}

.c-brand-fs__play {
    width: 200px
}

.c-brand-fs__is-work-wrap {
    border-top: 1px solid var(--grey);
    border-bottom: 1px solid var(--grey)
}

.c-brand-fs__is-work {
    align-items: center;
    display: grid;
    grid-template-columns:60px 1fr;
    gap: 8px;
    font-size: 1.4em;
    position: relative
}

.c-brand-fs__is-work::before {
    background-image: url(../img/flags/poland.svg);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: var(--b-radius);
    content: "";
    display: block;
    grid-row: 1/3;
    height: 40px;
    width: 60px
}

.c-brand-fs__is-work .__big {
    font-weight: bold;
    text-transform: uppercase
}

.c-other-casinos {
    gap: 10px 30px;
    justify-content: center
}

.c-other-casino {
    align-items: center;
    background: var(--grey);
    border-radius: var(--b-radius);
    box-shadow: 1px 1px 9px 0px #ffc933;
    flex: 1 0 230px;
    padding: 10px;
    text-align: center;
    gap: 15px;
    max-width: 240px
}

.c-other-casino a {
    display: block
}

.c-other-casino__logo {
    -o-object-fit: contain;
    object-fit: contain
}

.c-other-casino__play {
    font-size: var(--h3-size);
    text-align: center;
    height: 47px;
    width: 180px
}

.c-other-casino__review {
    color: #fff;
    font-size: 1.4rem;
    padding: 10px 0;
    text-decoration: underline;
    transition: color 0.2s ease-in-out
}

.c-other-casino__review:hover {
    color: var(--yellow)
}

@media (prefers-reduced-motion: reduce) {
    * {
        -webkit-animation-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important
    }
}

@media (min-width: 425px) {
    .c-top-casino__info-section {
        display: flex
    }

    .c-top-casino__logo-holder {
        min-width: 130px;
        margin-bottom: 15px;
        display: flex;
        align-items: center;
        margin-right: 10px
    }

    .c-history-slider__tracker {
        gap: 30px
    }
}

@media (min-width: 468px) {
    .c-top-casino__bonus-type {
        font-size: 1.4rem
    }

    .c-top-casino__bonus-value {
        font-size: 1.8rem
    }

    .c-top-casino__bonus-desc {
        font-size: 1rem
    }
}

@media (min-width: 768px) {
    :root {
        --h1-size: 2.8rem;
        --h2-size: 2.4rem
    }

    .c-slots__slot-title {
        padding: 10px
    }

    .c-top-casino__table {
        counter-set: rank
    }

    .c-top-casino__table-item {
        flex-direction: row;
        justify-content: space-between
    }

    .c-top-casino__casino-title-link {
        font-size: 1.4rem;
        color: #e0e0f5;
        font-weight: bold;
        text-decoration: none
    }

    .c-top-casino__casino-title-section {
        display: block;
        border-bottom: 1px solid #4f5870;
        padding-bottom: 10px;
        margin-bottom: 10px
    }

    .c-top-casino__casino-rank {
        display: block;
        min-width: 45px;
        min-height: 45px;
        margin-right: 20px;
        border: 2px solid var(--yellow);
        counter-increment: rank;
        position: relative;
        margin-bottom: 35px
    }

    .c-top-casino__casino-rank::before {
        content: counter(rank);
        position: absolute;
        font-size: 1.6rem;
        font-weight: bold;
        color: #ffffff;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%)
    }

    .c-top-casino__casino-desc {
        padding: 0 20px
    }

    .c-top-casino__info-section {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none;
        align-items: center
    }

    .c-top-casino__logo-holder {
        margin-bottom: 35px
    }

    .c-top-casino__btn-holder {
        min-width: 185px;
        justify-content: center
    }

    .c-footer__top .c-footer__wrapper {
        display: flex
    }

    .c-footer__logo-section {
        width: 270px;
        margin-bottom: 0
    }

    .c-footer__nav-container {
        display: flex;
        flex-wrap: wrap
    }

    .c-footer__nav {
        flex-basis: 50%
    }

    .c-footer__bottom .c-footer__wrapper {
        flex-direction: row;
        align-content: center;
        justify-content: space-between
    }

    .c-footer__copyright-left {
        display: flex;
        align-items: center;
        margin-bottom: 0
    }

    .c-slot-info__game-data {
        display: flex;
        justify-content: center;
        flex-wrap: wrap
    }

    .c-slot-info__game-data-item {
        flex-basis: 33%
    }

    .c-history-slider-btn {
        background-size: 25px;
        translate: 0 calc(50% + 33px);
        height: 64px;
        width: 64px
    }

    .c-history-slider__body {
        padding-top: 30px;
        margin: 0 auto;
        width: 80%
    }

    .c-history-slider__item {
        grid-template-columns:auto 1fr;
        gap: 30px
    }

    .c-history-slider__item.active {
        display: grid
    }

    .c-history-slider__text, .c-slot-page__provider-slot-num {
        font-size: 14px
    }

    .c-history-slider__tracker {
        gap: 55px;
        width: 100%
    }

    .c-brand-fs__top, .c-brand-fs__body {
        display: grid;
        grid-template-columns:repeat(2, 1fr)
    }

    .c-brand-fs__box-bonus {
        justify-content: center
    }

    .c-brand-fs__is-work-wrap {
        grid-column: 1/3
    }
}

@media (min-width: 992px) {
    :root {
        --content-inner: 40px;
        --h2-margin: 100px
    }

    .c-brand-fs__body {
        -moz-column-gap: var(--content-inner);
        column-gap: var(--content-inner);
        grid-template-columns:repeat(3, 1fr)
    }

    .c-brand-fs__is-work-wrap {
        border: none;
        grid-column: initial
    }

    .c-brand-fs__is-work-wrap, .c-brand-fs__box-bonus {
        border-left: 1px solid var(--grey);
        justify-content: center
    }

    .c-slot-demo-iframe__body {
        margin: 0 auto
    }
}

@media (min-width: 1200px) {
    .o-main-wrapper {
        max-width: 1170px;
        margin: 0 auto
    }

    .c-nav__list {
        display: flex;
        flex-wrap: wrap
    }

    .c-nav__item {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        padding-right: 20px;
        margin-right: 10px;
        position: relative
    }

    .c-nav__drop-down-btn {
        top: 50%;
        right: 0;
        transform: translateY(-50%)
    }

    .c-nav__link {
        font-size: 1.2rem
    }

    .c-nav .c-nav__drop-down-list {
        position: absolute;
        visibility: hidden;
        opacity: 0;
        transition: all ease 0.3s;
        right: 0;
        bottom: 0;
        transform: translateY(100%);
        overflow: hidden;
        max-width: 400px;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content
    }

    .c-nav .c-nav__drop-down-list.is-droped {
        margin: 0;
        visibility: visible;
        opacity: 1
    }

    .c-nav__drop-down-btn.is-droped {
        transform: rotate(-180deg) translateY(50%)
    }

    .c-header__container {
        gap: 30px;
        justify-content: space-between
    }

    .c-header__nav-container {
        background-color: transparent;
        transform: translateX(0);
        padding: 0;
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        position: relative;
        top: 0;
        left: 0
    }

    .c-header__nav-btn, .c-header__close-nav-btn {
        display: none
    }

    .c-header__nav-wrapper {
        overflow-y: visible
    }

    .c-slots__holder {
        margin-bottom: 15px
    }

    .c-slots__title-item {
        flex-basis: 19%;
        margin-bottom: 0
    }

    .c-slots__title-item {
        flex-direction: column;
        padding-top: 30px;
        border-radius: 5px
    }

    .c-slots__title-icon {
        width: 43px;
        height: 43px;
        margin-right: 0;
        margin-bottom: 10px
    }

    .c-slots__title {
        margin-bottom: 20px
    }

    .c-slots__more-btn {
        display: block;
        text-align: center;
        width: 185px
    }

    .c-slots__more-btn_mobile {
        display: none
    }

    .c-slots__more-btn-container {
        display: none
    }

    .c-footer__nav {
        flex-basis: 33.3%;
        padding: 10px
    }

    .c-footer__nav:last-child {
        flex-basis: 100%;
        padding: 0
    }

    .c-footer__nav-list_bottom {
        display: flex;
        justify-content: space-between
    }

    .c-footer__nav-item_bottom {
        padding: 10px;
        width: 100%;
        align-self: center
    }

    .c-footer__nav-item_bottom:last-child {
        margin-right: 0
    }

    .c-slot-info {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-left: 20px;
        padding-right: 20px
    }

    .c-slot-info__left-side {
        flex-basis: 30%
    }

    .c-slot-info__right-side {
        flex-basis: 67%
    }
}
