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

li, ol, ol[class], ul, ul[class] {
    margin: 0;
    padding: 0
}

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

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

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

a {
    text-decoration: none
}

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

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

picture img {
    border-radius: 14px;
    margin: 20px auto;
}

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

button, input, select, textarea {
    border: none;
    font: inherit
}

[role=button], button {
    cursor: pointer
}

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

body, html {
    overflow-x: hidden
}

body.-toggle, html.-toggle {
    overflow: hidden
}

body {
    background: #fff;
    color: #000;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    line-height: 1.6
}

@media (max-width: 768px) {
    body {
        overflow-x: hidden
    }

    body.-toggle {
        overflow: hidden
    }
}

h1, h2, h3 {
    text-align: center;
}

.h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 24px
}

.h2 span, .h3 span, .h4 span, .h5 span, .h6 span, h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
    font-weight: 600
}

.h1, h1 {
    font-size: 48px;
    font-weight: 700
}

@media (max-width: 768px) {
    .h1, h1 {
        font-size: 30px
    }
}

.h1 span, h1 span {
    font-weight: 700
}

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

@media (max-width: 768px) {
    .h2, h2 {
        font-size: 24px
    }
}

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

@media (max-width: 768px) {
    .h3, h3 {
        font-size: 18px
    }
}

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

.container, .wp-block-group__inner-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

.container.-no-p, .wp-block-group__inner-container.-no-p {
    padding-left: 0;
    padding-right: 0
}

@media (max-width: 768px) {
    .container, .wp-block-group__inner-container {
        padding-left: 16px;
        padding-right: 16px
    }

    .container .content-width, .container .wp-block-group__inner-container {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

.main-btn {
    background: #1094e5;
    border: 1px solid #1094e5;
    border-radius: 32px;
    color: #f1f2f3;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 32px;
    text-transform: uppercase
}

.main-btn:hover {
    background: #fff;
    color: #1094e5
}

.site-header {
    background: #1c1a35;
    padding: 24px 0 16px
}

@media (max-width: 768px) {
    .site-header {
        padding-left: 16px;
        padding-right: 16px
    }

    .site-header.-compact-style {
        padding-bottom: 6px;
        padding-top: 6px
    }
}

.site-header .site-header--row {
    align-items: center;
    border-bottom: 1px solid #f1f2f3;
    display: flex;
    gap: 36px;
    margin-bottom: 16px;
    padding-bottom: 16px;
    padding-left: 0;
    padding-right: 0
}

@media (max-width: 768px) {
    .site-header .site-header--row {
        grid-gap: 16px;
        align-items: center;
        border: none;
        display: grid;
        grid-template-columns:1fr max-content max-content;
        margin-bottom: 0;
        padding-bottom: 0
    }

    .site-header .site-header--row.-compact-mob-grid {
        display: flex
    }
}

.site-header .site-header--bottom {
    padding-left: 0;
    padding-right: 0
}

@media (max-width: 768px) {
    .site-header .site-header--bottom {
        display: none
    }
}

.site-header .site-header__mini {
    align-items: center;
    display: flex;
    gap: 24px
}

@media (max-width: 768px) {
    .site-header .site-header__mini {
        gap: 16px
    }

    .site-header .site-header__mini.hide-mobile {
        display: none
    }
}

.site-header .site-header__mini.show-mobile {
    display: none
}

@media (max-width: 768px) {
    .site-header .site-header__mini.show-mobile {
        display: flex;
        gap: 16px
    }
}

.site-header__logo {
    flex: 1 0 auto;
    max-width: 180px
}

@media (max-width: 768px) {
    .site-header__logo.hide-mob {
        display: none
    }
}

.compact-mobile-grid {
    display: none
}

@media (max-width: 768px) {
    .compact-mobile-grid {
        grid-gap: 16px;
        align-items: center;
        display: grid;
        grid-template-columns:max-content 1fr;
        margin-bottom: 24px
    }

    .site-header--bottom.-toggle {
        display: block;
        height: 100%;
        margin-left: -20px;
        margin-right: -20px;
        margin-top: 10px;
        overflow-y: auto;
        padding: 56px 20px;
        width: auto;
        z-index: 999999
    }

    .site-header--bottom.-compact-style {
        padding-top: 24px
    }
}

.mob-menu-btn {
    background: url(menu-icon-w.svg) no-repeat 50% !important;
    background-size: contain !important;
    display: none;
    height: 32px;
    width: 32px
}

.mob-menu-btn.-toggle {
    background: url(close-icon-white.svg) no-repeat 50% !important;
    background-size: contain !important
}

@media (max-width: 768px) {
    .mob-menu-btn {
        display: block
    }
}

.header-compare-btn {
    background: #ffb240;
    border-radius: 32px;
    color: #1c1a35;
    font-size: 16px;
    font-weight: 600
}

@media (max-width: 768px) {
    .header-compare-btn {
        display: none
    }
}

.header-compare-btn a {
    color: #1c1a35;
    display: inline-block;
    padding: 14px 32px
}

.header-compare-btn:hover {
    opacity: .86
}

@media (min-width: 768px) {
    .top-menu {
        flex: 1 0 auto
    }
}

@media (max-width: 768px) {
    .top-menu {
        display: none
    }
}

.top-menu ul {
    align-items: center;
    display: flex;
    gap: 24px
}

@media (min-width: 768px) {
    .top-menu ul {
        justify-content: flex-end
    }
}

.top-menu ul li {
    font-size: 16px;
    position: relative
}

.top-menu ul li a {
    color: #f1f2f3
}

@media (min-width: 768px) {
    .top-menu ul li.-grid-2:hover > ul {
        grid-template-columns:repeat(2, 1fr);
        width: 420px
    }

    .top-menu ul li.-grid-2:hover > ul, .top-menu ul li.-grid-3:hover > ul {
        grid-column-gap: 16px;
        grid-row-gap: 2px;
        display: grid !important;
        left: 50%;
        transform: translateX(-50%)
    }

    .top-menu ul li.-grid-3:hover > ul {
        grid-template-columns:repeat(3, 1fr);
        width: 540px
    }

    .top-menu ul li.-grid-4:hover > ul {
        grid-column-gap: 16px;
        grid-row-gap: 2px;
        display: grid !important;
        grid-template-columns:repeat(4, 1fr);
        left: 50%;
        transform: translateX(-50%);
        width: 640px
    }
}

.top-menu ul li ul {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 20px rgba(2, 7, 41, .1);
    display: none;
    left: -16px;
    padding: 16px 14px;
    position: absolute;
    top: 100%;
    width: 200px;
    z-index: 999
}

.top-menu ul li ul li {
    font-size: 14px;
    line-height: 1.2
}

.top-menu ul li ul li:not(:last-child) {
    margin-bottom: 14px
}

.top-menu ul li ul li a {
    color: #000
}

.top-menu ul li ul li a:hover {
    opacity: .76
}

.top-menu ul li.menu-item-has-children > a {
    background: url(../../images/down-arrow-icon.svg) no-repeat 100%;
    background-size: 14px;
    padding-right: 20px
}

.top-menu ul li.menu-item-has-children:hover > ul {
    display: block
}

.site-header__langs {
    position: relative
}

.site-header__langs:hover .site-header__langs__list {
    display: block
}

.site-header__langs .site-header__langs__btn {
    background: transparent;
    color: #f1f2f3;
    font-size: 16px;
    font-weight: 600;
    padding: 0;
    text-decoration: underline;
    text-transform: uppercase;
    text-underline-offset: 4px
}

.site-header__langs .site-header__langs__btn img {
    height: auto;
    margin-top: 5px;
    width: 24px
}

.site-header__langs .site-header__langs__list {
    background: #fff;
    border-radius: 3px;
    display: none;
    left: -16px;
    padding: 20px 16px;
    position: absolute;
    top: 100%;
    width: 140px;
    z-index: 999
}

.site-header__langs .site-header__langs__list.-fl {
    width: 64px
}

.site-header__langs .site-header__langs__list.-fl ul li:not(:last-child) {
    margin-bottom: 12px
}

@media (max-width: 768px) {
    .site-header__langs .site-header__langs__list {
        left: unset;
        right: -16px
    }
}

.site-header__langs .site-header__langs__list ul li {
    font-size: 14px
}

.site-header__langs .site-header__langs__list ul li a {
    color: #1c1a35
}

.site-header__langs .site-header__langs__list ul li a img {
    height: 24px !important;
    width: 32px !important
}

.site-header__langs .site-header__langs__list ul li a:hover {
    opacity: .86
}

.header-bonus {
    align-items: center;
    border: 1px solid #f1f2f3;
    border-radius: 8px;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    gap: 18px;
    padding: 10px;
    text-transform: uppercase
}

@media (max-width: 768px) {
    .header-bonus {
        grid-column: 1/4;
        grid-row: 1
    }

    .header-bonus.-compact-style {
        display: grid;
        gap: 14px;
        grid-template-columns:max-content 1fr;
        padding: 5px;
        width: 100%
    }

    .header-bonus.-compact-style span {
        display: block;
        line-height: 1.1
    }
}

.header-bonus img {
    height: 32px;
    max-width: 67px;
    width: auto
}

.header-bonus .header-bonus__txt {
    color: #f1f2f3;
    flex: 1 0 auto
}

.header-bonus .header-bonus__txt_2 {
    color: #ffb240;
    flex: 1 0 auto
}

@media (min-width: 768px) {
    .site-header__search {
        position: relative
    }
}

.site-header__search .site-header__search__btn {
    background: url(../../images/search-icon.svg) no-repeat 50%;
    background-size: 20px;
    display: flex;
    height: 24px;
    place-content: center;
    place-items: center;
    width: 24px
}

.site-header__search .site-header__search__block {
    background: #fff;
    border-radius: 12px;
    display: none;
    padding: 8px;
    position: absolute;
    right: 0;
    top: 100%;
    width: 400px;
    z-index: 5
}

@media (max-width: 768px) {
    .site-header__search .site-header__search__block {
        left: 50%;
        right: unset;
        top: 190px;
        transform: translateX(-50%);
        width: 96%
    }
}

.site-header__search .site-header__search__block.-toggle {
    display: block
}

.site-header__search .site-header__search__block form {
    grid-gap: 3px;
    align-items: center;
    display: grid;
    grid-template-columns:1fr max-content;
    width: 100%
}

.site-header__search .site-header__search__block form input[type=email], .site-header__search .site-header__search__block form input[type=password], .site-header__search .site-header__search__block form input[type=text], .site-header__search .site-header__search__block form textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: none;
    border-radius: 32px;
    color: #333;
    font-family: Poppins, sans-serif;
    padding: 12px 16px;
    width: 100%
}

.site-header__search .site-header__search__block form input[type=email]:focus, .site-header__search .site-header__search__block form input[type=password]:focus, .site-header__search .site-header__search__block form input[type=text]:focus, .site-header__search .site-header__search__block form textarea:focus {
    color: #000;
    outline: none
}

.site-header__search .site-header__search__block form textarea {
    height: 188px
}

.site-header__search .site-header__search__block form ::-webkit-input-placeholder {
    color: #373737;
    font-size: 16px;
    -webkit-transition: all .7s ease;
    transition: all .7s ease
}

.site-header__search .site-header__search__block form ::-moz-placeholder {
    color: #373737;
    font-size: 16px;
    -moz-transition: all .7s ease;
    transition: all .7s ease
}

.site-header__search .site-header__search__block form :-ms-input-placeholder {
    color: #373737;
    font-size: 16px;
    -ms-transition: all .7s ease;
    transition: all .7s ease
}

.site-header__search .site-header__search__block form :-moz-placeholder {
    color: #373737;
    font-size: 16px;
    -moz-transition: all .7s ease;
    transition: all .7s ease
}

.site-header__search .site-header__search__block form :focus::-webkit-input-placeholder {
    opacity: 0;
    -webkit-transition: all .7s ease;
    transition: all .7s ease
}

.site-header__search .site-header__search__block form :focus::-moz-placeholder {
    opacity: 0;
    -moz-transition: all .7s ease;
    transition: all .7s ease
}

.site-header__search .site-header__search__block form :focus:-ms-input-placeholder {
    opacity: 0;
    -ms-transition: all .7s ease;
    transition: all .7s ease
}

.site-header__search .site-header__search__block form :focus:-moz-placeholder {
    opacity: 0;
    -moz-transition: all .7s ease;
    transition: all .7s ease
}

.site-header__search .site-header__search__block form textarea::-webkit-input-placeholder {
    color: #373737;
    font-size: 16px;
    text-indent: 0;
    -webkit-transition: all .7s ease;
    transition: all .7s ease
}

.site-header__search .site-header__search__block form textarea:-moz-placeholder, .site-header__search .site-header__search__block form textarea::-moz-placeholder {
    color: #373737;
    font-size: 16px;
    text-indent: 0;
    -moz-transition: all .7s ease;
    transition: all .7s ease
}

.site-header__search .site-header__search__block form textarea:-ms-input-placeholder {
    color: #373737;
    font-size: 16px;
    text-indent: 0;
    -ms-transition: all .7s ease;
    transition: all .7s ease
}

.site-header__search .site-header__search__block form textarea:focus::-webkit-input-placeholder {
    opacity: 0;
    text-indent: 50px;
    -webkit-transition: all .7s ease;
    transition: all .7s ease
}

.site-header__search .site-header__search__block form textarea:focus:-moz-placeholder, .site-header__search .site-header__search__block form textarea:focus::-moz-placeholder {
    opacity: 0;
    text-indent: 50px;
    -moz-transition: all .7s ease;
    transition: all .7s ease
}

.site-header__search .site-header__search__block form textarea:focus:-ms-input-placeholder {
    opacity: 0;
    text-indent: 50px;
    -ms-transition: all .7s ease;
    transition: all .7s ease
}

.site-header__search .site-header__search__block form button {
    border: none;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 32px
}

.site-header__search .site-header__search__block form button:hover {
    opacity: .86
}

.site-header__search .site-header__search__block form input {
    border-radius: 12px !important
}

.site-header__search .site-header__search__block form button {
    border-radius: 12px !important;
    color: #000;
    height: 100%
}

.site-header__search .site-header__search__block form button:hover {
    opacity: 1
}

.header-present-link {
    display: flex;
    place-content: center;
    place-items: center
}

.header-present-link.-style-v2 {
    border: 1px solid #fff;
    border-radius: 50%;
    height: 3rem;
    position: relative;
    width: 3rem
}

.header-present-link.-style-v2:after {
    background: #f10808;
    border-radius: 50%;
    color: #fff;
    content: "1";
    display: flex;
    font-size: 12px;
    height: 1.125rem;
    place-content: center;
    place-items: center;
    position: absolute;
    right: -5px;
    top: -3px;
    width: 1.125rem
}

.header-present-link a {
    display: inline-block;
    height: 24px;
    width: 24px
}

.header-present-link a:hover {
    opacity: .86
}

.header-present-link i {
    background: url(../../images/present-icon.svg) no-repeat 50%;
    background-size: 24px;
    display: inline-block;
    height: 24px;
    width: 24px
}

.header-email-link {
    display: flex;
    place-content: center;
    place-items: center
}

.header-email-link a {
    display: inline-block;
    height: 24px;
    width: 24px
}

.header-email-link a:hover {
    opacity: .64
}

.header-email-link i {
    background: url(../../images/email-icon.svg) no-repeat 50%;
    background-size: 24px;
    display: inline-block;
    height: 24px;
    width: 24px
}

.header-menu.-show-mobile {
    display: none
}

@media (max-width: 768px) {
    .header-menu.-show-mobile {
        border-top: 2px solid hsla(0, 0%, 100%, .5);
        display: block;
        margin-top: 20px;
        padding-top: 20px
    }
}

.header-menu.-under-header-menu {
    padding-top: 16px
}

@media (min-width: 768px) {
    .header-menu.-under-header-menu {
        border-top: 1px solid hsla(0, 0%, 100%, .2);
        margin-top: 16px
    }
}

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

@media (min-width: 768px) {
    .header-menu.taras-menu ul li.menu-item-has-children:hover > ul {
        display: block
    }
}

.header-menu.taras-menu ul li ul {
    background: #000;
    border: 1px solid #1094e5;
    border-radius: 12px;
    display: none;
    padding: 24px 20px;
    width: auto
}

@media (min-width: 768px) {
    .header-menu.taras-menu ul li ul {
        padding: 24px 20px !important;
        width: 240px
    }
}

.header-menu.taras-menu ul li ul:after, .header-menu.taras-menu ul li ul:before {
    content: none
}

.header-menu.taras-menu ul li ul li {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3
}

.header-menu.taras-menu ul li ul li:not(:last-child) {
    margin-bottom: 14px
}

.header-menu.taras-menu ul li ul li.menu-item-has-children > a {
    background: url(../../images/menu-arrow-r-w-taras.svg) no-repeat 100%;
    background-size: 14px
}

@media (min-width: 768px) {
    .header-menu.taras-menu ul li ul li.menu-item-has-children > ul {
        background: #1c1a35;
        border: 1px solid #1094e5;
        left: 100%;
        top: -20px
    }
}

.header-menu.taras-menu ul li:last-child ul li ul, .header-menu.taras-menu ul li:nth-last-child(2) ul li ul, .header-menu.taras-menu ul li:nth-last-child(3) ul li ul {
    background: #1c1a35;
    border: 1px solid #1094e5;
    left: unset;
    right: 100%;
    top: -20px
}

.header-menu > ul {
    position: relative
}

@media (min-width: 768px) {
    .header-menu > ul {
        display: flex;
        gap: 24px;
        place-content: center;
        justify-content: space-evenly
    }
}

.header-menu > ul li {
    font-size: 16px
}

@media (max-width: 768px) {
    .header-menu > ul li:not(:last-child) {
        margin-bottom: 14px
    }

    .header-menu > ul li img, .header-menu > ul li svg {
        display: none !important
    }
}

@media (min-width: 768px) {
    .header-menu > ul li.-grid-2:hover > ul {
        grid-template-columns:repeat(2, 1fr);
        width: 420px
    }

    .header-menu > ul li.-grid-2:hover > ul, .header-menu > ul li.-grid-3:hover > ul {
        grid-column-gap: 16px;
        grid-row-gap: 2px;
        display: grid !important;
        left: 50%;
        transform: translateX(-50%)
    }

    .header-menu > ul li.-grid-3:hover > ul {
        grid-template-columns:repeat(3, 1fr);
        width: 540px
    }

    .header-menu > ul li.-grid-4:hover > ul {
        grid-column-gap: 16px;
        grid-row-gap: 2px;
        display: grid !important;
        grid-template-columns:repeat(4, 1fr);
        left: 50%;
        transform: translateX(-50%);
        width: 640px
    }
}

.header-menu > ul li > ul {
    border: none !important;
    padding: 16px 0 16px 16px !important
}

.header-menu > ul li a {
    color: #f1f2f3
}

@media (min-width: 768px) {
    .header-menu > ul li:hover > ul {
        display: grid
    }
}

@media (max-width: 768px) {
    .header-menu > ul li.menu-item-has-children {
        position: relative
    }
}

.header-menu > ul li.menu-item-has-children > a {
    background: url(../../images/down-arrow-icon.svg) no-repeat 100%;
    background-size: 14px;
    padding-right: 20px
}

@media (max-width: 768px) {
    .header-menu > ul li.menu-item-has-children > a {
        background: url(../../images/down-arrow-icon.svg) no-repeat 100% !important;
        background-size: 14px !important;
        display: block
    }
}

.header-menu > ul li.menu-item-has-children .g-mob-menu-child-btn {
    background: transparent;
    height: 24px;
    position: absolute;
    right: -5px;
    top: 2px;
    width: 24px
}

@media (max-width: 768px) {
    .header-menu > ul li.menu-item-has-children > ul {
        display: none
    }
}

.header-menu > ul li.menu-item-has-children.-toggle > ul {
    border: none !important;
    display: block;
    left: unset !important;
    padding-left: 36px !important;
    top: unset !important
}

.header-menu > ul li.menu-item-has-children.-toggle > ul li a {
    display: block
}

.header-menu > ul li ul {
    grid-gap: 24px;
    background: #1c1a35;
    display: none;
    grid-template-columns:repeat(4, 1fr);
    left: 0;
    padding: 40px 0 60px;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999
}

@media (max-width: 768px) {
    .header-menu > ul li ul {
        background: transparent !important;
        left: unset;
        padding: 20px 0 20px 12px;
        position: relative;
        top: unset
    }
}

@media (min-width: 768px) {
    .header-menu > ul li ul:after, .header-menu > ul li ul:before {
        background: #1c1a35;
        content: "";
        height: 100%;
        left: -50vw;
        position: absolute;
        top: 0;
        width: 50vw;
        z-index: -1
    }

    .header-menu > ul li ul:after {
        left: unset;
        right: -50vw
    }
}

.header-menu > ul li ul li {
    line-height: 1.2
}

@media (min-width: 768px) {
    .header-menu > ul li ul li {
        position: relative
    }

    .header-menu > ul li ul li:hover ul {
        background: #222;
        border-radius: 10px;
        display: block;
        padding: 20px
    }

    .header-menu > ul li ul li:hover ul:after, .header-menu > ul li ul li:hover ul:before {
        content: none
    }

    .header-menu > ul li ul li:hover ul li:not(:last-child) {
        margin-bottom: 16px
    }
}

.header-menu > ul li ul li a {
    align-items: center;
    display: flex;
    gap: 10px
}

@media (max-width: 768px) {
    .header-menu > ul li ul li a {
        align-items: flex-start
    }
}

.header-menu > ul li ul li a img, .header-menu > ul li ul li a svg {
    height: auto !important;
    width: 32px !important
}

@media (max-width: 768px) {
    .header-menu > ul li ul li a img, .header-menu > ul li ul li a svg {
        margin-top: 3px
    }
}

.author-small {
    grid-gap: 10px;
    align-items: center;
    display: inline-grid;
    grid-template-columns:max-content 1fr
}

.author-small.-w-label a {
    font-size: 14px
}

.author-small section {
    line-height: 1.1
}

.author-small .author-small__label {
    color: #fff;
    font-size: 12px;
    opacity: .76
}

.author-small img {
    border-radius: 50%;
    height: 32px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 32px
}

.author-small a {
    font-size: 16px;
    text-decoration: underline;
    text-transform: uppercase;
    text-underline-offset: 4px
}

.author-small a:hover {
    text-decoration: none
}

.hero-block {
    margin-bottom: 46px;
    padding: 60px 0 64px
}

@media (max-width: 768px) {
    .hero-block {
        margin-bottom: 32px;
        padding: 24px
    }

    .hero-block .container {
        padding-left: 0;
        padding-right: 0
    }

    .hero-block.compact-block {
        margin-bottom: 16px;
        padding: 12px
    }
}

.hero-block .hero-block__img {
    display: flex;
    margin-top: 20px;
    place-content: center;
    place-items: center
}

@media (max-width: 768px) {
    .hero-block .hero-block__img:not(.-show-on-mobile) {
        display: none
    }

    .hero-block .hero-block__img.-hide-on-mobile {
        display: none !important
    }
}

.hero-block .hero-block__img img {
    height: auto;
    max-width: 100%;
    width: auto
}

.hero-block .hero-block__content:not(.-v4) {
    grid-gap: 76px;
    display: grid;
    grid-template-columns:repeat(2, 1fr)
}

@media (max-width: 768px) {
    .hero-block .hero-block__content:not(.-v4) {
        display: block
    }
}

.hero-block .hero-block__content .hero-block__title {
    margin-bottom: 12px
}

.hero-block .hero-block__content .hero-block__title h1 {
    color: #fff;
    font-size: 46px;
    font-weight: 700
}

@media (max-width: 768px) {
    .hero-block .hero-block__content .hero-block__title h1 {
        font-size: 30px
    }

    .hero-block .hero-block__content .hero-block__title.compact-title h1 {
        font-size: 24px;
        margin: 0
    }
}

.hero-block .hero-block__content .hero-block__text {
    color: #f1f2f3;
    margin-bottom: 16px
}

@media (max-width: 768px) {
    .hero-block .hero-block__content .hero-block__text {
        font-size: 14px
    }

    .hero-block .hero-block__content .hero-block__text.compact-text {
        font-size: .8125rem;
        margin: 0
    }

    .hero-block .hero-block__content .hero-block__text.compact-text p {
        margin-bottom: 12px
    }
}

.hero-block .hero-block__content .hero-block__text a {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 2px
}

.hero-block .hero-block__content .hero-block__text a:hover {
    text-decoration: none
}

.hero-block .hero-block__content .hero-block__more a, .hero-block .hero-block__content .hero-block__more button, .hero-block .hero-block__content .hero-block__more span {
    background: url(../../images/arrow-blue.svg) no-repeat 100%;
    background-size: 20px;
    color: #1094e5;
    font-size: 16px;
    font-weight: 600;
    min-height: 20px;
    padding-right: 32px;
    text-transform: uppercase;
    transition: all .25s ease
}

.hero-block .hero-block__content .hero-block__more a:hover, .hero-block .hero-block__content .hero-block__more button:hover, .hero-block .hero-block__content .hero-block__more span:hover {
    opacity: .76;
    padding-right: 42px
}

@media (max-width: 768px) {
    .hero-block .hero-block__content .hero-block__more.compact-more span {
        font-size: .8125rem
    }
}

.hero-block .hero-block__date {
    color: #f1f2f3;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 4px
}

.hero-block .hero-block__date span {
    font-weight: 600
}

@media (max-width: 768px) {
    .hero-block .hero-block__date.compact-date {
        font-size: .8125rem
    }
}

.hero-block__items {
    grid-gap: 24px;
    display: grid;
    grid-template-columns:repeat(3, 1fr)
}

@media (max-width: 768px) {
    .hero-block__items {
        grid-gap: 20px;
        grid-template-columns:repeat(3, 240px);
        margin-right: -24px;
        margin-top: 24px;
        overflow-x: auto
    }
}

.hero-block__items.mob-show {
    display: none
}

@media (max-width: 768px) {
    .hero-block__items.mob-show {
        display: grid
    }
}

.hero-block__items .hero-block__items__item {
    display: block
}

.hero-block__items .hero-block__items__item:hover {
    opacity: .76
}

.hero-block__items .hero-block__items__item img {
    border-radius: 12px;
    height: 220px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

.hero-block__items .hero-block__items__item .hero-block__items__title {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-top: 16px;
    text-align: center
}

.hero-block__bottom-items {
    grid-gap: 24px;
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    margin-top: 32px
}

@media (max-width: 768px) {
    .hero-block__bottom-items {
        display: block
    }

    .hero-block__bottom-items.no-display-on-mobile {
        display: none
    }
}

.hero-block__bottom-items .hero-block__bottom-items__item {
    grid-gap: 16px;
    border-radius: 10px;
    display: grid;
    grid-template-columns:max-content 1fr;
    padding: 24px 20px
}

@media (max-width: 768px) {
    .hero-block__bottom-items .hero-block__bottom-items__item {
        grid-gap: 12px;
        align-items: center;
        line-height: 1.2;
        padding: 16px 14px
    }

    .hero-block__bottom-items .hero-block__bottom-items__item:not(:last-child) {
        margin-bottom: 10px
    }

    .hero-block__bottom-items .hero-block__bottom-items__item > section {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        gap: 14px
    }
}

.hero-block__bottom-items .hero-block__bottom-items__item .hero-block__bottom-items__icon {
    position: relative;
    top: -12px
}

@media (max-width: 768px) {
    .hero-block__bottom-items .hero-block__bottom-items__item .hero-block__bottom-items__icon {
        top: unset
    }
}

.hero-block__bottom-items .hero-block__bottom-items__item .hero-block__bottom-items__icon i {
    display: inline-block;
    height: 50px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    width: 50px
}

@media (max-width: 768px) {
    .hero-block__bottom-items .hero-block__bottom-items__item .hero-block__bottom-items__icon i {
        height: 40px;
        width: 40px
    }
}

.hero-block__bottom-items .hero-block__bottom-items__item .hero-block__bottom-items__title {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px
}

@media (max-width: 768px) {
    .hero-block__bottom-items .hero-block__bottom-items__item .hero-block__bottom-items__title {
        margin-bottom: 0
    }
}

.hero-block__bottom-items .hero-block__bottom-items__item .hero-block__bottom-items__link a {
    background: url(../../images/arrow-blue.svg) no-repeat 100%;
    font-size: 16px;
    font-weight: 600;
    padding-right: 32px;
    text-transform: uppercase;
    transition: all .25s ease
}

@media (max-width: 768px) {
    .hero-block__bottom-items .hero-block__bottom-items__item .hero-block__bottom-items__link a {
        font-size: 14px
    }
}

.hero-block__bottom-items .hero-block__bottom-items__item .hero-block__bottom-items__link a:hover {
    padding-right: 42px
}

.offers-block {
    margin-bottom: 46px
}

.offers-block .offers-block__item {
    align-items: center;
    background: #fff;
    border: 1px solid #f1f5f9;
    border-radius: 10px;
    box-shadow: 0 10px 20px 0 #ebf0f6;
    display: flex;
    gap: 24px;
    overflow: hidden;
    padding: 18px 24px 18px 64px;
    position: relative
}

.offers-block .offers-block__item.-no-brand-info {
    grid-template-columns:max-content 1fr max-content max-content
}

@media (max-width: 768px) {
    .offers-block .offers-block__item {
        grid-gap: 0;
        display: grid;
        grid-template-columns:1fr !important;
        padding: 64px 16px 16px
    }
}

.offers-block .offers-block__item:not(:last-child) {
    margin-bottom: 24px
}

@media (max-width: 768px) {
    .offers-block .offers-block__item:not(:last-child) {
        margin-bottom: 16px
    }
}

@media (min-width: 768px) {
    .offers-block .offers-block__logo-sec {
        width: 180px
    }
}

@media (max-width: 768px) {
    .offers-block .offers-block__logo-sec {
        grid-gap: 16px;
        align-items: center;
        display: grid;
        grid-template-columns:max-content 1fr;
        margin-bottom: 16px
    }

    .offers-block .offers-block__logo-sec.-center-logo {
        display: flex;
        flex-direction: column;
        place-content: center;
        place-items: center
    }
}

.offers-block .offers-block__num {
    background: #f5f7fa;
    border-radius: 50%;
    color: #1c1a35;
    font-size: 24px;
    font-weight: 600;
    height: 60px;
    left: -12px;
    line-height: 60px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 60px
}

@media (max-width: 768px) {
    .offers-block .offers-block__num {
        left: 50%;
        line-height: 80px;
        top: -24px;
        transform: translateX(-50%)
    }
}

.offers-block .offers-block__logo {
    width: 180px
}

@media (max-width: 768px) {
    .offers-block .offers-block__logo {
        max-width: 136px
    }
}

.offers-block .offers-block__logo img {
    height: auto;
    max-width: 100%;
    width: 100%
}

.offers-block .offers-block__rev-link {
    font-size: 14px;
    margin-top: 12px
}

@media (max-width: 768px) {
    .offers-block .offers-block__rev-link {
        margin-top: 0
    }
}

.offers-block .offers-block__rev-link a {
    text-decoration: underline;
    text-underline-offset: 4px
}

.offers-block .offers-block__rev-link a:hover {
    text-decoration: none
}

.offers-block .offers-block__content {
    text-transform: uppercase
}

@media (min-width: 768px) {
    .offers-block .offers-block__content {
        width: 340px
    }
}

@media (max-width: 768px) {
    .offers-block .offers-block__content {
        order: 1
    }
}

.offers-block .offers-block__title {
    color: #1c1a35;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase
}

.offers-block .offers-block__bonus {
    color: #221b25;
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px
}

@media (max-width: 768px) {
    .offers-block .offers-block__bonus {
        border-bottom: 1px solid #f1f5f9;
        margin-bottom: 20px;
        padding-bottom: 20px;
        text-align: center
    }
}

.offers-block .offers-block__bonus b, .offers-block .offers-block__bonus span, .offers-block .offers-block__bonus strong {
    color: #ffb240
}

@media (min-width: 768px) {
    .offers-block .offers-block__benefs {
        width: 300px
    }
}

@media (max-width: 768px) {
    .offers-block .offers-block__benefs {
        order: 2
    }
}

.offers-block .offers-block__benefs dl, .offers-block .offers-block__benefs ul {
    font-size: 14px
}

.offers-block .offers-block__benefs dl span, .offers-block .offers-block__benefs ul span {
    display: block
}

.offers-block .offers-block__benefs dl dd, .offers-block .offers-block__benefs dl dt, .offers-block .offers-block__benefs ul dd, .offers-block .offers-block__benefs ul dt {
    display: inline
}

.offers-block .offers-block__benefs dl li, .offers-block .offers-block__benefs dl span, .offers-block .offers-block__benefs ul li, .offers-block .offers-block__benefs ul span {
    font-size: 14px;
    padding-left: 20px;
    position: relative
}

@media (max-width: 768px) {
    .offers-block .offers-block__benefs dl li, .offers-block .offers-block__benefs dl span, .offers-block .offers-block__benefs ul li, .offers-block .offers-block__benefs ul span {
        padding-left: 24px
    }
}

.offers-block .offers-block__benefs dl li:not(:last-child), .offers-block .offers-block__benefs dl span:not(:last-child), .offers-block .offers-block__benefs ul li:not(:last-child), .offers-block .offers-block__benefs ul span:not(:last-child) {
    margin-bottom: 7px
}

.offers-block .offers-block__benefs dl li:before, .offers-block .offers-block__benefs dl span:before, .offers-block .offers-block__benefs ul li:before, .offers-block .offers-block__benefs ul span:before {
    content: "";
    display: inline-block;
    height: 12px;
    left: 0;
    position: absolute;
    top: 4px;
    width: 12px
}

@media (max-width: 768px) {
    .offers-block .offers-block__benefs dl li:before, .offers-block .offers-block__benefs dl span:before, .offers-block .offers-block__benefs ul li:before, .offers-block .offers-block__benefs ul span:before {
        height: 16px;
        top: 2px;
        width: 16px
    }
}

@media (min-width: 768px) {
    .offers-block .rev-page-card--bonus-val {
        width: 240px
    }
}

@media (max-width: 768px) {
    .offers-block .rev-page-card--bonus-val {
        margin-bottom: 20px
    }
}

@media (min-width: 768px) {
    .offers-block .offers-block__rating {
        text-align: center;
        width: 240px
    }

    .offers-block .offers-block__rating .offers-block__rating-label {
        font-size: 14px
    }

    .offers-block .offers-block__rating .offers-block__rating-author {
        place-content: center
    }
}

@media (max-width: 768px) {
    .offers-block .offers-block__rating {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        font-size: 14px;
        gap: 12px;
        order: 0;
        padding: 10px 16px;
        width: 100%
    }

    .offers-block .offers-block__rating .offers-block__rating-str {
        font-size: 14px
    }
}

@media (min-width: 768px) {
    .offers-block .offers-block__section {
        display: flex;
        flex: 1 0 auto;
        flex-direction: column;
        place-content: flex-end;
        place-items: flex-end
    }

    .offers-block .offers-block__btn a, .offers-block .offers-block__btn button, .offers-block .offers-block__btn span {
        font-size: 14px;
        text-align: center;
        width: 240px
    }
}

.offers-block__btn {
    display: inline-block
}

@media (max-width: 768px) {
    .offers-block__btn {
        margin-top: 20px;
        order: 3;
        width: 100%
    }
}

.offers-block__btn a, .offers-block__btn button, .offers-block__btn span {
    border-radius: 32px;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 11px 60px;
    text-transform: uppercase
}

@media (max-width: 768px) {
    .offers-block__btn a, .offers-block__btn button, .offers-block__btn span {
        text-align: center;
        width: 100%
    }
}

.offers-block__btn:hover {
    opacity: .76
}

.offers-block__rating {
    border-radius: 10px;
    padding: 20px 24px;
    width: 100%
}

.offers-block__rating-str {
    color: #1c1a35;
    font-size: 18px;
    font-weight: 600
}

.offers-block__rating-label {
    margin: 8px 0
}

.offers-block__rating-author {
    align-items: center;
    color: #999;
    display: flex;
    gap: 8px
}

.toc-block {
    border-radius: 20px;
    margin-bottom: 46px;
    padding: 32px
}

@media (max-width: 768px) {
    .toc-block {
        margin-bottom: 24px;
        padding: 14px
    }
}

.toc-block .toc-block__title {
    grid-gap: 12px;
    align-items: center;
    display: grid;
    grid-template-columns:1fr max-content
}

@media (max-width: 768px) {
    .toc-block .toc-block__title {
        grid-gap: 10px
    }
}

.toc-block .toc-block__title span {
    color: #1c1a35;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase
}

@media (max-width: 768px) {
    .toc-block .toc-block__title span {
        font-size: 16px
    }
}

.toc-block .toc-block__title button {
    border: none;
    font-size: 16px;
    margin-right: 10px;
    padding: 0 32px 0 0;
    text-transform: uppercase;
    transition: all .25s ease
}

@media (max-width: 768px) {
    .toc-block .toc-block__title button {
        font-size: 14px
    }
}

.toc-block .toc-block__title button:hover, .toc-block.-toggle .toc-block__title button {
    margin-left: 10px;
    margin-right: 0;
    padding-right: 42px
}

.toc-block.-toggle .toc-block__list {
    display: block;
    margin-top: 32px
}

.toc-block .toc-block__list {
    display: none
}

@media (min-width: 768px) {
    .toc-block .toc-block__list.-grid ul {
        grid-column-gap: 16px;
        display: grid;
        grid-template-columns:repeat(2, 1fr)
    }
}

.toc-block ul li {
    padding-left: 32px !important;
    position: relative
}

.toc-block ul li:not(:last-child) {
    margin-bottom: 12px
}

.toc-block ul li:before {
    content: "";
    display: inline-block;
    height: 20px !important;
    left: 0;
    position: absolute;
    top: 2px !important;
    width: 20px !important
}

.toc-block ul li a {
    color: #1c1a35;
    font-size: 16px
}

.toc-block ul li a:hover {
    text-decoration: underline;
    text-underline-offset: 4px
}

.avoid-block {
    grid-gap: 20px;
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    margin-bottom: 46px
}

@media (max-width: 768px) {
    .avoid-block {
        display: block;
        margin-bottom: 32px
    }
}

.avoid-block .avoid-block__item {
    border-radius: 20px;
    padding: 32px 24px
}

@media (max-width: 768px) {
    .avoid-block .avoid-block__item {
        padding: 24px 16px
    }

    .avoid-block .avoid-block__item:not(:last-child) {
        margin-bottom: 16px
    }
}

.avoid-block .avoid-block__head {
    grid-gap: 20px;
    align-items: center;
    display: grid;
    grid-template-columns:max-content 1fr;
    margin-bottom: 20px
}

.avoid-block .avoid-block__head img {
    height: auto;
    width: 124px
}

@media (max-width: 768px) {
    .avoid-block .avoid-block__head img {
        width: 86px
    }
}

.avoid-block .avoid-block__head .avoid-block__name {
    color: #221b25;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
    text-transform: uppercase
}

@media (max-width: 768px) {
    .avoid-block .avoid-block__head .avoid-block__name {
        font-size: 16px
    }
}

.avoid-block .avoid-block__head .avoid-block__rating {
    font-size: 16px;
    font-weight: 600;
    padding-left: 24px
}

@media (max-width: 768px) {
    .avoid-block .avoid-block__head .avoid-block__rating {
        font-size: 14px
    }
}

.avoid-block .avoid-block__list li {
    padding-left: 30px;
    position: relative
}

.avoid-block .avoid-block__list li:not(:last-child) {
    margin-bottom: 10px
}

.avoid-block .avoid-block__list li:before {
    content: "";
    display: inline-block;
    height: 20px;
    left: 0;
    position: absolute;
    top: 3px;
    width: 20px
}

.avoid-block__link {
    display: flex;
    margin-bottom: 46px;
    place-content: center;
    place-items: center
}

.avoid-block__link a {
    border-radius: 32px;
    color: #fff !important;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 48px;
    text-transform: uppercase
}

@media (max-width: 768px) {
    .avoid-block__link a {
        display: block;
        text-align: center;
        width: 100%
    }
}

.avoid-block__link a:hover {
    opacity: .76
}

.logos-block {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: space-between;
    margin-bottom: 46px
}

@media (max-width: 768px) {
    .logos-block {
        gap: 16px;
        place-content: center
    }
}

.logos-block .logos-block__item img {
    height: 40px;
    max-width: 100%;
    width: auto
}

@media (max-width: 768px) {
    .logos-block .logos-block__item img {
        height: 34px;
        max-width: 96px;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: center;
        object-position: center
    }
}

.offer-short-desc-block {
    grid-gap: 24px;
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    margin-bottom: 46px
}

@media (max-width: 768px) {
    .offer-short-desc-block {
        grid-gap: 16px;
        grid-template-columns:1fr
    }
}

.offer-short-desc-block .offer-short-desc-block__offer {
    grid-gap: 24px;
    border-radius: 12px;
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    padding: 42px 40px
}

@media (max-width: 768px) {
    .offer-short-desc-block .offer-short-desc-block__offer {
        grid-gap: 16px;
        grid-template-columns:1fr;
        padding: 24px 16px
    }

    .offer-short-desc-block .offer-short-desc-block__offer .offer-short-desc-block__offer__content {
        order: -1;
        text-align: center
    }
}

.offer-short-desc-block .offer-short-desc-block__offer .offer-short-desc-block__offer-img {
    display: flex;
    place-content: center;
    place-items: center;
    width: 100%
}

@media (max-width: 768px) {
    .offer-short-desc-block .offer-short-desc-block__offer .offer-short-desc-block__offer-img {
        margin-bottom: 20px
    }
}

.offer-short-desc-block .offer-short-desc-block__offer img {
    height: auto;
    max-height: 120px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

@media (max-width: 768px) {
    .offer-short-desc-block .offer-short-desc-block__offer img {
        max-height: 86px
    }
}

.offer-short-desc-block .offer-short-desc-block__offer .offer-short-desc-block__offer-btn {
    margin-top: 12px
}

.offer-short-desc-block .offer-short-desc-block__offer .offer-short-desc-block__offer-btn a, .offer-short-desc-block .offer-short-desc-block__offer .offer-short-desc-block__offer-btn button, .offer-short-desc-block .offer-short-desc-block__offer .offer-short-desc-block__offer-btn span {
    border-radius: 32px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 32px;
    text-align: center;
    text-transform: uppercase;
    width: 100%
}

.offer-short-desc-block .offer-short-desc-block__offer .offer-short-desc-block__offer-btn a:hover, .offer-short-desc-block .offer-short-desc-block__offer .offer-short-desc-block__offer-btn button:hover, .offer-short-desc-block .offer-short-desc-block__offer .offer-short-desc-block__offer-btn span:hover {
    opacity: .76
}

.offer-short-desc-block .offer-short-desc-block__offer .offer-short-desc-block__offer-link {
    margin-top: 16px;
    text-align: center
}

.offer-short-desc-block .offer-short-desc-block__offer .offer-short-desc-block__offer-link a {
    font-size: 15px;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px
}

.offer-short-desc-block .offer-short-desc-block__offer .offer-short-desc-block__offer-link a:hover {
    text-decoration: none
}

.offer-short-desc-block .offer-short-desc-block__title {
    color: #1c1a35;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    text-transform: uppercase
}

.offer-short-desc-block .offer-short-desc-block__rating {
    color: #221b25;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px
}

.offer-short-desc-block .offer-short-desc-block__expert {
    color: #999;
    font-size: 16px;
    margin-bottom: 14px
}

.offer-short-desc-block .offer-short-desc-block__expert span {
    color: #221b25
}

.offer-short-desc-block .offer-short-desc-block__bonus {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase
}

.offer-short-desc-block .offer-short-desc-block__content .offer-short-desc-block__content-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase
}

/*.post-entry p, .wp-block-group__inner-container p {
    margin-bottom: 24px
}*/

.post-entry a:hover, .wp-block-group__inner-container a:hover {
    opacity: .86
}

.post-entry ul, .wp-block-group__inner-container ul {
    margin-bottom: 32px
}

@media (max-width: 768px) {
    .post-entry ul, .wp-block-group__inner-container ul {
        margin-bottom: 20px
    }
}

@media (min-width: 768px) {
    .post-entry ul.cols-2, .wp-block-group__inner-container ul.cols-2 {
        grid-column-gap: 16px;
        grid-row-gap: 0;
        display: grid;
        grid-template-columns:repeat(2, 1fr)
    }

    .post-entry ul.cols-3, .wp-block-group__inner-container ul.cols-3 {
        grid-column-gap: 16px;
        grid-row-gap: 0;
        display: grid;
        grid-template-columns:repeat(3, 1fr)
    }

    .post-entry ul.cols-4, .wp-block-group__inner-container ul.cols-4 {
        grid-column-gap: 16px;
        grid-row-gap: 0;
        display: grid;
        grid-template-columns:repeat(4, 1fr)
    }
}

.post-entry ul li, .wp-block-group__inner-container ul li {
    padding-left: 16px;
    position: relative
}

.post-entry ul li:not(:last-child), .wp-block-group__inner-container ul li:not(:last-child) {
    margin-bottom: 14px
}

@media (max-width: 768px) {
    .post-entry ul li:not(:last-child), .wp-block-group__inner-container ul li:not(:last-child) {
        margin-bottom: 8px
    }
}

.post-entry ul li:before, .wp-block-group__inner-container ul li:before {
    background: #1094e5;
    border-radius: 50%;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 6px
}

@media (max-width: 768px) {
    .post-entry ul li:before, .wp-block-group__inner-container ul li:before {
        top: 8px
    }
}

.post-entry ul.flex-list, .wp-block-group__inner-container ul.flex-list {
    grid-column-gap: 32px;
    display: grid;
    grid-template-columns:repeat(3, 1fr)
}

@media (max-width: 768px) {
    .post-entry ul.flex-list, .wp-block-group__inner-container ul.flex-list {
        display: block
    }
}

.post-entry ol, .wp-block-group__inner-container ol {
    margin-bottom: 24px;
    padding-left: 20px
}

@media (min-width: 768px) {
    .post-entry ol.cols-2, .wp-block-group__inner-container ol.cols-2 {
        grid-column-gap: 16px;
        grid-row-gap: 0;
        display: grid;
        grid-template-columns:repeat(2, 1fr)
    }

    .post-entry ol.cols-3, .wp-block-group__inner-container ol.cols-3 {
        grid-column-gap: 42px;
        grid-row-gap: 0;
        display: grid;
        grid-template-columns:repeat(3, 1fr)
    }

    .post-entry ol.cols-4, .wp-block-group__inner-container ol.cols-4 {
        grid-column-gap: 42px;
        grid-row-gap: 0;
        display: grid;
        grid-template-columns:repeat(4, 1fr)
    }
}

.post-entry ol li, .wp-block-group__inner-container ol li {
    list-style: decimal;
    position: relative
}

.post-entry ol li b, .post-entry ol li span, .post-entry ol li strong, .wp-block-group__inner-container ol li b, .wp-block-group__inner-container ol li span, .wp-block-group__inner-container ol li strong {
    font-weight: 600
}

.post-entry ol li:not(:last-child), .wp-block-group__inner-container ol li:not(:last-child) {
    margin-bottom: 10px
}

.post-entry ol li::marker, .wp-block-group__inner-container ol li::marker {
    font-size: 18px
}

.post-entry .wp-block-table, .wp-block-group__inner-container .wp-block-table {
    border-radius: 24px;
    box-shadow: 0 10px 20px 0 #ebf0f6;
    margin-bottom: 46px;
    overflow: hidden
}

@media (max-width: 768px) {
    .post-entry .wp-block-table, .wp-block-group__inner-container .wp-block-table {
        margin-bottom: 24px;
        margin-right: -20px;
        overflow-x: auto;
        padding-bottom: 4px;
        width: calc(100% + 20px)
    }
}

.post-entry .wp-block-table::-webkit-scrollbar, .wp-block-group__inner-container .wp-block-table::-webkit-scrollbar {
    -webkit-appearance: none
}

.post-entry .wp-block-table::-webkit-scrollbar:vertical, .wp-block-group__inner-container .wp-block-table::-webkit-scrollbar:vertical {
    width: 8px
}

.post-entry .wp-block-table::-webkit-scrollbar:horizontal, .wp-block-group__inner-container .wp-block-table::-webkit-scrollbar:horizontal {
    height: 8px
}

.post-entry .wp-block-table::-webkit-scrollbar-thumb, .wp-block-group__inner-container .wp-block-table::-webkit-scrollbar-thumb {
    background-color: #1094e5;
    border: 2px solid #fff;
    border-radius: 8px
}

.post-entry .wp-block-table::-webkit-scrollbar-track, .wp-block-group__inner-container .wp-block-table::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 8px
}

.post-entry .wp-block-table table, .wp-block-group__inner-container .wp-block-table table {
    width: 100%
}

@media (max-width: 768px) {
    .post-entry .wp-block-table table, .wp-block-group__inner-container .wp-block-table table {
        width: 800px
    }
}

.post-entry .wp-block-table thead tr th, .wp-block-group__inner-container .wp-block-table thead tr th {
    color: #fff;
    padding: 28px 20px;
    text-align: left
}

.post-entry table, .wp-block-group__inner-container table {
    background: #fff;
    border: 1px solid #f3f3f3;
    border-collapse: collapse
}

.post-entry table tr:nth-child(odd), .wp-block-group__inner-container table tr:nth-child(odd) {
    background: #f3f3f3
}

.post-entry table tr:first-child, .wp-block-group__inner-container table tr:first-child {
    border-radius: 10px 10px 0 0
}

.post-entry table tr:last-child, .wp-block-group__inner-container table tr:last-child {
    border-radius: 0 0 10px 10px
}

.post-entry table tr td, .wp-block-group__inner-container table tr td {
    padding: 14px 20px;
    text-align: left
}

.post-entry .wp-block-image, .wp-block-group__inner-container .wp-block-image {
    margin-bottom: 32px
}

@media (max-width: 768px) {
    .post-entry .wp-block-image, .wp-block-group__inner-container .wp-block-image {
        margin-bottom: 24px
    }
}

.post-entry .wp-block-image img, .wp-block-group__inner-container .wp-block-image img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    width: auto
}

