.glide {
    box-sizing: border-box;
    position: relative;
    width: 100%
}

.glide * {
    box-sizing: inherit
}

.glide__slides, .glide__track {
    overflow: hidden
}

.glide__slides {
    backface-visibility: hidden;
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    touch-action: pan-Y;
    transform-style: preserve-3d;
    white-space: nowrap;
    width: 100%;
    will-change: transform
}

.glide__slide, .glide__slides--dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.glide__slide {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    flex-shrink: 0;
    height: 100%;
    white-space: normal;
    width: 100%
}

.glide__slide a {
    -webkit-user-drag: none;
    -webkit-user-select: none;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.glide__arrows, .glide__bullets {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.glide--rtl {
    direction: rtl
}

@font-face {
    font-display: swap;
    font-family: Raleway;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/raleway-v29-cyrillic_latin-ext-300.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Raleway;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/raleway-v29-cyrillic_latin-ext-regular.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Raleway;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/raleway-v29-cyrillic_latin-ext-700.woff2) format("woff2")
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

body {
    background: #fff;
    color: #414141;
    font: 18px Raleway, sans-serif;
    font-weight: 500;
    letter-spacing: .02em;
    line-height: 32px;
    padding-top: 60px
}

@media (max-width: 992px) {
    body {
        padding-top: 156px
    }
}

@media (max-width: 768px) {
    body {
        padding-top: 0
    }
}

img {
    height: auto;
    max-width: 100%
}

button {
    cursor: pointer
}

blockquote {
    background-color: #e9ecef;
    border-radius: 4px;
    color: #6c757d;
    list-style: none;
    margin-bottom: 15px;
    padding: 10px 15px 0 60px;
    position: relative
}

blockquote:before {
    background: url(../../img/quote.svg) 50% 50% no-repeat;
    background-size: 100%;
    content: "";
    height: 40px;
    left: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 35px
}

@media (max-width: 530px) {
    blockquote:before {
        display: block;
        left: 0;
        position: relative;
        top: 20px
    }

    blockquote {
        padding: 10px 10px 0
    }
}

.hr {
    background: rgba(0, 0, 0, .1);
    border: none;
    height: 1px;
    margin: 16px 0;
    width: 100%
}

.content_banner {
    margin-bottom: 10px
}

.main {
    display: block;
    margin: 0 auto;
    max-width: 1140px;
    min-height: calc(100vh - 297px);
    width: 100%
}

.header {
    background: #343a40;
    left: 0;
    padding: 8px 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 6666
}

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

@media (max-width: 992px) {
    .header-container {
        flex-direction: column
    }
}

.site-logo {
    font-size: 20px
}

@media (max-width: 992px) {
    .site-logo {
        margin: 0 0 10px;
        text-align: center
    }
}

@media (max-width: 768px) {
    .site-logo {
        margin: 30px 0
    }
}

.site-logo a {
    color: #fff;
    text-decoration: none
}

.site-logo a:hover {
    text-decoration: underline
}

.site-logo img {
    display: block
}

@media only screen and (max-width: 768px) {
    .site-logo img {
        display: inline
    }
}

.container {
    clear: both;
    margin: 0 auto;
    max-width: 1140px;
    padding: 0 15px;
    width: 100%
}

@media (max-width: 768px) {
    .container {
        padding: 0 20px
    }
}

.has-sidebar {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap
}

.has-sidebar .sidebar {
    padding: 0 15px;
    width: 380px
}

.has-sidebar .content {
    flex: 1
}

@media (max-width: 480px) {
    .has-sidebar .content {
        box-sizing: border-box;
        flex: auto;
        height: 100%;
        overflow: hidden;
        width: 100%
    }
}

.card, .comment-respond {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 4px;
    margin-bottom: 20px;
    overflow: hidden
}

.card__title, .comment-respond__title {
    background: rgba(0, 0, 0, .03);
    font-weight: bolder;
    padding: 12px 20px
}

.comment-form {
    color: #495057;
    padding: 20px
}

.comment-form .logged-in-as {
    margin-bottom: 15px
}

.comment-form .logged-in-as a {
    color: #495057
}

.comment-form label {
    display: inline-block;
    margin-bottom: 10px
}

.comment-reply-link, .submit {
    background-color: #ffc107;
    border: 1px solid #ffc107;
    border-radius: 3px;
    color: #212529 !important;
    cursor: pointer;
    display: inline-block;
    padding: 10px 12px;
    text-decoration: none !important
}

.comment-reply-link:hover, .submit:hover {
    background-color: #e0a800;
    border-color: #d39e00
}

table {
    border-color: #fff;
    display: block;
    overflow-x: auto;
    table-layout: fixed;
    width: 100%
}

@media only screen and (max-width: 768px) {
    table {
        white-space: nowrap
    }
}

thead tr th {
    background: #d3d3d3;
    font-weight: 700;
    line-height: 20px
}

tbody tr td, thead tr th {
    color: #414141;
    font-size: 14px;
    font-style: normal;
    letter-spacing: .02em;
    padding: 8px 32px
}

tbody tr td {
    background: #f2f2f2;
    font-weight: 500;
    line-height: 24px
}

.comment-reply-link {
    line-height: 1;
    margin: 10px 0
}

.comment-form_textarea {
    height: 90px
}

.author, .comment-form_textarea {
    border: 1px solid #ced4da;
    border-radius: 3px;
    margin-bottom: 15px;
    padding: 6px 12px;
    width: 100% !important
}

.commentlist {
    margin-bottom: 15px
}

.commentlist .children {
    list-style: none;
    padding-left: 50px;
    width: 100%
}

.commentlist li {
    display: flex;
    flex-direction: column;
    width: 100%
}

.commentlist li .avatar {
    border-radius: 50%;
    margin-right: 10px
}

.commentlist li .comment-item {
    flex: 1;
    margin-bottom: 15px
}

.sidebar-nav--list li {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    padding: 15px 20px
}

.sidebar-nav--list li a {
    color: #1d2124;
    text-decoration: none
}

.sidebar-nav--list li a:hover {
    text-decoration: underline
}

.sidebar-nav--list li span {
    color: #1d2124;
    text-decoration: underline
}

.commentlist {
    list-style: none
}

.commentlist .fn {
    font-size: 20px;
    font-style: normal
}

.posts-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 0;
    padding: 0
}

.posts-container .automat-wrapp {
    margin: 10px;
    position: relative
}

.posts-container .inner-slot {
    box-sizing: border-box;
    display: inline-block;
    margin: 10px 0 0;
    overflow: hidden;
    position: relative;
    text-align: center
}

.posts-container .inner-slot .slot-cont {
    cursor: default;
    display: block;
    position: relative;
    text-align: center;
    text-decoration: none
}

.posts-container .inner-slot .slot-cont img {
    height: 192px;
    vertical-align: middle;
    width: 256px
}

.posts-container .inner-slot .play-btns {
    align-items: center;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s;
    z-index: 15
}

.posts-container .inner-slot .play-btns .play-free {
    background: transparent;
    border: 1px solid #27a844;
    border-radius: 4px;
    color: #27a844;
    display: block;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    margin: 6px 0;
    padding: 7px 0;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    width: 224px
}

.posts-container .inner-slot .play-btns .play-free:hover {
    background: #27a844;
    color: #fff
}

.posts-container .slot-name {
    color: #414141;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 24px;
    text-align: center
}

.posts-container .automat-wrapp:hover .slot-cont {
    background: #000000d4
}

.posts-container .automat-wrapp:hover .slot-cont img {
    -moz-filter: blur(20px);
    filter: blur(20px);
    opacity: .4
}

.posts-container .automat-wrapp:hover .play-btns {
    opacity: 1
}

.play-money {
    background: #27a844;
    border: 1px solid #27a844;
    border-radius: 4px;
    display: block;
    font-size: 18px;
    font-style: normal;
    line-height: 28px;
    margin: 6px 0;
    padding: 7px 0;
    position: relative;
    text-decoration: none;
    width: 224px
}

.play-money, .play-money.big_btn {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase
}

.play-money.big_btn {
    font-size: 24px;
    line-height: 30px;
    margin: 0;
    padding: 16px;
    text-align: center;
    width: 100%
}

.play-money:hover {
    background: transparent;
    color: #27a844
}

.post-thumbnail {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    width: 100%
}

.post-thumbnail .hr {
    background: rgba(0, 0, 0, .1);
    border: none;
    display: block;
    height: 1px;
    margin: 16px 15px;
    width: 100%
}

@media (max-width: 480px) {
    .post-thumbnail .hr {
        margin: 16px 0
    }
}

.post-thumbnail img {
    display: block
}

.post-thumbnail__left-col {
    align-items: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0 15px;
    width: 285px
}

.post-thumbnail__right-col {
    flex: 1;
    padding: 0 15px
}

.post-thumbnail .btn {
    margin-bottom: 8px;
    width: 100%
}

.post-thumbnail a img {
    margin: 45px auto
}

.bonus-name {
    background: #d3d3d3;
    color: #414141;
    display: block;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin: 48px 0 2px;
    padding: 22px 16px 22px 32px;
    text-align: center
}

.bonus-info {
    margin-bottom: 16px
}

@media only screen and (max-width: 500px) {
    .bonus-info {
        margin-bottom: 32px
    }
}

.bonus-info p {
    background: #f2f2f2;
    border-bottom: 2px solid #fff;
    display: flex;
    flex-direction: row
}

@media only screen and (max-width: 500px) {
    .bonus-info p {
        flex-direction: column;
        padding: 16px 0
    }
}

.bonus-info p span {
    display: block;
    font-size: 14px;
    font-style: normal;
    line-height: 24px;
    padding: 12px 32px;
    text-align: center;
    width: 50%
}

@media only screen and (max-width: 500px) {
    .bonus-info p span {
        margin: 0;
        padding: 0 32px;
        width: 100%
    }
}

.bonus-info p span:first-child {
    border-right: 2px solid #fff
}

@media only screen and (max-width: 500px) {
    .bonus-info p span:first-child {
        border-right: none
    }
}

.bonus-info__name {
    width: 60%
}

.bonus-info__value {
    font-weight: 700;
    width: 40%
}

.bonus-info__value .small-prefix {
    display: inline-block;
    font-size: inherit;
    font-weight: inherit
}

.bonus-info__value br {
    display: none
}

.bonus-info .date {
    color: #dc3545
}

.top-bonus-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 0
}

