:root {
    --main-blue: #5a7aff;
    --green: #2ecc71;
    --header-heigth: 71px;
    --bottomNav: 56px;
    --yellow: #d9b451
}

*,*::before,*::after {
    box-sizing: border-box
}

*::before,*::after {
    pointer-events: none
}

ul[class],ol[class] {
    padding: 0;
    margin: 0
}

body,h1,h2,h3,h4,p,li,figure,figcaption,blockquote,dl,dd {
    margin: 0
}

body {
    min-height: 100vh;
    scroll-behavior: smooth;
    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
}

a[class] {
    text-decoration: none
}

img {
    display: block
}

article>*+* {
    margin-top: 1em
}

input,button,textarea,select {
    font: inherit;
    outline: none
}

@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
    }
}

@font-face {
    font-family: "IBM Plex Sans";
    src: url("../fonts/IBMPlexSans-Regular.woff2") format("woff2"),url("../fonts/IBMPlexSans-Regular.woff") format("woff");
    font-display: swap
}

@font-face {
    font-family: "IBM Plex Sans";
    src: url("../fonts/IBMPlexSans-Bold.woff2") format("woff2"),url("../fonts/IBMPlexSans-Bold.woff") format("woff");
    font-display: swap;
    font-weight: bold
}

body {
    background: #141436;
    font-family: "IBM Plex Sans", Arial, sans-serif
}

.o-container {
    padding: 0 10px
}

.o-overflow {
    overflow-y: hidden
}

button {
    cursor: pointer;
    border: none
}

h1,h2 {
    margin-top: 30px
}

h3 {
    margin-top: 15px
}

a,a:active,a:checked {
    color: inherit;
    text-decoration: none
}

.o-login-btn {
    color: #f36509;
    border: 1px solid #f36509;
    padding: 0 0 0 8px
}

.o-login-btn,.o-reg-btn {
    border-radius: 20px;
    display: block;
    font-size: 12px;
    line-height: 1.9rem;
    text-align: center;
    white-space: nowrap
}

.c-main {
    color: #fff
}

.o-container>p {
    margin-top: 10px
}

.c-item--hover-animate {
    color: var(--green);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px
}

.c-item--hover-animate::after {
    color: var(--green);
    transform: rotate(-90deg)
}

.c-filter-list-submenu[class] {
    background: #141436;
    border: 1px solid var(--main-blue);
    border-top: none;
    color: var(--main-blue);
    padding: 0 15px;
    position: absolute;
    left: 0;
    width: 100%
}

.c-main__big-img img {
    width: 100%
}

.c-main__games {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 15px
}

.c-games__game {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    margin: 10px 5px
}

.c-games__game img {
    margin-bottom: 10px
}

.c-game__btn-box {
    display: flex;
    flex-direction: column;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    width: 90%;
    opacity: 0;
    z-index: -1;
    transition: all 0.3s ease-in-out
}

.c-game__btn-box a {
    border-radius: 15px;
    padding: 0 15px;
    margin-bottom: 5px;
    text-align: center;
    padding: 5px 0;
    font-size: 14px;
    text-transform: uppercase
}

.c-games__game:hover>.c-game__btn-box {
    opacity: 1;
    z-index: 1
}

.c-play-btn {
    background: #0b7c3a
}

.c-demo-btn {
    border: solid 0.071rem var(--main-blue);
    background: #141436
}

.c-play-btn:hover {
    background: var(--main-blue)
}

.c-demo-btn:hover {
    background: var(--main-blue)
}

table:not([class]) {
    border-collapse: collapse;
    margin: 10px auto;
    max-width: 100%
}

table:not([class]) td {
    padding: 8px 10px;
    border: 1px solid var(--main-blue);
    text-align: center;
    min-width: 45px;
    white-space: normal
}

ul:not([class]),ol:not([class]) {
    margin: 0;
    padding: 20px 0 20px 20px
}

ul:not([class]) li,ol:not([class]) li {
    padding-bottom: 10px
}

ul:not([class]) li:last-child,ol:not([class]) li:last-child {
    padding: 0
}