.post-entry .wp-block-image .size-full img, .wp-block-group__inner-container .wp-block-image .size-full img {
    width: 100%
}

.post-entry .wp-block-image .alignleft, .wp-block-group__inner-container .wp-block-image .alignleft {
    float: left;
    margin: 0 24px 24px 0
}

@media (max-width: 768px) {
    .post-entry .wp-block-image .alignleft, .wp-block-group__inner-container .wp-block-image .alignleft {
        float: unset;
        margin: 0 auto 24px
    }
}

.post-entry .wp-block-image .alignright, .wp-block-group__inner-container .wp-block-image .alignright {
    float: right;
    margin: 0 0 24px 24px
}

@media (max-width: 768px) {
    .post-entry .wp-block-image .alignright, .wp-block-group__inner-container .wp-block-image .alignright {
        float: unset;
        margin: 0 auto 24px
    }
}

.post-entry img.alignleft, .wp-block-group__inner-container img.alignleft {
    float: left;
    margin: 0 24px 24px 0
}

@media (max-width: 768px) {
    .post-entry img.alignleft, .wp-block-group__inner-container img.alignleft {
        float: unset;
        margin: 0 auto 24px
    }
}

.post-entry img.alignright, .wp-block-group__inner-container img.alignright {
    float: right;
    margin: 0 0 24px 24px
}

@media (max-width: 768px) {
    .post-entry img.alignright, .wp-block-group__inner-container img.alignright {
        float: unset;
        margin: 0 auto 24px
    }
}

.pros-cons-block {
    grid-gap: 24px;
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    margin-bottom: 46px
}

@media (max-width: 768px) {
    .pros-cons-block {
        display: block;
        margin-bottom: 32px
    }
}

.pros-cons-block .pros-cons-block__item {
    border-radius: 12px;
    padding: 40px 60px
}

@media (max-width: 768px) {
    .pros-cons-block .pros-cons-block__item {
        padding: 24px 16px
    }

    .pros-cons-block .pros-cons-block__item.-pros {
        margin-bottom: 16px
    }
}

.pros-cons-block .pros-cons-block__list ul li {
    padding-left: 20px;
    position: relative
}

.pros-cons-block .pros-cons-block__list ul li:not(:last-child) {
    margin-bottom: 10px
}

.pros-cons-block .pros-cons-block__list ul li:before {
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 7px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 7px
}

.pros-cons-block__title {
    color: #221b25;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px
}

@media (max-width: 768px) {
    .pros-cons-block__title {
        font-size: 20px;
        margin-bottom: 14px
    }
}

.pros-cons-block__subtitle {
    font-size: 16px;
    margin-bottom: 20px
}

.wp-block-group.alignwide {
    max-width: 900px;
    width: 100%
}

.wp-block-group .wp-block-group__inner-container {
    padding-left: 0;
    padding-right: 0
}