.small-post-thumbnail {
    margin-bottom: 15px;
    max-width: 378px;
    padding: 0 15px;
    width: 100%
}

.small-post-thumbnail__body {
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    text-align: center
}

.small-post__info {
    align-items: center;
    color: #eb4d4b;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px
}

.small-post__info h3 {
    font-size: 28px;
    margin-bottom: 12px
}

.small-post__info h3 a {
    color: #000;
    text-decoration: none
}

.small-post__info h3 a:hover {
    text-decoration: underline
}

.small-post__info .btn {
    width: 100%
}

.small-post__info .bonus-size {
    font-size: 48px;
    margin-bottom: 16px;
    padding: 0 30px;
    position: relative
}

.small-post__info .bonus-size:after, .small-post__info .bonus-size:before {
    background: #eb4d4b;
    content: "";
    display: block;
    height: 3px;
    position: absolute;
    top: 30px;
    width: 10px
}

.small-post__info .bonus-size:before {
    left: 0
}

.small-post__info .bonus-size:after {
    right: 0
}

.last-posts {
    padding: 20px
}

.last-posts a {
    color: #007bff;
    display: inline-block;
    padding: 2px 0;
    text-decoration: none
}

.last-posts a:hover {
    color: #0056b3;
    text-decoration: underline
}

.text-container p {
    text-align: justify
}

.text-container ol, .text-container p, .text-container ul {
    padding-bottom: 10px
}

.text-container ol, .text-container ul {
    list-style-position: inside;
    padding-left: 15px
}

h1 {
    font-size: 40px;
    margin: 40px 0 32px
}

h1, h2 {
    font-weight: 600
}

h2 {
    font-size: 32px
}

h2, h3 {
    margin: 48px 0 32px
}

h3 {
    font-size: 20px
}

h4 {
    font-size: 18px;
    margin: 48px 0 32px
}

.single-h1 {
    margin: 8px 0
}

.text-container a:not(.btn) {
    color: #7373cb;
    text-decoration: none
}

.text-container a:not(.btn):hover {
    color: #7373cb;
    text-decoration: underline
}

.text-container a:not(.btn):visited {
    color: #00f;
    text-decoration: none
}

img.alignleft {
    float: left;
    margin: 20px 20px 20px 0
}

img.alignright {
    float: right;
    margin: 20px 0 20px 20px
}

img.aligncenter {
    display: block;
    margin: 20px auto
}

.top-buttons {
    padding: 50px 0 180px;
    text-align: center
}

.btn {
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    padding: 12px 16px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: .15s
}