.c-video__wrapper {
    position: relative;
    padding-bottom: 56.25%;
    margin-top: 15px
}

.c-video__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.c-faq>h2 {
    margin: 0px;
    font-size: 30px;
    color: #fff;
    padding: 15px 0;
    text-align: center;
    text-shadow: 0px 0px 20px #8894ff
}

.c-faq details {
    background: #282a49;
    border-radius: 15px;
    margin-bottom: 15px;
    padding: 0 15px
}

.c-faq details summary {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    color: var(--main-blue);
    font-weight: 600;
    padding: 10px 0;
    font-size: 20px;
    position: relative
}

.c-faq details summary:hover {
    color: var(--green)
}

.c-faq details summary::marker {
    content: "";
    display: none
}

.c-faq details summary:after {
    content: "\276F";
    position: absolute;
    right: 0;
    transform: rotate(90deg);
    transition: transform 0.3s ease-in-out
}

.c-faq details[open] summary {
    color: var(--yellow)
}

.c-faq details[open] summary:after {
    color: var(--main-blue);
    content: "\276F";
    margin-left: 10px;
    position: absolute;
    transform: rotate(-90deg)
}

.c-main__comments {
    color: white;
    padding: 15px 0
}

.c-main__comments * {
    margin-bottom: 15px
}

.c-main__comments a,.c-main__comments button {
    background: #1e43d4;
    border-radius: 6px;
    color: white;
    padding: 10px 20px;
    margin-left: auto;
    text-transform: uppercase;
    font-weight: 600;
    transition: background 0.3s ease-in-out
}

.c-main__comments a:hover,.c-main__comments button:hover {
    background: #282a49
}

.c-comments__form {
    display: flex;
    flex-direction: column
}

.c-comments__form input,.c-comments__form textarea {
    color: white;
    border: none;
    background: #282a49;
    padding: 10px 15px;
    width: 100%
}

.c-comments__form input::-moz-placeholder,.c-comments__form textarea::-moz-placeholder {
    color: white
}

.c-comments__form input:-ms-input-placeholder,.c-comments__form textarea:-ms-input-placeholder {
    color: white
}

.c-comments__form input::-webkit-input-placeholder, .c-comments__form textarea::-webkit-input-placeholder {
    color: white
}

.c-comments__form input::-moz-placeholder, .c-comments__form textarea::-moz-placeholder {
    color: white
}

.c-comments__form input:-ms-input-placeholder, .c-comments__form textarea:-ms-input-placeholder {
    color: white
}

.c-comments__form input::-ms-input-placeholder, .c-comments__form textarea::-ms-input-placeholder {
    color: white
}

.c-comments__form input::placeholder,.c-comments__form textarea::placeholder {
    color: white
}

.c-comments__form textarea {
    padding-top: 15px;
    resize: none;
    min-height: 75px
}

.c-comments_comment {
    display: flex;
    flex-direction: column
}

.c-comments_comment p {
    padding: 10px
}