@media (max-width: 768px) {
    .wp-block-group .wp-block-group__inner-container {
        padding-left: 16px;
        padding-right: 16px
    }

    .wp-block-group .wp-block-group__inner-container .wp-block-group__inner-container {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

.pros-cons-thumb-block {
    grid-gap: 24px;
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    margin-bottom: 46px
}

@media (max-width: 768px) {
    .pros-cons-thumb-block {
        display: block;
        margin-bottom: 32px
    }
}

.pros-cons-thumb-block .pros-cons-thumb-block__item {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 20px 0 #ebf0f6;
    padding: 32px
}

@media (max-width: 768px) {
    .pros-cons-thumb-block .pros-cons-thumb-block__item {
        padding: 24px 16px
    }

    .pros-cons-thumb-block .pros-cons-thumb-block__item:not(:last-child) {
        margin-bottom: 16px
    }
}

.pros-cons-thumb-block .pros-cons-thumb-block__item ul {
    margin: 0;
    padding: 0
}

.pros-cons-thumb-block .pros-cons-thumb-block__item li {
    grid-gap: 16px;
    display: grid;
    grid-template-columns:max-content 1fr;
    margin-top: 12px;
    min-height: 50px
}

.pros-cons-thumb-block .pros-cons-thumb-block__item li:not(:last-child) {
    margin-bottom: 20px
}

.pros-cons-thumb-block .pros-cons-thumb-block__item li i {
    display: inline-block;
    height: 50px;
    position: relative;
    top: -12px;
    width: 50px
}

@media (max-width: 768px) {
    .pros-cons-thumb-block .pros-cons-thumb-block__item li i {
        top: 0
    }
}

.pros-cons-thumb-block .pros-cons-thumb-block__item li span {
    font-size: 16px
}

.cards-block {
    margin-bottom: 46px
}

@media (min-width: 768px) {
    .cards-block.-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 24px;
        place-content: center
    }

    .cards-block.-grid .cards-block__item {
        margin-bottom: 0;
        width: calc(33% - 16px)
    }

    .cards-block.-grid .cards-block__item:not(:last-child) {
        margin-bottom: 0
    }
}

@media (max-width: 768px) {
    .cards-block {
        display: block;
        margin-bottom: 32px
    }
}

.cards-block .cards-block__item {
    border-radius: 20px;
    padding: 16px
}

.cards-block .cards-block__item:before {
    content: none
}

.cards-block .cards-block__item.-mb {
    margin-bottom: 20px
}

.cards-block .cards-block__item:not(:last-child) {
    margin-bottom: 16px
}

.cards-block .cards-block__head {
    grid-gap: 16px;
    align-items: center;
    display: grid;
    grid-template-columns:max-content 1fr;
    margin-bottom: 16px
}

.cards-block .cards-block__img img {
    height: 80px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    width: 80px
}

@media (max-width: 768px) {
    .cards-block .cards-block__img img {
        height: 56px;
        width: 56px
    }
}

.cards-block .cards-block__num {
    border-radius: 50%;
    font-size: 18px;
    font-weight: 600;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px
}

.cards-block .cards-block__title {
    color: #221b25;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0
}

.cards-block .cards-block__title a {
    color: #221b25
}

.cards-block .cards-block__title a:hover {
    text-decoration: underline;
    text-underline-offset: 3px
}

.cards-block .cards-block__title.-upper {
    text-transform: uppercase
}

.color-block {
    border-radius: 20px;
    margin-bottom: 36px;
    padding: 36px 40px
}

@media (max-width: 768px) {
    .color-block {
        margin-bottom: 32px;
        padding: 24px 16px
    }
}

.color-block .color-block__title {
    align-items: center;
    display: flex;
    gap: 16px
}

@media (max-width: 768px) {
    .color-block .color-block__title {
        display: grid;
        gap: 10px;
        grid-template-columns:max-content 1fr
    }
}

.color-block .color-block__title i {
    display: inline-block;
    height: 24px;
    width: 24px
}

.color-block .color-block__title span {
    color: #221b25;
    font-size: 24px;
    font-weight: 600
}

@media (max-width: 768px) {
    .color-block .color-block__title span {
        display: inline-block;
        font-size: 18px;
        line-height: 1.2
    }
}

.color-block .color-block__text {
    margin-top: 16px
}

.cards-list-block {
    margin-bottom: 46px
}

@media (max-width: 768px) {
    .cards-list-block {
        margin-bottom: 32px
    }
}

.cards-list-block .cards-list-block__item {
    grid-gap: 16px;
    border-radius: 20px;
    display: grid;
    grid-template-columns:max-content 1fr;
    padding: 56px 32px
}

@media (max-width: 768px) {
    .cards-list-block .cards-list-block__item {
        grid-gap: 14px;
        padding: 24px 16px
    }
}

.cards-list-block .cards-list-block__item:not(:last-child) {
    margin-bottom: 20px
}

@media (max-width: 768px) {
    .cards-list-block .cards-list-block__item:not(:last-child) {
        margin-bottom: 16px
    }
}

.cards-list-block .cards-list-block__icon i {
    display: inline-block;
    height: 110px;
    width: 110px
}

@media (max-width: 768px) {
    .cards-list-block .cards-list-block__icon i {
        height: 54px;
        width: 54px
    }
}

.cards-list-block .cards-list-block__title {
    color: #221b25;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px
}

@media (max-width: 768px) {
    .cards-list-block .cards-list-block__title {
        display: block;
        font-size: 18px;
        line-height: 1.2;
        margin-bottom: 12px;
        min-height: 70px
    }

    .cards-list-block .cards-list-block__text {
        margin-left: -70px
    }
}

.features-block {
    background: #fff;
    border: 1px solid #f1f5f9;
    border-radius: 24px;
    box-shadow: 0 10px 20px 0 #ebf0f6;
    margin: 0 auto 46px;
    max-width: 990px;
    width: 100%
}

@media (max-width: 768px) {
    .features-block {
        border-radius: 18px
    }
}

.features-block.-style-2 {
    max-width: 100%
}

.features-block .features-block__head {
    padding: 36px
}

@media (max-width: 768px) {
    .features-block .features-block__head {
        padding: 24px 16px
    }
}

.features-block .features-block__title {
    margin-bottom: 20px
}

@media (max-width: 768px) {
    .features-block .features-block__title {
        margin-bottom: 16px
    }
}

.features-block .features-block__table .features-block__table__row {
    display: grid;
    grid-template-columns:40% 1fr
}

@media (max-width: 768px) {
    .features-block .features-block__table .features-block__table__row {
        font-size: 14px;
        line-height: 1.2
    }
}

.features-block .features-block__table .features-block__table__col {
    padding: 20px 32px
}

@media (max-width: 768px) {
    .features-block .features-block__table .features-block__table__col {
        padding: 20px 14px
    }
}

.features-block .features-block__table .features-block__table__label {
    align-items: center;
    border-right: 1px solid #b2b7bc;
    display: flex;
    gap: 16px
}

@media (max-width: 768px) {
    .features-block .features-block__table .features-block__table__label {
        border: none;
        gap: 12px
    }
}

.features-block .features-block__table .features-block__table__label i {
    display: inline-block;
    height: 24px;
    width: 24px
}

.cards-icons-block {
    grid-gap: 24px;
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    margin-bottom: 46px
}

@media (max-width: 768px) {
    .cards-icons-block {
        grid-gap: 16px;
        grid-template-columns:repeat(2, 1fr);
        margin-bottom: 32px
    }
}

.cards-icons-block .cards-icons-block__item {
    background: #fff;
    border: 1px solid #f1f5f9;
    box-shadow: 0 10px 20px 0 #ebf0f6;
    padding: 34px 24px;
    text-align: center
}

@media (max-width: 768px) {
    .cards-icons-block .cards-icons-block__item {
        padding: 20px 16px
    }
}

.cards-icons-block .cards-icons-block__icon {
    display: flex;
    margin-bottom: 16px;
    place-content: center;
    place-items: center
}

.cards-icons-block .cards-icons-block__icon i {
    height: 100px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    width: 100px
}

@media (max-width: 768px) {
    .cards-icons-block .cards-icons-block__icon i {
        height: 70px;
        width: 70px
    }
}

.cards-icons-block .cards-icons-block__title {
    color: #221b25;
    font-size: 24px;
    font-weight: 600
}

@media (max-width: 768px) {
    .cards-icons-block .cards-icons-block__title {
        font-size: 18px
    }
}

.cards-check-block {
    grid-gap: 24px;
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    margin-bottom: 46px
}

@media (max-width: 768px) {
    .cards-check-block {
        display: block;
        margin-bottom: 32px
    }
}

.cards-check-block .cards-check-block__item {
    grid-gap: 24px;
    border-radius: 24px;
    display: grid;
    grid-template-columns:max-content 1fr;
    padding: 26px
}

@media (max-width: 768px) {
    .cards-check-block .cards-check-block__item {
        display: block;
        padding: 24px 16px
    }

    .cards-check-block .cards-check-block__item:not(:last-child) {
        margin-bottom: 16px
    }
}

.cards-check-block .cards-check-block__icon {
    display: inline-block;
    height: 50px;
    width: 50px
}

@media (max-width: 768px) {
    .cards-check-block .cards-check-block__icon {
        display: none
    }
}

.cards-check-block .cards-check-block__title {
    color: #1c1a35;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px
}

@media (max-width: 768px) {
    .cards-check-block .cards-check-block__title {
        font-size: 20px;
        line-height: 1.2;
        margin-bottom: 14px;
        margin-top: 0;
        padding-left: 32px
    }
}

.cards-check-block .cards-check-block__title a {
    color: #1c1a35
}

.cards-check-block .cards-check-block__title a:hover {
    text-decoration: underline;
    text-underline-offset: 3px
}

.cards-check-block .cards-check-block__text {
    color: #221b25;
    font-size: 16px
}

.free-casino-block {
    grid-gap: 24px;
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    margin-bottom: 46px
}

@media (max-width: 768px) {
    .free-casino-block {
        grid-gap: 16px;
        grid-template-columns:repeat(2, 1fr);
        margin-bottom: 32px
    }
}

.free-casino-block .free-casino-block__item {
    background: #fff;
    border: 1px solid #f1f5f9;
    border-radius: 24px;
    box-shadow: 0 10px 20px 0 #ebf0f6;
    padding: 16px
}

@media (max-width: 768px) {
    .free-casino-block .free-casino-block__item {
        padding: 8px
    }
}

.free-casino-block .free-casino-block__item .free-casino-block__img {
    border-radius: 12px;
    overflow: hidden;
    position: relative
}

.free-casino-block .free-casino-block__item .free-casino-block__img img {
    height: 148px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

@media (max-width: 768px) {
    .free-casino-block .free-casino-block__item .free-casino-block__img img {
        height: 100%
    }
}

.free-casino-block .free-casino-block__item .free-casino-block__buttons {
    background: rgba(0, 0, 0, .6);
    display: none;
    flex-direction: column;
    gap: 16px;
    height: calc(100% - 32px);
    left: 16px;
    padding: 16px 20px;
    place-content: center;
    place-items: center;
    position: absolute;
    top: 16px;
    width: calc(100% - 32px)
}

@media (max-width: 768px) {
    .free-casino-block .free-casino-block__item .free-casino-block__buttons {
        gap: 5px
    }
}

.free-casino-block .free-casino-block__item .free-casino-block__buttons .free-casino-block__btn {
    width: 100%
}

.free-casino-block .free-casino-block__item .free-casino-block__buttons .free-casino-block__btn a {
    border-radius: 32px;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 24px;
    text-align: center;
    width: 100%
}

.free-casino-block .free-casino-block__item .free-casino-block__buttons .free-casino-block__btn a:hover {
    opacity: .76
}

.free-casino-block .free-casino-block__item .free-casino-block__content {
    grid-gap: 16px;
    align-items: center;
    display: grid;
    grid-template-columns:max-content 1fr;
    margin-top: 16px
}

@media (max-width: 768px) {
    .free-casino-block .free-casino-block__item .free-casino-block__content {
        display: flex;
        padding-bottom: 12px;
        place-content: center;
        place-items: center
    }
}

.free-casino-block .free-casino-block__item .free-casino-block__content img {
    height: auto;
    width: 68px
}

.free-casino-block .free-casino-block__item .free-casino-block__content .free-casino-block__title {
    color: #1c1a35;
    font-size: 16px;
    font-weight: 600
}

@media (min-width: 768px) {
    .free-casino-block .free-casino-block__item:hover .free-casino-block__buttons {
        display: flex
    }
}

@media (min-width: 768px) and (min-width: 768px) {
    .free-casino-block .free-casino-block__item:hover .free-casino-block__content .free-casino-block__title {
        display: block
    }
}

.faq-block {
    margin-bottom: 46px
}

@media (max-width: 768px) {
    .faq-block {
        margin-bottom: 32px
    }
}

.faq-block h2 {
    margin-bottom: 0
}

.faq-block .faq-block__item {
    border-radius: 24px;
    padding: 36px 120px 36px 42px
}

@media (max-width: 768px) {
    .faq-block .faq-block__item {
        padding: 24px 64px 24px 16px
    }
}

.faq-block .faq-block__item:not(:last-child) {
    margin-bottom: 24px
}

@media (max-width: 768px) {
    .faq-block .faq-block__item:not(:last-child) {
        margin-bottom: 14px
    }
}

.faq-block .faq-block__item.-toggle .faq-block__title {
    margin-bottom: 16px
}

.faq-block .faq-block__item.-toggle .faq-block__text {
    display: block
}

.faq-block .faq-block__title {
    color: #1c1a35;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: uppercase
}

@media (max-width: 768px) {
    .faq-block .faq-block__title {
        font-size: 16px
    }
}

.faq-block .faq-block__text {
    display: none;
    margin-top: 8px
}

.latest-posts-block {
    grid-gap: 24px;
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    margin-bottom: 46px
}

@media (max-width: 768px) {
    .latest-posts-block {
        display: block;
        margin-bottom: 32px
    }
}

.latest-posts-block__item {
    background: #fff;
    border: 1px solid #f1f5f9;
    border-radius: 20px;
    box-shadow: 0 10px 20px 0 #ebf0f6;
    padding: 16px
}

@media (max-width: 768px) {
    .latest-posts-block__item:not(:last-child) {
        margin-bottom: 16px
    }
}

.latest-posts-block__item img {
    border-radius: 12px;
    height: 150px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

.latest-posts-block__item img.rev-prev-img {
    -o-object-fit: contain;
    object-fit: contain
}

.latest-posts-block__title {
    line-height: 1.2;
    margin: 12px 0 16px
}

.latest-posts-block__title a {
    color: #1c1a35;
    font-size: 16px;
    font-weight: 600
}

.latest-posts-block__title a:hover {
    opacity: .76
}

.latest-posts-block__text {
    font-size: 14px;
    margin-bottom: 16px
}

.latest-posts-block__read-more a {
    font-size: 16px;
    font-weight: 600;
    padding-right: 32px;
    text-transform: uppercase;
    transition: all .25s ease
}

.latest-posts-block__read-more a:hover {
    padding-right: 42px
}

.latest-posts-block__bottom {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 12px
}

.latest-posts-block___author {
    flex: 1 0 auto;
    font-size: 14px;
    font-weight: 600
}

.latest-posts-block__readtime {
    font-size: 14px
}

.posts-btn {
    margin-bottom: 46px;
    text-align: center
}

.posts-btn a {
    border-radius: 32px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 14px 42px;
    text-transform: uppercase
}

.posts-btn a:hover {
    opacity: .76
}

.giveaway-block {
    margin-bottom: 46px;
    padding: 60px 0
}

@media (max-width: 768px) {
    .giveaway-block {
        margin-bottom: 32px;
        padding: 42px 0 240px
    }
}

.giveaway-block .giveaway-block__content {
    padding-left: 420px;
    padding-right: 120px
}

@media (max-width: 768px) {
    .giveaway-block .giveaway-block__content {
        padding-left: 16px;
        padding-right: 16px;
        text-align: center
    }
}

.giveaway-block .giveaway-block__title {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px
}

@media (max-width: 768px) {
    .giveaway-block .giveaway-block__title {
        font-size: 30px;
        margin-bottom: 24px
    }
}

.giveaway-block .giveaway-block__text {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 24px
}

@media (max-width: 768px) {
    .giveaway-block .giveaway-block__text {
        font-size: 18px
    }
}

.giveaway-block .giveaway-block__link a {
    border-radius: 32px;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 48px;
    text-transform: uppercase
}

.giveaway-block .giveaway-block__link a:hover {
    opacity: .76
}

.author-block {
    padding: 100px 0
}

@media (min-width: 768px) {
    .author-block.-img-r {
        padding-top: 0
    }

    .author-block.-img-r .author-block__row {
        grid-template-columns:1fr max-content
    }

    .author-block.-img-r .author-block__row .author-block__data {
        order: 2
    }
}

@media (max-width: 768px) {
    .author-block {
        padding: 24px 0
    }
}

.author-block .author-block__row {
    grid-gap: 86px;
    align-items: center;
    display: grid;
    grid-template-columns:max-content 1fr
}

@media (max-width: 768px) {
    .author-block .author-block__row {
        display: block
    }

    .author-block .author-block__data {
        margin-bottom: 20px
    }
}

.author-block .author-block__data.show-mob {
    display: none
}

@media (max-with: 768px) {
    .author-block .author-block__data.show-mob {
        display: block
    }
}

.author-block .author-block__data img {
    border-radius: 12px;
    height: 380px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 480px
}

@media (max-width: 768px) {
    .author-block .author-block__data img {
        height: 200%;
        width: 100%
    }
}

.author-block .author-block__data__bottom {
    grid-gap: 24px;
    align-items: center;
    display: grid;
    grid-template-columns:1fr max-content;
    margin-top: 20px
}

@media (max-width: 768px) {
    .author-block .author-block__data__bottom {
        display: block
    }

    .author-block .author-block__data__bottom.hide-mob.-grid {
        display: none !important
    }

    .author-block .author-block__data__bottom.show-mob.-grid {
        display: block !important
    }
}

.author-block .author-block__data__link a {
    border-radius: 32px;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 64px;
    text-transform: uppercase
}

@media (max-width: 768px) {
    .author-block .author-block__data__link a {
        font-size: 14px;
        padding: 10px 32px
    }
}

.author-block .author-block__data__link:hover {
    opacity: .76
}

.author-block .author-block__text {
    padding-top: 80px
}

@media (max-width: 768px) {
    .author-block .author-block__text {
        padding-top: 60px
    }
}

.author-block .author-block__content__bottom {
    margin-top: 24px
}

@media (min-width: 768px) {
    .author-block .author-block__content__bottom {
        grid-gap: 24px;
        align-items: center;
        display: grid;
        grid-template-columns:max-content 1fr
    }
}

.author-block .author-block__name {
    font-size: 24px;
    font-weight: 600
}

@media (max-width: 768px) {
    .author-block .author-block__name {
        font-size: 18px
    }
}

.author-block .author-block__spec {
    font-size: 14px
}

.author-block__socials {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 20px
}

@media (max-width: 768px) {
    .author-block__socials {
        gap: 7px;
        margin-bottom: 16px;
        position: relative;
        top: 3px
    }
}

.author-block__socials .author-block__socials__item a {
    display: inline-block;
    height: 48px;
    width: 48px
}

@media (max-width: 768px) {
    .author-block__socials .author-block__socials__item a {
        height: 36px;
        width: 36px
    }
}

.author-block__socials .author-block__socials__item a:hover {
    opacity: .76
}

.author-block__socials .author-block__socials__item i {
    display: inline-block;
    height: 48px;
    width: 48px
}

@media (max-width: 768px) {
    .author-block__socials .author-block__socials__item i {
        height: 36px;
        width: 36px
    }
}

.site-footer .site-footer__head {
    align-items: center;
    border-bottom: 1px solid #fff;
    display: flex;
    gap: 32px;
    justify-content: flex-end;
    padding: 18px 0
}

@media (max-width: 768px) {
    .site-footer .site-footer__head {
        grid-gap: 16px;
        align-items: center;
        display: grid;
        grid-template-columns:1fr max-content;
        padding-left: 16px;
        padding-right: 16px
    }
}

.site-footer .site-footer__head .site-header__langs .site-header__langs__btn {
    background: url(../../images/globe-white.svg) no-repeat 0;
    background-size: 24px;
    color: #fff;
    padding-left: 32px;
    text-decoration: none
}

.site-footer .site-footer__head .site-footer__footer__email a {
    background: url(../../images/email-white.svg) no-repeat 0;
    background-size: 24px;
    color: #fff;
    min-height: 24px;
    padding-left: 32px
}

.site-footer .site-footer__head .site-footer__footer__email a:hover {
    opacity: .76
}

.site-footer .site-footer--row {
    grid-gap: 64px;
    display: grid;
    grid-template-columns:380px 1fr;
    padding-bottom: 60px;
    padding-top: 60px
}

@media (max-width: 768px) {
    .site-footer .site-footer--row {
        display: block;
        padding-bottom: 24px;
        padding-top: 24px
    }

    .site-footer .site-footer__content {
        display: flex;
        flex-direction: column;
        gap: 16px;
        place-content: center;
        place-items: center;
        text-align: center
    }
}

.site-footer .site-footer__logo {
    margin-bottom: 24px
}

@media (max-width: 768px) {
    .site-footer .site-footer__logo {
        margin: 0;
        position: relative;
        top: 5px
    }
}

.site-footer .site-footer__logo img {
    max-width: 160px;
    width: auto
}

@media (max-width: 768px) {
    .site-footer .site-footer__logo img {
        max-width: 96px
    }
}

.site-footer .site-footer__text {
    color: #f1f2f3;
    font-size: 14px;
    margin-bottom: 24px;
    max-width: 300px
}

.site-footer .site-footer__text a {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 3px
}

.site-footer .site-footer__text a:hover {
    text-decoration: none
}

.site-footer .site-footer__socials {
    align-items: center;
    display: flex;
    gap: 20px;
    margin-bottom: 40px
}

.site-footer .site-footer__socials a, .site-footer .site-footer__socials i {
    display: inline-block;
    height: 24px;
    width: 24px
}

.site-footer .site-footer__socials i.icon-fb {
    background: url(../../images/fb-icon.svg) no-repeat 50%;
    background-size: contain
}

.site-footer .site-footer__socials i.icon-ig {
    background: url(../../images/ig-icon.svg) no-repeat 50%;
    background-size: contain
}

.site-footer .site-footer__socials i.icon-yt {
    background: url(../../images/yt-icon.svg) no-repeat 50%;
    background-size: contain
}

.site-footer .site-footer__socials i.icon-tw {
    background: url(../../images/tw-icon.svg) no-repeat 50%;
    background-size: contain
}

.site-footer .site-footer__menues {
    margin-bottom: 56px
}

@media (min-width: 768px) {
    .site-footer .site-footer__menues {
        display: flex;
        justify-content: flex-end
    }
}

@media (max-width: 768px) {
    .site-footer .site-footer__menues {
        grid-gap: 16px;
        display: grid;
        grid-template-columns:repeat(2, 1fr);
        margin-bottom: 32px
    }
}

@media (min-width: 768px) {
    .site-footer .site-footer__menues section {
        padding-right: 24px
    }
}

.site-footer .site-footer__menues__title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 12px
}

@media (max-width: 768px) {
    .site-footer .site-footer__menues__title {
        font-size: 14px
    }
}

.site-footer .site-footer__logos {
    grid-gap: 24px;
    display: grid;
    grid-template-columns:max-content 1fr
}

@media (max-width: 768px) {
    .site-footer .site-footer__logos {
        display: block
    }
}

.site-footer .site-footer__logos .site-footer__logos__title {
    color: #f1f2f3;
    font-size: 16px;
    font-weight: 600;
    padding-top: 8px;
    text-transform: uppercase
}

@media (max-width: 768px) {
    .site-footer .site-footer__logos .site-footer__logos__title {
        font-size: 14px;
        margin-bottom: 16px
    }
}

.site-footer .site-footer__logos .site-footer__logos__items {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 16px
}

.site-footer .site-footer__logos .site-footer__logos__items img {
    height: 28px;
    max-width: 96px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

@media (max-width: 768px) {
    .site-footer .site-footer__logos .site-footer__logos__items img {
        height: 24px;
        max-width: 74px
    }
}

.site-footer__copyr {
    color: #f1f2f3;
    font-size: 16px
}

@media (max-width: 768px) {
    .site-footer__copyr {
        font-size: 14px;
        margin-top: 16px
    }
}

.site-footer__copyr a {
    color: #f1f2f3;
    text-decoration: underline;
    text-underline-offset: 3px
}

.site-footer__copyr a:hover {
    text-decoration: none
}

.footer-menu ul li {
    font-size: 14px;
    line-height: 1.2
}

.footer-menu ul li:not(:last-child) {
    margin-bottom: 8px
}

.footer-menu ul li a {
    color: #f1f2f3
}

.footer-menu ul li a:hover {
    opacity: .76
}

.page-padding {
    padding-bottom: 100px;
    padding-top: 36px
}

.breadcrumbs {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 36px;
    padding-left: 30px
}

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

.breadcrumbs span span {
    position: relative
}

.breadcrumbs a {
    font-weight: 400
}

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

.single-heading {
    margin-bottom: 46px;
    padding: 32px 0 42px
}

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

.single-heading .single-heading--row {
    grid-gap: 32px;
    display: grid;
    grid-template-columns:repeat(2, 1fr)
}

@media (max-width: 768px) {
    .single-heading .single-heading--row {
        display: block
    }
}

.single-heading .single-heading--row.-page {
    grid-template-columns:60% 1fr
}

@media (max-width: 768px) {
    .single-heading .single-heading--row.-page {
        display: block
    }
}

.single-heading .single-heading__img img {
    max-height: 380px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

@media (max-width: 768px) {
    .single-heading .single-heading__img {
        margin-bottom: 20px
    }
}

.single-heading h1 {
    font-size: 46px;
    font-weight: 700
}

@media (max-width: 768px) {
    .single-heading h1 {
        font-size: 30px
    }
}

.single-heading .single-heading__text {
    font-weight: 600
}

.single-heading .single-heading__data {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 24px
}

@media (max-width: 768px) {
    .single-heading .single-heading__data {
        gap: 12px;
        margin-bottom: 14px
    }
}

.single-heading .author-single {
    grid-gap: 8px;
    align-items: center;
    display: grid;
    grid-template-columns:max-content 1fr
}

.single-heading .author-single img {
    border-radius: 50%;
    height: 30px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 30px
}

.single-heading .author-single a {
    color: #1c1a35;
    font-size: 16px;
    font-weight: 600
}

.single-heading .single-heading__date {
    font-size: 14px;
    padding-right: 20px;
    position: relative
}

@media (max-width: 768px) {
    .single-heading .single-heading__date {
        padding-left: 16px
    }
}

.single-heading .single-heading__date:after {
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 5px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px
}

.single-heading .single-heading__read {
    font-size: 14px
}

.single-heading .single-heading__share {
    grid-gap: 20px;
    align-items: center;
    display: grid;
    grid-template-columns:max-content 1fr
}

.single-heading .single-heading__share .single-heading__share__title {
    font-size: 16px
}

.single-heading__share__links ul {
    display: flex;
    flex-wrap: wrap;
    gap: 16px
}

.single-heading__share__links ul li a {
    display: inline-block;
    height: 36px;
    width: 36px
}

@media (max-width: 768px) {
    .single-heading__share__links ul li a {
        height: 24px;
        width: 24px
    }
}

.single-heading__share__links ul li a:hover {
    opacity: .76
}

.single-heading__share__links ul li a i {
    display: inline-block;
    height: 36px;
    width: 36px
}

@media (max-width: 768px) {
    .single-heading__share__links ul li a i {
        height: 24px;
        width: 24px
    }
}

.author-heading .author-heading--row {
    grid-gap: 20px;
    display: grid;
    grid-template-columns:380px 1fr
}

@media (max-width: 768px) {
    .author-heading .author-heading--row {
        display: block
    }

    .author-heading .author-heading--row .author-heading__photo {
        margin-bottom: 16px
    }
}

.content-width {
    max-width: 980px;
    width: 100%
}

@media (max-width: 768px) {
    .content-width {
        padding-left: 16px;
        padding-right: 16px
    }
}

.content-width:not(.-no-center) {
    margin: 0 auto
}

.contact-page {
    grid-gap: 24px;
    display: grid;
    grid-template-columns:1fr 400px;
    margin-bottom: 46px
}

@media (max-width: 768px) {
    .contact-page {
        display: block;
        margin-bottom: 32px
    }

    .contact-page .contact-page__map {
        margin-bottom: 20px
    }
}

.contact-page .contact-page__map iframe {
    border-radius: 12px;
    height: 480px;
    width: 100%
}

@media (max-width: 768px) {
    .contact-page .contact-page__map iframe {
        height: 360px
    }
}

.contact-page .contact-page__form {
    border-radius: 12px;
    padding: 32px
}

@media (max-width: 768px) {
    .contact-page .contact-page__form {
        border-radius: 8px;
        padding: 24px 16px
    }
}

.contact-page .contact-page__form__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 16px;
    text-transform: uppercase
}

@media (max-width: 768px) {
    .contact-page .contact-page__form__title {
        font-size: 18px;
        text-align: center
    }
}

.g-contact-form form input[type=email], .g-contact-form form input[type=password], .g-contact-form form input[type=text], .g-contact-form form textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: none;
    border-radius: 32px;
    color: #333;
    font-family: Poppins, sans-serif;
    padding: 12px 16px;
    width: 100%
}

.g-contact-form form input[type=email]:focus, .g-contact-form form input[type=password]:focus, .g-contact-form form input[type=text]:focus, .g-contact-form form textarea:focus {
    color: #000;
    outline: none
}

.g-contact-form form textarea {
    height: 188px
}

.g-contact-form form ::-webkit-input-placeholder {
    color: #373737;
    font-size: 16px;
    -webkit-transition: all .7s ease;
    transition: all .7s ease
}

.g-contact-form form ::-moz-placeholder {
    color: #373737;
    font-size: 16px;
    -moz-transition: all .7s ease;
    transition: all .7s ease
}

.g-contact-form form :-ms-input-placeholder {
    color: #373737;
    font-size: 16px;
    -ms-transition: all .7s ease;
    transition: all .7s ease
}

.g-contact-form form :-moz-placeholder {
    color: #373737;
    font-size: 16px;
    -moz-transition: all .7s ease;
    transition: all .7s ease
}

.g-contact-form form :focus::-webkit-input-placeholder {
    opacity: 0;
    -webkit-transition: all .7s ease;
    transition: all .7s ease
}

.g-contact-form form :focus::-moz-placeholder {
    opacity: 0;
    -moz-transition: all .7s ease;
    transition: all .7s ease
}

.g-contact-form form :focus:-ms-input-placeholder {
    opacity: 0;
    -ms-transition: all .7s ease;
    transition: all .7s ease
}

.g-contact-form form :focus:-moz-placeholder {
    opacity: 0;
    -moz-transition: all .7s ease;
    transition: all .7s ease
}

.g-contact-form form textarea::-webkit-input-placeholder {
    color: #373737;
    font-size: 16px;
    text-indent: 0;
    -webkit-transition: all .7s ease;
    transition: all .7s ease
}

.g-contact-form form textarea:-moz-placeholder, .g-contact-form form textarea::-moz-placeholder {
    color: #373737;
    font-size: 16px;
    text-indent: 0;
    -moz-transition: all .7s ease;
    transition: all .7s ease
}

.g-contact-form form textarea:-ms-input-placeholder {
    color: #373737;
    font-size: 16px;
    text-indent: 0;
    -ms-transition: all .7s ease;
    transition: all .7s ease
}

.g-contact-form form textarea:focus::-webkit-input-placeholder {
    opacity: 0;
    text-indent: 50px;
    -webkit-transition: all .7s ease;
    transition: all .7s ease
}

.g-contact-form form textarea:focus:-moz-placeholder, .g-contact-form form textarea:focus::-moz-placeholder {
    opacity: 0;
    text-indent: 50px;
    -moz-transition: all .7s ease;
    transition: all .7s ease
}

.g-contact-form form textarea:focus:-ms-input-placeholder {
    opacity: 0;
    text-indent: 50px;
    -ms-transition: all .7s ease;
    transition: all .7s ease
}

.g-contact-form form button {
    border: none;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    padding: 14px 32px
}

.g-contact-form form button:hover {
    opacity: .86
}

.g-contact-form form input, .g-contact-form form textarea {
    margin-bottom: 16px
}

.g-contact-form form textarea {
    height: 180px;
    resize: none
}

@media (max-width: 768px) {
    .g-contact-form form textarea {
        border-radius: 18px
    }
}

.g-contact-form form button {
    border-radius: 32px;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 46px;
    text-align: center;
    text-transform: uppercase;
    width: 100%
}

.g-contact-form.-dark {
    background: #f7f7f7;
    border-radius: 6px;
    margin-bottom: 42px;
    padding: 32px 20px
}

.g-contact-form.-dark form input, .g-contact-form.-dark form textarea {
    border: 1px solid #7f7f7f !important
}

.g-contact-form.-dark form input:focus, .g-contact-form.-dark form textarea:focus {
    border: 1px solid #1094e5
}

.error-page-img {
    display: flex;
    place-content: center;
    place-items: center
}

.error-page-links {
    margin: 46px 0
}

.error-page-links ul {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    place-content: center;
    place-items: center
}

.error-page-links ul li a {
    grid-gap: 8px;
    align-items: center;
    border-radius: 32px;
    display: grid;
    grid-template-columns:max-content 1fr;
    padding: 12px 24px;
    transition: all .25s ease
}

.error-page-links ul li a i {
    display: inline-block;
    height: 24px;
    width: 24px
}

.error-page-links ul li a span {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase
}

.error-page-links ul li a:hover {
    gap: 16px;
    padding: 12px 20px
}

.error-page-links ul li a:hover i {
    opacity: 1
}

.error-page-links ul li a:hover span {
    color: #fff
}

.splide__track {
    padding-bottom: 46px
}

.posts-slider-arrows {
    display: flex;
    gap: 24px;
    place-content: center;
    place-items: center;
    position: relative
}

.posts-slider-arrows .splide__arrow {
    left: unset;
    position: relative;
    right: 0;
    top: unset
}

.posts-slider-arrows .splide__pagination {
    bottom: 15px;
    left: unset;
    position: relative;
    transform: unset
}

.posts-slider-arrows .splide__pagination__page {
    background: #f3f3f3
}

.stats-block {
    grid-gap: 24px;
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    margin-bottom: 46px
}

@media (max-width: 768px) {
    .stats-block {
        grid-gap: 10px;
        grid-template-columns:repeat(2, 1fr);
        margin-bottom: 32px
    }
}

.stats-block .stats-block__item {
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    padding: 20px;
    place-content: center;
    place-items: center
}

@media (max-width: 768px) {
    .stats-block .stats-block__item {
        padding: 16px 8px;
        text-align: center
    }
}

.stats-block .stats-block__num {
    font-size: 48px;
    font-weight: 600
}

@media (max-width: 768px) {
    .stats-block .stats-block__num {
        font-size: 16px
    }
}

.stats-block .stats-block__value {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase
}

@media (max-width: 768px) {
    .stats-block .stats-block__value {
        font-size: 12px;
        font-weight: 400;
        margin-top: 8px;
        overflow-wrap: anywhere
    }
}

.features-block__table_v2 {
    grid-gap: 40px;
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    padding: 0 36px 36px
}

@media (max-width: 768px) {
    .features-block__table_v2 {
        display: block;
        padding: 0 16px 24px
    }
}

.features-block__table_v2 .features-block__table_v2__item {
    display: inline-block;
    position: relative
}

@media (max-width: 768px) {
    .features-block__table_v2 .features-block__table_v2__item:not(:last-child) {
        margin-bottom: 16px
    }
}

@media (min-width: 768px) {
    .features-block__table_v2 .features-block__table_v2__item {
        border-left: 1px solid #000;
        padding-left: 40px
    }

    .features-block__table_v2 .features-block__table_v2__item.-left-line:before {
        content: "";
        display: inline-block;
        height: 100%;
        left: -1px;
        position: absolute;
        top: 100%;
        width: 1px
    }
}

.features-block__table_v2 .features-block__table_v2__label {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: uppercase
}

@media (max-width: 768px) {
    .features-block__table_v2 .features-block__table_v2__label {
        font-size: 16px
    }
}

.wp-block-columns {
    grid-gap: 20px;
    display: flex;
    margin-bottom: 32px
}

@media (max-width: 768px) {
    .wp-block-columns {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap !important;
        margin-bottom: 32px
    }
}

.wp-block-columns .wp-block-column {
    flex-grow: 0
}

.sing-up-page {
    grid-gap: 64px;
    display: grid;
    grid-template-columns:1fr 360px;
    margin-bottom: 46px
}

@media (max-width: 768px) {
    .sing-up-page {
        display: block;
        margin-bottom: 32px
    }
}

.sign-up-form form input[type=email], .sign-up-form form input[type=password], .sign-up-form form input[type=text], .sign-up-form form textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: none;
    border-radius: 32px;
    color: #333;
    font-family: Poppins, sans-serif;
    padding: 12px 16px;
    width: 100%
}

.sign-up-form form input[type=email]:focus, .sign-up-form form input[type=password]:focus, .sign-up-form form input[type=text]:focus, .sign-up-form form textarea:focus {
    color: #000;
    outline: none
}

.sign-up-form form textarea {
    height: 188px
}

.sign-up-form form ::-webkit-input-placeholder {
    color: #373737;
    font-size: 16px;
    -webkit-transition: all .7s ease;
    transition: all .7s ease
}

.sign-up-form form ::-moz-placeholder {
    color: #373737;
    font-size: 16px;
    -moz-transition: all .7s ease;
    transition: all .7s ease
}

.sign-up-form form :-ms-input-placeholder {
    color: #373737;
    font-size: 16px;
    -ms-transition: all .7s ease;
    transition: all .7s ease
}

.sign-up-form form :-moz-placeholder {
    color: #373737;
    font-size: 16px;
    -moz-transition: all .7s ease;
    transition: all .7s ease
}

.sign-up-form form :focus::-webkit-input-placeholder {
    opacity: 0;
    -webkit-transition: all .7s ease;
    transition: all .7s ease
}

.sign-up-form form :focus::-moz-placeholder {
    opacity: 0;
    -moz-transition: all .7s ease;
    transition: all .7s ease
}

.sign-up-form form :focus:-ms-input-placeholder {
    opacity: 0;
    -ms-transition: all .7s ease;
    transition: all .7s ease
}

.sign-up-form form :focus:-moz-placeholder {
    opacity: 0;
    -moz-transition: all .7s ease;
    transition: all .7s ease
}

.sign-up-form form textarea::-webkit-input-placeholder {
    color: #373737;
    font-size: 16px;
    text-indent: 0;
    -webkit-transition: all .7s ease;
    transition: all .7s ease
}

.sign-up-form form textarea:-moz-placeholder, .sign-up-form form textarea::-moz-placeholder {
    color: #373737;
    font-size: 16px;
    text-indent: 0;
    -moz-transition: all .7s ease;
    transition: all .7s ease
}

.sign-up-form form textarea:-ms-input-placeholder {
    color: #373737;
    font-size: 16px;
    text-indent: 0;
    -ms-transition: all .7s ease;
    transition: all .7s ease
}

.sign-up-form form textarea:focus::-webkit-input-placeholder {
    opacity: 0;
    text-indent: 50px;
    -webkit-transition: all .7s ease;
    transition: all .7s ease
}

.sign-up-form form textarea:focus:-moz-placeholder, .sign-up-form form textarea:focus::-moz-placeholder {
    opacity: 0;
    text-indent: 50px;
    -moz-transition: all .7s ease;
    transition: all .7s ease
}

.sign-up-form form textarea:focus:-ms-input-placeholder {
    opacity: 0;
    text-indent: 50px;
    -ms-transition: all .7s ease;
    transition: all .7s ease
}

.sign-up-form form button {
    border: none;
    border-radius: 50px;
    display: inline-block;
    padding: 14px 32px
}

.sign-up-form form button:hover {
    opacity: .86
}

@media (min-width: 768px) {
    .sign-up-form form {
        grid-gap: 16px;
        align-items: center;
        display: grid;
        grid-template-columns:repeat(2, 1fr)
    }
}

@media (max-width: 768px) {
    .sign-up-form form input[type=text], .sign-up-form form textarea {
        margin-bottom: 14px
    }

    .sign-up-form form label {
        display: block;
        margin-bottom: 14px;
        margin-top: 14px
    }
}

.sign-up-form form button {
    border-radius: 32px;
    font-size: 16px;
    font-weight: 600;
    height: 54px;
    line-height: 1.2;
    padding: 0 32px;
    text-align: center;
    text-transform: uppercase;
    width: 100%
}

.sign-up-form form button:hover {
    opacity: .76
}

@media (max-width: 768px) {
    .sing-up-page__items {
        margin-top: 32px
    }
}

.sing-up-page__items .sing-up-page__items__item {
    grid-gap: 16px;
    display: grid;
    grid-template-columns:max-content 1fr
}

.sing-up-page__items .sing-up-page__items__item:not(:last-child) {
    margin-bottom: 20px
}

.sing-up-page__items .sing-up-page__items__item i {
    display: inline-block;
    height: 42px;
    width: 42px
}

.sing-up-page__items .sing-up-page__items__item span {
    font-size: 16px;
    font-weight: 600
}

.complaint-form-block {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 20px 0 #ebf0f6;
    margin: 32px 0 46px;
    padding: 46px 86px
}

@media (max-width: 768px) {
    .complaint-form-block {
        border-radius: 18px;
        padding: 24px 16px
    }
}

.complaint-form-block .complaint-form__content {
    margin-bottom: 32px
}

.complaint-form-block .complaint-form__content .h2, .complaint-form-block .complaint-form__content .h3, .complaint-form-block .complaint-form__content .h4, .complaint-form-block .complaint-form__content h2, .complaint-form-block .complaint-form__content h3, .complaint-form-block .complaint-form__content h4 {
    margin-bottom: 16px
}

.complaint-form-block .complaint-form__form .complaint-form__inputs {
    grid-column-gap: 20px;
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    margin-bottom: 20px
}

@media (max-width: 768px) {
    .complaint-form-block .complaint-form__form .complaint-form__inputs {
        display: block
    }
}

.complaint-form-block .complaint-form__form form {
    grid-gap: 24px;
    display: grid;
    grid-template-columns:1fr 40%
}

.complaint-form-block .complaint-form__form form input[type=email], .complaint-form-block .complaint-form__form form input[type=password], .complaint-form-block .complaint-form__form form input[type=text], .complaint-form-block .complaint-form__form form textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: none;
    border-radius: 32px;
    color: #333;
    font-family: Poppins, sans-serif;
    padding: 12px 16px;
    width: 100%
}

.complaint-form-block .complaint-form__form form input[type=email]:focus, .complaint-form-block .complaint-form__form form input[type=password]:focus, .complaint-form-block .complaint-form__form form input[type=text]:focus, .complaint-form-block .complaint-form__form form textarea:focus {
    color: #000;
    outline: none
}

.complaint-form-block .complaint-form__form form textarea {
    height: 188px
}

.complaint-form-block .complaint-form__form form ::-webkit-input-placeholder {
    color: #373737;
    font-size: 16px;
    -webkit-transition: all .7s ease;
    transition: all .7s ease
}

.complaint-form-block .complaint-form__form form ::-moz-placeholder {
    color: #373737;
    font-size: 16px;
    -moz-transition: all .7s ease;
    transition: all .7s ease
}

.complaint-form-block .complaint-form__form form :-ms-input-placeholder {
    color: #373737;
    font-size: 16px;
    -ms-transition: all .7s ease;
    transition: all .7s ease
}

.complaint-form-block .complaint-form__form form :-moz-placeholder {
    color: #373737;
    font-size: 16px;
    -moz-transition: all .7s ease;
    transition: all .7s ease
}

.complaint-form-block .complaint-form__form form :focus::-webkit-input-placeholder {
    opacity: 0;
    -webkit-transition: all .7s ease;
    transition: all .7s ease
}

.complaint-form-block .complaint-form__form form :focus::-moz-placeholder {
    opacity: 0;
    -moz-transition: all .7s ease;
    transition: all .7s ease
}

.complaint-form-block .complaint-form__form form :focus:-ms-input-placeholder {
    opacity: 0;
    -ms-transition: all .7s ease;
    transition: all .7s ease
}

.complaint-form-block .complaint-form__form form :focus:-moz-placeholder {
    opacity: 0;
    -moz-transition: all .7s ease;
    transition: all .7s ease
}

.complaint-form-block .complaint-form__form form textarea::-webkit-input-placeholder {
    color: #373737;
    font-size: 16px;
    text-indent: 0;
    -webkit-transition: all .7s ease;
    transition: all .7s ease
}

.complaint-form-block .complaint-form__form form textarea:-moz-placeholder, .complaint-form-block .complaint-form__form form textarea::-moz-placeholder {
    color: #373737;
    font-size: 16px;
    text-indent: 0;
    -moz-transition: all .7s ease;
    transition: all .7s ease
}

.complaint-form-block .complaint-form__form form textarea:-ms-input-placeholder {
    color: #373737;
    font-size: 16px;
    text-indent: 0;
    -ms-transition: all .7s ease;
    transition: all .7s ease
}

.complaint-form-block .complaint-form__form form textarea:focus::-webkit-input-placeholder {
    opacity: 0;
    text-indent: 50px;
    -webkit-transition: all .7s ease;
    transition: all .7s ease
}

.complaint-form-block .complaint-form__form form textarea:focus:-moz-placeholder, .complaint-form-block .complaint-form__form form textarea:focus::-moz-placeholder {
    opacity: 0;
    text-indent: 50px;
    -moz-transition: all .7s ease;
    transition: all .7s ease
}

.complaint-form-block .complaint-form__form form textarea:focus:-ms-input-placeholder {
    opacity: 0;
    text-indent: 50px;
    -ms-transition: all .7s ease;
    transition: all .7s ease
}

.complaint-form-block .complaint-form__form form button {
    border: none;
    border-radius: 50px;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 32px
}

.complaint-form-block .complaint-form__form form button:hover {
    opacity: .86
}

@media (max-width: 768px) {
    .complaint-form-block .complaint-form__form form {
        display: block
    }
}