.btn.silver-btn {
    background: #6c757d
}

.btn.silver-btn:hover {
    background: #5a6268
}

.btn.green-btn {
    background: #28a745
}

.btn.green-btn:hover {
    background: #218838
}

.btn.btn-blue {
    background: #287da7
}

.text-container .content-btn {
    background: rgba(204, 33, 49, .6);
    border: 1px solid #cc2131;
    border-radius: 4px;
    color: #fff !important;
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 120%;
    margin: 48px auto;
    padding: 11px 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: -moz-fit-content;
    width: fit-content
}

@media (max-width: 320px) {
    .text-container .content-btn {
        width: 100%
    }
}

.text-container .content-btn:visited {
    color: #fff !important
}

.text-container .content-btn:hover {
    background: #cc2131;
    text-decoration: none !important
}

p.copyright {
    text-align: center
}

.footer-nav--list, .header-nav--list {
    display: flex;
    gap: 32px;
    justify-content: center;
    list-style: none
}

.footer-nav--list a, .footer-nav--list span, .header-nav--list a, .header-nav--list span {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase
}

.footer-nav--list a:hover, .header-nav--list a:hover {
    color: #cc2131
}

.footer-nav--list a.active-nav:hover, .footer-nav--list span, .header-nav--list a.active-nav:hover, .header-nav--list span {
    color: rgba(204, 33, 49, .8)
}

@media (max-width: 992px) {
    .header-nav--list {
        display: none
    }
}

.footer-nav--list {
    justify-content: flex-start
}

.main-404 {
    align-items: center;
    display: flex;
    justify-content: center
}

.content-404 {
    display: flex;
    flex-wrap: wrap;
    padding-top: 100px
}

.content-404 .col {
    align-items: center;
    display: flex;
    width: 50%
}

.title-404 {
    font-size: 200px;
    height: 148px;
    line-height: 100px;
    margin-bottom: 20px;
    text-align: center
}

p.text-404 {
    font-size: 24px;
    text-align: center
}

p.btn-404 {
    margin: 30px 0
}

.slider-item, p.btn-404 {
    text-align: center
}

.tns-outer {
    margin-bottom: 20px
}

.tns-controls {
    display: flex;
    height: 13px;
    justify-content: space-between;
    left: 0;
    margin-top: -6px;
    outline: none;
    padding: 0 20px;
    top: 40%;
    z-index: 666
}

@media only screen and (max-width: 768px) {
    .tns-controls {
        padding: 0 10px
    }
}

.tns-controls button {
    background: transparent;
    border: 3px solid #fff;
    height: 65px;
    outline: none;
    padding: 30px 7px;
    width: 30px
}