.c-comments__more {
    display: flex;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

@media (min-width: 768px) {
    .o-container {
        padding:0 30px
    }

    .c-main__games img {
        height: 150px;
        width: 150px
    }

    .c-games__game:hover {
        cursor: pointer
    }

    .c-game__btn-box>a {
        font-size: 16px
    }

    .c-play-btn {
        white-space: nowrap
    }

    table:not([class]) {
        font-size: 18px
    }

    table:not([class]) td {
        padding: 8px 40px
    }
}

@media (min-width: 992px) {
    .c-main__big-img {
        margin:0 auto;
        padding-bottom: 30px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        max-width: 992px
    }

    .c-video__wrapper {
        margin: 0 auto;
        max-height: 496px;
        max-width: 992px;
        padding-bottom: 40%
    }

    .c-video__wrapper iframe {
        max-height: 496px;
        max-width: 992px
    }

    .o-container {
        margin: 0 auto;
        max-width: 1300px
    }
}

.c-footer {
    background: black;
    color: white;
    padding-bottom: calc(var(--bottomNav) + 50px)
}

.c-footer__nav {
    overflow-x: auto
}

.c-footer-nav__list {
    display: flex;
    gap: 15px;
    padding: 0 15px !important;
    margin: 0 auto !important;
    overflow-x: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.c-footer-nav__list li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.c-footer-nav__list li:last-child {
    margin: 0
}

.c-footer-nav__list li>a {
    color: var(--main-blue);
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding: 16px 0;
    white-space: nowrap
}

.c-footer-nav__list li>a:hover {
    color: var(--green)
}

.c-footer__columns {
    padding: 15px 0
}

.c-columns__column {
    display: flex;
    flex-direction: column;
    border-top: 0.141rem dashed #707070;
    padding: 15px 0
}

.c-columns__column a {
    display: inline-block
}

.c-columns__title {
    font-size: 20px;
    font-weight: bold;
    text-shadow: 0 0 0.5rem var(--main-blue)
}

.c-columns__column img {
    min-height: 20px
}

.c-column__img-box {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-evenly;
    margin: 28px 0
}

.c-footer__copyrights {
    text-align: center
}

.c-footer__copyrights p {
    padding: 15px 0 0 0;
    font-size: 10px
}

@media (min-width: 992px) {
    .c-footer__columns {
        display:flex;
        justify-content: center
    }

    .c-columns__column {
        align-items: center;
        width: 33%;
        border: none;
        border-right: 0.141rem dashed #707070;
        padding: 0 15px
    }

    .c-columns__column:last-child {
        border: none
    }
}

.c-header {
    background: inherit;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    min-height: var(--header-heigth);
    z-index: 99
}

.c-header__wrapper {
    align-items: center;
    display: flex;
    gap: 10px;
    padding-right: 7px
}

.c-burger {
    background: #282a49;
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
    height: 71px;
    width: 60px
}

.c-burger div {
    background: var(--main-blue);
    height: 3px;
    width: 27px
}

.c-header__logo {
    -o-object-fit: contain;
    object-fit: contain
}

.c-header__btn-box {
    display: flex;
    margin-left: auto
}

.c-header__login {
    padding: 0 32px 0 8px;
    margin-right: -28px
}

.c-header__login:hover {
    border-color: var(--green);
    color: var(--green)
}

.c-header__reg {
    color: #fff;
    border: 0;
    border-radius: 1rem;
    background: linear-gradient(90deg, #f36509 0%, #6817c2 100%);
    padding: 0 4px
}

.c-header__reg:hover {
    background: var(--green)
}

.c-header__nav {
    position: fixed;
    top: 0;
    left: 0;
    transform: translateX(-110%);
    transition: 0.2s ease-in-out;
    height: 100%;
    width: 100%
}

.c-header__nav.o-active {
    transform: translateX(0)
}

.c-header__nav-close-box {
    align-items: center;
    background: #141436;
    display: flex;
    justify-content: flex-end;
    gap: 15px
}

.c-header__nav-login {
    background: var(--green);
    border-color: var(--green);
    color: #fff;
    flex-basis: 100px;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase
}

.c-header__list {
    background: #282a49;
    box-shadow: 0.721rem 0 0.721rem -0.721rem #5a7aff;
    display: flex;
    flex-direction: column;
    gap: 7px;
    height: inherit;
    max-width: 700px;
    width: 80%
}

.c-header__list li {
    align-items: center;
    border-left: 3px solid transparent;
    display: grid;
    grid-template-columns: 35px 1fr;
    padding-left: 10px;
    gap: 15px;
    transition: 0.2s ease-in-out
}

.c-header__list li.o-current,.c-header__list li:hover {
    border-color: var(--main-blue)
}

.c-header__list li.o-current a,.c-header__list li:hover a {
    color: #fff
}

.c-header__list li.o-current svg,.c-header__list li:hover svg {
    fill: #fff
}

.c-header__list li.o-current svg.stroke,.c-header__list li:hover svg.stroke {
    fill: none;
    stroke: #fff
}

.c-header__list a {
    align-items: center;
    color: var(--main-blue);
    display: flex;
    font-weight: bold;
    min-height: 50px
}

.c-header__list svg {
    fill: var(--main-blue)
}

.c-header__list svg.stroke {
    fill: none;
    stroke: var(--main-blue)
}

.c-header__list a,.c-header__list svg {
    transition: 0.2s ease-in-out
}

.c-header__nav-close-btn {
    background-image: url(../img/icons/close-icon.svg);
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: center;
    height: 56px;
    width: 56px
}

.c-slider-wrap {
    position: relative;
    min-height: 155px;
    overflow: hidden
}

.c-slider-scroller {
    display: flex
}

.c-slide {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    flex: 1 0 100%;
    overflow: hidden
}

.c-slide__img {
    pointer-events: none;
    -o-object-fit: cover;
    object-fit: cover;
    height: auto;
    height: 155px;
    width: 100%
}

.c-slider__btn {
    border-radius: 50%;
    grid-column: 2/3;
    grid-row: 1/3;
    position: relative;
    height: 48px;
    width: 48px
}

.c-slider__btn::after {
    background-image: url("../img/icons/play.svg");
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center;
    content: "";
    display: block;
    height: 100%;
    width: 100%
}

.c-slider__btn span {
    display: none
}

.c-slider__dots {
    bottom: 10px;
    display: flex;
    gap: 4px;
    position: absolute;
    right: 20px
}

.c-slider__dots button {
    background: var(--yellow);
    border-radius: 50%;
    border: none;
    display: block;
    outline: none;
    padding: 0;
    transition: 0.2s ease-in-out;
    height: 8px;
    width: 8px
}

.c-slider__dots button.o-active {
    background: #fff;
    scale: 1.3
}

.c-slider__arrows {
    z-index: 2
}

.c-slider__arrow {
    align-items: center;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 45px;
    width: 45px
}

.c-slider__arrow svg {
    fill: #dbdada;
    pointer-events: none
}

.c-slider__arrow.disabled {
    pointer-events: none;
    opacity: 0.2
}

.c-slider__arrow.prev {
    left: 0
}

.c-slider__arrow.next {
    right: 0
}

.c-bottom-nav-container {
    background: #262845;
    bottom: 0;
    position: fixed;
    left: 0;
    width: 100%
}

.c-bottom-nav {
    display: flex;
    gap: 7px;
    justify-content: space-evenly;
    min-height: var(--bottomNav)
}

.c-bottom-nav a {
    align-items: center;
    color: var(--yellow);
    display: flex;
    flex-direction: column;
    font-size: 11px;
    padding: 10px 0
}

.c-bottom-nav__icon {
    fill: var(--yellow)
}

.c-slots {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px 14px;
    margin: 30px 0
}

.c-slot {
    border-radius: 20px;
    transition: 0.2s ease-in-out;
    position: relative;
    overflow: hidden
}

.c-slot:hover {
    scale: 1.4;
    z-index: 2
}

.c-slot:hover .c-slot__body {
    opacity: 1;
    visibility: visible
}

.c-slot__body {
    align-items: center;
    background: #000000a3;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    justify-content: center;
    position: absolute;
    padding: 0 10px;
    transition: inherit;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    height: 100%;
    width: 100%
}

.c-slot__name {
    align-self: flex-end;
    font-size: 12px;
    grid-column: 1/3;
    text-align: center
}

.c-slot__play {
    background: var(--green)
}

.c-slot__demo {
    background: none;
    border: 1px solid var(--main-blue);
    color: var(--main-blue)
}

.c-slot__demo:hover {
    background: var(--main-blue);
    color: #fff
}

.c-slot__play,.c-slot__demo {
    align-self: flex-start;
    align-items: center;
    border-radius: 20px;
    display: flex;
    font-size: 11px;
    font-weight: bold;
    justify-content: center;
    text-transform: uppercase;
    line-height: 1;
    padding: 0 12px;
    min-height: 20px
}

@media (min-width: 540px) {
    .c-slide__img {
        height:200px
    }
}

@media (min-width: 750px) {
    .c-slider-scroller {
        cursor:-webkit-grab;
        cursor: grab
    }

    .c-slider-scroller.grabbing {
        cursor: -webkit-grabbing;
        cursor: grabbing
    }

    .c-slide {
        border-radius: initial
    }

    .c-slider__arrow {
        cursor: pointer;
        height: 70px;
        width: 70px
    }

    .c-slider__arrow.prev {
        left: 50px
    }

    .c-slider__arrow.next {
        right: 50px
    }

    .c-slider__dots {
        bottom: 15px;
        right: 150px;
        gap: 10px
    }

    .c-slider__dots button {
        cursor: pointer;
        height: 14px;
        width: 14px
    }
}

@media (min-width: 768px) {
    :root {
        --bottomNav: 40px
    }

    .c-bottom-nav {
        justify-content: flex-start
    }

    .c-bottom-nav a:nth-child(n+3) {
        display: none
    }

    .c-bottom-nav a {
        flex-direction: row;
        font-size: 17px;
        padding: 7px;
        gap: 2px
    }

    .c-bottom-nav a:hover {
        background: #000;
        color: #fff
    }

    .c-bottom-nav a:hover svg {
        fill: #fff
    }

    .c-bottom-nav__icon {
        height: 17px;
        width: 17px
    }

    .c-columns__title {
        margin-top: 28px;
        width: 100%
    }

    .c-column__img-box.providers img {
        height: 15px
    }
}

@media (min-width: 992px) {
    :root {
        --header-heigth: 115px
    }

    .c-burger,.c-header__nav-close-box,.c-header__nav-icon {
        display: none
    }

    .c-header__wrapper {
        display: grid;
        grid-template-columns: 230px 1fr;
        padding: 0;
        gap: 16px 10px
    }

    .c-header__logo-link {
        grid-row: 1/3;
        z-index: 1
    }

    .c-header__logo {
        margin-left: auto;
        height: 60px;
        width: 132px
    }

    .c-header__btn-box {
        padding: 16px 9px 0 0
    }

    .c-header__login {
        padding: 0 40px 0 12px
    }

    .c-header__reg {
        padding: 0 12px
    }

    .c-header__login,.c-header__reg {
        font-size: 16px;
        font-weight: bold
    }

    .c-header__nav {
        position: relative;
        transform: initial;
        margin-left: auto;
        height: initial;
        max-width: 930px;
        width: 100%
    }

    .c-header__nav::before {
        background: #282a49;
        -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
        clip-path: polygon(100% 0, 0% 100%, 100% 100%);
        content: "";
        position: absolute;
        left: 0;
        transform: translateX(-100%);
        height: 100%;
        width: 140px
    }

    .c-header__list {
        justify-content: flex-end;
        flex-direction: row;
        padding-right: 20px !important;
        max-width: initial;
        width: initial
    }

    .c-header__list a {
        font-size: 15px
    }

    .c-header__list li {
        border: none;
        display: initial;
        padding: 0
    }

    .c-header__list li:hover a {
        color: var(--green)
    }

    .c-header__list li:hover,.c-header__list li.o-current {
        color: initial
    }

    .c-header__list li.o-current {
        position: relative
    }

    .c-header__list li.o-current::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 5px;
        bottom: 8px;
        right: 0;
        border-radius: 2.5px/50%;
        background: linear-gradient(90deg, #0a3aff, #6e00d6)
    }

    .c-footer__nav {
        border-bottom: solid 1px #282a49
    }
}

@media (min-width: 1200px) {
    .c-header__wrapper {
        grid-template-columns:300px 1fr
    }

    .c-header__list {
        padding-right: 40px !important;
        gap: 14px
    }

    .c-header__btn-box {
        padding-right: 20px
    }

    .c-slide__img {
        height: 260px
    }
}

@media (min-width: 1400px) {
    .c-header__wrapper {
        grid-template-columns:360px 1fr
    }

    .c-header__btn-box {
        margin-right: 113px
    }
}

@media (min-width: 1920px) {
    .c-slide__img {
        height:360px
    }
}