.complaint-form-block .complaint-form__form form input, .complaint-form-block .complaint-form__form form select, .complaint-form-block .complaint-form__form form textarea {
    border: 1px solid #e2e7ec !important;
    margin-bottom: 16px
}

.complaint-form-block .complaint-form__form form textarea {
    border-radius: 12px;
    height: 120px;
    resize: none
}

.complaint-form-block .complaint-form__form form .section {
    position: relative
}

.complaint-form-block .complaint-form__form form .section:after {
    background: url(../../images/chevron-down.svg) no-repeat 50%;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 20px;
    position: absolute;
    right: 16px;
    top: 14px;
    width: 20px
}

.complaint-form-block .complaint-form__form form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 32px;
    padding: 12px 16px;
    width: 100%
}

.complaint-form-block .complaint-form__form form label {
    grid-gap: 8px;
    display: grid;
    grid-template-columns:max-content 1fr;
    margin-bottom: 14px
}

.complaint-form-block .complaint-form__form form label span {
    display: inline-block;
    line-height: 1.2
}

.complaint-form-block .complaint-form__form form button {
    width: 100%
}

.complaint-form-block .complaint-form__form form button:hover {
    opacity: .76
}

.rev-page-card--bonus-val {
    border-radius: 32px;
    cursor: pointer;
    height: 44px;
    line-height: 40px;
    overflow: hidden;
    position: relative;
    width: 100%
}

.rev-page-card--bonus-val .rev-page-card--bonus-val--overlay {
    height: 100%;
    left: 0;
    line-height: 44px;
    position: absolute;
    top: 0;
    transition: all .25s ease;
    width: 88%
}

.rev-page-card--bonus-val .rev-page-card--bonus-val--overlay:after {
    border-radius: 50%;
    content: "";
    height: 24px;
    position: absolute;
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px
}

.rev-page-card--bonus-val .rev-page-card--bonus-val--overlay:hover {
    left: -8px
}

.rev-page-card--bonus-val .rev-page-card--bonus-val--overlay span {
    color: #fff;
    font-size: 12px;
    padding: 0 16px
}

.rev-page-card--bonus-val input {
    border-radius: 32px;
    font-size: 17px;
    height: 100%;
    text-align: center;
    width: 100%
}

.rev-page-card--bonus-val.-toggle .rev-page-card--bonus-val--overlay {
    left: -400px
}

.rev-page-card--bonus-val .rev-page-card--bonus-val--empty {
    border-radius: 32px;
    text-align: center
}

.rev-page-card--bonus-val .rev-page-card--bonus-val--empty span {
    font-size: 12px
}

.rev-page-header {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 20px 0 #ebf0f6;
    margin-bottom: 46px;
    padding: 36px 24px
}

@media (max-width: 768px) {
    .rev-page-header {
        margin-bottom: 32px;
        padding: 24px 16px
    }

    .rev-page-header .offers-block__rating {
        align-items: center;
        display: flex;
        font-size: 14px;
        gap: 6px;
        margin-bottom: 16px;
        padding: 10px 16px;
        place-content: center;
        text-align: center;
        width: 100%
    }

    .rev-page-header .rev-page-header__btns {
        display: flex;
        flex-direction: column;
        gap: 16px
    }

    .rev-page-header .rev-page-header__btns .offers-block__btn {
        margin: 0
    }

    .rev-page-header .rev-page-header__btns .rev-page-card--bonus-val {
        order: -1
    }
}

.rev-page-header .rev-page-header__top {
    grid-gap: 64px;
    align-items: center;
    display: grid;
    grid-template-columns:max-content 1fr max-content 280px
}

@media (max-width: 768px) {
    .rev-page-header .rev-page-header__top {
        display: block
    }

    .rev-page-header .rev-page-header__logo {
        display: flex;
        margin-bottom: 20px;
        place-content: center;
        place-items: center
    }
}

.rev-page-header .rev-page-header__logo img {
    width: 246px
}

@media (max-width: 768px) {
    .rev-page-header .rev-page-header__logo img {
        height: auto;
        max-width: 380px;
        width: 100%
    }
}

.rev-page-header .rev-page-header__content {
    display: flex;
    flex-direction: column
}

.rev-page-header .rev-page-header__title {
    color: #1c1a35;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: uppercase
}

@media (max-width: 768px) {
    .rev-page-header .rev-page-header__title {
        font-size: 18px;
        margin-bottom: 14px;
        text-align: center
    }
}

.rev-page-header .rev-page-header__bonus {
    font-size: 18px;
    font-weight: 600
}

@media (max-width: 768px) {
    .rev-page-header .rev-page-header__bonus {
        margin-bottom: 16px;
        text-align: center
    }
}

.rev-page-header .rev-page-header__bonus b, .rev-page-header .rev-page-header__bonus span, .rev-page-header .rev-page-header__bonus strong {
    font-weight: 600
}

.rev-page-header .offers-block__btn {
    margin-bottom: 16px;
    width: 100%
}

.rev-page-header .offers-block__btn a, .rev-page-header .offers-block__btn button, .rev-page-header .offers-block__btn span {
    border-radius: 32px;
    display: block;
    font-size: 16px;
    font-weight: 600;
    height: 44px;
    line-height: 44px;
    padding: 0 !important;
    text-align: center;
    text-transform: uppercase;
    width: 100%
}

.rev-page-header .offers-block__btn a:hover, .rev-page-header .offers-block__btn button:hover, .rev-page-header .offers-block__btn span:hover {
    opacity: .76
}

.rev-page-header .rev-page-header__data {
    align-items: center;
    border-bottom: 1px solid #1094e5;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    margin: 24px 0;
    padding-bottom: 24px
}

@media (max-width: 768px) {
    .rev-page-header .rev-page-header__data {
        flex-direction: column;
        gap: 10px;
        place-items: flex-start
    }
}

.rev-page-header .rev-page-header__age {
    align-items: center;
    display: flex;
    gap: 10px
}

.rev-page-header .rev-page-header__age i {
    display: inline-block;
    height: 30px;
    width: 30px
}

@media (max-width: 768px) {
    .rev-page-header .rev-page-header__age i {
        flex: 1 0 auto
    }
}

.rev-page-header .rev-page-header__age span {
    font-size: 16px
}

.rev-page-header__benefs ul {
    align-items: center;
    display: flex;
    gap: 20px;
    justify-content: space-evenly
}

@media (max-width: 768px) {
    .rev-page-header__benefs ul {
        display: block
    }
}

.rev-page-header__benefs ul li {
    font-weight: 600;
    padding-left: 32px;
    position: relative
}

@media (max-width: 768px) {
    .rev-page-header__benefs ul li {
        font-size: 14px;
        font-weight: 400;
        padding-left: 20px
    }

    .rev-page-header__benefs ul li:not(:last-child) {
        margin-bottom: 8px
    }
}

.rev-page-header__benefs ul li:before {
    content: "";
    display: inline-block;
    height: 24px;
    left: 0;
    position: absolute;
    top: 0;
    width: 24px
}

@media (max-width: 768px) {
    .rev-page-header__benefs ul li:before {
        height: 14px;
        top: 4px;
        width: 14px
    }
}

.rev-page-header__acc {
    align-items: center;
    display: flex;
    gap: 10px
}

.rev-page-header__acc i {
    display: inline-block;
    height: 30px;
    width: 30px
}

.rev-page-header__acc span {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase
}

.rev-page-header__license {
    align-items: center;
    display: flex;
    gap: 5px
}

.rev-page-header__license i {
    display: inline-block;
    height: 30px;
    width: 30px
}

.rev-page-header__license i.icon-curacao {
    background: url(../../images/license-curacao.png) no-repeat 50%;
    background-size: contain
}

.rev-page-header__license i.icon-mga {
    background: url(../../images/license-mga.webp) no-repeat 50%;
    background-size: contain
}

.rev-page-header__license i.icon-emta {
    background: url(../../images/license-emta.png) no-repeat 50%;
    background-size: contain
}

.rev-page-header__license i.icon-ukgc {
    background: url(../../images/license-ukgc.png) no-repeat 50%;
    background-size: contain
}

.rev-page-header__license i.icon-onjn {
    background: url(../../images/license-onjn.svg) no-repeat 50%;
    background-size: contain
}

.rev-page-header__license i.icon-srij {
    background: url(../../images/license-srij.svg) no-repeat 50%;
    background-size: contain
}

.rev-page-header__license i.icon-costa-rica {
    background: url(../../images/license-costa-rica.png) no-repeat 50%;
    background-size: contain
}

.rev-page-header__license i.icon-pagcor {
    background: url(../../images/license-pagcor.png) no-repeat 50%;
    background-size: contain
}

.rev-page-header__license i.icon-anjouan {
    background: url(../../images/license-anjouan.png) no-repeat 50%
}

.rev-page-header__license i.icon-tobique-gaming-commission {
    background: url(../../images/license-tobique-gaming-commission.png) no-repeat 50%;
    background-size: contain
}

.rev-page-header__license i.icon-kahnawake {
    background: url(../../images/kahnawake.png) no-repeat 50%;
    background-size: contain
}

.rev-page-header__license i.icon-panama {
    background: url(../../images/panama.png) no-repeat 50%;
    background-size: contain
}

.rev-page-header__license i.icon-isle-of-man {
    background: url(../../images/isle-of-man.png) no-repeat 50%;
    background-size: contain
}

.rev-page-header__license i.icon-sztfth {
    background: url(../../images/sztfth.png) no-repeat 50%;
    background-size: contain
}

.rev-page-header__license i.icon-mfcr {
    background: url(../../images/mfcr.png) no-repeat 50%;
    background-size: contain
}

.rev-page-header__license i.icon-alderney-agcc {
    background: url(../../images/alderney-agcc.png) no-repeat 50%;
    background-size: contain
}

.rev-page-header__license i.icon-gibraltar-gra {
    background: url(../../images/gibraltar-gra.png) no-repeat 50%;
    background-size: contain
}

.rev-page-header__license i.icon-jersey {
    background: url(../../images/jersey.png) no-repeat 50%;
    background-size: contain
}

.rev-page-header__license i.icon-hgc {
    background: url(../../images/hgc.png) no-repeat 50%;
    background-size: contain
}

.rev-page-header__license i.icon-swedish-sga {
    background: url(../../images/swedish-sga.png) no-repeat 50%;
    background-size: contain
}

.rev-page-header__license i.icon-ontario {
    background: url(../../images/ontario.png) no-repeat 50%;
    background-size: contain
}

.rev-page-header__license i.icon-tobiq {
    background: url(../../images/tobiq.png) no-repeat 50%;
    background-size: contain
}

.rev-page-header__license i.icon-spanish-dgoj {
    background: url(../../images/spanish-dgoj.png) no-repeat 50%;
    background-size: contain
}

.rev-page-header__license i.icon-estonia {
    background: url(../../images/estonia.png) no-repeat 50%;
    background-size: contain
}

.rev-page-header__license i.icon-anjouan {
    background: url(../../images/anjouan.png) no-repeat 50%;
    background-size: contain
}

.rev-page-header__license i.icon-antillephone {
    background: url(../../images/antillephone.png) no-repeat 50%;
    background-size: contain
}

.rev-page-header__license i.icon-pacgor {
    background: url(../../images/pacgor.png) no-repeat 50%;
    background-size: contain
}

.rev-page-header__license span {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase
}

.rev-page-header__license span small {
    font-weight: 400;
    text-transform: none
}

.rev-slider {
    margin: 0 auto 32px;
    max-width: 940px
}

.rev-slider .rev-slider__item {
    border-radius: 18px;
    overflow: hidden
}

.rev-slider .rev-slider__item img {
    display: block !important;
    height: 460px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

@media (max-width: 768px) {
    .rev-slider .rev-slider__item img {
        height: 300px
    }
}

.rev-page-data {
    grid-gap: 20px;
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    margin: 0 auto 64px;
    max-width: 940px
}

@media (max-width: 768px) {
    .rev-page-data {
        display: block;
        margin-bottom: 42px
    }
}

.rev-page-data .rev-page-data__item {
    grid-gap: 16px;
    border-radius: 18px;
    display: grid;
    grid-template-columns:max-content 1fr;
    padding: 32px 20px
}

@media (max-width: 768px) {
    .rev-page-data .rev-page-data__item {
        grid-gap: 12px;
        padding: 14px 16px
    }

    .rev-page-data .rev-page-data__item > section {
        grid-gap: 14px;
        display: grid;
        grid-template-columns:1fr 120px
    }

    .rev-page-data .rev-page-data__item .rev-page-data__label {
        margin-top: 3px
    }

    .rev-page-data .rev-page-data__item:not(:last-child) {
        margin-bottom: 12px
    }
}

.rev-page-data i {
    display: inline-block;
    height: 32px;
    width: 32px
}

@media (max-width: 768px) {
    .rev-page-data i {
        height: 24px;
        width: 24px
    }
}

.rev-page-data .rev-page-data__label {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 4px
}

@media (max-width: 768px) {
    .rev-page-data .rev-page-data__label {
        font-size: 14px;
        margin-bottom: 0
    }
}

.rev-page-data .rev-page-val {
    font-size: 13px
}

.cards-bonus-block {
    grid-gap: 24px;
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    margin-bottom: 64px
}

@media (max-width: 768px) {
    .cards-bonus-block {
        display: block;
        margin-bottom: 32px
    }
}

.cards-bonus-block .cards-bonus-block__item {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 20px 0 #ebf0f6;
    padding: 20px
}

@media (max-width: 768px) {
    .cards-bonus-block .cards-bonus-block__item:not(:last-child) {
        margin-bottom: 16px
    }
}

.cards-bonus-block .cards-bonus-block__img {
    margin-bottom: 20px
}

.cards-bonus-block .cards-bonus-block__img img {
    border-radius: 18px;
    height: 146px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

.cards-bonus-block .cards-bonus-block__title {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase
}

.cards-bonus-block .cards-bonus-block__title a {
    color: #1c1a35
}

.cards-bonus-block .cards-bonus-block__title a:hover {
    text-decoration: underline;
    text-underline-offset: 2px
}

.cards-bonus-block .cards-bonus-block__date {
    margin: 12px 0 16px
}

.cards-bonus-block .cards-bonus-block__text {
    font-size: 15px;
    margin-bottom: 24px
}

.cards-bonus-block .cards-bonus-block__link a {
    grid-gap: 12px;
    align-items: center;
    display: grid;
    grid-template-columns:max-content 1fr;
    transition: all .25s ease
}

.cards-bonus-block .cards-bonus-block__link a:hover {
    grid-gap: 24px
}

.cards-bonus-block .cards-bonus-block__link i {
    background: url(../../images/arrow-blue.svg) no-repeat 50%;
    display: inline-block;
    height: 20px;
    width: 20px
}

.cards-bonus-block .cards-bonus-block__link span {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase
}

.cards-easy-block {
    grid-gap: 20px;
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    margin-bottom: 32px
}

@media (max-width: 768px) {
    .cards-easy-block {
        display: block
    }
}

.cards-easy-block .cards-easy-block__item {
    grid-gap: 16px;
    align-items: center;
    background: #fff;
    border-radius: 8px;
    display: grid;
    grid-template-columns:1fr max-content;
    padding: 16px;
    transition: all .25s ease
}

@media (max-width: 768px) {
    .cards-easy-block .cards-easy-block__item:not(:last-child) {
        margin-bottom: 14px
    }
}

.cards-easy-block .cards-easy-block__item:hover {
    grid-gap: 24px;
    padding-right: 8px
}

.cards-easy-block .cards-easy-block__item span {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase
}

.cards-easy-block .cards-easy-block__item i {
    display: inline-block;
    height: 36px;
    width: 36px
}

.bonus-heading {
    text-align: center
}

.bonus-heading h1 {
    text-transform: none
}

.bonus-head {
    border-radius: 8px;
    height: auto;
    margin-bottom: 46px;
    min-height: 450px;
    padding: 86px 140px
}

@media (max-width: 768px) {
    .bonus-head {
        margin-bottom: 24px;
        min-height: 340px;
        padding: 32px 16px 280px;
        text-align: center
    }
}

.bonus-head .bonus-head__content {
    display: flex;
    flex-direction: column;
    max-width: 520px;
    place-content: center;
    width: 100%
}

.bonus-head .bonus-head__title {
    color: #fff;
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 12px;
    text-transform: uppercase
}

@media (max-width: 768px) {
    .bonus-head .bonus-head__title {
        font-size: 26px
    }
}

.bonus-head .bonus-head__subtitle {
    font-size: 54px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
    text-transform: uppercase
}

@media (max-width: 768px) {
    .bonus-head .bonus-head__subtitle {
        font-size: 34px
    }
}

.bonus-head .bonus-head__link a {
    border-radius: 32px;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 56px;
    text-transform: uppercase
}

.bonus-head .bonus-head__link a:hover {
    opacity: .76
}

.bonus-head__data {
    align-items: center;
    display: flex;
    gap: 32px;
    justify-content: space-between;
    margin-bottom: 24px
}

@media (max-width: 768px) {
    .bonus-head__data {
        display: block
    }
}

.bonus-head__data .bonus-head__data__sec {
    align-items: center;
    display: flex;
    font-size: 16px;
    gap: 8px
}

@media (max-width: 768px) {
    .bonus-head__data .bonus-head__data__sec {
        margin-bottom: 14px
    }
}

.bonus-head__data .bonus-head__data__label {
    color: #1c1a35
}

.bonus-head__data .bonus-head__data__val a {
    text-decoration: underline;
    text-underline-offset: 3px
}

.bonus-head__data .bonus-head__data__val a:hover {
    text-decoration: none
}

.compare-select-w {
    background: #fff;
    border: 1px solid #f1f5f9;
    border-radius: 20px;
    box-shadow: 0 10px 20px 0 #ebf0f6;
    margin-bottom: 46px;
    padding: 46px 64px
}

@media (max-width: 768px) {
    .compare-select-w {
        margin-bottom: 32px;
        padding: 24px 16px
    }
}

.compare-select {
    grid-gap: 24px;
    display: grid;
    grid-template-columns:repeat(3, 1fr)
}

@media (max-width: 768px) {
    .compare-select {
        display: block
    }
}

.compare-select .compare-select__item {
    border-radius: 16px;
    padding: 20px
}

@media (max-width: 768px) {
    .compare-select .compare-select__item:not(:last-child) {
        margin-bottom: 16px
    }
}

.compare-select .compare-select__img {
    margin-bottom: 22px;
    width: 100%
}

.compare-select .compare-select__img img {
    border-radius: 12px;
    height: 150px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

.compare-select .compare-select__search.-toggle {
    background: #fff;
    border: 1px solid #f1f5f9 !important;
    border-radius: 12px
}

.compare-select .compare-select__search.-toggle .compare-select__form form input {
    border-color: #fff !important
}

.compare-select .compare-select__search.-toggle .compare-select__res {
    display: block
}

.compare-select .compare-select__form {
    position: relative;
    width: 100%
}

.compare-select .compare-select__form.-toggle {
    display: none
}

.compare-select .compare-select__form form input[type=email], .compare-select .compare-select__form form input[type=password], .compare-select .compare-select__form form input[type=text], .compare-select .compare-select__form form textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: none;
    border-radius: 32px;
    color: #333;
    font-family: Poppins, sans-serif;
    padding: 12px 16px;
    width: 100%
}

.compare-select .compare-select__form form input[type=email]:focus, .compare-select .compare-select__form form input[type=password]:focus, .compare-select .compare-select__form form input[type=text]:focus, .compare-select .compare-select__form form textarea:focus {
    color: #000;
    outline: none
}

.compare-select .compare-select__form form textarea {
    height: 188px
}

.compare-select .compare-select__form form ::-webkit-input-placeholder {
    color: #373737;
    font-size: 16px;
    -webkit-transition: all .7s ease;
    transition: all .7s ease
}

.compare-select .compare-select__form form ::-moz-placeholder {
    color: #373737;
    font-size: 16px;
    -moz-transition: all .7s ease;
    transition: all .7s ease
}

.compare-select .compare-select__form form :-ms-input-placeholder {
    color: #373737;
    font-size: 16px;
    -ms-transition: all .7s ease;
    transition: all .7s ease
}

.compare-select .compare-select__form form :-moz-placeholder {
    color: #373737;
    font-size: 16px;
    -moz-transition: all .7s ease;
    transition: all .7s ease
}

.compare-select .compare-select__form form :focus::-webkit-input-placeholder {
    opacity: 0;
    -webkit-transition: all .7s ease;
    transition: all .7s ease
}

.compare-select .compare-select__form form :focus::-moz-placeholder {
    opacity: 0;
    -moz-transition: all .7s ease;
    transition: all .7s ease
}

.compare-select .compare-select__form form :focus:-ms-input-placeholder {
    opacity: 0;
    -ms-transition: all .7s ease;
    transition: all .7s ease
}

.compare-select .compare-select__form form :focus:-moz-placeholder {
    opacity: 0;
    -moz-transition: all .7s ease;
    transition: all .7s ease
}

.compare-select .compare-select__form form textarea::-webkit-input-placeholder {
    color: #373737;
    font-size: 16px;
    text-indent: 0;
    -webkit-transition: all .7s ease;
    transition: all .7s ease
}

.compare-select .compare-select__form form textarea:-moz-placeholder, .compare-select .compare-select__form form textarea::-moz-placeholder {
    color: #373737;
    font-size: 16px;
    text-indent: 0;
    -moz-transition: all .7s ease;
    transition: all .7s ease
}

.compare-select .compare-select__form form textarea:-ms-input-placeholder {
    color: #373737;
    font-size: 16px;
    text-indent: 0;
    -ms-transition: all .7s ease;
    transition: all .7s ease
}

.compare-select .compare-select__form form textarea:focus::-webkit-input-placeholder {
    opacity: 0;
    text-indent: 50px;
    -webkit-transition: all .7s ease;
    transition: all .7s ease
}

.compare-select .compare-select__form form textarea:focus:-moz-placeholder, .compare-select .compare-select__form form textarea:focus::-moz-placeholder {
    opacity: 0;
    text-indent: 50px;
    -moz-transition: all .7s ease;
    transition: all .7s ease
}

.compare-select .compare-select__form form textarea:focus:-ms-input-placeholder {
    opacity: 0;
    text-indent: 50px;
    -ms-transition: all .7s ease;
    transition: all .7s ease
}

.compare-select .compare-select__form form button {
    border: none;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 32px
}

.compare-select .compare-select__form form button:hover {
    opacity: .86
}

.compare-select .compare-select__form form input {
    background: #fff url(../../images/search-icon-black.svg) no-repeat center right 16px !important;
    background-size: 18px !important;
    border: 1px solid #f1f5f9 !important;
    border-radius: 18px;
    height: 48px;
    padding-right: 32px !important;
    width: 100%
}

.compare-select .compare-select__form form input:focus {
    border-color: #1094e5
}

.compare-select .compare-select__res {
    display: none;
    max-height: 136px;
    overflow-y: auto;
    padding: 16px;
    width: 100%
}

.compare-select .compare-select__res.-toggle {
    background: #fff url(../../images/search-icon-black.svg) no-repeat center right 16px !important;
    background-size: 18px !important;
    border: 1px solid #f1f5f9 !important;
    border-radius: 32px;
    cursor: pointer;
    display: block;
    padding: 10px 4px 10px 16px;
    padding-right: 32px !important;
    width: 100%
}

.compare-select .compare-select__res.-toggle .compare-item {
    margin-bottom: 0
}

.compare-select .compare-item {
    grid-gap: 8px;
    align-items: center;
    display: grid;
    grid-template-columns:max-content 1fr;
    margin-bottom: 16px
}

.compare-select .compare-item img {
    border-radius: 4px;
    width: 36px
}

.compare-select .compare-item span {
    display: inline-block;
    font-size: 15px;
    line-height: 1.2
}

.compare-select__btn {
    border-radius: 32px;
    display: none;
    font-size: 16px;
    font-weight: 600;
    left: 50%;
    margin-top: 46px;
    padding: 14px 56px;
    position: relative;
    text-transform: uppercase;
    transform: translateX(-50%)
}

.compare-select__btn:hover {
    opacity: .76
}

.compare-select__btn.-toggle {
    display: inline-block
}

.compare-loadign {
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    place-content: center;
    place-items: center;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999
}

.compare-loadign.-toggle {
    display: none
}

.compare-loadign i {
    background: url(../../images/ajax-loading.gif) no-repeat 50%;
    background-size: contain;
    display: inline-block;
    height: 76px;
    width: 76px
}

.compare-table {
    background: #fff;
    border-radius: 8px;
    display: grid;
    grid-template-columns:max-content 1fr;
    margin-bottom: 46px
}

@media (max-width: 768px) {
    .compare-table {
        margin-left: -16px;
        margin-right: -16px
    }
}

.compare-table .compare-table__attrs {
    height: 100%;
    width: 320px
}

@media (max-width: 768px) {
    .compare-table .compare-table__attrs {
        width: 120px
    }
}

.compare-table .compare-table__attrs__label {
    display: flex;
    padding: 10px 24px !important;
    place-items: center
}

@media (max-width: 768px) {
    .compare-table .compare-table__attrs__label {
        font-size: 13px;
        line-height: 1.1;
        padding: 10px 16px !important
    }
}

.compare-table__items {
    grid-gap: 20px;
    display: grid;
    grid-template-columns:repeat(3, 1fr)
}

@media (max-width: 768px) {
    .compare-table__items {
        grid-gap: 10px;
        grid-template-columns:repeat(3, 206px);
        overflow-x: auto;
        padding-bottom: 4px
    }
}

.compare-table__items .compare-table__item {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 20px 0 #ebf0f6;
    overflow: hidden
}

.compare-table__items .compare-table__item .compare-table__head {
    display: flex;
    flex-direction: column;
    padding: 20px 36px;
    place-content: center;
    place-items: center
}

@media (max-width: 768px) {
    .compare-table__items .compare-table__item .compare-table__head {
        padding: 20px 16px
    }
}

.compare-table__items .compare-table__item .compare-table__head a {
    background: transparent
}

.compare-table__items .compare-table__item .compare-table__head img {
    border-radius: 5px;
    height: 96px;
    max-width: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

@media (max-width: 768px) {
    .compare-table__items .compare-table__item .compare-table__head img {
        -o-object-fit: contain;
        object-fit: contain
    }
}

.compare-table__items .compare-table__item .compare-table__title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    margin: 16px 0;
    text-transform: uppercase
}

@media (max-width: 768px) {
    .compare-table__items .compare-table__item .compare-table__title {
        font-size: 14px
    }
}

.compare-table__items .compare-table__item .compare-table__link {
    width: 100%
}

.compare-table__items .compare-table__item .compare-table__link a, .compare-table__items .compare-table__item .compare-table__link button, .compare-table__items .compare-table__item .compare-table__link span {
    border-radius: 32px;
    display: block;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 20px;
    text-align: center;
    text-transform: uppercase;
    width: 100%
}

@media (max-width: 768px) {
    .compare-table__items .compare-table__item .compare-table__link a, .compare-table__items .compare-table__item .compare-table__link button, .compare-table__items .compare-table__item .compare-table__link span {
        font-size: 14px
    }
}

.compare-table__items .compare-table__item .compare-table__link a:hover, .compare-table__items .compare-table__item .compare-table__link button:hover, .compare-table__items .compare-table__item .compare-table__link span:hover {
    opacity: .76
}

.compare-table__items .compare-table__item .compare-table__item__param {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
    min-height: 46px;
    padding: 10px;
    place-content: center;
    place-items: center;
    text-align: center
}

@media (max-width: 768px) {
    .compare-table__items .compare-table__item .compare-table__item__param {
        font-size: 14px
    }
}

.compare-table__items .compare-table__item .compare-table__item__param a {
    font-weight: 600
}

.compare-table__items .compare-table__item .compare-table__item__param a:hover {
    text-decoration: underline;
    text-underline-offset: 3px
}

.compare-table__items .compare-table__item .compare-table__item__param.-devs span {
    border-radius: 4px;
    display: inline-block;
    font-size: 14px;
    margin: 0 4px 8px 0;
    padding: 2px 8px
}

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

.slots-grid {
    grid-gap: 20px;
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    margin-bottom: 46px
}

@media (max-width: 768px) {
    .slots-grid {
        grid-gap: 14px;
        grid-template-columns:repeat(2, 1fr);
        margin-bottom: 32px
    }
}

.slots-grid .slots-grid__item {
    border-radius: 12px;
    overflow: hidden;
    position: relative
}

.slots-grid .slots-grid__item:hover .slots-grid__content {
    display: flex
}

.slots-grid img {
    border-radius: 12px;
    height: 340px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

@media (max-width: 768px) {
    .slots-grid img {
        height: 220px
    }
}

.slots-grid .slots-grid__content {
    background: hsla(0, 0%, 7%, .4);
    display: none;
    flex-direction: column;
    flex-wrap: wrap;
    height: 100%;
    left: 0;
    padding: 12px 16px;
    place-content: center;
    place-items: center;
    position: absolute;
    top: 0;
    width: 100%
}

.slots-grid .slots-grid__title {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center
}

@media (max-width: 768px) {
    .slots-grid .slots-grid__title {
        font-size: 18px
    }
}

.slots-grid .slots-grid__title a {
    color: #fff
}

.slots-grid .slots-grid__title a:hover {
    opacity: .76
}

.slots-grid .slots-grid__link {
    margin-top: 16px
}

@media (max-width: 768px) {
    .slots-grid .slots-grid__link {
        text-align: center;
        width: 100%
    }
}

.slots-grid .slots-grid__link a {
    border-radius: 32px;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    padding: 14px 20px;
    text-align: center;
    text-transform: uppercase;
    width: 180px
}

@media (max-width: 768px) {
    .slots-grid .slots-grid__link a {
        font-size: 14px;
        width: 96%
    }
}

.slots-grid .slots-grid__link a:hover {
    opacity: .76
}

.page-navigation {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 46px;
    place-content: center;
    place-items: center;
    position: relative
}

@media (max-width: 768px) {
    .page-navigation {
        gap: 14px
    }
}

.page-navigation .page-numbers {
    border-radius: 50%;
    display: block;
    font-size: 16px;
    font-weight: 700;
    height: 36px;
    line-height: 36px;
    text-align: center;
    width: 36px
}

@media (max-width: 768px) {
    .page-navigation .page-numbers {
        font-size: 12px;
        height: 30px;
        line-height: 30px;
        width: 30px
    }
}

.page-navigation .page-numbers.next, .page-navigation .page-numbers.prev {
    border-radius: 32px;
    padding: 0 32px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: auto
}

@media (max-width: 768px) {
    .page-navigation .page-numbers.next, .page-navigation .page-numbers.prev {
        font-size: 0;
        padding: 0;
        width: 30px
    }
}

.page-navigation .page-numbers.next:hover, .page-navigation .page-numbers.prev:hover {
    background: #fff;
    box-shadow: none;
    color: #1c1a35;
    opacity: .86
}

.page-navigation .page-numbers.next:after, .page-navigation .page-numbers.prev:after {
    background: url(../../images/pagi-arrow-l.svg) no-repeat 50%;
    background-size: 20px;
    content: "";
    height: 24px;
    left: 24px;
    position: absolute;
    top: 6px;
    width: 24px
}

@media (max-width: 768px) {
    .page-navigation .page-numbers.next:after, .page-navigation .page-numbers.prev:after {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%)
    }
}

.page-navigation .page-numbers.prev {
    left: 0;
    padding-left: 54px
}

@media (max-width: 768px) {
    .page-navigation .page-numbers.prev {
        padding: 0
    }
}

.page-navigation .page-numbers.next {
    padding-right: 54px;
    right: 0
}

@media (max-width: 768px) {
    .page-navigation .page-numbers.next {
        padding: 0
    }
}

.page-navigation .page-numbers.next:after {
    background: url(../../images/pagi-arrow-r.svg) no-repeat 50%;
    background-size: 20px;
    left: unset;
    right: 24px
}

@media (max-width: 768px) {
    .page-navigation .page-numbers.next:after {
        right: unset
    }
}

.slot-post-header {
    grid-gap: 12px;
    align-items: center;
    border-radius: 12px;
    display: grid;
    grid-template-columns:1fr max-content max-content;
    margin-bottom: 24px;
    padding: 12px 20px
}

@media (max-width: 768px) {
    .slot-post-header {
        display: block;
        text-align: center
    }
}

.slot-post-header h1 {
    font-size: 36px;
    margin-bottom: 0
}

@media (max-width: 768px) {
    .slot-post-header h1 {
        font-size: 28px;
        margin-bottom: 14px
    }
}

.slot-post-header .slot-post-header__rating {
    font-size: 18px;
    font-weight: 600
}

@media (max-width: 768px) {
    .slot-post-header .slot-post-header__rating {
        font-size: 16px
    }
}

.slot-post-header .slot-post-header__author span {
    opacity: .4
}

.slot-post-cover {
    margin-bottom: 46px;
    position: relative
}

.slot-post-cover.-toggle .slot-post__game {
    display: block
}

.slot-post-cover.-toggle .slot-post__content, .slot-post-cover.-toggle .slot-post__img {
    display: none
}

.slot-post-cover .slot-post__game {
    display: none;
    height: auto;
    min-height: 600px
}

.slot-post-cover .slot-post__game iframe {
    border: none;
    height: auto;
    min-height: 600px;
    width: 100%
}

.slot-post-cover .slot-post__img {
    width: 100%
}

.slot-post-cover .slot-post__img img {
    border-radius: 12px;
    height: auto;
    min-height: 460px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

.slot-post-cover .slot-post__content {
    display: flex;
    flex-direction: column;
    height: 100%;
    left: 0;
    padding: 24px 20px;
    place-content: center;
    place-items: center;
    position: absolute;
    top: 0;
    width: 100%
}

.slot-post-cover .slot-post__content .provider-img {
    background: hsla(0, 0%, 97%, .92);
    border-radius: 4px;
    height: 56px;
    max-width: 280px;
    padding: 4px 14px;
    position: absolute;
    right: 16px;
    top: 16px;
    width: auto
}

@media (max-width: 768px) {
    .slot-post-cover .slot-post__content .provider-img {
        height: 46px;
        padding: 2px 8px;
        right: 10px;
        top: 10px
    }
}

.slot-post-cover .slot-post__content .slot-post__logo {
    margin-bottom: 20px
}

.slot-post-cover .slot-post__content .slot-post__logo img {
    height: auto;
    width: 240px
}

@media (max-width: 768px) {
    .slot-post-cover .slot-post__content .slot-post__logo img {
        width: 180px
    }
}

.slot-post-cover .slot-post__content .slot-post__link, .slot-post-cover .slot-post__content .slot-post__mon_btn {
    border-radius: 32px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 14px 32px;
    text-align: center;
    text-transform: uppercase;
    width: 280px
}

.slot-post-cover .slot-post__content .slot-post__link:hover, .slot-post-cover .slot-post__content .slot-post__mon_btn:hover {
    opacity: .76
}

.slot-post-cover .slot-post__content .slot-post__mon_btn {
    background: #ffb240;
    margin-bottom: 12px
}

.slot-post-table {
    grid-gap: 24px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 20px 0 #ebf0f6;
    display: grid;
    grid-template-columns:340px repeat(2, 1fr);
    margin-bottom: 46px;
    padding: 32px 42px
}

@media (max-width: 768px) {
    .slot-post-table {
        display: block;
        padding: 24px 20px
    }
}

.slot-post-table .slot-post-table__logo {
    padding-right: 60px
}

@media (max-width: 768px) {
    .slot-post-table .slot-post-table__logo {
        padding: 0
    }
}

.slot-post-table .slot-post-table__logo img {
    border-radius: 12px;
    height: 270px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

@media (max-width: 768px) {
    .slot-post-table .slot-post-table__logo img {
        height: 210px
    }
}

.slot-post-table .slot-post-table__logo .slot-post-table__title {
    font-size: 16px;
    font-weight: 600;
    margin-top: 16px;
    text-align: center;
    text-transform: uppercase
}

.slot-post-table .slot-post-table__logo .provider-img {
    display: block;
    height: 46px;
    margin-top: 14px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

@media (max-width: 768px) {
    .slot-post-table .slot-post-table__logo .provider-img {
        display: none
    }

    .slot-post-table .slot-post-table__data:not(:last-child) {
        margin-bottom: 20px
    }
}

.slot-post-table .slot-post-table__data .slot-post-table__title {
    border-bottom: 1px solid #000;
    color: #1c1a35;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 16px;
    text-transform: uppercase
}

.slot-post-table .slot-post-table__data .slot-post-table__list__item {
    align-items: center;
    display: flex;
    gap: 16px
}

.slot-post-table .slot-post-table__data .slot-post-table__list__item:not(:last-child) {
    margin-bottom: 16px
}

.slot-post-table .slot-post-table__data .slot-post-table__list__item i {
    display: inline-block;
    height: 24px;
    width: 24px
}

.slot-post-table .slot-post-table__data .slot-post-table__list__item .label {
    flex: 1 0 auto
}

.slot-post-table .slot-post-table__data .slot-post-table__list__item .val {
    text-align: left;
    width: 160px
}

.slot-post-table .slot-post-table__data .slot-post-table__list__item .val a:hover {
    text-decoration: none
}

.catfish-block {
    bottom: -500px;
    left: 0;
    opacity: 0;
    padding: 16px 0;
    position: fixed;
    transition: all .25s ease;
    width: 100%;
    z-index: 99999
}

@media (max-width: 768px) {
    .catfish-block {
        padding-top: 64px
    }
}

.catfish-block.-toggle {
    bottom: 0;
    opacity: 1
}

.catfish-block .catfish-block--row {
    grid-gap: 42px;
    align-items: center;
    display: grid;
    grid-template-columns:max-content 1fr 240px max-content
}

@media (max-width: 768px) {
    .catfish-block .catfish-block--row {
        grid-gap: 16px;
        grid-template-columns:130px 1fr
    }
}

@media (min-width: 768px) {
    .catfish-block .catfish-block--row > section {
        grid-gap: 42px;
        align-items: center;
        display: grid;
        grid-template-columns:240px 240px
    }

    .catfish-block .catfish-block--row.-sec-no-grid > section {
        display: block
    }
}

.catfish-block .catfish-block__logo img {
    border-radius: 8px;
    height: 96px;
    max-width: 150px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    width: auto
}

@media (max-width: 768px) {
    .catfish-block .catfish-block__logo img {
        max-width: 100%
    }
}

.catfish-block .catfish-block__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 8px;
    text-transform: uppercase
}

@media (max-width: 768px) {
    .catfish-block .catfish-block__title {
        font-size: 18px;
        margin-bottom: 2px
    }
}

.catfish-block .catfish-block__bonus {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase
}

@media (max-width: 768px) {
    .catfish-block .catfish-block__bonus {
        font-size: 16px
    }
}

.catfish-block .catfish-block__bonus b, .catfish-block .catfish-block__bonus span, .catfish-block .catfish-block__bonus strong {
    font-weight: 600
}

.catfish-block .catfish-block__rating .catfish-block__rating-str {
    font-size: 18px;
    font-weight: 600
}

@media (max-width: 768px) {
    .catfish-block .catfish-block__rating .catfish-block__rating-str {
        font-size: 14px
    }
}

.catfish-block .catfish-block__rating .catfish-block__rating-w {
    display: flex;
    flex-wrap: wrap;
    gap: 5px
}

@media (max-width: 768px) {
    .catfish-block .catfish-block__btn {
        grid-column: 1/3;
        width: 100%
    }
}

.catfish-block .catfish-block__btn a, .catfish-block .catfish-block__btn button, .catfish-block .catfish-block__btn span {
    border-radius: 32px;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 32px;
    text-align: center;
    text-transform: uppercase;
    width: 100%
}

@media (max-width: 768px) {
    .catfish-block .catfish-block__btn a, .catfish-block .catfish-block__btn button, .catfish-block .catfish-block__btn span {
        text-align: center
    }
}

.catfish-block .catfish-block__btn a:hover, .catfish-block .catfish-block__btn button:hover, .catfish-block .catfish-block__btn span:hover {
    opacity: .86
}

.catfish-block .catfish-block__close {
    align-items: center;
    background: transparent;
    display: flex;
    gap: 10px;
    place-content: flex-end
}

@media (max-width: 768px) {
    .catfish-block .catfish-block__close {
        position: absolute;
        right: 16px;
        top: 12px
    }
}

.catfish-block .catfish-block__close span {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase
}

.catfish-block .catfish-block__close i {
    display: inline-block;
    height: 24px;
    width: 24px
}

.hero-block-hidden-text {
    display: none
}

.hero-block-hidden-text.-toggle {
    display: block
}

.splide__pagination__page.is-active {
    background: #1c1a35
}

.vs-block {
    grid-gap: 20px;
    display: grid;
    grid-template-columns:1fr max-content 1fr;
    margin-bottom: 32px;
    position: relative
}

@media (max-width: 768px) {
    .vs-block {
        display: block
    }
}

.vs-block .vs-block__sec {
    border: 1px solid #1094e5;
    border-radius: 4px;
    overflow: hidden
}

.vs-block .vs-block__label {
    background: #1094e5;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 700;
    height: 42px;
    line-height: 42px;
    text-align: center;
    width: 42px
}

@media (max-width: 768px) {
    .vs-block .vs-block__label {
        left: 50%;
        margin: 20px 0;
        position: relative;
        transform: translateX(-50%)
    }
}

.vs-block .vs-block__title {
    background: #1094e5;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 14px 16px
}

.vs-block .vs-block__items .vs-block__item {
    grid-gap: 10px;
    display: grid;
    grid-template-columns:max-content 1fr;
    padding: 14px 16px
}

.vs-block .vs-block__items .vs-block__item i {
    display: inline-block;
    height: 16px;
    position: relative;
    top: 1px;
    width: 16px
}

.vs-block .vs-block__items .vs-block__item i.like {
    background: url(../../images/pros-icon.svg) no-repeat 50%;
    background-size: contain
}

.vs-block .vs-block__items .vs-block__item i.dislike {
    background: url(../../images/cons-icon.svg) no-repeat 50%;
    background-size: contain
}

.vs-block .vs-block__items .vs-block__item span {
    display: inline-block;
    line-height: 1.2
}

.g-steps-dep-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 42px;
    place-content: center
}

@media (max-width: 768px) {
    .g-steps-dep-cards {
        grid-gap: 12px;
        display: grid;
        grid-template-columns:repeat(3, 1fr)
    }
}

.g-steps-dep-cards .g-steps-dep-cards__item {
    background: #fff;
    border: 1px solid #5244c8;
    border-radius: 4px;
    color: #5244c8;
    display: flex;
    font-size: 30px;
    font-weight: 600;
    height: 116px;
    line-height: 1.1;
    padding: 20px 21px;
    place-content: center;
    place-items: center;
    width: 116px
}

@media (max-width: 768px) {
    .g-steps-dep-cards .g-steps-dep-cards__item {
        height: 100px;
        padding: 8px 16px;
        width: 100px
    }
}

.g-steps-dep-cards .g-steps-dep-cards__item:hover {
    opacity: .86
}

.category-heading {
    margin-bottom: 20px
}

.category-heading h1 {
    font-size: 46px;
    margin-bottom: 0
}

.mini-flags-cards {
    grid-gap: 24px;
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    margin-bottom: 42px
}

@media (max-width: 768px) {
    .mini-flags-cards {
        grid-gap: 12px;
        grid-template-columns:repeat(2, 1fr)
    }
}

.mini-flags-cards .mini-flags-cards__item {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .064);
    padding: 32px 20px;
    text-align: center;
    transition: all .25s ease
}

@media (max-width: 768px) {
    .mini-flags-cards .mini-flags-cards__item {
        padding: 24px 16px
    }
}

.mini-flags-cards .mini-flags-cards__item:hover {
    background: #f7f7f7;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .124)
}

.mini-flags-cards .mini-flags-cards__img {
    display: flex;
    margin-bottom: 16px;
    place-content: center;
    place-items: center
}

.mini-flags-cards .mini-flags-cards__img img {
    height: 96px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    width: auto
}

@media (max-width: 768px) {
    .mini-flags-cards .mini-flags-cards__img img {
        height: 56px
    }
}

.mini-flags-cards .mini-flags-cards__title {
    color: #1c1a35;
    font-size: 16px;
    font-weight: 700
}

@media (max-width: 768px) {
    .mini-flags-cards .mini-flags-cards__title {
        font-size: 14px;
        font-weight: 400
    }
}

.items-v2-block {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 32px
}

.items-v2-block .items-v2-block__item {
    border: 1px solid #b2b7bc !important;
    border-block: 5px;
    border-radius: 6px;
    color: #353535;
    display: inline-block;
    font-weight: 600;
    padding: 14px 24px
}

.compararer-casinos-block {
    background: #222246;
    color: #fff;
    margin-bottom: 80px;
    padding: 80px 0
}

@media (max-width: 768px) {
    .compararer-casinos-block {
        margin-bottom: 42px;
        padding: 42px 0
    }
}

.comparar-block {
    display: flex;
    flex-direction: column;
    text-align: center
}

.comparar-block__title {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 12px
}

@media (max-width: 768px) {
    .comparar-block__title {
        font-size: 22px;
        font-weight: 500
    }
}

.comparar-block__title span {
    color: #ffb240
}

.comparar-block__short-text {
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .comparar-block__upload {
        grid-gap: 16px;
        display: grid;
        grid-template-columns:repeat(4, max-content);
        justify-content: center
    }
}

.comparar-block__upload__click-area {
    background: url(../../images/plus-icon-w.svg) no-repeat 50%;
    background-size: 32px;
    border: 2px dashed #bbb;
    border-radius: 4px;
    height: 96px;
    width: 200px
}

@media (max-width: 768px) {
    .comparar-block__upload__click-area:not(:first-child) {
        display: none
    }
}

.slots-compact-grid {
    grid-column-gap: 8px;
    grid-row-gap: 24px;
    display: grid;
    grid-template-columns:repeat(5, 1fr)
}

@media (max-width: 768px) {
    .slots-compact-grid {
        grid-area: 4px;
        grid-template-columns:repeat(2, 1fr)
    }
}

.slots-compact-grid .slots-compact-grid__item {
    border-radius: 5px;
    display: block;
    overflow: hidden;
    position: relative
}

.slots-compact-grid .slots-compact-grid__item:hover img {
    transform: scale(1.15)
}

.slots-compact-grid .slots-compact-grid__item:hover .slots-compact-grid__btns {
    display: flex
}

.slots-compact-grid .slots-compact-grid__item img {
    height: 200px;
    transition: all .25s ease;
    width: 100%
}

@media (max-width: 768px) {
    .slots-compact-grid .slots-compact-grid__item img {
        height: 150px
    }
}

.slots-compact-grid .slots-compact-grid__btns {
    background: linear-gradient(45deg, #000, transparent);
    bottom: 0;
    display: none;
    height: 100%;
    left: 0;
    padding: 16px;
    place-content: center;
    place-items: center;
    position: absolute;
    width: 100%
}

.slots-compact-grid .slots-compact-grid__btns a, .slots-compact-grid .slots-compact-grid__btns span {
    background: #fff;
    border-radius: 32px;
    color: #fff;
    color: #000;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    padding: 14px 20px;
    text-align: center;
    width: 100%
}

.slots-compact-grid .slots-compact-grid__btns a:hover, .slots-compact-grid .slots-compact-grid__btns span:hover {
    opacity: .86
}

.slots-compact-grid .slots-compact-grid__title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    margin-top: 16px;
    text-align: center
}

.slots-compact-grid .slots-compact-grid__title a {
    color: #1c1a35
}

.slots-compact-grid .slots-compact-grid__title a:hover {
    text-decoration: underline;
    text-underline-offset: 2px
}

.g-button-block-group {
    margin-bottom: 32px
}

.g-button-block-group.-center {
    display: flex;
    place-content: center;
    place-items: center
}

.g-button-block-group.-right {
    display: flex;
    place-content: flex-end;
    place-items: center
}

.g-button-block-group.-uppercase {
    text-transform: uppercase
}

.g-button-block-group .g-button-block__btn, .g-button-block-group .g-button-block__link {
    background: #1094e5;
    border: none;
    border-radius: 32px;
    color: #fff;
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    padding: 14px 32px
}

.g-button-block-group .g-button-block__btn:hover, .g-button-block-group .g-button-block__link:hover {
    opacity: .86
}

#g-top-btn {
    background-color: #000;
    border: 3px solid #f7f7f7;
    border-radius: 50%;
    bottom: 160px;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 18px;
    height: 46px;
    outline: none;
    position: fixed;
    right: 30px;
    width: 46px;
    z-index: 99
}

@media (max-width: 768px) {
    #g-top-btn {
        bottom: 16px;
        right: 12px
    }
}