.tns-controls button svg {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

.tns-controls button:first-child {
    transform: rotate(180deg)
}

.tns-controls button:hover {
    background: rgba(0, 0, 0, .341)
}

.tns-controls button:hover:after, .tns-controls button:hover:before {
    background: #fff
}

.tns-nav {
    bottom: 30px;
    display: flex;
    justify-content: center;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 666
}

@media only screen and (max-width: 768px) {
    .tns-nav {
        bottom: 10px
    }
}

.tns-nav button {
    background: transparent;
    border: 2px solid #fff;
    border-radius: 50%;
    display: block;
    height: 15px;
    margin: 0 3px;
    outline: none;
    position: relative;
    width: 15px
}

@media only screen and (max-width: 768px) {
    .tns-nav button {
        height: 10px;
        width: 10px
    }
}

.tns-nav button.tns-nav-active {
    background: #fff
}

.tns-nav button:hover {
    background: rgba(0, 0, 0, .341)
}

.tns-nav button:after, .tns-nav button:before {
    content: "";
    display: block;
    height: 15px;
    left: 0;
    position: absolute;
    width: 100%
}

.tns-nav button:before {
    top: 3px
}

.tns-nav button:after {
    bottom: 3px
}

.search-form {
    display: flex;
    padding: 20px
}

.search-input {
    background: #fff;
    border: 1px solid #ced4da;
    border-radius: 3px;
    color: #495057;
    flex: 1;
    padding: 6px 12px;
    width: calc(100% - 50px)
}

.search-btn {
    background: #6c757d;
    border: none;
    border-radius: 3px;
    color: #fff;
    padding: 6px 12px;
    width: 50px
}

.single-top-banner {
    margin-bottom: 15px;
    text-align: center
}

.breadcrumbs {
    color: #414141;
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    font-weight: 700;
    justify-content: flex-start;
    line-height: 32px;
    list-style: none;
    margin-bottom: 15px;
    padding: 0
}

@media (max-width: 768px) {
    .breadcrumbs {
        margin-top: 24px
    }
}

.breadcrumbs a, .breadcrumbs li {
    margin-right: 5px
}

.breadcrumbs a {
    border-radius: 4px;
    color: #27a844;
    font-size: 16px;
    font-weight: 700;
    line-height: 32px
}

.breadcrumbs a, .breadcrumbs a:hover {
    text-decoration: underline
}

.breadcrumbs span.arrow {
    color: #27a844;
    font-size: 16px;
    font-weight: 700;
    line-height: 32px
}

.post-ifo {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px
}

.bonus-details, .post-ifo {
    display: flex;
    flex-wrap: wrap
}

.bonus-details {
    text-align: center
}

.bonus-details__info {
    padding-right: 15px
}

.bonus-details__img {
    padding-left: 15px
}

.bonus-details div {
    width: 50%
}

.bonus-details .btn {
    margin: 16px 0;
    width: 100%
}

.bonus-details h2 {
    margin-bottom: 8px
}

.small-prefix {
    display: block;
    font-size: 36px;
    font-weight: 400
}

.deadline {
    color: #28a745;
    font-weight: bolder;
    margin-top: 8px
}

.promocode {
    color: #dc3545;
    font-weight: bolder
}

.promocode span {
    display: block;
    font-size: 32px
}

.bonus-details__img {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.bonus-details__img .bonus-img {
    align-items: center;
    display: flex;
    height: 129px;
    justify-content: center;
    width: 100%
}

.sidebar-banners {
    padding: 20px
}

.sidebar-banner {
    margin-bottom: 15px;
    text-align: center
}

.sidebar-banner:last-child {
    margin-bottom: 0
}

.wp-tag-cloud {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    padding: 20px
}

.wp-tag-cloud li {
    padding: 4px 0;
    width: 50%
}

.wp-tag-cloud a {
    color: #343a40 !important;
    text-decoration: none
}

.wp-tag-cloud a:hover {
    text-decoration: underline
}

.main-nav--wrap {
    position: relative
}

.mobile-nav {
    background: #343a40;
    box-sizing: border-box;
    color: #fff;
    height: 0;
    list-style: none;
    overflow: hidden;
    position: absolute;
    top: 56px;
    width: 100%;
    z-index: 999
}

.mobile-nav--item {
    opacity: 0;
    transform: translateY(40px)
}

.mobile-nav a, .mobile-nav span {
    text-align: center;
    transition: .3s ease-in-out
}

.mobile-nav a {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    text-decoration: none;
    text-transform: uppercase
}

.mobile-nav a:hover {
    color: #cc2131
}

.mobile-nav span {
    color: rgba(204, 33, 49, .8);
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase
}

.mobile-nav--btn {
    background: transparent;
    border: 1px solid hsla(0, 0%, 100%, .1);
    border-radius: 5px;
    cursor: pointer;
    display: none;
    height: 40px;
    outline: none;
    position: relative;
    transition: .3s ease-in-out;
    width: 56px
}

@media (max-width: 992px) {
    .mobile-nav--btn {
        display: block;
        margin: 0 auto
    }
}

.mobile-nav--btn span {
    background: hsla(0, 0%, 100%, .5);
    border-radius: 9px;
    display: block;
    height: 2px;
    left: 14px;
    opacity: 1;
    position: absolute;
    right: 14px;
    transform: rotate(0deg);
    transition: .25s ease-in-out
}

.mobile-nav--btn span:first-child {
    top: 11px
}

.mobile-nav--btn span:nth-child(2) {
    top: 19px
}

.mobile-nav--btn span:nth-child(3) {
    top: 27px
}

.active-nav .mobile-nav--btn span:first-child {
    top: 50%;
    transform: rotate(135deg)
}

.active-nav .mobile-nav--btn span:nth-child(2) {
    left: -60px;
    opacity: 0
}

.active-nav .mobile-nav--btn span:nth-child(3) {
    top: 50%;
    transform: rotate(-135deg)
}

.wp-pagenavi {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 25px;
    width: 100%
}

.wp-pagenavi span.pages {
    display: none
}

.wp-pagenavi a, .wp-pagenavi span {
    background-color: #fff;
    border: 1px solid #dee2e6;
    color: #007bff;
    display: block;
    line-height: 1.25;
    margin-left: -1px;
    padding: .5rem .75rem;
    position: relative
}

.wp-pagenavi span {
    background-color: #e9ecef;
    border-color: #dee2e6;
    cursor: default
}

.wp-pagenavi a {
    -webkit-text-decoration-skip: objects;
    background-color: transparent;
    color: #007bff;
    text-decoration: none
}

.wp-pagenavi a:hover {
    background-color: #e9ecef;
    border-color: #dee2e6;
    color: #0056b3;
    text-decoration: none;
    z-index: 2
}

.wp-pagenavi a.nextpostslink {
    border-bottom-right-radius: .25rem;
    border-top-right-radius: .25rem
}

.wp-pagenavi a.previouspostslink {
    border-bottom-left-radius: .25rem;
    border-top-left-radius: .25rem;
    margin-left: 0
}

.footer {
    background: #343a40;
    color: #fff;
    margin-top: 100px;
    padding: 50px 0
}

@media (max-width: 990px) {
    .footer {
        padding-bottom: 70px
    }
}

@media only screen and (max-width: 1000px) {
    .content-404 .img-404 {
        display: none
    }

    .content-404 .title-404 {
        justify-content: center;
        width: 100%
    }

    .title-404 p {
        font-size: 200px;
        transform: none
    }
}

@media only screen and (max-width: 992px) {
    .active-nav .mobile-nav {
        height: auto
    }

    .active-nav .mobile-nav--item {
        opacity: 1;
        transform: translateY(0);
        transition: .3s ease-in-out
    }

    .mobile-nav--list {
        align-items: center;
        display: flex;
        flex-direction: column;
        gap: 32px;
        list-style: none;
        margin: 0;
        padding: 40px 20px 35px
    }

    .main-nav {
        order: 1;
        position: relative;
        width: 100vw
    }

    .post-thumbnail {
        align-items: baseline;
        flex-direction: column;
        justify-content: center
    }

    .post-thumbnail__left-col {
        width: 100%
    }

    .post-thumbnail__right-col {
        padding: 0;
        width: 100%
    }

    .has-sidebar .sidebar {
        width: 100%
    }

    .posts-container {
        margin: 0 auto;
        padding: 0 15px
    }

    .posts-container .post-thumbnail {
        align-items: inherit
    }

    .posts-container .btn_mob {
        align-items: center;
        display: flex;
        flex-direction: column;
        width: 100%
    }

    .posts-container .btn_mob .btn {
        width: 90%
    }

    .bonus-name {
        margin-top: 0
    }
}

@media only screen and (max-width: 768px) {
    .main {
        padding-top: 0
    }

    .header {
        position: relative
    }

    h1 {
        font-size: 30px;
        line-height: 40px
    }

    h1, h2 {
        word-break: break-word
    }

    h2 {
        font-size: 28px
    }

    .single-top-banner {
        display: none
    }

    .tns-outer .tns-controls {
        top: 35%
    }

    .content-404 {
        padding-top: 0
    }
}

@media only screen and (max-width: 600px) {
    .tns-outer .tns-controls {
        top: 30%
    }

    .bonus-details {
        flex-direction: column
    }

    .bonus-details > div {
        padding: 0;
        width: 100%
    }

    .post-ifo {
        align-items: flex-start;
        flex-direction: column
    }
}

@media only screen and (max-width: 500px) {
    .bonus-info__value {
        width: 100%
    }

    .bonus-info__name {
        margin-bottom: 10px;
        width: 100%
    }

    .bonus-info p {
        align-items: center;
        flex-direction: column;
        text-align: center
    }

    .title-404 {
        font-size: 150px
    }

    .post-thumbnail__right-col {
        padding: 0
    }

    .title-404 p {
        font-size: 150px
    }

    .text-container .btn {
        max-width: 80%;
        width: 80%
    }

    img[class*=wp-image] {
        display: block;
        float: none;
        margin: 0 auto
    }

    .btn_mob {
        margin-bottom: 46px
    }
}

@media only screen and (max-width: 350px) {
    .post-ifo {
        flex-direction: column
    }

    .post-ifo .rating-stars {
        margin-top: 10px
    }
}

.reference {
    background: #fff;
    border: 1px solid #999;
    border-radius: 0 0 5px 5px;
    box-shadow: 1px 1px 3px -2px #464646;
    box-sizing: border-box;
    color: #000;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    left: 8%;
    margin: auto;
    max-width: 500px;
    padding: 10px;
    position: fixed;
    top: -210px;
    width: 320px;
    z-index: 9999
}

.reference.show_popup {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-name: on_top;
    animation-timing-function: ease
}

.reference.hide_popup {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-name: out_top;
    animation-timing-function: ease
}

.reference .r-info {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 20px
}

.reference .r-info img {
    display: block;
    height: 20px;
    width: 20px
}

.reference .r-info span {
    font-family: sans-serif;
    font-size: 13px;
    padding: 20px 0 20px 15px;
    width: 350px
}

.reference .r-btns {
    display: flex;
    flex-direction: row;
    justify-content: flex-end
}

.reference .r-btns span {
    border: 1px solid #999;
    border-radius: 5px;
    cursor: pointer;
    font-size: 12px;
    height: 32px;
    line-height: 32px;
    margin: 0 0 0 10px;
    padding: 0 10px;
    text-align: center;
    text-transform: none;
    transition: all .3s
}

.reference .r-btns span:first-child:hover, .reference .r-btns span:nth-child(2):hover {
    background-color: #f4f4f4
}

.reference .r-btns span:first-child {
    color: #757575
}

.reference .r-btns span:nth-child(2) {
    background: transparent;
    color: #757575
}

@media only screen and (max-width: 500px) {
    .reference {
        left: 0
    }
}

@keyframes on_top {
    0% {
        transform: translateY(0)
    }
    to {
        transform: translateY(210px)
    }
}

@keyframes out_top {
    0% {
        transform: translateY(210px)
    }
    to {
        transform: translateY(0)
    }
}

@media (max-width: 480px) {
    .text-container iframe {
        height: auto;
        width: 100%
    }
}

.bonus-details__img img {
    margin: 0 auto
}

.banner-link, .banner-link img {
    display: block;
    width: 100%
}

.banner-link img {
    margin: 0 auto;
    max-width: 360px
}

.casino__header {
    align-items: start;
    background: #191919;
    display: flex;
    height: 170px;
    justify-content: start;
    margin-bottom: 60px;
    padding: 20px;
    position: relative;
    width: 100%
}

@media only screen and (max-width: 768px) {
    .casino__header {
        padding: 10px
    }
}

@media only screen and (max-width: 660px) {
    .casino__header {
        align-items: center;
        flex-direction: column;
        height: auto;
        justify-content: center
    }
}

.casino__header_left_img {
    align-items: center;
    background: #fff;
    border: 2px solid #000;
    display: flex;
    height: 180px;
    justify-content: center;
    width: 180px
}

@media only screen and (max-width: 768px) {
    .casino__header_left_img {
        height: auto;
        width: 100px
    }
}

.casino__header_middle {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    margin-right: auto;
    padding: 0 20px
}

.casino__header_middle .b-page__title {
    color: #fff;
    font-size: 29px;
    font-weight: 700;
    line-height: 30px;
    margin: 0 0 40px
}

@media only screen and (max-width: 1024px) {
    .casino__header_middle .b-page__title {
        font-size: 20px;
        max-width: 385px
    }
}

@media only screen and (max-width: 660px) {
    .casino__header_middle .b-page__title {
        margin: 15px 0;
        max-width: 100%;
        text-align: center;
        white-space: normal
    }
}

.casino__header_middle_buttons .btn-red {
    margin-left: 15px
}

@media only screen and (max-width: 660px) {
    .casino__header_middle_buttons .btn-red {
        margin-left: 0
    }

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

    .casino__header_middle .btn_casino {
        margin: 10px
    }

    .casino__header_middle {
        align-items: center;
        justify-content: center;
        margin: 0;
        padding: 0;
        width: 100%
    }
}

.casino__header_right_rating {
    color: #fff;
    font-weight: 700;
    text-align: center
}

.casino__header_right_rating .num {
    background-color: #65c81e;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 31px;
    height: 70px;
    line-height: 56px;
    padding: 0 10px;
    width: 70px
}

@media only screen and (max-width: 1024px) {
    .casino__header_right_rating .num {
        font-size: 24px;
        height: 55px;
        line-height: 53px;
        width: 55px
    }
}

@media only screen and (max-width: 660px) {
    .casino__header_right_rating .num {
        margin: 15px auto
    }
}

.casino__header_right_rating .rating_text {
    font-size: 11px;
    margin: 0;
    text-transform: uppercase
}

.casino__header_right_reputation {
    align-items: center;
    background: #f8f8f8;
    border-radius: 5px;
    bottom: -5px;
    display: flex;
    justify-content: center;
    line-height: 15px;
    padding: 8px 10px;
    position: absolute;
    right: 10px;
    width: 180px;
    z-index: 3
}

@media only screen and (max-width: 660px) {
    .casino__header_right_reputation {
        position: static
    }
}

.casino__header_right_reputation .img_reputation {
    margin-right: 5px;
    width: 40px
}

.casino__header_right_reputation .text_reputation {
    color: #666;
    font-size: 14px;
    margin-left: 5px
}

.casino__header_right_reputation .text_reputation .bold {
    color: #70ca1b;
    font-size: 14px;
    font-weight: 700
}

.casino__header_right_reputation .text_reputation .rep {
    position: relative
}

.casino__header_right_reputation .text_reputation .rep img {
    fill: #007dff;
    max-width: 14px
}

.casino__header_right_reputation .text_reputation .rep .c-blue {
    fill: #007dff
}

@media only screen and (max-width: 660px) {
    .casino__header_right {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%
    }

    .casino__header_right > div {
        margin: 10px
    }
}

.btn_casino {
    align-items: center;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-family: neo-sans, sans-serif;
    font-size: 15px;
    font-weight: 700;
    justify-content: center;
    padding: 10px 15px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all .2s
}

.btn_casino img {
    padding-right: 7px
}

.btn-green {
    background-color: #44be4c;
    border: 0
}

.btn-green:hover {
    background: #359a3c
}

.btn-red {
    background-color: #cb3f4d;
    border: 0
}

.btn-red:hover {
    background: #ae3542
}

.casino__date {
    bottom: -30px;
    color: #666;
    font-size: 11px;
    line-height: 12px;
    position: absolute;
    right: 10px
}

.details_ul {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .4);
    list-style-type: none;
    margin-bottom: 30px;
    padding: 20px
}

.details_ul li {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 15px
}

.details_ul li .details_title {
    color: #000;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 5px
}

.details_ul li .details_desc {
    color: #717171;
    font-size: 14px;
    margin-bottom: 5px
}

.details_ul li span {
    width: 100%
}

.details_ul .table {
    overflow: auto;
    width: 100%
}

.details_ul table {
    table-layout: auto;
    width: 100%
}

.details_ul table tr {
    border-bottom: 1px solid #717171
}

.details_ul table tr th {
    color: #717171;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px
}

.details_ul table tr td {
    background: transparent;
    padding: 10px 0
}

.details_ul table tr td:first-child {
    min-width: 300px;
    width: 100%
}

.details_ul table tr td:nth-child(2), .details_ul table tr td:nth-child(3) {
    min-width: 150px;
    width: 100%
}

.details_ul table tr td .title {
    align-items: center;
    display: flex
}

.details_ul table tr td .title img {
    margin-right: 15px
}

table.not_thead tr td:before {
    content: none
}

@media screen and (max-width: 768px) {
    table {
        border: 0
    }

    table thead {
        display: none
    }

    table tr {
        display: block;
        margin-bottom: 10px
    }

    table tr td {
        border-bottom: 2px solid #fff;
        display: flex;
        flex-flow: row;
        font-size: 14px;
        justify-content: center;
        padding: 6px;
        text-align: center;
        white-space: pre-wrap
    }

    table tr td span {
        display: block;
        width: 50%
    }

    table td:last-child {
        border-bottom: 0
    }

    table td:before {
        align-items: center;
        border-right: 2px solid #fff;
        content: attr(data-label);
        display: flex;
        font-weight: 700;
        justify-content: center;
        margin-right: 10px;
        text-align: center;
        width: 50%
    }
}

.grn_btn, .loadmore {
    background: transparent;
    border: 1px solid #27a844;
    border-radius: 4px;
    box-sizing: border-box;
    color: #27a844;
    display: block;
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    height: 48px;
    line-height: 28px;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    width: 255px
}

.grn_btn:hover, .loadmore:hover {
    background: #27a844;
    color: #fff
}

.has-btn {
    margin-top: 24px
}

.up_button {
    background: url(../../img/to_top.png) no-repeat;
    border: 0;
    bottom: 40px;
    height: 48px;
    position: fixed;
    right: 27px;
    width: 48px
}

@media (max-width: 990px) {
    .up_button {
        bottom: 70px
    }
}

.slots_demo {
    display: flex;
    flex-direction: row
}

.slots_demo .game-box {
    margin-right: 40px;
    max-width: 720px
}

.slots_demo .game-box iframe {
    border: 0
}

.frame-place {
    width: 100%
}

.frame-place iframe {
    display: block;
    height: 540px;
    margin-bottom: 30px
}

.frame-place .slot {
    border-radius: 3px;
    cursor: pointer;
    height: 540px;
    margin-bottom: 20px;
    position: relative
}

@media (max-width: 768px) {
    .frame-place .slot {
        height: auto
    }
}

.frame-place .slot img {
    height: 100%;
    position: relative;
    width: auto
}

@media (max-width: 768px) {
    .frame-place .slot img {
        height: auto;
        max-width: 100%;
        width: inherit
    }
}

.frame-place .slot:before {
    background: #000;
    opacity: .8;
    top: 0
}

.frame-place .slot:after, .frame-place .slot:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1
}