#g-top-btn:before {
    border: solid #fff;
    border-width: 0 3px 3px 0;
    content: "";
    display: inline-block;
    left: 18px;
    padding: 3px;
    position: absolute;
    top: 20px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg)
}

.g-site-footer__text-after-logo {
    color: #fff;
    font-size: 13px;
    margin: 0 auto 20px;
    max-width: 860px;
    padding-top: 24px;
    width: 100%
}

.g-site-footer__text-after-logo.-full-w {
    margin-bottom: 0;
    max-width: 1280px;
    padding-bottom: 24px
}

.g-site-footer__text-after-logo.-style-text .g-site-footer__text-after-logo__content {
    max-height: unset !important
}

.g-site-footer__text-after-logo.-style-text .g-site-footer__text-after-logo__content:after {
    content: none !important
}

@media (max-width: 768px) {
    .g-site-footer__text-after-logo {
        text-align: left
    }
}

.g-site-footer__text-after-logo p:not(:last-child) {
    margin-bottom: 16px
}

.g-site-footer__text-after-logo .g-site-footer__text-after-logo__content {
    margin-bottom: 24px
}

.g-site-footer__text-after-logo .g-site-footer__text-after-logo__content:not(.-toggle) {
    max-height: 120px;
    overflow: hidden;
    position: relative
}

.g-site-footer__text-after-logo .g-site-footer__text-after-logo__content:not(.-toggle):after {
    background: linear-gradient(0deg, #101822, transparent);
    bottom: 0;
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%
}

.g-site-footer__text-after-logo .g-site-footer__text-after-logo__btn {
    background: transparent;
    margin: 0;
    padding: 0
}

.g-site-footer__text-after-logo .g-site-footer__text-after-logo__btn span {
    background: url(../../images/arrow-r.svg) no-repeat 100%;
    background-size: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding-right: 24px
}

.g-site-footer__text-after-logo .g-site-footer__text-after-logo__btn span:hover {
    opacity: .86
}

.cookies-block {
    bottom: 0;
    left: 0;
    padding: 16px 0;
    position: fixed;
    transition: all .25s ease;
    width: 100%;
    z-index: 999999
}

@media (min-width: 768px) {
    .cookies-block.-bottom-m {
        bottom: 120px
    }
}

@media (max-width: 768px) {
    .cookies-block {
        bottom: 0;
        padding: 0
    }
}

.cookies-block.-hidden {
    display: none
}

.cookies-block .cookies-block__content {
    grid-gap: 24px;
    align-items: center;
    background: #f7f7f7;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .13);
    display: grid;
    grid-template-columns:1fr max-content max-content;
    padding: 16px 20px
}

@media (max-width: 768px) {
    .cookies-block .cookies-block__content {
        grid-gap: 16px;
        border-radius: 0;
        grid-template-columns:repeat(2, 1fr);
        padding: 16px
    }
}

.cookies-block .cookies-block__text {
    color: #000;
    font-size: 14px
}

@media (max-width: 768px) {
    .cookies-block .cookies-block__text {
        grid-column: 1/3;
        padding-right: 52px
    }
}

.cookies-block .cookies-block__text a {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 2px
}

.cookies-block .cookies-block__text a:hover {
    text-decoration: none
}

.cookies-block .cookies-block__close {
    display: none
}

@media (max-width: 768px) {
    .cookies-block .cookies-block__close {
        background: #333 url(../../images/close-icon-white.svg) no-repeat 50%;
        background-size: 15px;
        border-radius: 50%;
        display: block;
        height: 36px;
        position: absolute;
        right: 12px;
        top: 12px;
        width: 36px
    }
}

.cookies-block .cookies-block__btn {
    background: #1c1a35;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    padding: 8px 20px
}

.cookies-block .cookies-block__btn:hover {
    opacity: .86
}

.cookies-block .cookies-block__link {
    color: #1094e5;
    font-size: 14px;
    text-decoration: underline;
    text-underline-offset: 2px
}

.cookies-block .cookies-block__link:hover {
    text-decoration: none
}

.g-title-rating {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    display: grid;
    grid-template-columns:1fr;
    height: 70px;
    justify-content: center;
    justify-items: center;
    padding: 14px 0;
    width: 70px
}

.g-title-rating .g-title-rating--label {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2
}

.g-title-rating .g-title-rating--label span {
    font-size: 24px;
    font-weight: 700
}

.g-title-rating .main-stars-block {
    gap: 0
}

.g-title-rating .main-stars-block i {
    height: 8px;
    width: 8px
}

.g-title-rating.green {
    border-color: #1aa910
}

.g-title-rating.orange {
    border-color: rgba(245, 116, 24, .89)
}

.g-title-rating.yellow {
    border-color: #ffb240
}

.g-title-rating.grey {
    border-color: #d2cccc
}

.g-title-rating.grey .g-title-rating--label {
    color: #d2cccc
}

.g-title-rating.-big {
    height: 100px;
    width: 100px
}

@media (max-width: 768px) {
    .g-title-rating.-big {
        height: 82px;
        width: 82px
    }
}

.g-title-rating.-big .g-title-rating--label {
    font-size: 17px
}

@media (max-width: 768px) {
    .g-title-rating.-big .g-title-rating--label {
        font-size: 14px
    }
}

.g-title-rating.-big .g-title-rating--label span {
    font-size: 32px
}

@media (max-width: 768px) {
    .g-title-rating.-big .g-title-rating--label span {
        font-size: 26px
    }
}

.g-title-rating.-big .main-stars-block i {
    height: 12px;
    width: 12px
}

@media (max-width: 768px) {
    .g-title-rating.-big .main-stars-block i {
        height: 10px;
        width: 10px
    }
}

.review-title {
    grid-gap: 24px;
    align-items: center;
    display: grid;
    grid-template-columns:1fr max-content;
    margin-bottom: 24px
}

@media (max-width: 768px) {
    .review-title {
        grid-gap: 16px;
        margin-bottom: 20px
    }
}

.review-title .review-title--title {
    color: #1c1a35;
    font-size: 42px;
    font-weight: 700
}

@media (max-width: 768px) {
    .review-title .review-title--title {
        font-size: 26px
    }
}

.g-rev-page-comment-form form input[type=email], .g-rev-page-comment-form form input[type=password], .g-rev-page-comment-form form input[type=text], .g-rev-page-comment-form form textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: none;
    border-radius: 32px;
    color: #333;
    font-family: Poppins, sans-serif;
    padding: 12px 16px;
    width: 100%
}

.g-rev-page-comment-form form input[type=email]:focus, .g-rev-page-comment-form form input[type=password]:focus, .g-rev-page-comment-form form input[type=text]:focus, .g-rev-page-comment-form form textarea:focus {
    color: #000;
    outline: none
}

.g-rev-page-comment-form form ::-webkit-input-placeholder {
    color: #373737;
    font-size: 16px;
    -webkit-transition: all .7s ease;
    transition: all .7s ease
}

.g-rev-page-comment-form form ::-moz-placeholder {
    color: #373737;
    font-size: 16px;
    -moz-transition: all .7s ease;
    transition: all .7s ease
}

.g-rev-page-comment-form form :-ms-input-placeholder {
    color: #373737;
    font-size: 16px;
    -ms-transition: all .7s ease;
    transition: all .7s ease
}

.g-rev-page-comment-form form :-moz-placeholder {
    color: #373737;
    font-size: 16px;
    -moz-transition: all .7s ease;
    transition: all .7s ease
}

.g-rev-page-comment-form form :focus::-webkit-input-placeholder {
    opacity: 0;
    -webkit-transition: all .7s ease;
    transition: all .7s ease
}

.g-rev-page-comment-form form :focus::-moz-placeholder {
    opacity: 0;
    -moz-transition: all .7s ease;
    transition: all .7s ease
}

.g-rev-page-comment-form form :focus:-ms-input-placeholder {
    opacity: 0;
    -ms-transition: all .7s ease;
    transition: all .7s ease
}

.g-rev-page-comment-form form :focus:-moz-placeholder {
    opacity: 0;
    -moz-transition: all .7s ease;
    transition: all .7s ease
}

.g-rev-page-comment-form form textarea::-webkit-input-placeholder {
    color: #373737;
    font-size: 16px;
    text-indent: 0;
    -webkit-transition: all .7s ease;
    transition: all .7s ease
}

.g-rev-page-comment-form form textarea:-moz-placeholder, .g-rev-page-comment-form form textarea::-moz-placeholder {
    color: #373737;
    font-size: 16px;
    text-indent: 0;
    -moz-transition: all .7s ease;
    transition: all .7s ease
}

.g-rev-page-comment-form form textarea:-ms-input-placeholder {
    color: #373737;
    font-size: 16px;
    text-indent: 0;
    -ms-transition: all .7s ease;
    transition: all .7s ease
}

.g-rev-page-comment-form form textarea:focus::-webkit-input-placeholder {
    opacity: 0;
    text-indent: 50px;
    -webkit-transition: all .7s ease;
    transition: all .7s ease
}

.g-rev-page-comment-form form textarea:focus:-moz-placeholder, .g-rev-page-comment-form form textarea:focus::-moz-placeholder {
    opacity: 0;
    text-indent: 50px;
    -moz-transition: all .7s ease;
    transition: all .7s ease
}

.g-rev-page-comment-form form textarea:focus:-ms-input-placeholder {
    opacity: 0;
    text-indent: 50px;
    -ms-transition: all .7s ease;
    transition: all .7s ease
}

.g-rev-page-comment-form form button {
    border: none;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 32px
}

.g-rev-page-comment-form form button:hover {
    opacity: .86
}

.g-rev-page-comment-form form .g-rev-page-comment-form--input-group {
    grid-gap: 20px;
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    margin-bottom: 20px
}

@media (max-width: 768px) {
    .g-rev-page-comment-form form .g-rev-page-comment-form--input-group {
        grid-template-columns:1fr
    }
}

.g-rev-page-comment-form form input[type=text], .g-rev-page-comment-form form textarea {
    border: 1px solid #b2b7bc;
    border-radius: 3px;
    height: 54px;
    padding: 14px 20px;
    width: 100%
}

.g-rev-page-comment-form form input[type=text]:focus, .g-rev-page-comment-form form textarea:focus {
    border-color: #1094e5
}

.g-rev-page-comment-form form textarea {
    height: 188px;
    resize: none
}

.g-rev-page-comment-form form input[type=range] {
    background: transparent;
    flex: 1;
    font: inherit;
    margin: 0;
    min-height: 20px;
    padding: 0
}

.g-rev-page-comment-form form input[type=range], .g-rev-page-comment-form form input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none
}

.g-rev-page-comment-form form input[type=range]::-webkit-slider-runnable-track {
    background: #353535;
    border: none;
    border-radius: 10px;
    box-sizing: border-box;
    height: 8px;
    width: 100%
}

.g-rev-page-comment-form form input[type=range]::-moz-range-track {
    background: #353535;
    border: none;
    border-radius: 10px;
    box-sizing: border-box;
    height: 8px;
    width: 100%
}

.g-rev-page-comment-form form input[type=range]::-ms-track {
    background: #353535;
    border: none;
    border-radius: 10px;
    box-sizing: border-box;
    height: 8px;
    width: 100%
}

.g-rev-page-comment-form form input[type=range]::-webkit-slider-thumb {
    background: #1094e5;
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    box-sizing: border-box;
    height: 20px;
    margin-top: -6px;
    position: relative;
    width: 20px
}

.g-rev-page-comment-form form input[type=range]::-moz-range-thumb {
    background: #1094e5;
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    box-sizing: border-box;
    height: 20px;
    margin-top: -6px;
    position: relative;
    width: 20px
}

.g-rev-page-comment-form form input[type=range]::-ms-thumb {
    background: #1094e5;
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    box-sizing: border-box;
    height: 20px;
    margin-top: 0;
    position: relative;
    width: 20px
}

.g-rev-page-comment-form form input[type=range]::-ms-tooltip {
    display: none
}

.g-rev-page-comments-list {
    margin-bottom: 32px
}

.g-rev-page-comments-list .g-rev-page-comments-list__comment--wrapp.-child-comment {
    margin-left: 42px
}

.g-rev-page-comments-list .g-rev-page-comments-list__comment--wrapp.-child-comment .g-rev-page-comments-list__comment {
    overflow: unset;
    padding-bottom: 2px;
    position: relative
}

.g-rev-page-comments-list .g-rev-page-comments-list__comment {
    background: #fff;
    border: 1px solid #b2b7bc;
    border-radius: 3px;
    overflow: hidden
}

.g-rev-page-comments-list .g-rev-page-comments-list__comment:not(:last-child) {
    margin-bottom: 24px
}

.g-rev-page-comments-list .g-rev-page-comments-list__comment .g-rev-comment--top-area {
    grid-gap: 20px;
    align-items: center;
    display: grid;
    grid-template-columns:1fr max-content;
    padding: 24px
}

@media (max-width: 768px) {
    .g-rev-page-comments-list .g-rev-page-comments-list__comment .g-rev-comment--top-area {
        grid-gap: 16px;
        padding: 16px
    }
}

.g-rev-page-comments-list .g-rev-page-comments-list__comment .g-rev-comment--top-area .g-rev-comment--user {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px
}

@media (max-width: 768px) {
    .g-rev-page-comments-list .g-rev-page-comments-list__comment .g-rev-comment--top-area .g-rev-comment--user {
        font-size: 14px
    }
}

.g-rev-page-comments-list .g-rev-page-comments-list__comment .g-rev-comment--top-area .g-rev-comment--date-reply {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    gap: 12px
}

@media (max-width: 768px) {
    .g-rev-page-comments-list .g-rev-page-comments-list__comment .g-rev-comment--top-area .g-rev-comment--date-reply {
        font-size: 12px
    }
}

.g-rev-page-comments-list .g-rev-page-comments-list__comment .g-rev-comment--top-area .g-rev-comment--date-reply .g-rev-comment--reply {
    background: transparent;
    border: none;
    margin: -5px 0 0;
    padding: 0
}

.g-rev-page-comments-list .g-rev-page-comments-list__comment .g-rev-comment--top-area .g-rev-comment--date-reply .g-rev-comment--reply span {
    background: url(../../images/reply-icon.svg) no-repeat 100%;
    background-size: 12px;
    color: #1094e5;
    font-weight: 500;
    padding-right: 20px;
    position: relative;
    top: 2px
}

@media (max-width: 768px) {
    .g-rev-page-comments-list .g-rev-page-comments-list__comment .g-rev-comment--top-area .g-rev-comment--date-reply .g-rev-comment--reply span {
        background-size: 10px;
        padding-right: 17px
    }
}

.g-rev-page-comments-list .g-rev-page-comments-list__comment .g-rev-comment--top-area .g-rev-comment--date-reply .g-rev-comment--reply:hover {
    opacity: .62
}

.g-rev-page-comments-list .g-rev-page-comments-list__comment .g-rev-comment__comment {
    background: #f7f7f7;
    border-radius: 3px;
    font-size: 14px;
    margin: 5px;
    padding: 20px
}

.g-rev-page-comments-list .g-rev-page-comments-list__comment.-toggle {
    background: #eef4f9
}

.g-rev-page-comment-form {
    position: relative
}

.g-rev-page-comment-form.-ajax-form {
    margin-bottom: 42px;
    margin-top: 32px
}

.g-rev-page-comment-form .g-rev-page-comment-form--title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 6px
}

@media (max-width: 768px) {
    .g-rev-page-comment-form .g-rev-page-comment-form--title {
        font-size: 26px
    }
}

.g-rev-page-comment-form .g-rev-page-comment-form--desc {
    font-size: 14px
}

.g-rev-page-comment-form .cancel-reply-form {
    background: url(../../images/form-cancel-icon.svg) no-repeat 0;
    background-size: 20px;
    border: none;
    color: #1094e5;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    padding: 0 0 0 28px;
    position: absolute;
    right: 0;
    top: 0
}

@media (max-width: 768px) {
    .g-rev-page-comment-form .cancel-reply-form {
        margin-top: 20px;
        position: relative
    }
}

.g-rev-page-comment-form form {
    grid-column-gap: 30px;
    display: grid;
    grid-template-columns:1fr 340px;
    margin-top: 30px
}

@media (max-width: 768px) {
    .g-rev-page-comment-form form {
        grid-template-columns:1fr
    }
}

.g-rev-page-comment-form form .g-rev-page-comment-form--btn {
    background: #1094e5;
    border: none;
    border-radius: 32px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    height: 56px;
    padding: 12px 32px;
    text-align: center;
    text-transform: uppercase;
    transition: all .25s ease-in
}

@media (max-width: 768px) {
    .g-rev-page-comment-form form .g-rev-page-comment-form--btn {
        width: 100%
    }
}

.g-rev-page-comment-form form .g-rev-page-comment-form--btn:hover {
    box-shadow: 0 0 28px rgba(2, 7, 41, .143)
}

.g-rev-page-comment-form form .comment-rating-options {
    background: #1094e5;
    border-radius: 3px;
    padding: 50px 20px;
    text-align: center;
    width: 100%
}

@media (max-width: 768px) {
    .g-rev-page-comment-form form .comment-rating-options {
        margin-top: 30px
    }
}

.g-rev-page-comment-form form .comment-rating-options .comment-rating-options--title {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px
}

.g-rev-page-comment-form form .comment-rating-options .comment-rating-options--desc {
    color: #fff;
    font-size: 14px;
    margin-bottom: 18px
}

.g-rev-page-comment-form form .comment-rating-options .comment-rating-options--val {
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 14px
}

.g-rev-page-comment-form form .comment-rating-options .comment-rating-range {
    width: 100%
}

input.-error-input, textarea.-error-input {
    border: 1px solid #1094e5 !important
}

.comment-form-errrors {
    margin-bottom: 24px;
    margin-top: 20px;
    padding-left: 24px
}

.comment-form-errrors ul {
    margin: 0 0 0 -30px;
    padding: 0 0 0 30px
}

.comment-form-errrors li {
    color: #db1111;
    font-size: 14px
}

.comment-form-errrors li:not(:last-child) {
    margin-bottom: 5px
}

.g-comment-thank-block {
    background: rgba(0, 0, 0, .7);
    display: none;
    flex-wrap: wrap;
    height: 100%;
    left: 0;
    place-content: center;
    place-items: center;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999
}

@media (max-width: 768px) {
    .g-comment-thank-block {
        background: #fff
    }
}

.g-comment-thank-block.-toggle {
    display: flex
}

.g-comment-thank-block .g-comment-thank-block--content {
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 0 12px rgba(12, 42, 149, .15);
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 520px;
    padding: 100px 24px;
    place-content: center;
    place-items: center;
    text-align: center;
    width: 100%
}

.g-comment-thank-block .g-comment-thank-block--content .h2 {
    font-size: 42px;
    font-weight: 700;
    width: 100%
}

p, ol, ul {
    font-size: var(--normal-font-size);
    margin-bottom: 16px;
    line-height: 28px;
    text-align: start;
}

.g-comment-thank-block .g-comment-thank-block--content p {
    font-size: 16px;
    font-weight: 500
}

.g-comment-thank-block .g-comment-thank-block--content .thanks-btn {
    background: #1094e5;
    border: none;
    border-radius: 42px;
    box-shadow: 0 0 20px rgba(2, 7, 41, .1);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    height: 62px;
    margin-top: 16px;
    padding: 13px 0;
    text-align: center;
    text-transform: uppercase;
    transition: all .25s ease-in;
    width: 240px
}

.g-comment-thank-block .g-comment-thank-block--content .thanks-btn:hover {
    box-shadow: 0 0 28px rgba(2, 7, 41, .143)
}

.g-comment-moder-text {
    color: #0f981a;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 24px
}

.main-stars-block {
    display: flex;
    gap: 1px;
    margin-top: 4px
}

.main-stars-block i {
    display: block;
    height: 12px;
    width: 12px
}

.main-stars-block.green i {
    background: url(../../images/star-color-green.svg) no-repeat 50%;
    background-size: contain
}

.main-stars-block.green i.icon-half {
    background: url(../../images/star-half-green.svg) no-repeat 50%;
    background-size: contain
}

.main-stars-block.green i.icon-empty {
    background: url(../../images/star-empty-green.svg) no-repeat 50%;
    background-size: contain
}

.main-stars-block.orange i {
    background: url(../../images/star-color-orange.svg) no-repeat 50%;
    background-size: contain
}

.main-stars-block.orange i.icon-half {
    background: url(../../images/star-half-orange.svg) no-repeat 50%;
    background-size: contain
}

.main-stars-block.orange i.icon-empty {
    background: url(../../images/star-empty-orange.svg) no-repeat 50%;
    background-size: contain
}

.main-stars-block.yellow i {
    background: url(../../images/star-color.svg) no-repeat 50%;
    background-size: contain
}

.main-stars-block.yellow i.icon-half {
    background: url(../../images/star-half.svg) no-repeat 50%;
    background-size: contain
}

.main-stars-block.yellow i.icon-empty {
    background: url(../../images/star-empty.svg) no-repeat 50%;
    background-size: contain
}

.main-stars-block.grey i {
    background: url(../../images/star-color-grey.svg) no-repeat 50%;
    background-size: contain
}

.comments-wrapper {
    background: #fff;
    overflow: hidden;
    padding: 42px 0
}

.g-comments-btn {
    background: #f3f3f3;
    border-radius: 3px;
    color: #000;
    cursor: pointer;
    font-size: 18px;
    line-height: 1.2;
    padding: 14px 20px;
    text-align: center;
    width: 100%
}

.g-comments-btn:hover {
    opacity: .86
}

.g-comments-content.-toggle {
    margin-top: 24px
}

.g-comments-content:not(.-toggle) {
    height: 0;
    visibility: hidden
}

.footer-awards {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%
}

.footer-awards .footer-awards__title {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase
}

.footer-awards .footer-awards__items {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 16px
}

.footer-awards .footer-awards__items__item {
    display: flex;
    place-content: center;
    place-items: center
}

.footer-awards .footer-awards__items__item img {
    height: auto;
    max-height: 52px;
    max-width: 64px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    width: auto
}

details {
    display: block;
    margin-bottom: 32px
}

details > summary {
    cursor: pointer
}

details > summary h2, details > summary h3, details > summary h4, details > summary h5, details > summary h6, details > summary strong {
    display: inline-block;
    margin-bottom: 0
}

.slot-offers-modal {
    background: #17171a;
    height: 100%;
    left: 0;
    padding: 56px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999
}

@media (max-width: 768px) {
    .slot-offers-modal {
        padding: 20px 16px 0
    }
}

.slot-offers-modal .slot-offers-modal__content {
    margin: 0 auto;
    max-height: calc(100vh - 112px);
    max-width: 660px;
    overflow-y: auto;
    padding-top: 48px;
    position: relative
}

@media (max-width: 768px) {
    .slot-offers-modal .slot-offers-modal__content {
        max-height: calc(100vh - 40px)
    }
}

.slot-offers-modal .slot-offers-modal__close {
    background: url(../../images/modal-close.svg) no-repeat 50%;
    background-size: contain;
    border: none;
    height: 42px;
    position: absolute;
    right: 12px;
    top: 12px;
    width: 42px
}

@media (max-width: 768px) {
    .slot-offers-modal .slot-offers-modal__close {
        height: 24px;
        width: 24px
    }
}

.slot-offers-modal .slot-offers-modal__close:hover {
    opacity: .86
}

.slot-offers-modal .slot-offers-modal__head {
    grid-gap: 16px;
    align-items: center;
    display: grid;
    grid-template-columns:max-content 1fr;
    margin-bottom: 24px
}

.slot-offers-modal .slot-offers-modal__head img {
    height: auto;
    width: 90px
}

@media (max-width: 768px) {
    .slot-offers-modal .slot-offers-modal__head img {
        width: 64px
    }
}

.slot-offers-modal .slot-offers-modal__head span {
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase
}

@media (max-width: 768px) {
    .slot-offers-modal .slot-offers-modal__head span {
        font-size: 14px;
        font-weight: 500
    }
}

.slot-offers-modal .slot-offers-modal__slots__head {
    grid-gap: 24px;
    align-items: center;
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    text-align: center;
    width: 100%
}

@media (max-width: 768px) {
    .slot-offers-modal .slot-offers-modal__slots__head {
        display: block
    }
}

.slot-offers-modal .slot-offers-modal__slots .slot-offers-modal__slots__item {
    background: #fff;
    border: 1px solid #f1f5f9;
    border-radius: 12px;
    padding: 24px 24px 0
}

@media (max-width: 768px) {
    .slot-offers-modal .slot-offers-modal__slots .slot-offers-modal__slots__item {
        padding: 14px 14px 0
    }
}

.slot-offers-modal .slot-offers-modal__slots .slot-offers-modal__slots__item:not(:last-child) {
    margin-bottom: 20px
}

.slot-offers-modal .slot-offers-modal__slots > section {
    text-align: center
}

.slot-offers-modal .slot-offers-modal__slots .slot-offers-modal__slots__logo {
    display: flex;
    min-height: 80px;
    place-content: center;
    place-items: center;
    width: 100%
}

@media (max-width: 768px) {
    .slot-offers-modal .slot-offers-modal__slots .slot-offers-modal__slots__logo {
        margin-bottom: 16px
    }
}

.slot-offers-modal .slot-offers-modal__slots .slot-offers-modal__slots__logo img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto
}

@media (max-width: 768px) {
    .slot-offers-modal .slot-offers-modal__slots .slot-offers-modal__slots__logo img {
        max-height: 120px
    }
}

.slot-offers-modal .slot-offers-modal__slots .slot-offers-modal__slots__title {
    color: #17171a;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase
}

.slot-offers-modal .slot-offers-modal__slots .slot-offers-modal__slots__bonus {
    color: #17171a;
    font-size: 18px;
    font-weight: 700;
    margin: 14px 0 10px;
    text-transform: uppercase
}

.slot-offers-modal .slot-offers-modal__slots .slot-offers-modal__slots__bonus b, .slot-offers-modal .slot-offers-modal__slots .slot-offers-modal__slots__bonus span, .slot-offers-modal .slot-offers-modal__slots .slot-offers-modal__slots__bonus strong {
    color: #fa192e
}

.slot-offers-modal .slot-offers-modal__slots .slot-offers-modal__slots__btn {
    width: 100%
}

.slot-offers-modal .slot-offers-modal__slots .slot-offers-modal__slots__btn a {
    background: #fa192e;
    border-radius: 32px;
    color: #f8f8f8;
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding: 14px 20px;
    text-align: center;
    text-transform: uppercase
}

.slot-offers-modal .slot-offers-modal__slots .slot-offers-modal__slots__btn a:hover {
    opacity: .86
}

.slot-offers-modal .slot-offers-modal__slots .slot-offers-modal__slots__bottom {
    align-items: center;
    background: #e7eaed;
    border-radius: 12px 12px 0 0;
    display: flex;
    gap: 16px;
    margin-top: 24px;
    padding: 6px 16px;
    place-content: center
}

.slot-offers-modal .slot-offers-modal__slots .slot-offers-modal__slots__bottom img {
    height: 26px;
    width: auto
}

@media (max-width: 768px) {
    .slot-offers-modal .slot-offers-modal__slots .slot-offers-modal__slots__bottom img {
        height: 20px
    }
}

.slot-offers-modal .slot-offers-modal__slots .slot-offers-modal__slots__bottom span {
    color: #17171a;
    font-size: 14px
}

@media (max-width: 768px) {
    .slot-offers-modal .slot-offers-modal__slots .slot-offers-modal__slots__bottom span {
        font-size: 13px
    }
}

.providers-block {
    margin-bottom: 56px
}

.providers-block .providers-block__items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    place-content: center;
    justify-content: center
}

.providers-block .providers-block__items__item img {
    height: 64px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    width: 106px
}

@media (max-width: 768px) {
    .providers-block .providers-block__items__item img {
        height: 46px;
        width: 50px
    }
}

.providers-block .providers-block__btn-w {
    display: flex;
    place-content: center;
    place-items: center
}

.providers-block .providers-block__btn {
    background: #f3f3f3;
    border-radius: 3px;
    color: #000;
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin-top: 24px;
    padding: 12px 20px;
    text-align: center;
    width: 100%
}

.providers-block .providers-block__btn.-toggle {
    display: none
}

.providers-block .providers-block__btn:hover {
    opacity: .86
}

.author-grid-block {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 16px
}

@media (max-width: 768px) {
    .wp-block-embed.is-provider-youtube {
        margin-left: -16px;
        margin-right: -16px
    }
}

.wp-block-embed.is-provider-youtube iframe {
    height: 580px;
    width: 100%
}

@media (max-width: 768px) {
    .wp-block-embed.is-provider-youtube iframe {
        height: 320px;
        width: calc(100% + 32px)
    }
}

.wp-block-media-text {
    box-sizing: border-box;
    /*!rtl:begin:ignore*/
    direction: ltr;
    /*!rtl:end:ignore*/
    display: grid;
    grid-template-columns:50% 1fr;
    grid-template-rows:auto
}

.wp-block-media-text.has-media-on-the-right {
    grid-template-columns:1fr 50%
}

.wp-block-media-text.is-vertically-aligned-top > .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-top > .wp-block-media-text__media {
    align-self: start
}

.wp-block-media-text.is-vertically-aligned-center > .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-center > .wp-block-media-text__media, .wp-block-media-text > .wp-block-media-text__content, .wp-block-media-text > .wp-block-media-text__media {
    align-self: center
}

.wp-block-media-text.is-vertically-aligned-bottom > .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-bottom > .wp-block-media-text__media {
    align-self: end
}

.wp-block-media-text > .wp-block-media-text__media {
    /*!rtl:begin:ignore*/
    grid-column: 1;
    grid-row: 1;
    /*!rtl:end:ignore*/
    margin: 0
}

.wp-block-media-text > .wp-block-media-text__content {
    direction: ltr;
    /*!rtl:begin:ignore*/
    grid-column: 2;
    grid-row: 1;
    /*!rtl:end:ignore*/
    padding: 0 8%;
    word-break: break-word
}

.wp-block-media-text.has-media-on-the-right > .wp-block-media-text__media {
    /*!rtl:begin:ignore*/
    grid-column: 2;
    grid-row: 1
    /*!rtl:end:ignore*/
}

.wp-block-media-text.has-media-on-the-right > .wp-block-media-text__content {
    /*!rtl:begin:ignore*/
    grid-column: 1;
    grid-row: 1
    /*!rtl:end:ignore*/
}

.wp-block-media-text__media a {
    display: inline-block
}

.wp-block-media-text__media img, .wp-block-media-text__media video {
    height: auto;
    max-width: unset;
    vertical-align: middle;
    width: 100%
}

.wp-block-media-text.is-image-fill > .wp-block-media-text__media {
    background-size: cover;
    height: 100%;
    min-height: 250px
}

.wp-block-media-text.is-image-fill > .wp-block-media-text__media > a {
    display: block;
    height: 100%
}

.wp-block-media-text.is-image-fill > .wp-block-media-text__media img {
    clip: rect(0, 0, 0, 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

@media (max-width: 768px) {
    .wp-block-media-text.is-stacked-on-mobile {
        grid-template-columns:100% !important
    }

    .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__media {
        grid-column: 1;
        grid-row: 1
    }

    .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__content {
        grid-column: 1;
        grid-row: 2
    }
}

.wp-block-media-text {
    margin-bottom: 60px
}

@media (max-width: 768px) {
    .wp-block-media-text {
        margin-bottom: 24px
    }

    .wp-block-media-text .wp-block-media-text__content {
        margin-top: 16px;
        padding: 0
    }

    .hero-offers-list {
        margin-top: 24px
    }

    .hero-offers-list:not(.-style-new) {
        grid-gap: 8px;
        display: grid;
        grid-template-columns:repeat(3, 1fr)
    }

    .hero-offers-list.compact-offers-list {
        margin-top: 14px !important
    }

    .hero-offers-list.compact-offers-list .hero-offers-list__item {
        grid-gap: 6px !important;
        padding: 4px !important
    }

    .hero-offers-list.compact-offers-list .hero-offers-list__item:not(:last-child) {
        margin-bottom: 6px !important
    }

    .hero-offers-list.compact-offers-list .hero-offers-list__img {
        width: 74px
    }

    .hero-offers-list.compact-offers-list .hero-offers-list__bonus {
        font-size: .875rem
    }

    .hero-offers-list.compact-offers-list .hero-offers-list__btn a, .hero-offers-list.compact-offers-list .hero-offers-list__btn button, .hero-offers-list.compact-offers-list .hero-offers-list__btn span {
        padding: 7px
    }
}

.hero-offers-list .hero-offers-list__item {
    background: #1c1a35;
    border: 1px solid #1094e5;
    border-radius: .625rem;
    padding: 14px
}

@media (min-width: 768px) {
    .hero-offers-list .hero-offers-list__item:not(.-style-new) {
        grid-gap: 32px;
        align-items: center;
        display: grid;
        grid-template-columns:max-content 1fr max-content
    }

    .hero-offers-list .hero-offers-list__item:not(.-style-new):not(:last-child) {
        margin-bottom: 12px
    }
}

@media (max-width: 768px) {
    .hero-offers-list .hero-offers-list__item:not(.-style-new) {
        display: flex;
        flex-direction: column;
        gap: 14px;
        padding: 16px 8px;
        place-content: center;
        place-items: center;
        text-align: center
    }
}

.hero-offers-list .hero-offers-list__item.-style-new {
    grid-gap: 32px;
    align-items: center;
    display: grid;
    grid-template-columns:max-content 1fr max-content
}

@media (max-width: 768px) {
    .hero-offers-list .hero-offers-list__item.-style-new {
        grid-gap: 14px;
        padding: 9px
    }
}

.hero-offers-list .hero-offers-list__item.-style-new:not(:last-child) {
    margin-bottom: 12px
}

.hero-offers-list .hero-offers-list__img {
    background: #fbfbfb;
    border-radius: 10px;
    display: flex;
    height: 64px;
    padding: 3px;
    place-content: center;
    place-items: center;
    width: 136px
}

@media (max-width: 768px) {
    .hero-offers-list .hero-offers-list__img {
        border-radius: 50%;
        height: 58px;
        width: 92px
    }
}

.hero-offers-list .hero-offers-list__img img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

@media (max-width: 768px) {
    .hero-offers-list.-style-new .hero-offers-list__img {
        height: auto
    }
}

.hero-offers-list .hero-offers-list__title, .hero-offers-list:not(.-style-new) .hero-offers-list__title {
    display: none
}

@media (max-width: 768px) {
    .hero-offers-list:not(.-style-new) .hero-offers-list__title {
        color: #1094e5;
        display: block;
        font-size: 10px;
        line-height: 1.2
    }
}

.hero-offers-list .hero-offers-list__bonus {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center
}

@media (max-width: 768px) {
    .hero-offers-list .hero-offers-list__bonus {
        font-size: 16px
    }
}

.hero-offers-list .hero-offers-list__bonus b, .hero-offers-list .hero-offers-list__bonus span, .hero-offers-list .hero-offers-list__bonus strong {
    color: #1094e5
}

.hero-offers-list .hero-offers-list__btn a, .hero-offers-list .hero-offers-list__btn button, .hero-offers-list .hero-offers-list__btn span {
    background: #1094e5;
    border-radius: 32px;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 42px;
    text-transform: uppercase
}

@media (max-width: 768px) {
    .hero-offers-list .hero-offers-list__btn a, .hero-offers-list .hero-offers-list__btn button, .hero-offers-list .hero-offers-list__btn span {
        font-size: 11px;
        padding: 8px 10px;
        text-align: center;
        width: 100px
    }
}

.hero-offers-list .hero-offers-list__btn a:hover, .hero-offers-list .hero-offers-list__btn button:hover, .hero-offers-list .hero-offers-list__btn span:hover {
    opacity: .86
}

@media (max-width: 768px) {
    .hero-offers-list.-catfish {
        display: block;
        margin: 0
    }

    .hero-offers-list.-catfish .hero-offers-list__item {
        grid-gap: 10px;
        align-items: center;
        display: grid;
        grid-template-columns:max-content 1fr;
        padding: 16px
    }

    .hero-offers-list.-catfish .hero-offers-list__item:not(:last-child) {
        margin-bottom: 10px
    }

    .hero-offers-list.-catfish .hero-offers-list__img {
        border-radius: 8px;
        height: 46px;
        width: 94px
    }

    .hero-offers-list.-catfish .hero-offers-list__btn {
        grid-column: 1/3;
        width: 100%
    }
}

.catfish-v2-block {
    bottom: 64px;
    display: grid;
    grid-template-columns:1fr max-content;
    left: 20px;
    position: fixed;
    z-index: 99999999999
}

@media (max-width: 768px) {
    .catfish-v2-block {
        bottom: 18px
    }

    .catfish-v2-block > section {
        padding-right: 20px
    }
}

.catfish-v2-block .catfish-v2-block__content {
    background: url(../../images/catfish-green-bg.svg) no-repeat 50%;
    border-radius: 0 0 10px 0;
    display: none;
    padding: 46px 64px;
    width: 720px
}

@media (max-width: 768px) {
    .catfish-v2-block .catfish-v2-block__content {
        padding: 16px;
        width: auto
    }
}

.catfish-v2-block .catfish-v2-block__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    text-transform: uppercase
}

@media (max-width: 768px) {
    .catfish-v2-block .catfish-v2-block__title {
        font-size: 14px;
        margin-bottom: 16px
    }
}

.catfish-v2-block .catfish-v2-block__title span {
    color: #0f981a
}

.catfish-v2-block .catfish-v2-block__btn {
    background: #0f981a;
    border-radius: 10px;
    line-height: 1.2;
    padding: 12px;
    text-align: center;
    width: 96px
}

@media (max-width: 768px) {
    .catfish-v2-block .catfish-v2-block__btn {
        padding: 6px;
        width: 56px
    }
}

.catfish-v2-block .catfish-v2-block__btn i {
    background: url(../../images/present-white-icon.svg) no-repeat 50%;
    background-size: contain;
    display: inline-block;
    height: 50px;
    margin-bottom: 14px;
    width: 50px
}

@media (max-width: 768px) {
    .catfish-v2-block .catfish-v2-block__btn i {
        height: 28px;
        margin-bottom: 8px;
        width: 28px
    }
}

.catfish-v2-block .catfish-v2-block__btn span {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

@media (max-width: 768px) {
    .catfish-v2-block .catfish-v2-block__btn span {
        font-size: 7px
    }
}

.catfish-v2-block.-toggle {
    left: 0
}

.catfish-v2-block.-toggle .catfish-v2-block__content {
    display: block
}

.catfish-v2-block.-toggle .catfish-v2-block__btn {
    border-radius: 0 10px 10px 0
}

.site-footer__other-locations {
    display: flex;
    flex-wrap: wrap;
    gap: 14px
}

@media (max-width: 768px) {
    .site-footer__other-locations {
        margin-top: 16px
    }
}

.site-footer__other-locations a {
    align-items: center;
    display: flex;
    gap: 7px
}

.site-footer__other-locations a img {
    height: auto;
    width: 20px
}

.site-footer__other-locations a span {
    color: #fff;
    font-size: 12px
}

.site-footer__other-locations a:hover {
    opacity: .86
}

.header-present-v2 {
    position: relative
}

.header-present-v2.show-mobile {
    display: none
}

@media (max-width: 768px) {
    .header-present-v2.show-mobile {
        display: block
    }
}

.header-present-v2:hover .header-present-v2__items {
    display: block
}

.header-present-v2 .header-present-v2__icon {
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    height: 38px;
    place-content: center;
    place-items: center;
    position: relative;
    width: 38px
}

.header-present-v2 .header-present-v2__icon i {
    background: url(../../images/present-white-icon.svg) no-repeat 50%;
    background-size: contain;
    display: inline-block;
    height: 20px;
    width: 20px
}

.header-present-v2 .header-present-v2__icon span {
    background: #db1111;
    border-radius: 50%;
    color: #fff;
    font-size: 9px;
    height: 18px;
    line-height: 18px;
    position: absolute;
    right: -8px;
    text-align: center;
    top: -6px;
    width: 18px
}

.header-present-v2 .header-present-v2__items {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 20px rgba(2, 7, 41, .1);
    display: none;
    padding: 24px 20px;
    position: absolute;
    right: -6px;
    top: 100%;
    width: 320px;
    z-index: 9999
}

@media (max-width: 768px) {
    .header-present-v2 .header-present-v2__items {
        right: unset;
        top: 100%;
        transform: translateX(-50vw);
        width: 280px;
        z-index: 9999
    }
}

.header-present-v2 .header-present-v2__item {
    display: block
}

.header-present-v2 .header-present-v2__item:not(:last-child) {
    border-bottom: 1px solid #b2b7bc;
    margin-bottom: 16px;
    padding-bottom: 16px
}

.header-present-v2 .header-present-v2__item:hover {
    opacity: .86
}

.header-present-v2 .header-present-v2__head {
    grid-gap: 16px;
    align-items: center;
    display: grid;
    grid-template-columns:max-content 1fr;
    margin-bottom: 16px
}

.header-present-v2 .header-present-v2__head img {
    height: 64px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    width: 94px
}

@media (max-width: 768px) {
    .header-present-v2 .header-present-v2__head img {
        height: 50px;
        width: 76px
    }
}

.header-present-v2 .header-present-v2__head .header-present-v2__text {
    color: #141414;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center
}

@media (max-width: 768px) {
    .header-present-v2 .header-present-v2__head .header-present-v2__text {
        font-size: 16px
    }
}

.header-present-v2 .header-present-v2__head .header-present-v2__text b, .header-present-v2 .header-present-v2__head .header-present-v2__text span, .header-present-v2 .header-present-v2__head .header-present-v2__text strong {
    color: #db1111
}

.header-present-v2 .header-present-v2__btn {
    background: #db1111;
    border-radius: 32px;
    display: block;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase
}

@media (max-width: 768px) {
    .header-present-v2 .header-present-v2__btn {
        font-size: 13px;
        padding: 8px 16px
    }
}

.header-present-v2 .header-present-v2__btn span {
    color: #fff
}

.rev-toc-block {
    grid-gap: 14px;
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 10px 20px 0 #ebf0f6;
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    margin-bottom: 24px;
    padding: 10px
}

@media (max-width: 768px) {
    .rev-toc-block {
        border-radius: 24px 0 0 24px;
        margin-right: -16px
    }
}

.rev-toc-block.-hide-mob {
    display: grid
}

@media (max-width: 768px) {
    .rev-toc-block.-hide-mob {
        display: none
    }
}

.rev-toc-block.-show-mob {
    display: none
}

@media (max-width: 768px) {
    .rev-toc-block.-show-mob {
        display: grid;
        grid-template-columns:repeat(3, max-content);
        overflow-x: auto
    }
}

.rev-toc-block .rev-toc-block__btn {
    grid-gap: 10px;
    align-items: center;
    background: rgba(17, 75, 210, .102);
    border-radius: 32px;
    display: grid;
    grid-template-columns:max-content 1fr;
    padding: 12px 16px
}

.rev-toc-block .rev-toc-block__btn i {
    height: 24px;
    width: 24px
}

.rev-toc-block .rev-toc-block__btn i.icon-def {
    display: block
}

.rev-toc-block .rev-toc-block__btn i.icon-hover {
    display: none
}

.rev-toc-block .rev-toc-block__btn span {
    color: #5244c8;
    font-size: 14px;
    font-weight: 700;
    text-align: left
}

.rev-toc-block .rev-toc-block__btn.-toggle, .rev-toc-block .rev-toc-block__btn:hover {
    background: #5244c8
}

.rev-toc-block .rev-toc-block__btn.-toggle i.icon-def, .rev-toc-block .rev-toc-block__btn:hover i.icon-def {
    display: none
}

.rev-toc-block .rev-toc-block__btn.-toggle i.icon-hover, .rev-toc-block .rev-toc-block__btn:hover i.icon-hover {
    display: block
}

.rev-toc-block .rev-toc-block__btn.-toggle span, .rev-toc-block .rev-toc-block__btn:hover span {
    color: #fff
}

.rev-page-head {
    grid-gap: 20px;
    align-items: center;
    background: #fff;
    border: 1px solid #e9ecf0;
    border-radius: 24px;
    box-shadow: 0 10px 20px 0 #ebf0f6;
    display: grid;
    grid-template-columns:max-content 1fr 350px;
    margin-bottom: 24px;
    padding: 12px 12px 12px 20px
}

@media (max-width: 768px) {
    .rev-page-head {
        display: block;
        padding: 12px
    }
}

.rev-page-head .rev-page-head__logo img {
    height: auto;
    width: 168px
}

.rev-page-head .rev-page-head__logo.-hide-mob {
    display: block
}

@media (max-width: 768px) {
    .rev-page-head .rev-page-head__logo.-hide-mob {
        display: none
    }
}

.rev-page-head .rev-page-head__logo.-show-mob {
    display: none
}

@media (max-width: 768px) {
    .rev-page-head .rev-page-head__logo.-show-mob {
        display: block
    }
}

.rev-page-head .rev-page-head__content {
    grid-gap: 12px;
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    margin-bottom: 12px
}

@media (max-width: 768px) {
    .rev-page-head .rev-page-head__content {
        align-items: center;
        grid-template-columns:max-content 1fr
    }

    .rev-page-head .rev-page-head__content .rev-page-head__logo img {
        height: auto;
        width: 84px
    }
}

.rev-page-head .rev-page-head__data h1 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 16px
}

@media (max-width: 768px) {
    .rev-page-head .rev-page-head__data h1 {
        font-size: 17px;
        line-height: 1.2;
        margin-bottom: 10px
    }
}

.rev-page-head .rating-text {
    color: #2a3243
}

.rev-page-head .rev-page-head__bonus {
    background: #1c1a35 url(../../images/bonus-block-bg-r.svg) no-repeat center right 10px;
    background-size: contain;
    border: 1px solid #1094e5;
    border-radius: 12px;
    color: #fff;
    line-height: 1.2;
    padding: 12px 96px 12px 16px
}

@media (max-width: 768px) {
    .rev-page-head .rev-page-head__bonus {
        grid-column: 1/3
    }
}

.rev-page-head .rev-page-head__bonus .rev-page-head__bonus__title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px
}

.rev-page-head .rev-page-head__bonus .rev-page-head__bonus__text {
    font-size: 18px;
    font-weight: 700
}

.rev-page-head .rev-page-head__bonus .rev-page-head__bonus__text b, .rev-page-head .rev-page-head__bonus .rev-page-head__bonus__text span, .rev-page-head .rev-page-head__bonus .rev-page-head__bonus__text strong {
    color: #f65c81
}

@media (min-width: 768px) {
    .rev-page-head .rev-page-head__options {
        grid-gap: 12px;
        display: grid;
        grid-template-columns:repeat(2, 1fr)
    }
}

.rev-page-head .rev-page-head__option {
    background: #f3f3f3;
    border: 1px solid #e9ecf0;
    border-radius: 12px;
    display: block;
    padding: 12px
}

@media (max-width: 768px) {
    .rev-page-head .rev-page-head__option {
        margin-bottom: 12px
    }
}

.rev-page-head .rev-page-head__option .rev-page-head__option__title {
    color: #0c0f23;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px
}

.rev-page-head .rev-page-head__option .rev-page-head__option__text {
    color: #4d4d50;
    font-size: 14px
}

.rev-page-head .rev-page-head__last {
    background: #f3f3f3;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 24px;
    place-content: center;
    place-items: center;
    text-align: center
}

@media (max-width: 768px) {
    .rev-page-head .rev-page-head__last {
        background: transparent;
        padding: 0
    }

    .rev-page-head .rev-page-head__last section {
        width: 100%
    }

    .rev-page-head .rev-page-head__last .rev-page-card--bonus-val {
        margin-bottom: 0 !important;
        margin-top: 10px
    }
}

.rev-page-head .rev-page-head__date {
    margin-bottom: 14px
}

@media (max-width: 768px) {
    .rev-page-head .rev-page-head__date {
        margin-bottom: 0
    }
}

.rev-page-head .rev-page-head__date span {
    background: url(../../images/reload-icon.svg) no-repeat 0;
    background-size: 14px;
    font-size: 13px;
    min-height: 15px;
    padding-left: 20px
}

.rev-page-head .rev-page-head__date strong {
    font-weight: 700
}

@media (min-width: 768px) {
    .rev-page-content-grid {
        grid-gap: 24px;
        display: grid;
        grid-template-columns:380px 1fr
    }
}

.rev-page-content-grid__sidebar {
    margin-bottom: 32px
}

.rev-page-sidebar-block {
    background: #fff;
    border: 1px solid #e9ecf0;
    border-radius: 24px;
    box-shadow: 0 10px 20px 0 #ebf0f6;
    margin-bottom: 24px;
    padding: 16px
}

.rev-page-sidebar-block .rev-page-sidebar-block__title {
    color: #1c1a35;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px
}

.rev-page-sidebar-block .rev-page-sidebar-block-small {
    background: #f4f9fa;
    border-radius: 16px;
    line-height: 1.2;
    padding: 16px 12px
}

.rev-page-sidebar-block .rev-page-sidebar-block-small:not(:last-child) {
    margin-bottom: 12px
}

.rev-page-sidebar-block .rev-page-sidebar-block-small__title {
    color: #394762;
    font-weight: 700;
    margin-bottom: 10px
}

.rev-page-sidebar-block .rev-page-sidebar-block-small__subtitle {
    color: #394762;
    font-size: 14px;
    margin-bottom: 10px
}

.rev-page-sidebar-block .rev-page-sidebar-block-small__text {
    color: #394762;
    font-size: 14px
}

.rev-page-sidebar-block .rev-page-sidebar-block-small__text a, .rev-page-sidebar-block .rev-page-sidebar-block-small__text button, .rev-page-sidebar-block .rev-page-sidebar-block-small__text span {
    color: #1094e5;
    text-decoration: underline;
    text-underline-offset: 3px
}

.rev-page-sidebar-block .rev-page-sidebar-block-small__text a:hover, .rev-page-sidebar-block .rev-page-sidebar-block-small__text button:hover, .rev-page-sidebar-block .rev-page-sidebar-block-small__text span:hover {
    text-decoration: none
}

.rev-page-sidebar-block__title-w {
    grid-gap: 12px;
    align-items: center;
    display: grid;
    grid-template-columns:1fr max-content;
    margin-bottom: 16px
}

.rev-page-sidebar-block__title-w .rev-page-sidebar-block__title {
    margin-bottom: 0
}

.rev-page-sidebar-block__title-w .rev-page-sidebar-block__rating {
    align-items: center;
    color: #0c0f23;
    display: flex;
    font-size: 24px;
    font-weight: 700;
    gap: 5px
}