.frame-place .slot:after {
    align-items: center;
    background: url(../../img/play_btn.svg) no-repeat;
    display: flex;
    height: 112px;
    justify-content: center;
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 98px
}

@media (max-width: 768px) {
    .frame-place .slot:after {
        background-size: 100%;
        height: 70px;
        width: 60px
    }
}

.show_iframe.slot:after, .show_iframe.slot:before {
    content: none
}

.slot-info {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 25px;
    max-width: 350px
}

.slot-info .info-title {
    color: #414141;
    display: block;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 32px;
    padding: 0 0 10px;
    text-align: left
}

.slot-info .slide-scrins {
    display: block;
    justify-content: center;
    margin: 28px auto 0;
    text-align: center;
    width: 100%
}

.slot-info .slide-scrins .tns-outer {
    margin-bottom: 0;
    padding: 0 31px !important
}

@media (max-width: 550px) {
    .slot-info .slide-scrins .tns-outer {
        padding: 0 !important
    }
}

.slot-info .slide-scrins .tns-controls {
    margin-top: -13px
}

.slot-info .slide-scrins .tns-controls button {
    height: 16px;
    padding: 0;
    width: 16px
}

.slot-info .slide-scrins .tns-controls button:first-child {
    transform: rotate(0deg)
}

.slot-info .slide-scrins .tns-controls button:first-child:before {
    border-left: 2px solid #27a844;
    border-top: 2px solid #27a844;
    right: -10px
}