.rev-page-sidebar-block__title-w .rev-page-sidebar-block__rating .icon-star {
    background: #ffb800;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    padding: 1px 4px
}

.rev-page-sidebar-block-small__title-w-b {
    grid-gap: 14px;
    align-items: center;
    display: grid;
    grid-template-columns:1fr max-content;
    margin-bottom: 12px
}

.rev-page-sidebar-block-small__title-w-b .rev-page-sidebar-block-small__title {
    margin-bottom: 0
}

.rev-page-sidebar-block-small__title-w-b .rev-page-sidebar-small-btn {
    background: transparent;
    color: #5244c8;
    font-size: 14px;
    font-weight: 700;
    padding: 0
}

.rev-page-sidebar-block-small__title-w-b .rev-page-sidebar-small-btn:hover {
    opacity: .86
}

.rev-page-sidebar-block-small.-toggle .rev-page-sidebar-small-btn {
    color: #221b25
}

.rev-page-sidebar-block-small.-toggle .casino-list li.-elem-hidden, .rev-page-sidebar-block-small.-toggle .icons-list li.-elem-hidden, .rev-page-sidebar-block-small.-toggle .software-list li.-elem-hidden {
    display: inline-grid
}

.rev-page-sidebar-block__rating__list .rev-page-sidebar-block__rating__list__item {
    grid-gap: 12px;
    align-items: center;
    background: #f4f9fa;
    border-radius: 16px;
    display: grid;
    grid-template-columns:1fr max-content;
    padding: 12px 16px
}

.rev-page-sidebar-block__rating__list .rev-page-sidebar-block__rating__list__item:not(:last-child) {
    margin-bottom: 12px
}

.rev-page-sidebar-block__rating__list .rev-page-sidebar-block__rating__list__item span {
    color: #586885;
    display: inline-block;
    font-size: 16px;
    line-height: 1.2
}

.rev-page-sidebar-block__rating__list .rev-page-sidebar-block__rating__list__item .rating-text {
    color: #0c0f23;
    font-weight: 700
}

.main-rating-stars-v2 {
    align-items: center;
    display: flex
}

.main-rating-stars-v2 .star {
    background: #ffb800;
    border-radius: 3px;
    color: #fff;
    font-size: 10px !important;
    line-height: 1.6 !important;
    margin-right: 5px;
    padding: 1px 4px
}

.main-rating-stars-v2 .star.empty, .main-rating-stars-v2 .star.half {
    background: #ffe7cb;
    color: #ffb800
}

.main-rating-stars-v2 .rating-text {
    color: #b4c0d8;
    font-size: 14px;
    margin-left: 10px
}

@media (max-width: 768px) {
    .main-rating-stars-v2 .rating-text {
        margin-left: 2px;
        margin-top: 3px
    }
}

.hide-mob {
    display: block !important
}

.hide-mob.-grid {
    display: grid !important
}

@media (max-width: 768px) {
    .hide-mob {
        display: none !important
    }
}

.show-mob {
    display: none !important
}

@media (max-width: 768px) {
    .show-mob {
        display: block !important
    }

    .show-mob.-flex {
        display: flex !important
    }

    .show-mob.-grid {
        display: grid !important
    }
}

.languages-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}

.languages-list li {
    background: #fff;
    border: 1px solid #e9ecf0;
    border-radius: 32px;
    color: #4d4d50;
    font-size: 14px;
    padding: 6px 12px
}

.icons-list {
    grid-gap: 6px;
    display: grid;
    grid-template-columns:repeat(2, 1fr)
}

.icons-list li {
    grid-gap: 10px;
    align-items: center;
    background: #fff;
    border-radius: 6px;
    display: grid;
    grid-template-columns:max-content 1fr;
    padding: 5px 6px
}

@media (max-width: 768px) {
    .icons-list li {
        width: 100%
    }
}

.icons-list li.-elem-hidden {
    display: none
}

.icons-list li i {
    display: inline-block;
    height: 34px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    width: 46px
}

.icons-list li span {
    font-size: 13px
}

.cash-list {
    grid-gap: 6px;
    display: grid;
    grid-template-columns:repeat(2, 1fr)
}

.cash-list li {
    background: #fff;
    border-radius: 6px;
    color: #0c0f23;
    font-size: 14px;
    padding: 6px 12px
}

.cash-list li span {
    color: #394762;
    display: block;
    font-weight: 700;
    margin-bottom: 8px
}

.casino-list {
    grid-gap: 6px;
    display: grid;
    grid-template-columns:repeat(2, 1fr)
}

.casino-list li {
    grid-gap: 8px;
    align-items: center;
    background: #fff;
    border-radius: 6px;
    color: #0c0f23;
    display: grid;
    font-size: 14px;
    grid-template-columns:max-content 1fr;
    padding: 6px 12px
}

.casino-list li i {
    display: inline-block;
    height: 20px;
    width: 20px
}

.casino-list li span {
    color: #394762;
    display: block;
    font-size: 12px;
    line-height: 1.2
}

.casino-list li.-item-hidden {
    opacity: .5
}

.software-list {
    grid-gap: 6px;
    display: grid;
    grid-template-columns:repeat(4, 1fr)
}

.software-list li {
    width: 100%
}

.software-list li i {
    display: inline-block;
    height: 42px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 76px
}

@media (max-width: 768px) {
    .software-list li i {
        width: 100%
    }
}

.software-list li.-item-hidden {
    display: none
}

.supp-list {
    display: grid;
    gap: 8px;
    grid-template-columns:repeat(2, 1fr)
}

.supp-list li {
    grid-gap: 8px;
    align-items: center;
    background: #fff;
    border: 1px solid #e9ecf0;
    border-radius: 32px;
    display: grid;
    grid-template-columns:max-content 1fr;
    padding: 6px 16px;
    width: 100%
}

.supp-list li.-item-hidden {
    opacity: .5
}

.supp-list li i {
    display: block;
    height: 18px;
    width: 18px
}

.supp-list li i.icon-mobile {
    background: url(../../images/icon-mobile.svg) no-repeat 50%;
    background-size: contain
}

.supp-list li i.icon-tablet {
    background: url(../../images/icon-tablet.svg) no-repeat 50%;
    background-size: contain
}

.supp-list li i.icon-desktop {
    background: url(../../images/icon-desktop.svg) no-repeat 50%;
    background-size: contain
}

.supp-list li span {
    color: #394762;
    font-size: 12px
}

.benefits-list li {
    padding-left: 24px;
    position: relative
}

.benefits-list li:not(:last-child) {
    margin-bottom: 4px
}

.benefits-list li:before {
    background: url(../../images/benef-list-icon.svg) no-repeat 50%;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 16px;
    left: 0;
    position: absolute;
    top: 0;
    width: 16px
}

.cta-block {
    background: #fff;
    border: 1px solid #e9ecf0;
    border-radius: 24px;
    box-shadow: 0 10px 20px 0 #ebf0f6;
    margin-bottom: 32px;
    padding: 20px
}

.cta-block .cta-block__title {
    color: #0c0f23;
    display: block;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 16px
}

.cta-block .cta-block__item {
    background: url(../../images/bonus-bg.svg) no-repeat 50%;
    background-size: cover;
    border: 1px solid #312e5d;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    padding: 20px;
    place-content: center;
    place-items: center
}

.cta-block .cta-block__item:not(:last-child) {
    margin-bottom: 20px
}

.cta-block .cta-block__text {
    color: #fff;
    font-size: 20px;
    line-height: 1.2
}

.cta-block .cta-block__text strong {
    font-weight: 700
}

.cta-block .cta-block__text span {
    color: #ffb240
}

.cta-block .cta-block__link {
    margin-top: 14px
}

.cta-block .cta-block__link a {
    color: #1094e5;
    font-size: 16px;
    text-decoration: underline;
    text-underline-offset: 3px
}

.cta-block .cta-block__link a:hover {
    text-decoration: none
}

.discleimers-head {
    align-content: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: end;
    margin-bottom: 24px
}

@media (max-width: 768px) {
    .discleimers-head {
        justify-content: center
    }
}

.discleimers-head .discleimers-head__block {
    position: relative
}

@media (min-width: 768px) {
    .discleimers-head .discleimers-head__block:hover .discleimers-head__text {
        display: block
    }
}

.discleimers-head .discleimers-head__block.-toggle .discleimers-head__text {
    display: block
}

.discleimers-head .discleimers-head__block.color-green .discleimers-head__btn {
    border-color: #0f981a;
    color: #0f981a
}

.discleimers-head .discleimers-head__block.color-green .discleimers-head__btn i {
    background: url(../../images/dc-green-icon.svg) no-repeat 50%;
    background-size: contain
}

.discleimers-head .discleimers-head__block.color-green .discleimers-head__btn span {
    color: #0f981a
}

.discleimers-head .discleimers-head__block.color-green .discleimers-head__text {
    border: 1px solid #0f981a
}

.discleimers-head .discleimers-head__block.color-red .discleimers-head__btn {
    border-color: #db1111;
    color: #db1111
}

.discleimers-head .discleimers-head__block.color-red .discleimers-head__btn i {
    background: url(../../images/dc-red-icon.svg) no-repeat 50%;
    background-size: contain
}

.discleimers-head .discleimers-head__block.color-red .discleimers-head__btn span {
    color: #db1111
}

.discleimers-head .discleimers-head__block.color-red .discleimers-head__text {
    border: 1px solid #db1111
}

.discleimers-head .discleimers-head__btn {
    align-items: center;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 8px;
    display: flex;
    gap: 8px;
    margin: 0;
    padding: 8px 14px
}

.discleimers-head .discleimers-head__btn i {
    display: inline-block;
    height: 18px;
    width: 18px
}

.discleimers-head .discleimers-head__btn span {
    font-size: 12px;
    font-weight: 500
}

.discleimers-head .discleimers-head__text {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 20px rgba(2, 7, 41, .1);
    color: #252525;
    display: none;
    font-size: 14px;
    left: 0;
    padding: 20px 14px;
    position: absolute;
    top: 100%;
    width: 200px;
    z-index: 999
}

.discleimers-head .discleimers-head__text a {
    color: #1094e5;
    text-decoration: underline;
    text-underline-offset: 3px
}

.discleimers-head .discleimers-head__text a:hover {
    text-decoration: none
}

.discleimers-head .discleimers-head__text p {
    margin-bottom: 0
}

.discleimers-head .discleimers-head__text p:not(:last-child) {
    margin-bottom: 14px !important
}

@media (max-width: 768px) {
    .discleimers-head.hide-mobile {
        display: none
    }
}

.discleimers-head.compact-style {
    display: none
}

@media (max-width: 768px) {
    .discleimers-head.compact-style {
        display: flex;
        justify-content: flex-end;
        margin-bottom: -4px;
        position: relative;
        top: -14px
    }

    .discleimers-head.compact-style .discleimers-head__btn {
        padding: 5px 8px
    }

    .discleimers-head.compact-style .discleimers-head__btn span {
        display: none
    }

    .discleimers-head.compact-style .discleimers-head__text {
        bottom: 100%;
        font-size: .8125rem;
        left: unset;
        right: 0;
        top: unset;
        width: calc(100vw - 32px)
    }

    .discleimers-head.compact-style.-toggle .discleimers-head__btn span {
        display: block
    }
}

.offers-block-v2 {
    margin-bottom: 32px
}

.offers-block-v2 .offers-block-v2__item {
    align-items: center;
    border: 1px solid #f2faff;
    border-radius: 12px;
    box-shadow: 0 10px 20px 0 #ebf0f6;
    display: grid;
    gap: 16px;
    grid-template-columns:max-content 360px 1fr;
    padding: 16px 16px 16px 46px;
    position: relative
}

@media (max-width: 768px) {
    .offers-block-v2 .offers-block-v2__item {
        display: flex;
        flex-direction: column;
        padding-left: 16px;
        place-content: center;
        place-items: center
    }
}

.offers-block-v2 .offers-block-v2__item:not(:last-child) {
    margin-bottom: 20px
}

.offers-block-v2 .offers-block-v2__num {
    background: #fff;
    border: 2px solid #f2faff;
    border-radius: 100%;
    color: #0c0f23;
    display: flex;
    font-size: 17px;
    font-weight: 700;
    height: 50px;
    left: -16px;
    padding-left: 10px;
    place-content: center;
    place-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px
}

@media (max-width: 768px) {
    .offers-block-v2 .offers-block-v2__num {
        background: #515151;
        border: none;
        color: #fff;
        font-size: .875rem;
        height: 2.125rem;
        left: -10px;
        padding: 0;
        top: -10px;
        transform: unset;
        width: 2.125rem
    }
}

@media (min-width: 768px) {
    .offers-block-v2 .offers-block-v2__logo_text {
        width: 148px
    }
}

@media (max-width: 768px) {
    .offers-block-v2 .offers-block-v2__logo_text {
        grid-gap: 16px;
        align-items: start;
        display: grid;
        grid-template-columns:max-content 1fr
    }
}

.offers-block-v2 .offers-block-v2__logo {
    width: 146px
}

.offers-block-v2 .offers-block-v2__logo button {
    background: transparent
}

@media (max-width: 768px) {
    .offers-block-v2 .offers-block-v2__logo a {
        display: flex !important;
        place-content: center
    }
}

.offers-block-v2 .offers-block-v2__logo img {
    height: auto;
    width: 146px
}

.offers-block-v2 .offers-block-v2__rev-link {
    font-size: 12px;
    margin-top: 10px;
    text-align: center
}

@media (max-width: 768px) {
    .offers-block-v2 .offers-block-v2__rev-link {
        margin-top: 0;
        text-align: left
    }
}

.offers-block-v2 .offers-block-v2__rev-link a {
    color: #114bd2;
    text-decoration: underline;
    text-underline-offset: 4px
}

.offers-block-v2 .offers-block-v2__rev-link a:hover {
    text-decoration: none
}

.offers-block-v2 .offers-block-v2__head {
    grid-gap: 16px;
    align-items: center;
    display: grid;
    grid-template-columns:1fr max-content
}

@media (max-width: 768px) {
    .offers-block-v2 .offers-block-v2__head.-hide-mob {
        display: none
    }
}

.offers-block-v2 .offers-block-v2__head.-show-mob {
    display: none
}

@media (max-width: 768px) {
    .offers-block-v2 .offers-block-v2__head.-show-mob {
        display: block
    }
}

.offers-block-v2 .offers-block-v2__head .offers-block-v2__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase
}

@media (max-width: 768px) {
    .offers-block-v2 .offers-block-v2__head .offers-block-v2__title {
        margin-bottom: 6px
    }
}

.offers-block-v2 .offers-block-v2__head .offers-block-v2__title a {
    color: #0c0f23
}

.offers-block-v2 .offers-block-v2__head .offers-block-v2__title a:hover {
    opacity: .76
}

@media (max-width: 768px) {
    .offers-block-v2 .offers-block-v2__sec1 {
        width: 100%
    }
}

.offers-block-v2 .offers-block-v2__data {
    grid-gap: 36px;
    align-items: center;
    display: grid;
    grid-template-columns:200px 1fr 200px
}

@media (max-width: 768px) {
    .offers-block-v2 .offers-block-v2__data {
        grid-gap: 16px;
        grid-template-columns:1fr 136px
    }

    .offers-block-v2 .offers-block-v2__data .offers-block-v2__btn {
        display: none
    }
}

.offers-block-v2 .offers-block-v2__data .rev-page-card--bonus-val {
    margin-bottom: 16px
}

@media (max-width: 768px) {
    .offers-block-v2 .mob-promo-sec {
        grid-column: 1/3;
        margin-top: 12px
    }

    .offers-block-v2 .mob-promo-sec-hide-mob {
        display: none
    }
}

.offers-block-v2 .offers-block-v2__label {
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 24px
}

@media (max-width: 768px) {
    .offers-block-v2 .offers-block-v2__label {
        margin-top: 0
    }
}

.offers-block-v2 .offers-block-v2__payments {
    grid-gap: 12px;
    display: grid;
    grid-template-columns:repeat(4, 1fr)
}

@media (max-width: 768px) {
    .offers-block-v2 .offers-block-v2__payments {
        grid-gap: 8px
    }
}

.offers-block-v2 .offers-block-v2__payments img {
    height: 28px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-fit: center;
    object-fit: center;
    width: 100%
}

@media (max-width: 768px) {
    .offers-block-v2 .offers-block-v2__payments img {
        height: 24px
    }
}

.offers-block-v2 .offers-block-v2__fields .offers-block-v2__fields__line {
    background: url(../../images/fields-icon.svg) no-repeat left 3px;
    background-size: 14px;
    font-size: 14px;
    line-height: 1.4;
    padding-left: 20px
}

@media (max-width: 768px) {
    .offers-block-v2 .offers-block-v2__fields .offers-block-v2__fields__line {
        font-size: 12px
    }
}

.offers-block-v2 .offers-block-v2__fields .offers-block-v2__fields__line:not(:last-child) {
    margin-bottom: 7px
}

.offers-block-v2__lines {
    background: #f2faff;
    border-radius: 12px;
    display: block;
    margin-bottom: 0 !important;
    margin-top: 16px;
    padding: 16px !important
}

@media (max-width: 768px) {
    .offers-block-v2__lines {
        margin-top: 0;
        width: 100%
    }
}

.offers-block-v2__lines .offers-block-v2__lines__line {
    color: #0c0f23;
    display: block;
    font-size: 14px;
    line-height: 1.3;
    padding-left: 18px;
    position: relative
}

.offers-block-v2__lines .offers-block-v2__lines__line:not(:last-child) {
    margin-bottom: 10px
}

.offers-block-v2__lines .offers-block-v2__lines__line:before {
    background: url(../../images/green-circle-check-icon.svg) no-repeat 50%;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 14px;
    left: 0;
    position: absolute;
    top: 2px;
    width: 14px
}

.offers-block-v2__mob-data-info {
    display: none
}

@media (max-width: 768px) {
    .offers-block-v2__mob-data-info {
        display: block;
        width: 100%
    }

    .offers-block-v2__mob-data-info .offers-block-v2__btn {
        margin-top: 16px
    }

    .offers-block-v2__mob-data-info .offers-block-v2__btn a, .offers-block-v2__mob-data-info .offers-block-v2__btn button, .offers-block-v2__mob-data-info .offers-block-v2__btn span {
        height: 48px;
        width: 100%
    }
}

.offers-block-v2__bonus {
    color: #0c0f23;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center
}

@media (max-width: 768px) {
    .offers-block-v2__bonus {
        font-size: 18px
    }

    .offers-block-v2__bonus.-hide-mob {
        display: none
    }
}

.offers-block-v2__bonus span, .offers-block-v2__bonus strong {
    color: #f87340
}

.offers-block-v2__rating {
    align-items: center;
    display: flex;
    gap: 12px
}

.offers-block-v2__rating .offers-block-v2__rating__stars {
    display: inline-block;
    height: 15px;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    width: 85px
}

.offers-block-v2__rating .offers-block-v2__rating__stars:before {
    background-image: url(../../images/stars-empty.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto 100%;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.offers-block-v2__rating .offers-block-v2__rating__stars span {
    display: block;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%
}

.offers-block-v2__rating .offers-block-v2__rating__stars span:before {
    background-image: url(../../images/stars-active.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto 100%;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.offers-block-v2__rating .offers-block-v2__rating__value {
    color: #0c0f23;
    font-size: 18px;
    font-weight: 500
}

.offers-block-v2__rating .offers-block-v2__rating__value span {
    font-size: 14px
}

.offers-block-v2__btn a, .offers-block-v2__btn button, .offers-block-v2__btn span {
    background: linear-gradient(270deg, #721e95 1.76%, #ed2f95 101.88%);
    border-radius: 32px;
    color: #f1f2f3 !important;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    height: 46px;
    place-content: center;
    place-items: center;
    text-transform: uppercase;
    width: 200px
}

.offers-block-v2__btn a:hover, .offers-block-v2__btn button:hover, .offers-block-v2__btn span:hover {
    opacity: .86
}

.rev-page-header-v2 {
    background: #fff;
    border: 1px solid #f2faff;
    border-radius: 24px;
    box-shadow: 0 10px 20px 0 #ebf0f6;
    margin-bottom: 42px;
    padding: 36px 36px 24px
}

@media (max-width: 768px) {
    .rev-page-header-v2 {
        padding: 16px
    }
}

.rev-page-header-v2 .rev-page-header-v2__data {
    grid-gap: 24px;
    align-items: center;
    display: grid;
    grid-template-columns:max-content 1fr 390px
}

@media (max-width: 768px) {
    .rev-page-header-v2 .rev-page-header-v2__data {
        display: flex;
        flex-direction: column;
        gap: 16px;
        place-content: center;
        place-items: center
    }

    .rev-page-header-v2 .rev-page-header-v2__content {
        order: 1
    }
}

.rev-page-header-v2 .rev-page-header-v2__last {
    display: flex;
    flex-direction: column;
    gap: 16px;
    place-content: center;
    place-items: center
}

.rev-page-header-v2 .rev-page-header-v2__last .offers-block-v2__btn a, .rev-page-header-v2 .rev-page-header-v2__last .offers-block-v2__btn button, .rev-page-header-v2 .rev-page-header-v2__last .offers-block-v2__btn span {
    width: 280px
}

@media (max-width: 768px) {
    .rev-page-header-v2 .offers-block-v2__rating {
        place-content: center
    }

    .rev-page-header-v2 .offers-block-v2__rating.hide-mob {
        display: none
    }
}

.rev-page-header-v2 .offers-block-v2__rating.show-mob {
    display: none
}

@media (max-width: 768px) {
    .rev-page-header-v2 .offers-block-v2__rating.show-mob {
        display: flex
    }
}

.rev-page-header-v2 .rev-page-header-v2__logo img {
    height: auto;
    width: 246px
}

@media (max-width: 768px) {
    .rev-page-header-v2 .rev-page-header-v2__logo img {
        height: 100%;
        max-height: 240px;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: center;
        object-position: center;
        width: 280px
    }
}

.rev-page-header-v2 .rev-page-header-v2__head {
    grid-gap: 20px;
    align-items: center;
    display: grid;
    grid-template-columns:1fr max-content;
    margin-bottom: 16px
}

.rev-page-header-v2 .h1, .rev-page-header-v2 h1 {
    color: #0c0f23;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 0;
    text-transform: uppercase
}

.rev-page-header-v2 .h1.hide-mob, .rev-page-header-v2 h1.hide-mob {
    display: block
}

@media (max-width: 768px) {
    .rev-page-header-v2 .h1.hide-mob, .rev-page-header-v2 h1.hide-mob {
        display: none
    }
}

.rev-page-header-v2 .h1.show-mob, .rev-page-header-v2 h1.show-mob {
    display: none
}

@media (max-width: 768px) {
    .rev-page-header-v2 .h1.show-mob, .rev-page-header-v2 h1.show-mob {
        display: block
    }
}

.rev-page-header-v2 .rev-page-header-v2__bottom {
    grid-gap: 46px;
    align-items: center;
    border-bottom: 1px solid #114bd2;
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    margin-bottom: 24px;
    padding: 24px 0
}

@media (max-width: 768px) {
    .rev-page-header-v2 .rev-page-header-v2__bottom {
        display: flex;
        flex-direction: column;
        gap: 12px
    }

    .rev-page-header-v2 .rev-page-header__benefs ul {
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
        place-content: center;
        place-items: center
    }
}

.rev-page-header-v2 .rev-page-header__benefs ul li {
    margin-bottom: 0
}

.page-author-data {
    grid-gap: 16px;
    align-items: center;
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    display: grid;
    grid-template-columns:1fr max-content;
    margin-bottom: 24px;
    padding: 12px 16px
}

@media (max-width: 768px) {
    .page-author-data {
        display: flex;
        flex-direction: column;
        gap: 12px
    }
}

.page-author-data.-slot {
    grid-template-columns:max-content 1fr max-content;
    margin-bottom: 3px
}

.page-author-data .hero-block__date span {
    font-weight: 700;
    opacity: .76
}

.page-author-data .author-small__label {
    color: #6d6d6d
}

@media (max-width: 768px) {
    .hero-block-mob-data-grid {
        grid-gap: .875rem;
        align-items: center;
        display: grid;
        grid-template-columns:1fr max-content
    }

    .hero-block-mob-data-grid .hero-block__date {
        margin-bottom: 0 !important
    }
}

.author-small-compact-block {
    position: relative
}

.author-small-compact-block .author-small-compact-block--label, .author-small-compact-block .author-small__label.-c {
    display: none
}

@media (max-width: 768px) {
    .author-small-compact-block .author-small-compact-block--label {
        background: transparent;
        color: #fff;
        display: block;
        font-size: .875rem;
        font-weight: 700;
        margin: 0;
        outline: none;
        padding: 0;
        text-decoration: underline;
        text-underline-offset: .1875rem
    }

    .author-small-compact-block .author-small-compact-block--label:hover {
        text-decoration: none
    }

    .author-small-compact-block .author-small, .author-small-compact-block .author-small__label {
        display: none
    }

    .author-small-compact-block .author-small__label.-c {
        display: block
    }

    .author-small-compact-block:hover .author-small {
        background: #271b2c;
        border-radius: .25rem;
        bottom: 100%;
        box-shadow: 0 0 20px rgba(2, 7, 41, .1);
        display: grid;
        padding: 16px;
        position: absolute;
        right: 0;
        width: 220px;
        z-index: 99
    }

    .author-small-compact-block:hover .author-small .author-small__label {
        margin-top: 10px
    }
}

.header-present-v3 a {
    display: flex;
    height: 2.625rem;
    place-content: center;
    place-items: center;
    position: relative;
    width: 2.625rem
}

.header-present-v3 a:hover {
    opacity: .86
}

.header-present-v3 a i {
    background: url(../../images/present-tg-icon.svg) no-repeat 50%;
    background-size: contain;
    display: block;
    height: 100%;
    width: 100%
}

.header-present-v3 a:after {
    background: #f10808;
    border-radius: 50%;
    color: #fff;
    content: "1";
    display: flex;
    font-size: 12px;
    height: 1.125rem;
    place-content: center;
    place-items: center;
    position: absolute;
    right: -5px;
    top: -3px;
    width: 1.125rem
}

.offers-load-more-btn-wrapper {
    display: flex;
    margin-bottom: 24px;
    place-content: center;
    place-items: center
}

.offers-load-more-btn-wrapper .offers-load-more-btn {
    background: linear-gradient(180deg, #4f46c5, #3b3373);
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    padding: 12px 42px
}

.offers-load-more-btn-wrapper .offers-load-more-btn.-loading {
    animation: gradientAnimation 5s linear infinite;
    background: linear-gradient(105deg, #c873e1, #ffbfa8, #6ff3c3, #66a6e4, #ff5757, #ffd957, #f7f972, #6af289, #79f1f8, #7556f2, #f15af9, #f15af9, #fce5a8, #ffbfa8, #fce5a8, #ff6754, #ff5757, #ffd957, #f7f972, #6af289, #79f1f8, #7556f2, #f15af9, #f15af9, #fce5a8);
    background-size: 200% 200%
}

.offers-load-more-btn-wrapper .offers-load-more-btn:hover {
    opacity: .86
}

@keyframes gradientAnimation {
    0% {
        background-position: 100% 100%
    }
    to {
        background-position: 0 0
    }
}

.offers-block-compact {
    margin-bottom: 2rem
}

.offers-block-compact .offers-block-compact__item {
    grid-gap: 1.5rem;
    align-items: center;
    background: #fff;
    border-radius: .375rem;
    box-shadow: 0 0 12px rgba(0, 0, 0, .044) !important;
    display: grid;
    grid-template-columns:max-content 1fr max-content;
    padding: .875rem;
    position: relative;
    width: 100%
}

@media (max-width: 768px) {
    .offers-block-compact .offers-block-compact__item {
        display: flex;
        flex-direction: column;
        place-content: center;
        place-items: center
    }
}

.offers-block-compact .offers-block-compact__item:not(:last-child) {
    margin-bottom: 1rem
}

.offers-block-compact .offers-block-compact__num {
    background: #ff9431;
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: .875rem;
    font-weight: 700;
    height: 1.5rem;
    left: -.75rem;
    place-content: center;
    place-items: center;
    position: absolute;
    top: -.75rem;
    width: 1.5rem
}

.offers-block-compact .offers-block-compact__content {
    grid-gap: 1.25rem;
    align-items: center;
    display: grid;
    grid-template-columns:max-content 260px
}

@media (max-width: 768px) {
    .offers-block-compact .offers-block-compact__content {
        grid-gap: .75rem;
        align-items: center;
        grid-template-columns:max-content 1fr;
        width: 100%
    }
}

.offers-block-compact .offers-block-compact__logo {
    position: relative;
    width: 9.125rem
}

.offers-block-compact .offers-block-compact__logo a, .offers-block-compact .offers-block-compact__logo button {
    border: 1px solid #dadada;
    border-radius: 4px;
    display: flex;
    height: 5.375rem;
    padding: .25rem;
    place-content: center;
    place-items: center;
    width: 100%
}

.offers-block-compact .offers-block-compact__logo img {
    border-radius: .375rem;
    height: 100% !important;
    max-width: 100% !important;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    width: 100% !important
}

.offers-block-compact .offers-block-compact__bonus {
    color: #5244c8;
    font-size: 1.125rem;
    font-weight: 700;
    text-align: center
}

.offers-block-compact .offers-block-compact__bonus b, .offers-block-compact .offers-block-compact__bonus span, .offers-block-compact .offers-block-compact__bonus strong {
    font-weight: 700
}

.offers-block-compact .offers-block-compact__data {
    display: flex;
    gap: 1.25rem;
    place-content: center;
    justify-content: space-between;
    place-items: center
}

@media (max-width: 768px) {
    .offers-block-compact .offers-block-compact__data {
        width: 100%
    }
}

.offers-block-compact .offers-block-compact__data .offers-block-compact__data__card {
    line-height: 1.2;
    text-align: center
}

.offers-block-compact .offers-block-compact__data .offers-block-compact__data__label {
    font-size: .8125rem;
    margin-bottom: 4px;
    opacity: .5
}

@media (max-width: 768px) {
    .offers-block-compact .offers-block-compact__data .offers-block-compact__data__label {
        font-size: .6875rem
    }
}

.offers-block-compact .offers-block-compact__data .offers-block-compact__data__value {
    font-size: 1.5rem;
    font-weight: 700
}

@media (max-width: 768px) {
    .offers-block-compact .offers-block-compact__data .offers-block-compact__data__value {
        font-size: .9375rem
    }

    .offers-block-compact .offers-block-compact__last {
        width: 100%
    }
}

.offers-block-compact .offers-block-compact__last .rev-page-card--bonus-val {
    margin-bottom: .875rem
}

@media (max-width: 768px) {
    .offers-block-compact .offers-block-compact__last .offers-block-v2__btn {
        text-align: center;
        width: 100%
    }

    .offers-block-compact .offers-block-compact__last .offers-block-v2__btn a, .offers-block-compact .offers-block-compact__last .offers-block-v2__btn button, .offers-block-compact .offers-block-compact__last .offers-block-v2__btn span {
        display: block;
        width: 100%
    }

    .-v2-toggle-block {
        display: none
    }

    .-v2-toggle-block.-toggle {
        display: block
    }
}

.-v2-toggle-block__btn {
    display: none
}

@media (max-width: 768px) {
    .-v2-toggle-block__btn {
        align-items: center;
        background: transparent;
        display: inline-flex;
        gap: .25rem;
        outline: none
    }

    .-v2-toggle-block__btn span {
        font-size: .875rem;
        text-decoration: underline;
        text-underline-offset: 4px
    }

    .-v2-toggle-block__btn i {
        background: url(../../images/arrow-down-b.svg) no-repeat 50%;
        background-size: contain;
        display: inline-block;
        height: .875rem;
        width: .875rem
    }

    .-v2-toggle-block__btn.-toggle span {
        text-decoration: none
    }

    .-v2-toggle-block__btn.-toggle i {
        background: url(../../images/arrow-top-b.svg) no-repeat 50%;
        background-size: contain
    }
}

.g-contact-form-scs-form-message {
    color: #0f981a;
    display: none;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 16px;
    margin-top: 14px
}

.g-subscribe-form--wrapp {
    background: #1c1a35 url(../../images/hero-bg.svg) no-repeat 50%;
    background-size: cover;
    border-radius: 5px;
    margin-bottom: 32px;
    padding: 42px 0 0
}

.g-subscribe-form {
    margin-left: auto;
    margin-right: auto;
    max-width: 640px;
    min-height: 286px;
    padding: 32px 30px;
    width: 100%
}

@media (max-width: 768px) {
    .g-subscribe-form {
        background: #222246;
        display: block;
        padding: 30px 40px
    }
}

.g-subscribe-form .g-subscribe-form--title {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 14px;
    text-align: center
}

@media (max-width: 768px) {
    .g-subscribe-form .g-subscribe-form--title {
        font-size: 24px
    }
}

.g-subscribe-form .g-subscribe-form--desc {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: center
}

@media (max-width: 768px) {
    .g-subscribe-form .g-subscribe-form--desc {
        font-size: 16px
    }
}

.g-subscribe-form form {
    position: relative;
    width: 100%
}

.g-subscribe-form form input {
    background: hsla(0, 0%, 100%, .14);
    border: none;
    border-radius: 24px;
    color: #fff;
    height: 50px;
    padding: 0 100px 0 16px;
    width: 100%
}

.g-subscribe-form form button {
    background: linear-gradient(180deg, #4f46c5, #3b3373);
    border: none;
    border-radius: 24px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    padding: 0 24px;
    position: absolute;
    right: 5px;
    top: 5px
}

.g-subscribe-form form.-error input {
    border: 1px solid red;
    color: red
}

.g-subscribe-form .g-subscribe-form--errors ul {
    color: #1bdc7e;
    font-size: 15px;
    margin: 8px 0 0;
    padding: 0
}

.g-subscribe-form .g-subscribe-form--errors ul.error-text {
    color: red
}

.g-subscribe-form .g-subscribe-form--errors ul li {
    list-style: none;
    margin: 0;
    padding: 0
}

.g-subscribe-form .g-subscribe-form--errors ul li:before {
    background: transparent !important
}

.aff-btn-link {
    cursor: pointer
}

.company-map-block {
    border: 2px solid #1094e5;
    border-radius: 3px;
    margin-bottom: 32px;
    padding: 20px 16px
}

@media (min-width: 768px) {
    .company-map-block {
        grid-gap: 42px;
        display: grid;
        grid-template-columns:1fr 35%;
        padding: 24px 20px
    }
}

@media (max-width: 768px) {
    .company-map-block > section {
        border-bottom: 1px solid #1094e5;
        margin-bottom: 24px;
        padding-bottom: 24px
    }
}

.company-map-block .company-map-block__label {
    border-bottom: 2px solid #1094e5;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 16px;
    padding-bottom: 16px
}

.company-map-block .company-map-block__logo {
    margin-bottom: 20px
}

.company-map-block .company-map-block__logo img {
    height: auto;
    max-width: 8.75rem;
    width: 100%
}

.company-map-block .company-map-block__table .company-map-block__table__row {
    grid-gap: 1.25rem;
    align-items: center;
    display: grid;
    grid-template-columns:140px 1fr
}

.company-map-block .company-map-block__table .company-map-block__table__row:not(:last-child) {
    margin-bottom: 16px
}

.company-map-block .company-map-block__table .company-map-block__table__label {
    color: #4d4d50;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2
}

.company-map-block .company-map-block__table .company-map-block__table__value {
    font-size: 15px
}

.company-map-block .company-map-block__table .company-map-block__table__value.-btn a {
    background: #1094e5;
    border-radius: .1875rem;
    color: #fff;
    display: inline-block;
    font-size: .875rem;
    font-weight: 500;
    padding: 7px 20px
}

.company-map-block .company-map-block__table .company-map-block__table__value.-btn a:hover {
    opacity: .86
}

.company-map-block .company-map-block__table .company-map-block__table__value:not(.-btn) a:hover {
    text-decoration: underline;
    text-underline-offset: 3px
}

.company-map-block .company-map-block__title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center
}

.company-map-block .company-map-block__map {
    width: 100%
}

.company-map-block .company-map-block__map iframe {
    border: none;
    height: auto;
    min-height: 340px;
    width: 100%
}

.trustpilot-widget {
    margin-top: 20px;
    width: 14.375rem
}

.g-rev-page-comment-form form .comment-rating-options, .g-rev-page-comment-form form .g-rev-page-comment-form--btn {
    background: #1eaa90
}

.g-button-block-group .g-button-block__btn, .g-button-block-group .g-button-block__link {
    background: #f79d44
}

.slots-compact-grid .slots-compact-grid__btns span {
    background: #f79d44;
    color: #fff
}

.hero-block .hero-block__title span {
    color: #f79d44
}

body.bg-page {
    background: #fff9ed
}

.site-header {
    background: #252424;
    box-shadow: 0 10px 10px 0 rgba(247, 157, 68, .051)
}

.top-menu ul li a:hover, .top-menu ul li.current-menu-item > a {
    color: #f79d44
}

.header-compare-btn {
    background: #f79d44;
    color: #000
}

.header-compare-btn a {
    color: #000
}

.header-bonus .header-bonus__txt_2 {
    color: #f79d44
}

.header-menu.taras-menu ul li > ul {
    border: 1px solid #f79d44
}

.header-menu.taras-menu ul li > ul li.menu-item-has-children > ul {
    background: #101010;
    border: 1px solid #f79d44
}

.header-menu ul li:hover > a {
    color: #f79d44
}

.header-menu ul li ul, .header-menu ul li ul:after, .header-menu ul li ul:before {
    background: #252424
}

.mob-menu-btn.-toggle {
    background: url(../../images/close-icon-blue.svg) no-repeat 50%;
    background-size: 20px
}

.author-small a {
    color: #ffe09b
}

.hero-block {
    background: url(../../images/hero-bg-gold.svg) no-repeat 50%;
    background-size: cover
}

.hero-block .hero-block__content .hero-block__more {
    margin-bottom: 16px
}

.hero-block .hero-block__content .hero-block__more a, .hero-block .hero-block__content .hero-block__more span {
    background: url(../../images/arrow-gold-yellow.svg) no-repeat 100%;
    background-size: 20px;
    color: #ffe09b
}

.hero-block__items .hero-block__items__item .hero-block__items__title {
    color: #ffe09b
}

.hero-block__bottom-items .hero-block__bottom-items__item {
    background: #101010;
    border: 1px solid #f79d44
}

.hero-block__bottom-items .hero-block__bottom-items__item .hero-block__bottom-items__link a {
    background: url(../../images/arrow-gold.svg) no-repeat 100%;
    background-size: 20px;
    color: #f79d44
}

.offers-block .offers-block__bonus b, .offers-block .offers-block__bonus span, .offers-block .offers-block__bonus strong, .offers-block .offers-block__rev-link a {
    color: #f79d44
}

.offers-block .offers-block__benefs dl li:before, .offers-block .offers-block__benefs dl span:before, .offers-block .offers-block__benefs ul li:before, .offers-block .offers-block__benefs ul span:before {
    background: url(../../images/li-Icon-gold.svg) no-repeat 50%;
    background-size: contain
}

.offers-block .offers-block__btn a, .offers-block .offers-block__btn button, .offers-block .offers-block__btn span {
    background: linear-gradient(319.47deg, #7b4616 6.68%, #fe922e 50.43%, #fdfdd4 96.11%);
    color: #000
}

.offers-block__rating, .toc-block {
    background: #fff9ed
}

.toc-block .toc-block__title button {
    background: url(../../images/arrow-gold-down.svg) no-repeat 100%;
    background-size: contain;
    color: #f79d44
}

.toc-block .toc-block__title button:hover, .toc-block.-toggle .toc-block__title button {
    background: url(../../images/arrow-gold.svg) no-repeat 100%;
    background-size: contain
}

.toc-block ul li:before {
    background: url(../../images/toc-icon-gold.svg) no-repeat 50% !important;
    background-size: contain !important
}

.avoid-block .avoid-block__item {
    background: #feeff2
}

.avoid-block .avoid-block__head .avoid-block__rating {
    background: url(../../images/warning-malina.svg) no-repeat 0;
    background-size: 16px;
    color: #f65c81
}

.avoid-block .avoid-block__list li:before {
    background: url(../../images/close-icon-malina.svg) no-repeat 50%;
    background-size: contain
}

.avoid-block__link a {
    background: #f65c81;
    color: #fff
}

.offer-short-desc-block .offer-short-desc-block__offer {
    background: #fff9ed
}

.offer-short-desc-block .offer-short-desc-block__offer .offer-short-desc-block__offer-btn a, .offer-short-desc-block .offer-short-desc-block__offer .offer-short-desc-block__offer-btn button, .offer-short-desc-block .offer-short-desc-block__offer .offer-short-desc-block__offer-btn span {
    background: linear-gradient(319.47deg, #7b4616 6.68%, #fe922e 50.43%, #fdfdd4 96.11%)
}

.offer-short-desc-block .offer-short-desc-block__bonus b, .offer-short-desc-block .offer-short-desc-block__bonus span, .offer-short-desc-block .offer-short-desc-block__bonus strong {
    color: #f79d44
}

.pros-cons-block .pros-cons-block__item.-pros {
    background: rgba(190, 231, 171, .2)
}

.pros-cons-block .pros-cons-block__item.-pros .pros-cons-block__list ul li:before {
    background: #97d978
}

.pros-cons-block .pros-cons-block__item.-cons {
    background: rgba(246, 92, 129, .2)
}

.pros-cons-block .pros-cons-block__item.-cons .pros-cons-block__list ul li:before {
    background: #f65c81
}

.pros-cons-thumb-block .pros-cons-thumb-block__item li {
    padding-left: 0
}

.pros-cons-thumb-block .pros-cons-thumb-block__item li:before {
    content: none
}

.pros-cons-thumb-block .pros-cons-thumb-block__item.-pros li i {
    background: url(../../images/li-thumb-green.svg) no-repeat 50%;
    background-size: contain
}

.pros-cons-thumb-block .pros-cons-thumb-block__item.-cons li i {
    background: url(../../images/li-thumb-red.svg) no-repeat 50%;
    background-size: contain
}

.cards-block .cards-block__item {
    border: 1px solid #f79d44
}

.cards-block .cards-block__num {
    background: #f79d44;
    color: #fff
}

.cards-list-block .cards-list-block__item, .features-block .features-block__table .features-block__table__row:nth-child(odd) {
    background: #fff9ed
}

.post-entry a, .wp-block-group__inner-container a {
    color: #f79d44
}

.post-entry ul li, .wp-block-group__inner-container ul li {
    padding-left: 32px
}

.post-entry ul li:before, .wp-block-group__inner-container ul li:before {
    background: url(../../images/list-icon-gold.svg) no-repeat 50%;
    background-size: contain;
    height: 24px;
    top: 1px;
    width: 24px
}

@media (max-width: 768px) {
    .post-entry ul li:before, .wp-block-group__inner-container ul li:before {
        top: 1px
    }
}

.post-entry ol li::marker, .wp-block-group__inner-container ol li::marker {
    color: #f79d44
}

.post-entry .wp-block-table thead tr th, .wp-block-group__inner-container .wp-block-table thead tr th {
    background: #f79d44;
    color: #000
}

.cards-check-block .cards-check-block__item, .post-entry table tr:nth-child(odd), .wp-block-group__inner-container table tr:nth-child(odd) {
    background: #fff9ed
}

.cards-check-block .cards-check-block__icon {
    background: url(../../images/card-check-icon-gold.svg) no-repeat 50%;
    background-size: contain
}

@media (max-width: 768px) {
    .cards-check-block .cards-check-block__title {
        background: url(../../images/card-check-icon-gold.svg) no-repeat 0;
        background-size: 24px
    }
}

.free-casino-block .free-casino-block__item .free-casino-block__buttons .free-casino-block__btn a {
    background: linear-gradient(319.47deg, #7b4616 6.68%, #fe922e 50.43%, #fdfdd4 96.11%);
    color: #000
}

.faq-block .faq-block__item {
    background: #fff9ed url(../../images/faq-icon-gold.svg) no-repeat center right 32px;
    background-size: 50px
}

@media (max-width: 768px) {
    .faq-block .faq-block__item {
        background: #fff9ed url(../../images/faq-icon-gold.svg) no-repeat top 24px right 16px;
        background-size: 24px
    }
}

.faq-block .faq-block__item.-toggle {
    background: #fff9ed url(../../images/faq-close-icon-gold.svg) no-repeat center right 32px;
    background-size: 50px
}

@media (max-width: 768px) {
    .faq-block .faq-block__item.-toggle {
        background: #fff9ed url(../../images/faq-close-icon-gold.svg) no-repeat top 24px right 16px;
        background-size: 24px
    }
}

.has-inline-color.has-gold-color {
    color: #f79d44
}

.latest-posts-block__read-more a {
    background: url(../../images/arrow-gold.svg) no-repeat 100%;
    background-size: contain;
    color: #f79d44
}

.posts-btn a {
    background: #f79d44;
    color: #fff
}

.giveaway-block .giveaway-block__link a {
    background: #ffe09b;
    color: #000
}

.author-block {
    background: #fff9ed
}

.author-block .author-block__data__link a {
    border: 1px solid #f79d44;
    color: #f79d44
}

.author-block .author-block__text {
    background: url(../../images/author-block__text-gold.svg) no-repeat 0 0;
    background-size: 64px
}

@media (max-width: 768px) {
    .author-block .author-block__text {
        background-size: 46px
    }
}

.author-block__socials .author-block__socials__item .icon-fb {
    background: url(../../images/icon-fb-gold.svg) no-repeat 50%;
    background-size: contain
}

.author-block__socials .author-block__socials__item .icon-tw {
    background: url(../../images/icon-tw-gold.svg) no-repeat 50%;
    background-size: contain
}

.author-block__socials .author-block__socials__item .icon-ln {
    background: url(../../images/icon-ln-gold.svg) no-repeat 50%;
    background-size: contain
}

.site-footer {
    background: #101010
}

.site-footer .site-footer__menues__title {
    color: #ffe09b
}

.site-footer .site-footer__text a {
    color: #f60
}

.breadcrumbs {
    background: url(../../images/home-icon-gold.svg) no-repeat 0 0;
    background-size: 20px
}

.breadcrumbs, .breadcrumbs a {
    color: #7a7979
}

.single-heading {
    background: #fff9ed
}

.single-heading .single-heading__date:after {
    background: #f79d44
}

.single-heading .single-heading__share .single-heading__share__links ul li a i.icon-fb {
    background: url(../../images/soc-icon-fb-gold.svg) no-repeat 50%;
    background-size: contain
}

.single-heading .single-heading__share .single-heading__share__links ul li a i.icon-tw {
    background: url(../../images/soc-icon-tw-gold.svg) no-repeat 50%;
    background-size: contain
}

.single-heading .single-heading__share .single-heading__share__links ul li a i.icon-pt {
    background: url(../../images/soc-icon-pt-gold.svg) no-repeat 50%;
    background-size: contain
}

.single-heading .single-heading__share .single-heading__share__links ul li a i.icon-ln {
    background: url(../../images/soc-icon-ln-gold.svg) no-repeat 50%;
    background-size: contain
}

.contact-page .contact-page__form {
    background: #fff9ed
}

.g-contact-form form button {
    background: #f79d44
}

.error-page-links ul li a {
    border: 1px solid #f79d44;
    color: #f79d44
}

.error-page-links ul li a i {
    background: url(../../images/arrow-left-top-gold.svg) no-repeat 0;
    background-size: contain
}

.error-page-links ul li a:hover {
    background: #f79d44
}

.error-page-links ul li a:hover i {
    background: url(../../images/arrow-left-top-w.svg) no-repeat 0;
    background-size: contain
}

.posts-slider-arrows .splide__pagination__page.is-active {
    background: #f79d44
}

.stats-block .stats-block__item {
    background: #fff9ed
}

.stats-block .stats-block__num, .stats-block .stats-block__value {
    color: #f79d44
}

.features-block__table_v2 .features-block__table_v2__item {
    border-color: #f79d44
}

.features-block__table_v2 .features-block__table_v2__item.-left-line:before {
    background: #f79d44
}

.sign-up-form form button {
    background: #f79d44;
    color: #fff
}

.sing-up-page__items .sing-up-page__items__item span {
    color: #f79d44
}

.complaint-form-block .complaint-form__form form button {
    background: #f79d44;
    color: #fff
}

.rev-page-card--bonus-val .rev-page-card--bonus-val--overlay {
    background: linear-gradient(319.47deg, #7b4616 6.68%, #fe922e 50.43%, #fdfdd4 96.11%)
}

.rev-page-card--bonus-val .rev-page-card--bonus-val--overlay:after {
    background: #fff url(../../images/arrow-left.svg) no-repeat 50%;
    background-size: 16px
}

.rev-page-card--bonus-val input {
    background: #fff9ed;
    border: 1px solid #f79d44;
    color: #1c1a35
}

.rev-page-card--bonus-val .rev-page-card--bonus-val--empty {
    border: 1px solid #f79d44
}

.rev-page-card--bonus-val .rev-page-card--bonus-val--empty span {
    color: #f3f3f3
}

.rev-page-header .rev-page-header__data {
    border-color: #f79d44
}

.rev-page-header .rev-page-header__bonus b, .rev-page-header .rev-page-header__bonus span, .rev-page-header .rev-page-header__bonus strong {
    color: #f79d44
}

.rev-page-header .offers-block__btn a, .rev-page-header .offers-block__btn button, .rev-page-header .offers-block__btn span {
    background: linear-gradient(319.47deg, #7b4616 6.68%, #fe922e 50.43%, #fdfdd4 96.11%);
    color: #000
}

.rev-page-header .rev-page-header__age i {
    background: url(../../images/age-icon-gold.svg) no-repeat 50%;
    background-size: contain
}

.rev-page-header__benefs ul li:before {
    background: url(../../images/benef-icon-gold.svg) no-repeat 50%;
    background-size: contain
}

.rev-page-head .offers-block__btn a, .rev-page-head .offers-block__btn button, .rev-page-head .offers-block__btn span {
    background: linear-gradient(319.47deg, #7b4616 6.68%, #fe922e 50.43%, #fdfdd4 96.11%);
    color: #000
}

.rev-page-data .rev-page-data__item {
    background: #fff9ed
}

.rev-page-data i.icon-dep {
    background: url(../../images/icon-dep-gold.svg) no-repeat 50%;
    background-size: contain
}

.rev-page-data i.icon-pay {
    background: url(../../images/icon-pay-gold.svg) no-repeat 50%;
    background-size: contain
}

.rev-page-data i.icon-plat {
    background: url(../../images/icon-plat-gold.svg) no-repeat 50%;
    background-size: contain
}

.cards-bonus-block .cards-bonus-block__date, .rev-page-data .rev-page-data__label {
    color: #f79d44
}

.cards-bonus-block .cards-bonus-block__link i {
    background: url(../../images/arrow-gold.svg) no-repeat 50%;
    background-size: contain
}

.cards-bonus-block .cards-bonus-block__link span {
    color: #f79d44
}

.cards-easy-block .cards-easy-block__item {
    border: 1px solid #f79d44
}

.cards-easy-block .cards-easy-block__item span {
    color: #f79d44
}

.cards-easy-block .cards-easy-block__item i {
    background: url(../../images/arrow-down-cyrcle-gold.svg) no-repeat 50%;
    background-size: contain
}

.bonus-head .bonus-head__subtitle {
    color: #fff
}

.bonus-head .bonus-head__subtitle b, .bonus-head .bonus-head__subtitle span, .bonus-head .bonus-head__subtitle strong {
    color: #1eaa90
}

.bonus-head .bonus-head__link a {
    background: linear-gradient(319.47deg, #7b4616 6.68%, #fe922e 50.43%, #fdfdd4 96.11%);
    color: #fff
}

.bonus-head__data .bonus-head__data__val, .bonus-head__data .bonus-head__data__val a {
    color: #f79d44
}

.compare-select .compare-select__item {
    background: #fff9ed
}

.compare-select__btn {
    background: linear-gradient(319.47deg, #7b4616 6.68%, #fe922e 50.43%, #fdfdd4 96.11%);
    color: #fff
}

.compare-table .compare-table__attrs {
    border: 1px solid #fff9ed;
    border-right: none
}

.compare-table .compare-table__attrs__label {
    min-height: 46px;
    padding: 10px
}

.compare-table .compare-table__attrs__label:nth-child(2n) {
    background: #fff9ed
}

.compare-table__items .compare-table__item {
    border: 1px solid #fff9ed
}

.compare-table__items .compare-table__item .compare-table__link a, .compare-table__items .compare-table__item .compare-table__link span {
    background: linear-gradient(319.47deg, #7b4616 6.68%, #fe922e 50.43%, #fdfdd4 96.11%);
    color: #fff
}

.compare-table__items .compare-table__item .compare-table__item__param:nth-child(2n) {
    background: #fff9ed
}

.compare-table__items .compare-table__item .compare-table__item__param a, .compare-table__items .compare-table__item .compare-table__item__param b, .compare-table__items .compare-table__item .compare-table__item__param span, .compare-table__items .compare-table__item .compare-table__item__param strong {
    color: #f79d44
}

.compare-table__items .compare-table__item .compare-table__item__param.-devs span {
    border: 1px solid #f79d44;
    color: #1c1a35
}

.slots-grid .slots-grid__link a {
    background: linear-gradient(319.47deg, #7b4616 6.68%, #fe922e 50.43%, #fdfdd4 96.11%);
    color: #000
}

.page-navigation .page-numbers {
    background: #fff9ed;
    color: #585858
}

.page-navigation .page-numbers.current, .page-navigation .page-numbers:hover {
    background: linear-gradient(319.47deg, #7b4616 6.68%, #fe922e 50.43%, #fdfdd4 96.11%);
    color: #fff
}

.slot-post-header {
    background: #fff9ed
}

.slot-post-cover .slot-post__content .slot-post__link {
    background: linear-gradient(319.47deg, #7b4616 6.68%, #fe922e 50.43%, #fdfdd4 96.11%);
    color: #000
}

.slot-post-table .slot-post-table__data .slot-post-table__title {
    border-color: #f79d44
}

.slot-post-table .slot-post-table__data .slot-post-table__list__item i.icon-software {
    background: url(../../images/slot-table-icons/software.svg) no-repeat 50%;
    background-size: contain
}

.slot-post-table .slot-post-table__data .slot-post-table__list__item i.icon-reels {
    background: url(../../images/slot-table-icons/reels.svg) no-repeat 50%;
    background-size: contain
}

.slot-post-table .slot-post-table__data .slot-post-table__list__item i.icon-paylines {
    background: url(../../images/slot-table-icons/paylines.svg) no-repeat 50%;
    background-size: contain
}

.slot-post-table .slot-post-table__data .slot-post-table__list__item i.icon-rtp {
    background: url(../../images/slot-table-icons/rtp.svg) no-repeat 50%;
    background-size: contain
}

.slot-post-table .slot-post-table__data .slot-post-table__list__item i.icon-volatility {
    background: url(../../images/slot-table-icons/volatility.svg) no-repeat 50%;
    background-size: contain
}

.slot-post-table .slot-post-table__data .slot-post-table__list__item i.icon-minimum_bet {
    background: url(../../images/slot-table-icons/minimum_bet.svg) no-repeat 50%;
    background-size: contain
}

.slot-post-table .slot-post-table__data .slot-post-table__list__item i.icon-maximum_bet {
    background: url(../../images/slot-table-icons/maximum_bet.svg) no-repeat 50%;
    background-size: contain
}

.slot-post-table .slot-post-table__data .slot-post-table__list__item i.icon-free_spins {
    background: url(../../images/slot-table-icons/free_spins.svg) no-repeat 50%;
    background-size: contain
}

.slot-post-table .slot-post-table__data .slot-post-table__list__item i.icon-bonus_rounds {
    background: url(../../images/slot-table-icons/bonus_rounds.svg) no-repeat 50%;
    background-size: contain
}

.slot-post-table .slot-post-table__data .slot-post-table__list__item i.icon-wild_symbol {
    background: url(../../images/slot-table-icons/wild_symbol.svg) no-repeat 50%;
    background-size: contain
}

.slot-post-table .slot-post-table__data .slot-post-table__list__item i.icon-scatter_symbol {
    background: url(../../images/slot-table-icons/scatter_symbol.svg) no-repeat 50%;
    background-size: contain
}

.slot-post-table .slot-post-table__data .slot-post-table__list__item i.icon-multiplier {
    background: url(../../images/slot-table-icons/multiplier.svg) no-repeat 50%;
    background-size: contain
}

.slot-post-table .slot-post-table__data .slot-post-table__list__item i.icon-progressive {
    background: url(../../images/slot-table-icons/progressive.svg) no-repeat 50%;
    background-size: contain
}

.slot-post-table .slot-post-table__data .slot-post-table__list__item i.icon-autoplay {
    background: url(../../images/slot-table-icons/autoplay.svg) no-repeat 50%;
    background-size: contain
}

.slot-post-table .slot-post-table__data .slot-post-table__list__item .val a {
    color: #00e89b;
    text-decoration: underline;
    text-underline-offset: 3px
}

.catfish-block {
    background: linear-gradient(90.54deg, #252424, #242323)
}

.catfish-block .catfish-block__bonus, .catfish-block .catfish-block__title {
    color: #fff
}

.catfish-block .catfish-block__bonus b, .catfish-block .catfish-block__bonus span, .catfish-block .catfish-block__bonus strong {
    color: #f79d44
}

.catfish-block .catfish-block__rating .catfish-block__rating-label, .catfish-block .catfish-block__rating .catfish-block__rating-str {
    color: #fff
}

.catfish-block .catfish-block__rating .catfish-block__rating-author {
    color: #fff;
    font-weight: 500
}

.catfish-block .catfish-block__btn a, .catfish-block .catfish-block__btn button, .catfish-block .catfish-block__btn span {
    background: linear-gradient(319.47deg, #7b4616 6.68%, #fe922e 50.43%, #fdfdd4 96.11%);
    color: #000
}

.catfish-block .catfish-block__close span {
    color: #f79d44
}

.catfish-block .catfish-block__close i {
    background: url(../../images/close-icon-gold.svg) no-repeat 50%;
    background-size: contain
}

.splide__pagination__page.is-active {
    background: #f79d44 !important
}

.vs-block .vs-block__sec {
    background: #f3f3f3;
    border: 1px solid #36a3ea
}

.vs-block .vs-block__label {
    background: #36a3ea;
    color: #fff
}

.vs-block .vs-block__title {
    background: #36a3ea
}

#g-top-btn {
    background: linear-gradient(319.47deg, #7b4616 6.68%, #fe922e 50.43%, #fdfdd4 96.11%);
    border: none;
    color: #000
}

.hero-offers-list .hero-offers-list__item {
    background: #17171a;
    border-color: #f79d44
}

.hero-offers-list .hero-offers-list__img {
    background: #fff9ed
}

.hero-offers-list .hero-offers-list__title {
    color: #ffe09b
}

.hero-offers-list .hero-offers-list__bonus b, .hero-offers-list .hero-offers-list__bonus span, .hero-offers-list .hero-offers-list__bonus strong {
    color: #f79d44
}

.hero-offers-list .hero-offers-list__btn a, .hero-offers-list .hero-offers-list__btn button, .hero-offers-list .hero-offers-list__btn span {
    background: linear-gradient(1deg, #ff852b 6.68%, #fe922e 50.43%, #ffcb15 96.11%);
    color: #000
}

.catfish-v2-block .catfish-v2-block__content {
    background: url(../../images/catfish-gold-bg.svg) no-repeat 50%;
    background-size: cover
}

.catfish-v2-block .catfish-v2-block__title {
    color: #fff
}

.catfish-v2-block .catfish-v2-block__title span {
    color: #ffe09b
}

.catfish-v2-block .catfish-v2-block__btn, .offers-block-v2__btn a, .offers-block-v2__btn button, .offers-block-v2__btn span {
    background: #f79d44
}

.company-map-block {
    border: 2px solid #f79d44
}

@media (max-width: 768px) {
    .company-map-block > section {
        border-bottom: 1px solid #f79d44
    }
}

.company-map-block .company-map-block__label {
    border-bottom: 2px solid #f79d44
}

.company-map-block .company-map-block__table .company-map-block__table__value.-btn a {
    background: #f79d44
}

.company-map-block .company-map-block__table .company-map-block__table__value:not(.-btn) a {
    color: #f79d44
}
img:is([sizes="auto" i], [sizes^="auto," i]) {
    contain-intrinsic-size: 3000px 1500px
}
.post-entry ul li, .wp-block-group__inner-container ul li {
    padding-left: 32px;
    /*list-style-type: none;*/
}
/* poppins-regular - latin */
@font-face {
    font-display: optional; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url('wp-content/themes/theme/fonts/poppins-v20-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-500 - latin */
@font-face {
    font-display: optional; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    src: url('wp-content/themes/theme/fonts/poppins-v20-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-600 - latin */
@font-face {
    font-display: optional; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: url('wp-content/themes/theme/fonts/poppins-v20-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-700 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: url('wp-content/themes/theme/fonts/poppins-v20-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.splide__container {
    box-sizing: border-box;
    position: relative
}

.splide__list {
    backface-visibility: hidden;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important
}

.splide.is-initialized:not(.is-active) .splide__list {
    display: block
}

.splide__pagination {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    pointer-events: none
}

.splide__pagination li {
    display: inline-block;
    line-height: 1;
    list-style-type: none;
    margin: 0;
    pointer-events: auto
}

.splide:not(.is-overflow) .splide__pagination {
    display: none
}

.splide__progress__bar {
    width: 0
}

.splide {
    position: relative;
    visibility: hidden
}

.splide.is-initialized, .splide.is-rendered {
    visibility: visible
}

.splide__slide {
    -ms-flex-negative: 0;
    backface-visibility: hidden;
    box-sizing: border-box;
    flex-shrink: 0;
    list-style-type: none !important;
    margin: 0;
    position: relative
}

.splide__slide img {
    vertical-align: bottom
}

.splide__spinner {
    animation: splide-loading 1s linear infinite;
    border: 2px solid #999;
    border-left-color: transparent;
    border-radius: 50%;
    bottom: 0;
    contain: strict;
    display: inline-block;
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px
}

.splide__sr {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
    display: none
}

.splide__toggle.is-active .splide__toggle__pause {
    display: inline
}

.splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0
}

@keyframes splide-loading {
    0% {
        transform: rotate(0)
    }
    to {
        transform: rotate(1turn)
    }
}

.splide__track--draggable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.splide__track--fade > .splide__list > .splide__slide {
    margin: 0 !important;
    opacity: 0;
    z-index: 0
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
    opacity: 1;
    z-index: 1
}

.splide--rtl {
    direction: rtl
}

.splide__track--ttb > .splide__list {
    display: block
}

.splide__arrow {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    align-items: center;
    background: #ccc;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    height: 2em;
    justify-content: center;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2em;
    z-index: 1
}

.splide__arrow svg {
    fill: #000;
    height: 1.2em;
    width: 1.2em
}

.splide__arrow:hover:not(:disabled) {
    opacity: .9
}

.splide__arrow:disabled {
    opacity: .3
}

.splide__arrow:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide__arrow--prev {
    left: 1em
}

.splide__arrow--prev svg {
    transform: scaleX(-1)
}

.splide__arrow--next {
    right: 1em
}

.splide.is-focus-in .splide__arrow:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide__pagination {
    bottom: .5em;
    left: 0;
    padding: 0 1em;
    position: absolute;
    right: 0;
    z-index: 1
}

.splide__pagination__page {
    background: #ccc;
    border: 0;
    border-radius: 50%;
    display: inline-block;
    height: 8px;
    margin: 3px;
    opacity: .7;
    padding: 0;
    position: relative;
    transition: transform .2s linear;
    width: 8px
}

.splide__pagination__page.is-active {
    background: #fff;
    transform: scale(1.4);
    z-index: 1
}

.splide__pagination__page:hover {
    cursor: pointer;
    opacity: .9
}

.splide__pagination__page:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide.is-focus-in .splide__pagination__page:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide__progress__bar {
    background: #ccc;
    height: 3px
}

.splide__slide {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.splide__slide:focus {
    outline: 0
}

@supports (outline-offset:-3px) {
    .splide__slide:focus-visible {
        outline: 3px solid #0bf;
        outline-offset: -3px
    }
}

@media screen and (-ms-high-contrast: none) {
    .splide__slide:focus-visible {
        border: 3px solid #0bf
    }
}

@supports (outline-offset:-3px) {
    .splide.is-focus-in .splide__slide:focus {
        outline: 3px solid #0bf;
        outline-offset: -3px
    }
}

@media screen and (-ms-high-contrast: none) {
    .splide.is-focus-in .splide__slide:focus {
        border: 3px solid #0bf
    }

    .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
        border-color: #0bf
    }
}

.splide__toggle {
    cursor: pointer
}

.splide__toggle:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide.is-focus-in .splide__toggle:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide__track--nav > .splide__list > .splide__slide {
    border: 3px solid transparent;
    cursor: pointer
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
    border: 3px solid #000
}

.splide__arrows--rtl .splide__arrow--prev {
    left: auto;
    right: 1em
}

.splide__arrows--rtl .splide__arrow--prev svg {
    transform: scaleX(1)
}

.splide__arrows--rtl .splide__arrow--next {
    left: 1em;
    right: auto
}

.splide__arrows--rtl .splide__arrow--next svg {
    transform: scaleX(-1)
}

.splide__arrows--ttb .splide__arrow {
    left: 50%;
    transform: translate(-50%)
}

.splide__arrows--ttb .splide__arrow--prev {
    top: 1em
}

.splide__arrows--ttb .splide__arrow--prev svg {
    transform: rotate(-90deg)
}

.splide__arrows--ttb .splide__arrow--next {
    bottom: 1em;
    top: auto
}

.splide__arrows--ttb .splide__arrow--next svg {
    transform: rotate(90deg)
}

.splide__pagination--ttb {
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    left: auto;
    padding: 1em 0;
    right: .5em;
    top: 0
}