.slot-info .slide-scrins .tns-controls button:nth-child(2):before {
    border-left: 2px solid #27a844;
    border-top: 2px solid #27a844;
    left: -10px;
    transform: rotate(135deg)
}

.slot-info .slide-scrins .tns-controls button:hover, .slot-info .slide-scrins .tns-controls button:hover:after, .slot-info .slide-scrins .tns-controls button:hover:before {
    background: transparent
}

@media (max-width: 550px) {
    .slot-info .slide-scrins .tns-controls {
        display: none
    }
}

.slot-info .info-table {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 35px;
    width: 100%
}

.slot-info ul.characteristic li {
    background: #f2f2f2;
    color: #414141;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .02em;
    line-height: 24px;
    margin: 2px 0;
    padding: 6px 13px
}

.slot-info ul.characteristic li span {
    display: flex;
    flex-wrap: wrap;
    text-shadow: none;
    width: 50%
}

.slot-info ul.characteristic li span.right {
    justify-content: center
}

.tns-outer {
    margin-top: 10px;
    padding: 0 !important;
    position: relative
}

.tns-outer [hidden] {
    display: none !important
}

.tns-outer [aria-controls], .tns-outer [data-action] {
    cursor: pointer
}

.tns-slider {
    transition: all 0s
}

.tns-slider > .tns-item {
    box-sizing: border-box
}

.tns-horizontal.tns-subpixel {
    white-space: nowrap
}

.tns-horizontal.tns-subpixel > .tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal
}

.tns-horizontal.tns-no-subpixel:after {
    clear: both;
    content: "";
    display: table
}

.tns-horizontal.tns-no-subpixel > .tns-item {
    float: left
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
    margin-right: -100%
}

.tns-gallery, .tns-no-calc {
    left: 0;
    position: relative
}

.tns-gallery {
    min-height: 1px
}

.tns-gallery > .tns-item {
    left: -100%;
    position: absolute;
    transition: transform 0s, opacity 0s
}

.tns-gallery > .tns-slide-active {
    left: auto !important;
    position: relative
}

.tns-gallery > .tns-moving {
    transition: all .25s
}

.tns-autowidth {
    display: inline-block
}

.tns-lazy-img {
    opacity: .6;
    transition: opacity .6s
}

.tns-lazy-img.tns-complete {
    opacity: 1
}

.tns-ah {
    transition: height 0s
}

.tns-ovh {
    overflow: hidden
}

.tns-visually-hidden {
    left: -10000em;
    position: absolute
}

.tns-transparent {
    opacity: 0;
    visibility: hidden
}

.tns-fadeIn {
    filter: alpha(opacity=100);
    opacity: 1;
    z-index: 0
}

.tns-fadeOut, .tns-normal {
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: -1
}

.tns-vpfix {
    white-space: nowrap
}

.tns-vpfix > div, .tns-vpfix > li {
    display: inline-block
}

.tns-t-subp2 {
    height: 10px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 310px
}

.tns-t-ct {
    position: absolute;
    right: 0;
    width: 2333.33333%
}

.tns-t-ct:after {
    clear: both;
    content: "";
    display: table
}

.tns-t-ct > div {
    float: left;
    height: 10px;
    width: 1.42857%
}

.slider-show .sidebar-title:after, .slider-show .sidebar-title:before {
    top: 50%;
    transform: translateY(-50%)
}

.tns-controls {
    position: absolute;
    top: 50%;
    width: 100%
}

.tns-controls button {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 0;
    height: 25px;
    outline: 0 !important;
    position: relative;
    width: 25px;
    z-index: 5
}

.tns-controls button:first-child {
    left: 0;
    position: absolute
}

.tns-controls button:first-child:before {
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    content: "";
    height: 100%;
    position: absolute;
    right: -20px;
    top: 0;
    transform: rotate(-45deg);
    width: 100%
}

.tns-controls button:nth-child(2) {
    position: absolute;
    right: 0
}

.tns-controls button:nth-child(2):before {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    content: "";
    height: 100%;
    left: -20px;
    position: absolute;
    top: 0;
    transform: rotate(-50deg);
    width: 100%
}

@media (max-width: 1200px) {
    .slots_demo .game-box {
        width: 650px
    }

    .slots_demo .game-box iframe {
        width: 100%
    }
}

@media (max-width: 991px) {
    .slots_demo .game-box {
        width: 550px
    }

    .slot-info .info-title {
        font-size: 20px
    }

    .slots_demo {
        align-items: center;
        flex-direction: column;
        justify-content: center
    }

    .slots_demo .game-box {
        margin-bottom: 56px;
        margin-right: 0;
        width: 100%
    }

    .characteristic {
        width: 100%
    }
}

@media (max-width: 768px) {
    .slot-info {
        flex-direction: column
    }

    .slot-info .info-table {
        width: 100%
    }

    .characteristic {
        margin: 0 auto 20px;
        padding: 0
    }

    .characteristic li span.right {
        display: block;
        justify-content: flex-end
    }
}

@media (max-width: 550px) {
    .characteristic, .slot-info .info-title, .slot-info .slide-scrins {
        width: 100%
    }

    .characteristic li span.right {
        display: block;
        justify-content: flex-end
    }
}

.btn--grey {
    background: hsla(0, 0%, 100%, .8);
    border: 1px solid #fff;
    border-radius: 4px;
    color: #414141;
    display: inline-block;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -.01px;
    line-height: 22px;
    padding: 10px 19px;
    text-decoration: none;
    text-transform: uppercase
}

.btn--grey:hover {
    background: #fff
}

.btn_ref_green {
    background: rgba(39, 168, 68, .6);
    border: 1px solid #27a844;
    border-radius: 4px
}

.btn_ref_green, .btn_ref_red {
    color: #fff;
    display: block;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    padding: 7px 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase
}

.btn_ref_red {
    background: rgba(204, 33, 49, .6);
    border: 1px solid #cc2131;
    border-radius: 4px
}

.btn_mob {
    align-items: center;
    display: flex;
    gap: 12px
}

.right_block {
    position: relative
}

@media screen and (max-width: 992px) {
    .mob-hide {
        display: none
    }

    .btn_mob {
        margin-bottom: 10px
    }
}

@media screen and (min-width: 993px) {
    .mob-show, .posts-container .btn_mob.mob-show {
        display: none
    }
}

@media only screen and (max-width: 768px) {
    .btn_mob {
        flex-direction: column
    }

    .btn_mob a {
        min-width: 300px
    }

    .right_block {
        position: inherit;
        width: 100%
    }
}

.glide__arrows {
    display: flex;
    height: 13px;
    justify-content: space-between;
    left: 0;
    margin-top: -13px;
    outline: none;
    padding: 0 20px;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 666
}

@media (max-width: 550px) {
    .glide__arrows {
        display: none
    }
}

.glide__arrows button {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 0;
    height: 16px;
    outline: 0 !important;
    padding: 0;
    position: relative;
    width: 16px;
    z-index: 5
}

.glide__arrows button:first-child {
    left: 0;
    position: absolute
}

.glide__arrows button:first-child:before {
    border-left: 2px solid #27a844;
    border-top: 2px solid #27a844;
    content: "";
    height: 100%;
    position: absolute;
    right: -10px;
    top: 0;
    transform: rotate(-45deg);
    width: 100%
}

.glide__arrows button:nth-child(2) {
    position: absolute;
    right: 0
}

.glide__arrows button:nth-child(2):before {
    border-left: 2px solid #27a844;
    border-top: 2px solid #27a844;
    content: "";
    height: 100%;
    left: -10px;
    position: absolute;
    top: 0;
    transform: rotate(135deg);
    width: 100%
}

.main-slider {
    height: 320px;
    margin: 0 auto 20px;
    max-width: 1110px;
    position: relative;
    width: 100%
}

.main-slider__bullets {
    bottom: 12px;
    display: flex;
    gap: 20px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%)
}

.main-slider__bullets button {
    background: transparent;
    border: 1px solid hsla(0, 0%, 100%, .6);
    border-radius: 50%;
    cursor: pointer;
    height: 12px;
    padding: 0;
    width: 12px
}

.main-slider__bullets button:hover {
    background: #fff
}

.main-slider__bullets button.glide__bullet--active {
    background: hsla(0, 0%, 100%, .6)
}

.main-slider .slide {
    height: 320px
}

.main-slider .slide__wrap {
    height: 100%;
    position: relative;
    width: 100%
}

@media (max-width: 576px) {
    .main-slider .slide__wrap {
        margin: 0 auto;
        width: 320px
    }
}

.main-slider .slide img {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0 0;
    object-position: 0 0;
    width: 100%
}

@media (max-width: 768px) {
    .main-slider .slide img {
        -o-object-position: 50% 0;
        object-position: 50% 0
    }
}

@media (max-width: 576px) {
    .main-slider .slide img {
        -o-object-fit: contain;
        object-fit: contain
    }
}

.main-slider .slide__inner {
    align-items: flex-start;
    bottom: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    left: 80px;
    max-width: 380px;
    position: absolute;
    top: 40px
}

@media (max-width: 768px) {
    .main-slider .slide__inner {
        left: 40px;
        max-width: 400px
    }
}

@media (max-width: 576px) {
    .main-slider .slide__inner {
        left: 20px;
        max-width: 180px
    }
}

.main-slider .slide__title {
    color: #fff;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: .8px;
    line-height: 100%
}

@media (max-width: 576px) {
    .main-slider .slide__title {
        font-size: 24px
    }
}

.faq {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin: 32px 0
}

.faq, .pair {
    position: relative
}

.pair {
    background: #d3d3d3;
    border: 2px solid #d3d3d3;
    color: #414141;
    padding: 14px 18px;
    transition: background .3s ease-in-out
}

@media (max-width: 576px) {
    .pair {
        padding: 8px
    }
}

.pair:after {
    background: url(../../img/icon_down.svg);
    content: "";
    height: 22px;
    pointer-events: none;
    position: absolute;
    right: 20px;
    top: 16px;
    width: 22px
}

@media (max-width: 576px) {
    .pair:after {
        right: 10px;
        top: 10px
    }
}

.pair__q {
    cursor: pointer;
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
    padding-right: 42px;
    position: relative
}

.pair.open {
    background: #f2f2f2
}

.pair.open:after {
    transform: rotate(180deg)
}

.pair__a {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .36px;
    line-height: 32px;
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease-in-out
}

.pair__a-inner {
    padding-top: 20px
}

.pair__a p:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0
}

.footer-bottom {
    align-items: center;
    display: flex;
    justify-content: space-between
}

@media (max-width: 990px) {
    .footer-bottom {
        display: block
    }
}

.apk-container {
    align-items: center;
    display: flex;
    gap: 12px
}

@media (max-width: 990px) {
    .apk-container {
        -webkit-backdrop-filter: blur(2px);
        backdrop-filter: blur(2px);
        background: rgba(52, 58, 64, .8);
        bottom: 0;
        justify-content: space-evenly;
        left: 0;
        padding: 12px 0;
        position: fixed;
        right: 0;
        z-index: 10
    }
}

@media (max-width: 576px) {
    .apk-container {
        justify-content: center
    }
}

.apk-container .apk-btn {
    display: block;
    height: 44px;
    opacity: 1;
    visibility: visible
}

.apk-container .apk-btn.app {
    background: url(../../img/btn_app.svg) no-repeat;
    width: 139px
}

.apk-container .apk-btn.app:hover {
    background: url(../../img/btn_app_hov.svg) no-repeat
}

.apk-container .apk-btn.android {
    background: url(../../img/btn_android.svg) no-repeat;
    width: 145px
}

.apk-container .apk-btn.android:hover {
    background: url(../../img/btn_android_hov.svg) no-repeat
}

#toc_container {
    float: left;
    margin: 0 20px 20px 0;
    position: relative;
    width: 520px
}

@media (max-width: 576px) {
    #toc_container {
        width: 100%
    }
}

.ctoc {
    background: #f2f2f2;
    border: 2px solid #d3d3d3;
    max-height: none;
    overflow: hidden;
    padding-bottom: 54px;
    top: 0;
    transition: max-height .3s
}

.ctoc, .ctoc:after {
    left: 0;
    position: absolute;
    right: 0
}

.ctoc:after {
    background-color: #f2f2f2;
    background-image: url(../../img/dots.svg);
    background-position: center 8px;
    background-repeat: no-repeat;
    bottom: 0;
    content: "";
    display: block;
    height: 74px;
    z-index: 0
}

.ctoc.open:after {
    background-image: none;
    height: 62px
}

.ctoc .ctoc-toggle {
    align-items: center;
    background: transparent;
    border-radius: 4px;
    bottom: 10px;
    color: #cc2131;
    cursor: pointer;
    display: inline-flex;
    font-size: 18px;
    font-weight: 700;
    justify-content: center;
    left: 50%;
    line-height: 120%;
    padding: 11px 20px;
    position: absolute;
    text-transform: uppercase;
    transform: translateX(-50%);
    white-space: nowrap;
    z-index: 1
}

.ctoc .ctoc-toggle:before {
    content: "";
    position: absolute;
    width: 100%
}

.ctoc .ctoc-toggle:after {
    background: url(../../img/icon_down.svg) no-repeat;
    content: "";
    display: block;
    height: 22px;
    margin-left: 10px;
    width: 22px
}

.ctoc .ctoc-toggle:hover {
    background: #cc2131;
    color: #fff
}

.ctoc .ctoc-toggle:hover:after {
    background: url(../../img/icon_down_hov.svg) no-repeat
}

.ctoc .ctoc-toggle.open:after {
    transform: rotate(180deg)
}

.ctoc .ctoc-body {
    padding: 8px
}

.ctoc .ctoc-body > ol, .ctoc .ctoc-body > ul {
    border-bottom: 2px solid rgba(204, 33, 49, .4);
    padding-bottom: 8px
}

.ctoc ol, .ctoc ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.ctoc ol li, .ctoc ul li {
    padding: 12px 10px
}

.ctoc ol li a.ctoc__item, .ctoc ul li a.ctoc__item {
    color: #414141;
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    text-decoration: none
}

.ctoc ol li a.ctoc__item:visited, .ctoc ul li a.ctoc__item:visited {
    color: #414141
}

.ctoc ol li a.ctoc__item:hover, .ctoc ul li a.ctoc__item:hover {
    color: #414141;
    text-decoration: underline
}

.clear:after {
    clear: both;
    content: "";
    display: table
}


.img-fig {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.fig-img img {
    border-radius: 14px;
    margin: 30px auto;
}