@charset "UTF-8";

@font-face {
    font-family: 'DM Sans';
    src: url('/fonts/rP2Hp2ywxg089UriCZ2IHSeH.woff2') format('woff2');
    font-display: swap
}

.feature-section__paragraph,
address,
ol,
ul {
    margin-bottom: 1rem
}

dd,
h1,
h2,
h3,
h4,
h5,
h6,
label {
    margin-bottom: .5rem
}

.btn,
body {
    -webkit-user-select: none
}

.btn:focus,
.form-control:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn,
.navbar-toggler-icon,
img,
svg {
    vertical-align: middle
}

#breadcrumbs,
#breadcrumbs a {
    color: #a5a5a5
}

h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
    margin-top: 0
}

.body--inner,
.faq-block--item,
.faq-block--item .collapse,
.footer--wrap,
.navbar,
.page-link {
    position: relative
}

.form-submit input,
[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

*,
.g-popup-block,
::after,
::before {
    box-sizing: border-box
}

.cmplz-hidden,
.d-none,
[hidden] {
    display: none !important
}

.nav,
.navbar,
.navbar-nav,
.row,
body .is-layout-flex {
    display: flex
}

.btn-block,
.form-control,
.form-text,
.nav-link,
figure,
footer,
header,
main,
nav,
section {
    display: block
}

.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em
}

:root {
    --color-dark: #020021;
    --color-darken: #A70B20;
    --color-main: #A70B20;
    --color-light: #f0dede;
    --color-brands: #A70B20;
    --color-tables-first: #ff6e6e;
    --color-tables-second: #ff9a9a;
    --color-buttons: #A70B20;
    --color-header: rgb(2, 0, 33);
    --catifsh-phone-color: #01a769;
    --catfish-button-color: #FF0000;
    --default-catifsh-color: rgba(11, 78, 53, .95);
    --popup-color: #f90063
}

@-webkit-keyframes mc_slideIn {
    100% {
        bottom: 0
    }
}

@keyframes mc_slideIn {
    100% {
        bottom: 0
    }
}

@-webkit-keyframes mc_slideOut {
    100% {
        bottom: var(--cmplz-manage-consent-offset)
    }
}

@keyframes mc_slideOut {
    100% {
        bottom: var(--cmplz-manage-consent-offset)
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

:where(.is-layout-flex) {
    gap: .5em
}

:where(.is-layout-grid) {
    gap: .5em
}

.is-layout-flex {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px !important
}

.form-row,
.nav,
.navbar,
.row {
    flex-wrap: wrap
}

.is-layout-flex>:is(*, div) {
    margin: 0
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em
}

.has-white-color {
    color: var(--wp--preset--color--white) !important
}

.has-white-background-color {
    background-color: var(--wp--preset--color--white) !important
}

.has-white-border-color {
    border-color: var(--wp--preset--color--white) !important
}

.has-medium-font-size {
    font-size: var(--wp--preset--font-size--medium) !important
}

:where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em
}

:where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 6em
}

:where(.wp-block-columns.is-layout-grid) {
    gap: 2em
}

:root :where(.wp-block-pullquote) {
    font-size: 1.5em;
    line-height: 1.6
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    max-width: 100vw;
    overflow-x: hidden
}

body {
    margin: 0;
    font-family: "DM Sans", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    text-align: left;
    background-color: #fff
}

address {
    font-style: normal;
    line-height: inherit
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dd {
    margin-left: 0
}

b,
strong {
    font-weight: bolder
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    transition: .5s
}

.btn-link:hover,
a:hover {
    color: #0056b3;
    text-decoration: underline
}

.btn-link,
.btn:hover,
.nav-link:focus,
.nav-link:hover,
.navbar-toggler:focus,
.navbar-toggler:hover,
.page-link:hover {
    text-decoration: none
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

figure {
    margin: 0 0 1rem
}

img {
    border-style: none
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

.btn,
.navbar-text,
.navbar-toggler-icon,
label {
    display: inline-block
}

button {
    border-radius: 0;
    text-transform: none
}

.btn:focus,
button:focus:not(:focus-visible) {
    outline: 0
}

button,
input {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    overflow: visible
}

.btn:not(:disabled):not(.disabled),
[role=button],
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

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

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

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

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

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

.collapse:not(.show),
.navbar-expand .navbar-toggler,
template {
    display: none
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

#breadcrumbs,
h2 {
    margin-bottom: 32px
}

.display-1,
.display-2,
.display-3,
.display-4 {
    font-weight: 300;
    line-height: 1.2
}

.h1,
h1 {
    font-size: 2.5rem
}

.h2,
h2 {
    font-size: 2rem
}

.h3,
h3 {
    font-size: 1.75rem
}

.h4,
h4 {
    font-size: 1.5rem
}

.h5,
h5 {
    font-size: 1.25rem
}

.h6,
h6 {
    font-size: 1rem
}

.display-1 {
    font-size: 6rem
}

.display-2 {
    font-size: 5.5rem
}

.display-3 {
    font-size: 4.5rem
}

.display-4 {
    font-size: 3.5rem
}

.btn,
.btn-link,
.form-control {
    font-weight: 400
}

.btn,
.btn-lg,
.col-form-label,
.form-control,
.form-control-lg {
    line-height: 1.5
}

.container,
.container-lg,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {

    .container,
    .container-lg {
        max-width: 960px
    }
}

.col,
.col-auto {
    max-width: 100%
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1
}

.col-auto {
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%
}

.col-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%
}

.col-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%
}

.col-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%
}

.col-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px
}

.btn-block,
.form-submit,
.table,
input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.table {
    margin-bottom: 1rem;
    color: #000
}

.table td {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.page--content ol,
.page--content ul {
    padding-left: 20px;
    list-style: none
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.table-success,
.table-success>td {
    background-color: #c3e6cb
}

.table-success tbody+tbody,
.table-success td {
    border-color: #8fd19e
}

.table-info,
.table-info>td {
    background-color: #bee5eb
}

.table-info tbody+tbody,
.table-info td {
    border-color: #86cfda
}

.table-dark,
.table-dark>td {
    background-color: #c6c8ca
}

.table-dark tbody+tbody,
.table-dark td {
    border-color: #95999c
}

.table-dark {
    color: #fff;
    background-color: #343a40
}

.table-dark td {
    border-color: #454d55
}

.form-control {
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.btn,
.btn:hover {
    color: #000
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

input[type=date].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control,
input[type=time].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.form-text {
    margin-top: .25rem
}

.form-row {
    display: flex;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.btn {
    text-align: center;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {

    .btn,
    .form-control {
        transition: none
    }
}

#breadcrumbs a,
.btn-link:focus,
.footer--menu a {
    text-decoration: underline
}

.btn-success:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn:disabled {
    opacity: .65
}

.btn-success,
.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:focus,
.btn-success:hover {
    background-color: #218838;
    border-color: #1e7e34;
    color: #fff
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-info:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-info,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:focus,
.btn-info:hover {
    background-color: #138496;
    border-color: #117a8b;
    color: #fff
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-dark:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-dark,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-link,
.page-link {
    color: #007bff
}

.btn-dark:focus,
.btn-dark:hover {
    background-color: #23272b;
    border-color: #1d2124;
    color: #fff
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.btn-block+.btn-block {
    margin-top: .5rem
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link,
.navbar {
    padding: .5rem 1rem
}

.nav-fill .nav-item,
.nav-fill>.nav-link {
    flex: 1 1 auto;
    text-align: center
}

.navbar {
    align-items: center;
    justify-content: space-between
}

.navbar .container,
.navbar .container-lg,
.navbar .container-xl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.navbar-nav {
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-text {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler-icon {
    width: 1.5em;
    height: 1.5em;
    content: "";
    background: 50%/100% 100% no-repeat
}

@media (max-width:991.98px) {

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (max-width:1199.98px) {

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start
}

.navbar-expand .navbar-nav {
    flex-direction: row
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-lg,
.navbar-expand>.container-xl {
    padding-right: 0;
    padding-left: 0;
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.page-link {
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-flex {
    display: flex !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #117a8b !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent,
.navbar-custom.navbar {
    background-color: transparent !important
}

.footer--wrap,
.page--hero {
    background-color: var(--color-dark)
}

.m-0 {
    margin: 0 !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.ml-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
}

.ml-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.ml-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.ml-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.ml-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.ml-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.px-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}

.m-auto {
    margin: auto !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

.ml-auto {
    margin-left: auto !important
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-center {
    align-items: center !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-center {
    align-content: center !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-center {
    align-self: center !important
}

.text-wrap {
    white-space: normal !important
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width:1200px) {

    .container,
    .container-lg,
    .container-xl {
        max-width: 1200px
    }

    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    .col-xl-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .col-xl-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .col-xl-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .col-xl-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-xl {
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }

    .d-xl-none {
        display: none !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .m-xl-0 {
        margin: 0 !important
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .ml-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .my-xl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .ml-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .my-xl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .ml-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .ml-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .ml-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .px-xl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .px-xl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .ml-xl-auto {
        margin-left: auto !important
    }

    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-white {
    color: #fff !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus,
a.text-success:hover {
    color: #19692c !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus,
a.text-info:hover {
    color: #0f6674 !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #121416 !important
}

.text-body {
    color: #000 !important
}

.text-white-50 {
    color: rgba(255, 255, 255, .5) !important
}

.footer--menu a:hover,
.footer--title {
    color: var(--color-main)
}

#breadcrumbs {
    font-size: 16px
}

#breadcrumbs span,
.ncr-rating__box p {
    margin: 0
}

h2 {
    font-size: 36px;
    line-height: 1.33;
    color: var(--color-dark);
    margin-top: 40px;
    font-weight: 600
}

.footer--title,
p {
    margin-bottom: 16px
}

p {
    line-height: 1.55
}

.navbar-custom.navbar {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10
}

.faq-block--button[aria-expanded=true] span.icon,
.page--hero-link-right:hover,
.wp-block-table table tr:nth-child(odd) {
    background: var(--color-main)
}

.navbar-custom.navbar .navbar-nav {
    flex-wrap: wrap;
    justify-content: center
}

.navbar-custom.navbar .navbar-nav .nav-link {
    padding: 16px;
    color: #fff;
    font-weight: 600;
    font-size: 18px
}

.navbar-custom.navbar .collapse,
.wp-container-core-buttons-is-layout-16018d1d {
    justify-content: center
}

.navbar-custom.navbar .navbar-toggler {
    width: 32px;
    height: 32px;
    padding: 0;
    border: none;
    margin-right: 24px
}

.navbar-custom.navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='28.4312' y1='6' x2='2.99978' y2='5.99999' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3Cline x1='28.4316' y1='16.0186' x2='3.00027' y2='16.0186' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3Cline x1='28.4316' y1='25.9485' x2='3.00027' y2='25.9485' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    width: 32px;
    height: 32px
}

.faq-block--button span.icon,
.faq-block--button[aria-expanded=true]:before {
    background: var(--color-light)
}

.footer {
    padding-top: 172px
}

.footer--wrap {
    padding-top: 64px
}

.footer--decor {
    position: absolute;
    width: 100%;
    bottom: 100%;
    left: 0;
    transform: translateY(1px)
}

.footer--decor svg {
    max-width: 100%;
    width: 100%;
    height: auto
}

.footer--title {
    font-size: 22px;
    line-height: 1.27;
    font-weight: 700;
    text-align: center
}

.footer--menu {
    margin-bottom: 33px
}

.footer--menu .menu {
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-left: 0
}

.footer--menu li {
    margin: 0 16px 16px
}

.footer--menu a {
    color: #fff;
    font-size: 18px;
    line-height: 1.27
}

.footer--logos {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 48px 0 24px;
    border-top: 1px solid var(--color-main);
    border-bottom: 1px solid var(--color-main)
}

.footer--logos-item {
    margin: 0 30px 24px
}

.footer--copy {
    margin: 48px 0 64px;
    color: #fff;
    font-size: 18px;
    line-height: 1.55
}

.page--hero {
    padding-bottom: 172px;
    padding-top: 167px;
    position: relative
}

.page--hero-decor {
    position: absolute;
    width: 100%;
    bottom: -.5px;
    left: 0
}

.page--hero-decor svg {
    height: auto;
    width: 100%
}

.page--hero-left {
    width: 468px;
    min-height: 468px;
    max-width: 100%;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-darken);
    border-radius: 36px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, .25)
}

.faq-block--item,
.list-casino--item,
.page--author-social,
.page--toc {
    box-shadow: 0 2px 12px rgba(0, 0, 0, .08)
}

.page--hero-right {
    color: #fff;
    font-size: 24px
}

.page--hero-link,
.page--hero-link-right {
    font-size: 18px;
    margin-bottom: 15px;
    color: #fff
}

.page--hero-right p {
    font-weight: 500;
    margin-bottom: 48px
}

.page--hero-right h1 {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 3px;
    line-height: 1.14;
    margin-bottom: 32px
}

.page--hero-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.page--hero-link {
    display: inline-block;
    border-radius: 36px;
    line-height: 1;
    font-weight: 600;
    padding: 27px 36px;
    margin-right: 24px;
    background-color: var(--color-main);
    transition: .5s
}

.page--hero-link:hover {
    opacity: .8;
    color: #fff;
    text-decoration: none
}

.page--hero-link-right {
    background-color: transparent;
    line-height: 21px;
    font-weight: 500;
    padding: 23px 36px;
    border: 1px solid var(--color-main);
    border-radius: 36px
}

.page--author-social,
.page--toc {
    background-color: #fff
}

.page--hero-link-right span {
    display: inline-block;
    margin-right: 8px
}

.page--hero-link-right:hover {
    color: #fff;
    text-decoration: none
}

.faq-block--button:hover,
.faq-block--button[aria-expanded=true],
.page--toc-button:hover,
.page--toc-list a:hover {
    color: var(--color-main)
}

.page--intro-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 48px
}

.page--intro-left {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.page--intro-image {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 16px
}

.page--intro-image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.page--intro-author-name {
    font-size: 20px;
    font-weight: 700;
    color: var(--color-dark);
    line-height: 1;
    margin-bottom: 6px
}

.page--intro-position {
    color: #a5a5a5;
    line-height: 1.1
}

.page--intro-right {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #a5a5a5
}

.page--intro-right>span {
    margin: 0 24px
}

.page--content {
    clear: both;
    font-size: 18px
}

.page--content ol {
    counter-reset: my-awesome-counter
}

.page--content ol li {
    counter-increment: my-awesome-counter;
    position: relative;
    padding-left: 25px
}

.page--content ol li::before {
    content: counter(my-awesome-counter) ". ";
    font-weight: 700;
    position: absolute;
    display: block;
    left: 0;
    top: 0
}

.page--content ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 8px
}

.page--content figure.wp-block-image {
    display: inline;
    margin-right: 32px;
    margin-bottom: 61px;
    float: left
}

.page--author {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 144px;
    margin-bottom: 96px
}

.page--author-left {
    margin-right: 50px
}

.page--author-right {
    width: 800px;
    font-size: 22px;
    line-height: 1.27;
    font-weight: 700;
    max-width: 100%
}

.page--author-main {
    display: flex;
    align-items: center;
    margin-bottom: 60px
}

.page--author-image {
    max-width: 48px;
    margin-right: 16px
}

.page--author-name {
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 6px
}

.page--author-position {
    font-size: 16px;
    color: #a5a5a5
}

.page--author-socials {
    display: flex
}

.page--author-socials.mobile {
    display: none
}

.page--author-social {
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    margin-right: 16px
}

.page--author-social:hover {
    transform: scale(1.1)
}

.page--toc {
    border-radius: 24px;
    padding: 32px 64px;
    margin-bottom: 64px
}

.page--toc-button {
    font-size: 24px;
    line-height: 1.33;
    color: #000;
    font-weight: 700;
    padding: 0 32px 0 0;
    display: block;
    background-color: transparent;
    border: none;
    outline: 0;
    width: 100%;
    text-align: left
}

.g-popup-block .g-popup-block__content .g-popup-block__bonus,
.g-popup-block .g-popup-block__content .g-popup-block__rating,
.list-casino--link,
.ncr-rating__num {
    text-align: center
}

.page--toc-button span {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 7px;
    right: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%
}

.page--toc-button span svg {
    max-width: 12px
}

.page--toc-button .opened {
    background-color: var(--color-main);
    display: none
}

.page--toc-button .closed {
    background-color: var(--color-light)
}

.nav-item-wrap,
.ncr-rating__block,
.page--toc-button[aria-expanded=true] .opened {
    display: flex
}

.page--toc-button[aria-expanded=true] .closed {
    display: none
}

.page--toc-list {
    padding-top: 24px
}

.page--toc-list ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0
}

.page--toc-list li {
    padding-left: 32px;
    position: relative;
    margin-bottom: 8px
}

.page--toc-list li svg {
    position: absolute;
    left: 0;
    top: 6px
}

.page--toc-list a {
    font-size: 18px;
    line-height: 1.33;
    color: #000
}

.page--toc-list a:hover {
    text-decoration: none
}

.list-casino--item,
.ncr-rating__block:not(:last-child) {
    margin-bottom: 24px
}

.list-casino {
    margin-top: 48px
}

.list-casino--item {
    display: flex;
    background-color: #fff;
    border-radius: 36px;
    overflow: hidden
}

.list-casino--left,
.list-casino--right {
    width: 50%;
    padding: 48px 64px
}

.list-casino--right {
    background-color: var(--color-light)
}

.list-casino--main {
    display: flex;
    align-items: center;
    margin-bottom: 32px
}

.list-casino--image {
    max-width: 72px;
    margin-right: 24px
}

.list-casino--title {
    font-size: 28px;
    font-weight: 600
}

.list-casino--preview,
.ncr-rating__block-style-2 .ncr-rating__bonus-list p b,
.ncr-rating__block-style-2 .ncr-rating__bonus-list p strong {
    font-size: 20px
}

.list-casino--link {
    display: block;
    padding: 22px;
    background-color: var(--color-main);
    color: #fff;
    border-radius: 36px;
    font-weight: 600
}

.faq-block--button span.icon,
.header__inner {
    display: flex;
    align-items: center
}

.list-casino--link:hover {
    text-decoration: none;
    opacity: .85;
    color: #fff
}

.faq-block--item {
    padding: 48px 144px 52px 64px;
    background-color: #fff;
    border-radius: 36px;
    overflow: hidden;
    margin-bottom: 16px
}

.faq-block--button {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    line-height: 1.27;
    outline: 0
}

.faq-block--button:before {
    display: block;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

.faq-block--button .minus,
.faq-block--button[aria-expanded=true] .plus {
    display: none
}

.faq-block--button span,
.menu-item,
.ncr-rating__border-inner,
.page--toc-button,
.search-popup__form,
.slider {
    position: relative
}

.faq-block--button span.icon {
    position: absolute;
    justify-content: center;
    top: 48px;
    right: 64px;
    width: 32px;
    height: 32px;
    border-radius: 50%
}

.faq-block--button[aria-expanded=true] .minus {
    display: block
}

.wp-block-table table tr:first-child {
    background: var(--color-darken) !important;
    background: var(--color-tables-first) !important
}

.wp-block-table td,
.wp-block-table tr {
    border: none
}

.wp-block-table td:first-child {
    border-right: 1px solid #fff
}

.wp-block-table table tr:first-child td {
    color: #fff;
    font-weight: 700
}

.wp-block-table table tr td {
    padding: 16px 12px
}

.wp-block-table table {
    font-size: 14px;
    margin-bottom: 24px;
    width: 100%
}

body {
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

img {
    max-width: 100%;
    height: auto;
    -webkit-user-drag: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    pointer-events: none
}

span[data-name=hcap-cf7]~button[type=submit],
span[data-name=hcap-cf7]~input[type=submit] {
    margin-top: 2rem
}

.page-id-2456 .page--toc,
.page-id-2457 .page--toc,
.page-id-2458 .page--toc,
.page-id-2459 .page--toc,
.page-id-2460 .page--toc,
.page-id-2714 .page--toc {
    display: none !important
}

.form-submit input {
    color: #000;
    cursor: pointer;
    border: 1px solid transparent !important;
    padding: 8px 16px;
    margin-top: 1rem;
    min-width: 240px;
    border-radius: 8px;
    font-weight: 500 !important;
    background-color: var(--color-main) !important;
    transition: .3s ease-in-out
}

.form-submit input:hover {
    cursor: pointer;
    border: none !important;
    border: 1px solid var(--color-main) !important;
    background-color: transparent !important
}

.form-submit input:active {
    scale: .95
}

.popup {
    z-index: 1001 !important
}

.g-popup-block {
    background: var(--color-dark);
    bottom: -500px;
    left: 0;
    right: 0;
    opacity: 0;
    padding: 26px 0;
    position: fixed;
    transition: .65s ease-in;
    width: 100%;
    z-index: 999
}

@media (min-width:410px) and (max-width:480px) {

    .g-popup-block__bonus,
    .g-popup-block__rating {
        margin-left: 8px
    }
}

@media (max-width:768px) {
    :where(.wp-block-columns.is-layout-flex) {
        gap: 2em
    }

    .g-popup-block .g-popup-block__content {
        grid-column-gap: 16px;
        grid-row-gap: 10px;
        align-items: flex-start;
        grid-template-columns: 68px 1fr
    }

    .g-popup-block .g-popup-block__content .g-popup-block__logo {
        height: 50px
    }

    .g-popup-block .g-popup-block__content .g-popup-block__logo img {
        height: 50px;
        max-width: 100%
    }

    .g-popup-block .g-popup-block__content .g-popup-block__rating {
        display: flex;
        gap: 6px;
        grid-column: 2/3;
        grid-row: 1;
        place-items: center;
        text-align: left
    }

    .g-popup-block .g-popup-block__content .g-popup-block__rating .rating_title {
        font-size: 10px;
        margin-bottom: 0
    }

    .g-popup-block .g-popup-block__content .g-popup-block__bonus {
        grid-column: 2/3;
        grid-row: 1;
        margin-top: 16px;
        text-align: left
    }

    .g-popup-block .g-popup-block__content .g-popup-block__bonus .bonus_title {
        font-size: 14px;
        margin-bottom: 0
    }

    .g-popup-block .g-popup-block__content .g-popup-block__bonus .bonus_text {
        font-size: 12px
    }

    .g-popup-block {
        padding: 12px 0
    }
}

.header__search-btn,
.search-popup,
.search__input {
    transition: .2s ease-in-out
}

.quote {
    margin-bottom: 1.5rem;
    background-color: #4994e3;
    color: #fff;
    padding: 40px 40px 40px 80px;
    position: relative;
    border-radius: 8px
}

.quote::before {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 40px;
    height: 40px;
    content: url("data:image/svg+xml,%3Csvg fill='%23FFFFFF' width='40px' height='40px' viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M464 256h-80v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8c-88.4 0-160 71.6-160 160v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48zm-288 0H96v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8C71.6 32 0 103.6 0 192v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48z'/%3E%3C/svg%3E")
}

@media (max-width:580px) {
    .form-submit input {
        min-width: 100%
    }

    .quote {
        padding: 24px 24px 24px 56px
    }

    .quote::before {
        top: 16px;
        left: 16px;
        width: 24px;
        height: 24px;
        content: url("data:image/svg+xml,%3Csvg fill='%23FFFFFF' width='24px' height='24px' viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M464 256h-80v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8c-88.4 0-160 71.6-160 160v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48zm-288 0H96v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8C71.6 32 0 103.6 0 192v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48z'/%3E%3C/svg%3E")
    }
}

.ncr-rating__content-item:not(:last-child):after,
.ncr-rating__preview::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
    background-image: repeating-linear-gradient(to bottom, #fff 0, #fff 10px, transparent 10px, transparent 15px);
    bottom: 0
}

.list-casino--link {
    background-color: var(--color-brands)
}

.wp-block-table table tr:nth-child(odd) {
    background: var(--color-tables-second)
}

a.wp-block-button__link:hover {
    color: #fff;
    opacity: .8
}

a.wp-block-button__link {
    color: #fff;
    text-decoration: none;
    background-color: var(--color-buttons)
}

.header__search {
    padding: 0;
    margin-right: 1rem;
    display: block;
    border: none;
    cursor: pointer;
    background: 0 0
}

.header__search-btn {
    background-color: #171c1f;
    border-radius: 50%;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center
}

.header__search-btn:hover,
.navbar-nav>.menu-item>.nav-item-wrap>a:hover {
    opacity: .8
}

.search-popup {
    width: 100%;
    max-width: 1180px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 100px;
    background-color: #fff;
    z-index: 1;
    visibility: hidden;
    opacity: 0
}

.search__input {
    color: #000;
    background: 0 0;
    border: none;
    border-bottom: 3px solid #000;
    width: 100%;
    font-size: 1.125rem;
    letter-spacing: 0;
    line-height: 1;
    padding: .9375rem .9375rem .9375rem 3.125rem;
    outline: 0
}

.ncr-rating__bonus-list p b,
.ncr-rating__bonus-list p strong,
.ncr-rating__bonus-title {
    font-weight: 700;
    font-size: 16px;
    color: #d1194a
}

.search__input:focus {
    border-bottom: 3px solid var(--color-main)
}

.search__btn {
    position: absolute;
    left: 0;
    top: 50%;
    height: 1.75rem;
    width: 1.75rem;
    -webkit-transform: translate(25%, -60%);
    transform: translate(25%, -60%);
    background: 0 0;
    border: none;
    cursor: pointer
}

.header__search.--mobile {
    display: block
}

.header__search.--desktop,
.minus {
    display: none
}

@media (min-width:769px) {
    .header__search.--mobile {
        display: none
    }

    .header__search.--desktop {
        display: block
    }
}

@media (min-width:992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    .col-lg-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .col-lg-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .col-lg-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .col-lg-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-xl {
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }

    .--mobile,
    .d-lg-none {
        display: none !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .m-lg-0 {
        margin: 0 !important
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .ml-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .my-lg-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .ml-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .my-lg-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .ml-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .ml-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .ml-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .px-lg-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .px-lg-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .ml-lg-auto {
        margin-left: auto !important
    }

    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

.header__logo {
    order: -2
}

.header__mobile-logo {
    display: block;
    max-width: 120px;
    max-height: 42px
}

.page--content ul li:before {
    content: "";
    display: block;
    position: absolute;
    fill: red;
    left: 0;
    top: 6px;
    width: 10px;
    height: 12px;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='12' viewBox='0 0 10 12' fill='%23f90063' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 4.26795C10.3333 5.03775 10.3333 6.96225 9 7.73205L3 11.1962C1.66666 11.966 -5.6841e-07 11.0037 -5.01112e-07 9.4641L-1.9827e-07 2.5359C-1.30972e-07 0.996296 1.66667 0.0340469 3 0.803847L9 4.26795Z' /%3E%3C/svg%3E")
}

.nav-item-wrap a {
    width: 100%;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    text-decoration: none
}

.menu-item a {
    padding: 8px
}

@media (max-width:991px) {
    .header__inner {
        order: -1;
        margin-left: auto;
        margin-right: 1rem
    }

    .navbar-custom.navbar .navbar-toggler {
        margin: 0 !important
    }

    .navbar-custom {
        padding-right: 24px !important;
        padding-left: 24px !important
    }

    .--desktop {
        display: none !important
    }

    .nav-item-wrap a {
        max-width: fit-content
    }

    .nav-item-wrap {
        justify-content: space-between
    }

    #header-menu-container {
        transition: none;
        padding: 8px;
        margin-top: 16px
    }

    .navbar-custom.navbar {
        background-color: #000 !important
    }
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.7352 16L28 26.2648L26.2636 28L16 17.7352L5.73521 28L4 26.2648L14.2636 16L4 5.7352L5.73521 4L16 14.2648L26.2636 4L28 5.7352L17.7352 16Z' fill='white'/%3E%3C/svg%3E%0A")
}

.navbar-nav>.menu-item>.nav-item-wrap>a {
    transition: .15s ease-in-out
}

.ncr-rating__box ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.ncr-rating__box li {
    margin: 0;
    padding: 0
}

.ncr-rating__box {
    margin-top: 2rem
}

.ncr-rating__content,
.ncr-rating__preview {
    background-color: #f7f7f7;
    height: 100%
}

.ncr-rating__preview {
    width: 100%;
    padding: 10px;
    border-radius: 32px;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden
}

.ncr-rating__badge {
    position: absolute;
    left: 26px;
    top: -16px;
    z-index: 2
}

.ncr-rating__image-wrap {
    padding: 12px;
    min-width: 100%;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    max-width: 232px;
    height: 132px;
    display: flex;
    justify-content: center;
    background-color: #fff
}

.ncr-rating__image {
    width: auto;
    height: auto;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.ncr-rating__content {
    display: flex;
    padding: 18px 0;
    border-radius: 32px
}

.ncr-rating__bonus-list,
.ncr-rating__bonus-title {
    background-color: rgba(209, 25, 74, .08);
    border-radius: 12px
}

.ncr-rating__bonus {
    width: 35.5%
}

.ncr-rating__info {
    width: 37.5%
}

.ncr-rating__refs {
    width: 27%
}

.ncr-rating__content-item {
    padding: 0 24px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.ncr-rating__bonus-list::before,
.ncr-rating__list::before {
    position: absolute;
    width: 4px;
    content: "";
    height: 100%;
    top: 0;
    left: 0
}

.ncr-rating__bonus-title {
    max-width: fit-content;
    padding: 2px 12px;
    line-height: 1.5;
    max-height: fit-content
}

.accordion-content,
.collapse {
    max-height: 0;
    overflow: hidden
}

.ncr-rating__bonus-inner {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.ncr-rating__bonus-list {
    margin-top: 8px;
    padding: 6px 16px;
    overflow: hidden;
    position: relative
}

.ncr-rating__box--no-bg .ncr-rating__block--1 .ncr-rating__list,
.ncr-rating__list {
    background-color: #fff
}

.ncr-rating__bonus-list::before {
    bottom: 0;
    background-color: #d1194a;
    opacity: .1
}

.ncr-rating__bonus-list p {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.5
}

.ncr-rating__list {
    padding: 16px 24px !important;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    border-radius: 8px 24px 24px 8px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.ncr-rating__block--1 .ncr-rating__list {
    background-color: rgba(0, 0, 0, .04)
}

.ncr-rating__list::before {
    background-color: #d1194a
}

.ncr-rating__text {
    position: relative;
    padding-left: 36px;
    line-height: 1.33;
    padding-top: 2px;
    padding-bottom: 2px
}

.ncr-rating__icon {
    display: block;
    position: absolute;
    left: 0;
    top: 0
}

.ncr-rating__item:not(:first-child) {
    margin-top: 16px
}

.ncr-rating__item {
    padding-left: 0 !important;
    margin-bottom: 0 !important
}

.ncr-rating__item::before {
    content: none !important;
    display: none !important
}

.ncr-rating__button {
    text-decoration: none !important;
    outline: 0;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.5;
    padding: 13px;
    border-radius: 24px;
    font-size: 16px;
    font-weight: 700;
    transition: .3s ease-in-out;
    white-space: nowrap
}

.ncr-rating__button:not(:first-child) {
    margin-top: 8px
}

.ncr-rating__button--dark {
    background-color: #d1194a;
    color: #fff;
    border: 1px solid #d1194a
}

.ncr-rating__button:hover {
    color: #000;
    background-color: #fff;
    box-shadow: 0 0 13px 3px rgba(209, 25, 74, .15);
    -webkit-box-shadow: 0 0 13px 3px rgba(209, 25, 74, .15);
    -moz-box-shadow: 0 0 13px 3px rgba(209, 25, 74, .15)
}

.ncr-rating__button:active {
    transform: scale(.95)
}

.ncr-rating__button-icon {
    margin-right: 12px
}

.ncr-rating__num {
    position: absolute;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    left: 0;
    top: 6px;
    width: 37px
}

.ncr-rating__bonus-count {
    --percent: 80;
    --hue: calc((var(--percent) / 10) * 12);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: conic-gradient(hsl(var(--hue), 100%, 40%) calc(var(--percent) * 1%), var(--bg) 0);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #000;
    font-size: 16px;
    padding: 5px;
    background-color: hsl(var(--hue), 100%, 85%)
}

.ncr-rating__bonus-count span {
    min-width: 40px;
    min-height: 40px;
    background-color: var(--bg, #fff);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.ncr-rating-0 {
    --percent: 0;
    --bg: #fddede
}

.ncr-rating-5 {
    --percent: 5;
    --bg: #fcd4d4
}

.ncr-rating-10 {
    --percent: 10;
    --bg: #fbcaca
}

.ncr-rating-15 {
    --percent: 15;
    --bg: #fbc0c0
}

.ncr-rating-20 {
    --percent: 20;
    --bg: #fce0c8
}

.ncr-rating-25 {
    --percent: 25;
    --bg: #fceac4
}

.ncr-rating-30 {
    --percent: 30;
    --bg: #fff1cb
}

.ncr-rating-35 {
    --percent: 35;
    --bg: #fff5c6
}

.ncr-rating-40 {
    --percent: 40;
    --bg: #fff8c7
}

.ncr-rating-45 {
    --percent: 45;
    --bg: #ffffcb
}

.ncr-rating-50 {
    --percent: 50;
    --bg: #ffffcc
}

.ncr-rating-55 {
    --percent: 55;
    --bg: #f3facc
}

.ncr-rating-60 {
    --percent: 60;
    --bg: #e6f5c9
}

.ncr-rating-65 {
    --percent: 65;
    --bg: #def3cb
}

.ncr-rating-70 {
    --percent: 70;
    --bg: #d0f1c9
}

.ncr-rating-75 {
    --percent: 75;
    --bg: #c7efcf
}

.ncr-rating-80 {
    --percent: 80;
    --bg: #caeed6
}

.ncr-rating-85 {
    --percent: 85;
    --bg: #bdf0d6
}

.ncr-rating-90 {
    --percent: 90;
    --bg: #baf0d4
}

.ncr-rating-95 {
    --percent: 95;
    --bg: #b1f2ce
}

.ncr-rating-100 {
    --percent: 100;
    --bg: #aaf2cc
}

.ncr-rating__block--1 .ncr-rating__content,
.ncr-rating__block--1 .ncr-rating__preview {
    background: linear-gradient(180deg, #fff9e8 0, #fff0cc 100%)
}

.ncr-rating__border {
    border-radius: 36px;
    padding: 3px
}

.ncr-rating__border:first-child {
    width: 22%;
    max-width: 256px;
    margin-right: -8px
}

.ncr-rating__border:nth-child(2) {
    width: 78%;
    width: calc(78% + 8px)
}

.ncr-rating__border,
.ncr-rating__border:nth-child(2) {
    background: #f7f7f7
}

.ncr-rating__block--1 .ncr-rating__border {
    background: linear-gradient(45deg, #f9c656, #ffe7a8)
}

.ncr-rating__block--1 .ncr-rating__border:nth-child(2) {
    background: linear-gradient(-45deg, #f9c656, #ffe7a8)
}

@media (max-width:1200px) {
    .ncr-rating__button {
        font-size: 14px
    }

    .ncr-rating__list {
        font-size: 16px
    }

    .ncr-rating__item:not(:first-child) {
        margin-top: 16px
    }
}

@media (max-width:1024px) {
    .ncr-rating__block {
        flex-direction: column
    }

    .ncr-rating__border:first-child {
        margin-right: 0;
        margin-bottom: -8px;
        width: 100%;
        max-width: 100%
    }

    .ncr-rating__border:nth-child(2),
    .ncr-rating__button {
        width: 100%
    }

    .ncr-rating__block--1 .ncr-rating__border {
        background: linear-gradient(0deg, #fee190, #fcd779)
    }

    .ncr-rating__block--1 .ncr-rating__border:nth-child(2) {
        background: linear-gradient(-180deg, #fcd779, #f7bb3a)
    }

    .ncr-rating__block--1 .ncr-rating__preview {
        background: linear-gradient(to bottom, #f7efdc 0, #f5e4c0 100%);
        background-size: 100% 200%;
        background-position: top
    }

    .ncr-rating__block--1 .ncr-rating__content {
        background: linear-gradient(to bottom, #f7efdc 0, #f5e4c0 100%);
        background-size: 100% 200%;
        background-position: 0 100%
    }

    .ncr-rating__content-item:not(:last-child):after,
    .ncr-rating__preview::after {
        right: 0;
        left: 0;
        top: auto;
        bottom: 0;
        width: 100%;
        height: 2px;
        background-image: repeating-linear-gradient(to right, #fff 0, #fff 10px, transparent 10px, transparent 15px)
    }

    .ncr-rating__preview {
        padding: 12px 12px 21px
    }

    .ncr-rating__content {
        flex-direction: column;
        padding: 0 18px
    }

    .ncr-rating__content-item {
        padding: 20px 0;
        width: 100%
    }

    .ncr-rating__image {
        max-width: 100%
    }

    .ncr-rating__content-item:not(:last-child):after {
        background-position: -3px 0
    }

    .ncr-rating__bonus-count span {
        font-size: 15px
    }

    .ncr-rating__list {
        padding: 12px 16px !important;
        border-radius: 12px
    }

    .ncr-rating__icon {
        width: 20px;
        height: 20px
    }

    .ncr-rating__text {
        padding: 0 0 0 28px
    }

    .ncr-rating__refs {
        flex-direction: row;
        justify-content: space-between;
        align-items: center
    }

    .ncr-rating__button:not(:first-child) {
        margin: 0 0 0 8px
    }

    .ncr-rating__item:not(:first-child) {
        margin-top: 12px
    }

    .ncr-rating__block {
        width: 50%
    }

    .ncr-rating__block:nth-child(odd) {
        padding-right: 15px
    }

    .ncr-rating__box {
        display: flex;
        flex-wrap: wrap
    }

    .ncr-rating__button-icon {
        margin-right: 8px;
        width: 18px;
        height: 18px
    }
}

@media (max-width:767px) {
    .ncr-rating__block {
        width: 100%
    }

    .ncr-rating__block:nth-child(odd) {
        padding-right: 0
    }
}

@media (max-width:360px) {
    .ncr-rating__button {
        font-size: 12px
    }

    .ncr-rating__button-icon {
        width: 16px;
        height: 16px;
        margin-right: 6px
    }
}

.ncr-rating__block-style-2 .ncr-rating__bonus-title {
    position: absolute;
    z-index: 2;
    right: 26px;
    transform: translateY(-40%);
    background-color: #ededed
}

.ncr-rating__block-style-2.ncr-rating__block--1 .ncr-rating__bonus-title {
    color: #fff;
    background: linear-gradient(180deg, #fee090 0, #f7bb39 100%)
}

.ncr-rating__block-style-2 .ncr-rating__bonus.ncr-rating__content-item {
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}

.ncr-rating__block-style-2 .ncr-rating__bonus-list {
    max-height: fit-content;
    width: 100%;
    margin-left: 24px;
    margin-top: 0
}

.ncr-rating__block-style-2 .ncr-rating__bonus-count {
    width: 80px;
    height: 80px;
    min-width: 80px;
    min-height: 80px
}

.ncr-rating__block-style-2 .ncr-rating__bonus-count span {
    min-width: 70px;
    min-height: 70px;
    font-size: 20px
}

@media (min-width:1025px) {
    .ncr-rating__block-style-2 .ncr-rating__bonus {
        width: 42%
    }

    .ncr-rating__block-style-2 .ncr-rating__info {
        width: 31.5%
    }

    .ncr-rating__block-style-2 .ncr-rating__refs {
        width: 26%
    }
}

.ncr-rating__block-style-2 .ncr-rating__bonus-list p {
    font-size: 16px
}

.ncr-rating__block-style-2 .ncr-rating__list::before {
    content: none;
    display: none
}

.ncr-rating__block-style-2 .ncr-rating__list {
    background: 0 0 !important;
    padding: 0 !important
}

@media (max-width:1200px) and (min-width:1025px) {
    .ncr-rating__block-style-2 .ncr-rating__border:first-child {
        width: 28%;
        max-width: 256px;
        margin-right: -8px
    }

    .ncr-rating__block-style-2 .ncr-rating__refs {
        width: 32%
    }

    .ncr-rating__block-style-2 .ncr-rating__content-item {
        padding: 0 16px
    }

    .ncr-rating__block-style-2 .ncr-rating__bonus-list {
        margin-left: 16px
    }
}

@media (max-width:1200px) {

    .ncr-rating__block-style-2 .ncr-rating__bonus-list p b,
    .ncr-rating__block-style-2 .ncr-rating__bonus-list p strong {
        font-size: 16px
    }

    .ncr-rating__block-style-2 .ncr-rating__bonus-list p {
        font-size: 14px
    }

    .ncr-rating__block-style-2 .ncr-rating__bonus-count {
        width: 48px;
        height: 48px;
        min-width: 48px;
        min-height: 48px
    }

    .ncr-rating__block-style-2 .ncr-rating__bonus-count span {
        width: 40px;
        height: 40px;
        min-width: 40px;
        min-height: 40px;
        font-size: 15px
    }
}

@media (max-width:1024px) {
    .ncr-rating__block-style-2 .ncr-rating__bonus-inner {
        order: 2
    }

    .ncr-rating__block-style-2 .ncr-rating__bonus-list {
        order: 1;
        margin-left: 0;
        margin-right: 20px
    }
}

.ncr-rating__box--no-bg .ncr-rating__block--1 .ncr-rating__content,
.ncr-rating__box--no-bg .ncr-rating__block--1 .ncr-rating__preview,
.ncr-rating__box--no-border .ncr-rating__block--1 .ncr-rating__border {
    background: #f7f7f7
}

@keyframes spin {
    0% {
        transform: rotate(0);
        transform: translate(-50%, -50%) rotate(0)
    }

    100% {
        transform: rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

img:is([sizes=auto i], [sizes^="auto," i]) {
    contain-intrinsic-size: 3000px 1500px
}

.wp-container-core-columns-is-layout-9d6595d7 {
    flex-wrap: nowrap
}

.feature-section,
.slider {
    max-width: 1200px;
    flex-direction: column
}

.page--hero-link:nth-child(2) {
    margin-right: 0
}

.-closed.closed,
.-opened.opened {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s
}

.-closed.closed svg,
.-opened.opened svg {
    display: block;
    width: 16px;
    height: 16px
}

.-collapse.collapse {
    height: 0;
    display: none;
    overflow: hidden;
    transition: height .3s
}

.slider {
    width: 100%;
    margin: 0 auto 40px;
    overflow: hidden;
    display: flex;
    align-items: center
}

.slider__wrapper {
    display: flex;
    transition: transform .5s ease-in-out;
    touch-action: pan-y
}

.slider__slide {
    min-width: 100%;
    flex-shrink: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px
}

.slider__slide img {
    max-width: 900px;
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    border-radius: 8px
}

.slider__title {
    font-size: 36px
}

.slider__controls {
    position: absolute;
    top: 60%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    padding: 0 6px;
    z-index: 2
}

.slider__button {
    background: #e7e7e7;
    color: #000;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 21px;
    border-radius: 50%;
    transition: background .3s
}

.slider__button:hover {
    background: #333;
    color: #fff
}

.slider__pagination {
    display: none;
    justify-content: center;
    gap: 10px;
    margin-top: 20px
}

.slider__pagination-bar {
    width: 30px;
    height: 6px;
    background: #ccc;
    transition: background .3s
}

.slider__pagination-bar--active {
    background: #000
}

@media (max-width:992px) {

    .footer--title,
    h2 {
        margin-bottom: 24px
    }

    h2 {
        font-size: 28px;
        margin-top: 48px
    }

    .navbar-custom.navbar {
        padding: 24px 0
    }

    .navbar-custom.navbar .container {
        max-width: 100%
    }

    .navbar-custom.navbar .navbar-collapse {
        width: 100%;
        background: var(--color-dark);
        height: 100%
    }

    .navbar-custom.navbar .navbar-nav .nav-link {
        padding-left: 24px;
        padding-right: 24px
    }

    .footer {
        padding-top: 60px
    }

    .footer--title {
        font-size: 22px
    }

    .footer--menu {
        margin-bottom: 15px
    }

    .footer--menu a {
        font-size: 16px;
        margin: 0 8px 16px
    }

    .footer--logos {
        padding-top: 32px;
        padding-bottom: 8px
    }

    .page--hero {
        padding-top: 104px
    }

    .page--hero .row {
        flex-direction: column-reverse
    }

    .page--hero-right {
        text-align: center;
        font-size: 16px;
        position: relative
    }

    .page--hero-right h1 {
        font-size: 44px;
        margin-bottom: 16px
    }

    @media (max-width:480px) {
        .page--hero-right h1 {
            font-size: 22px
        }
    }

    .page--hero-links {
        flex-direction: column;
        margin-bottom: 32px
    }

    .page--intro-right,
    .page--intro-row {
        flex-direction: column
    }

    .page--hero-link,
    .page--hero-link-right {
        width: 100%;
        margin-right: 0;
        margin-bottom: 16px;
        font-size: 16px;
        padding-top: 16px;
        padding-bottom: 16px
    }

    .page--hero-link-right {
        padding-top: 11px;
        padding-bottom: 11px
    }

    .page--hero-left {
        margin-left: 48px;
        margin-right: 48px;
        width: auto;
        min-height: 216px;
        padding: 22px
    }

    .page--hero {
        background-color: transparent;
        position: relative;
        padding-bottom: 0;
        margin-bottom: 48px
    }

    .page--hero:before {
        display: block;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 150px;
        background: var(--color-dark)
    }

    .page--author-socials.desktop,
    .page--intro-right>span {
        display: none
    }

    .page--hero-decor {
        bottom: 149px
    }

    .page--intro-row {
        align-items: center
    }

    .page--intro-left {
        margin-bottom: 16px
    }

    .page--toc {
        padding: 32px 24px;
        margin-bottom: 48px
    }

    .list-casino--main,
    .page--author-main,
    .page--author-quote {
        margin-bottom: 24px
    }

    .page--toc-button {
        font-size: 20px
    }

    .page--content {
        font-size: 16px
    }

    .page--content figure.wp-block-image {
        float: none;
        display: block;
        text-align: center;
        margin-bottom: 24px;
        margin-right: 0
    }

    .page--author-socials.mobile {
        display: flex
    }

    .list-casino--item,
    .page--author {
        flex-direction: column
    }

    .page--author-left {
        margin-right: 0
    }

    .page--author-quote {
        font-size: 18px;
        text-align: center
    }

    .list-casino--left,
    .list-casino--right {
        width: 100%;
        padding: 32px 24px
    }

    .list-casino--image {
        max-width: 48px;
        margin-right: 16px
    }

    .list-casino--title {
        font-size: 22px
    }

    .list-casino--link {
        padding: 16px
    }

    .faq-block--item {
        padding: 24px 80px 24px 32px
    }

    .faq-block--button {
        font-size: 18px
    }

    .faq-block--button span.icon {
        top: 24px;
        right: 32px
    }

    .faq-block--block-text {
        font-size: 16px
    }

    .wp-container-core-columns-is-layout-9d6595d7 {
        flex-wrap: wrap
    }

    .slider {
        margin-bottom: 20px
    }

    .slider__controls {
        position: static;
        justify-content: center;
        margin-top: 40px;
        gap: 10px;
        order: 2
    }

    .slider__button {
        background: #a1a1a1;
        color: #fff;
        border: none;
        padding: 10px 15px;
        cursor: pointer;
        font-size: 15px;
        border-radius: 50%;
        transition: background .3s
    }

    .slider__pagination {
        display: flex;
        order: 1
    }
}

.feature-section {
    margin: 60px auto;
    padding: 0 20px;
    display: flex;
    gap: 60px
}

.feature-section__block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px
}

.feature-section__text {
    max-width: 600px
}

.feature-section__heading {
    font-size: 1.5rem;
    margin-bottom: 20px
}

.feature-section__list {
    padding-left: 1.25rem;
    margin-bottom: 1rem;
    list-style: none
}

.contact-list li:before,
.feature-section__list li:before,
.policy-list li:before,
.terms-list li:before {
    content: "•";
    color: #a70b20;
    font-weight: 700;
    display: inline-block;
    width: 1em;
    margin-left: -1em
}

.feature-section__list-item {
    margin-bottom: .5rem
}

.feature-section__image {
    max-width: 900px;
    width: 100%
}

.feature-section__image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    display: block
}

.accordion-toggle,
.faq-block--button {
    width: 100%;
    border: none;
    cursor: pointer;
    display: flex
}

@media (min-width:993px) {
    .feature-section__block {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        text-align: left
    }
}

.collapse {
    transition: max-height .3s ease-out;
    will-change: max-height
}

.collapse.show {
    max-height: 200px;
    transition: max-height .3s ease-in
}

.faq-block--button {
    justify-content: space-between;
    align-items: center;
    text-align: left;
    background: 0 0;
    padding: 10px
}

.faq-block--text {
    padding: 10px;
    opacity: 0;
    transition: opacity .2s
}

.collapse.show .faq-block--text {
    opacity: 1;
    transition: opacity .3s .1s
}

.animated-accordion,
.faq__sibtitle,
.feature-section__container {
    margin-bottom: 30px
}

.accordion-toggle {
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
    transition: .3s cubic-bezier(.4, 0, .2, 1)
}

.accordion-toggle:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, .15)
}

.accordion-toggle:hover .accordion-title {
    color: #ff3b30
}

.accordion-title {
    font-size: 22px;
    font-weight: 600;
    color: #333;
    transition: color .3s
}

.accordion-icon {
    position: relative;
    width: 24px;
    height: 24px
}

.minus-icon,
.plus-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    transition: .3s cubic-bezier(.4, 0, .2, 1)
}

.minus-icon::before,
.plus-icon::after,
.plus-icon::before {
    content: '';
    position: absolute;
    background: #333;
    transition: .3s cubic-bezier(.4, 0, .2, 1)
}

.plus-icon::before {
    width: 14px;
    height: 2px;
    top: 11px;
    left: 5px
}

.plus-icon::after {
    width: 2px;
    height: 14px;
    top: 5px;
    left: 11px
}

.minus-icon::before {
    width: 14px;
    height: 2px;
    top: 11px;
    left: 5px;
    transform: rotate(0);
    opacity: 0
}

.accordion-toggle[aria-expanded=true] .plus-icon::after {
    transform: rotate(90deg);
    opacity: 0
}

.g-popup-block .g-popup-block__content .g-popup-block__close-btn:hover,
.g-popup-block .g-popup-block__content .g-popup-cta-link a:hover {
    opacity: .86
}

.accordion-toggle[aria-expanded=true] .minus-icon::before {
    transform: rotate(45deg)
}

.accordion-content {
    background: #fff;
    border-radius: 0 0 15px 15px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
    margin-top: -15px;
    padding-top: 15px;
    transition: max-height .5s cubic-bezier(.4, 0, .2, 1), padding .3s
}

.accordion-toggle[aria-expanded=true]+.accordion-content {
    max-height: 1700px;
}

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

.accordion-item {
    margin-bottom: 12px
}

.accordion-link {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    color: #333;
    text-decoration: none;
    border-radius: 8px;
    transition: .3s
}

.accordion-link:hover {
    background: rgba(255, 59, 48, .1);
    color: #ff3b30
}

.arrow-icon {
    margin-right: 12px;
    transition: fill .3s
}

.accordion-link:hover .arrow-icon path {
    fill: #ff3b30
}

.g-popup-block.-toggle {
    bottom: 0;
    opacity: 1
}

.g-popup-block .g-popup-block__content {
    grid-gap: 70px;
    align-items: center;
    display: grid;
    grid-template-columns: max-content max-content 1fr max-content;
    position: relative
}

.popup,
.popup .popup_bg {
    display: none;
    top: 0;
    left: 0;
    transition: opacity .5s ease-in-out;
    opacity: 0
}

.g-popup-block .g-popup-block__content .g-popup-block__logo {
    border-radius: 4px;
    overflow: hidden
}

.g-popup-block .g-popup-block__content .g-popup-block__logo img {
    height: 72px;
    max-width: 180px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

.g-popup-block .g-popup-block__content .g-popup-block__bonus,
.g-popup-block .g-popup-block__content .g-popup-block__rating {
    text-align: center
}

@media(min-width:410px) and (max-width:480px) {

    .g-popup-block__bonus,
    .g-popup-block__rating {
        margin-left: 8px
    }
}

.g-popup-block .g-popup-block__content .g-popup-block__rating .rating_title {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 8px
}

.g-popup-block .g-popup-block__content .g-popup-block__rating .rating_stars {
    background: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.00017 0L11.781 5.63521L18 6.53911L13.4999 10.9252L14.5622 17.1192L9.00017 14.195L3.4378 17.1192L4.50008 10.9252L0 6.53911L6.21898 5.63521L9.00017 0Z' fill='%23FFAE50'/%3E%3C/svg%3E") 0/18px no-repeat;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding-left: 20px
}

.g-popup-block .g-popup-block__content .g-popup-block__rating .rating_stars span {
    font-size: 22px
}

.g-popup-block .g-popup-block__content .g-popup-block__bonus .bonus_title {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px
}

.g-popup-block .g-popup-block__content .g-popup-block__bonus .bonus_text {
    color: #fff;
    font-size: 20px;
    font-weight: 500
}

.g-popup-block .g-popup-block__content .g-popup-block__bonus .bonus_text span,
.g-popup-block .g-popup-block__content .g-popup-block__bonus .bonus_text strong {
    color: var(--color-main);
    font-weight: 700
}

.g-popup-block .g-popup-block__content .g-popup-cta-link a {
    background: var(--color-main);
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 700;
    height: 52px;
    line-height: 52px;
    padding: 0 58px;
    text-transform: uppercase
}

.g-popup-block .g-popup-block__content .g-popup-block__close-btn {
    background: url("data:image/svg+xml,%3Csvg width='35' height='35' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='17.5' cy='17.5' r='17' fill='%23000000' stroke='%23FFCE06'/%3E%3Cpath d='M22 13.875L21.125 13L17 17.125L12.875 13L12 13.875L16.125 18L12 22.125L12.875 23L17 18.875L21.125 23L22 22.125L17.875 18L22 13.875Z' fill='%23FFCE06'/%3E%3C/svg%3E") 50%/contain no-repeat;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    height: 35px;
    position: absolute;
    right: -80px;
    top: -44px;
    width: 35px
}

@media(max-width:480px) {
    .g-popup-block__content {
        padding-left: 10px !important;
        padding-right: 10px !important;
        grid-column-gap: 5px !important
    }

    .g-popup-block .g-popup-block__content .g-popup-cta-link a {
        padding: 0 20px !important;
        font-size: 11px !important
    }
}

.popup {
    position: fixed;
    width: 100vw;
    height: 100vh
}

.popup .popup_bg {
    backdrop-filter: blur(10px);
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .8);
    backdrop-filter: blur(10px)
}

.popup .popup_cont {
    position: absolute;
    display: block;
    left: calc(50% - 200px);
    top: calc(50% - 200px)
}

.popup .popup_cont img.popup_logo {
    position: absolute;
    top: -125px;
    right: 100px;
    opacity: 0;
    transition: opacity .5s ease-in-out, top .5s ease-in-out
}

.popup .popup_cont .popup_cont_2 {
    position: relative;
    width: 400px;
    background: #fff;
    box-shadow: 7px 0 40px 0 rgba(0, 0, 0, .08);
    border-radius: 30px;
    overflow: hidden
}

.popup .popup_cont .popup_cont_2 .popup_head {
    text-align: center;
    padding: 20px 0;
    color: #fff;
    background: #020021;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 21px
}

.popup .popup_cont .popup_cont_2 .popup_body {
    padding: 40px 0;
    text-align: center
}

.popup .popup_cont .popup_cont_2 .popup_body p {
    font-size: 19px;
    display: block;
    margin-bottom: 30px
}

.popup .popup_cont .popup_cont_2 .popup_body a.sb {
    display: inline-block;
    padding: 5px 60px;
    background: #020021;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    transition: none;
    border-radius: 30px
}

.popup .popup_cont .popup_cont_2 .popup_body a.sb:hover {
    background: linear-gradient(135deg, #1a0408 0, #a70b20 50%, #4a0916 100%);
    color: #fff;
    text-decoration: none
}

@media(max-width:490px) {
    .popup .popup_cont .popup_cont_2 {
        width: 300px
    }

    .popup .popup_cont {
        position: absolute;
        display: block;
        left: calc(50% - 150px);
        top: calc(50% - 150px)
    }

    .popup .popup_cont img.popup_logo {
        right: 50px;
        top: -112px
    }
}

.page--hero-image {
    position: relative
}

.page--hero-image a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.about-astronaut,
.contacts-section,
.privacy-policy,
.responsible-gaming,
.terms-conditions {
    padding: 2rem 0;
    color: #333;
    line-height: 1.6
}

.section-header {
    text-align: center;
    margin-bottom: 3.5rem
}

.section-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #a70b20;
    margin-bottom: 1.2rem;
    letter-spacing: -.5px
}

.section-intro {
    font-size: 1.15rem;
    color: #555;
    max-width: 700px;
    margin: 0 auto
}

.contacts-content,
.guidelines-container,
.policy-content,
.terms-content,
.vertical-cards {
    display: flex;
    flex-direction: column;
    gap: 2rem
}

.contact-card,
.feature-card,
.guideline-card,
.policy-card,
.terms-card {
    background: #f9f9f9;
    border-radius: 8px;
    padding: 2rem;
    box-shadow: 0 3px 20px rgba(0, 0, 0, .04);
    border-left: 4px solid #a70b20;
    transition: transform .3s, box-shadow .3s
}

.contact-card,
.guideline-card,
.method-card,
.policy-card {
    background: #fff
}

.contact-card:hover,
.feature-card:hover,
.guideline-card:hover,
.policy-card:hover,
.terms-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 25px rgba(0, 0, 0, .08)
}

.card-title,
.contact-title,
.policy-title,
.terms-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #a70b20;
    margin-bottom: 1rem
}

.card-content p,
.contact-text,
.policy-text,
.terms-text {
    color: #555;
    margin: 0;
    font-size: 1.05rem
}

.contact-list,
.policy-list,
.terms-list {
    padding-left: 1.5rem;
    margin: 1rem 0
}

.contact-list li,
.policy-list li,
.terms-list li {
    margin-bottom: .5rem;
    position: relative
}

.contact-methods {
    margin-top: 3rem
}

.methods-title {
    font-size: 1.5rem;
    color: #a70b20;
    margin-bottom: 1.5rem;
    text-align: center
}

.methods-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem
}

.method-card {
    border-radius: 8px;
    padding: 1.5rem;
    text-align: center;
    box-shadow: 0 3px 15px rgba(0, 0, 0, .05);
    border-top: 3px solid #a70b20
}

.method-card h4 {
    color: #a70b20;
    margin-bottom: .5rem;
    font-size: 1.1rem
}

.method-card p {
    color: #555;
    margin: .5rem 0;
    font-size: .95rem
}

.astro-guide-section {
    background: linear-gradient(135deg, #1a0408 0, #a70b20 50%, #4a0916 100%);
    color: #fff;
    padding: 3rem 0;
    line-height: 1.6
}

.astro-main-title {
    font-size: 2.5rem;
    margin: 0 0 3rem;
    text-align: center;
    color: #fff;
    font-weight: 700;
    line-height: 1.2
}

.astro-intro-block {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 4rem
}

.astro-description {
    font-size: 1.2rem;
    opacity: .9
}

.astro-subtitle {
    font-size: 1.8rem;
    margin-bottom: 2rem;
    color: #fff;
    font-weight: 600;
    text-align: center
}

.astro-feature-list,
.astro-steps-grid,
.astro-tips-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
    margin: 0 0 2rem;
    padding: 0
}

.astro-feature-item,
.astro-step-card,
.astro-tip-card {
    background: rgba(255, 255, 255, .08);
    padding: 1.5rem;
    transition: .3s;
    border-radius: 12px;
    width: 350px;
    list-style: none;
    text-align: center
}

.astro-feature-item {
    width: 280px
}

.astro-feature-item:hover {
    background: rgba(79, 195, 247, .15);
    transform: translateY(-5px)
}

.astro-feature-text {
    font-size: 1.1rem
}

.astro-step-card {
    background: rgba(79, 195, 247, .1);
    border-radius: 12px;
    padding: 2rem 1.5rem;
    text-align: center;
    border: 1px solid rgba(79, 195, 247, .3);
    transition: transform .3s
}

.astro-step-card:hover {
    transform: translateY(-8px)
}

.astro-step-number {
    width: 50px;
    height: 50px;
    background: #fff;
    color: #0f0c29;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.3rem;
    margin: 0 auto 1.5rem
}

.astro-interface-card,
.astro-tip-card {
    padding: 2rem;
    border-radius: 12px;
    transition: .3s
}

.astro-card-title,
.astro-step-title {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    color: #fff
}

.astro-card-text,
.astro-step-desc {
    font-size: 1rem;
    opacity: .9
}

.astro-interface-card {
    background: rgba(255, 255, 255, .05);
    border-left: 4px solid #fff
}

.astro-interface-card:hover {
    background: rgba(255, 255, 255, .1)
}

.astro-tip-card:hover {
    background: rgba(79, 195, 247, .15)
}

.astro-tip-header {
    display: flex;
    align-items: center;
    gap: 1.2rem
}

.astro-tip-card {
    background: rgba(255, 255, 255, .08);
    display: flex;
    align-items: center;
    text-align: center
}

.astro-tip-title {
    font-size: 1.3rem;
    color: #fff;
    margin: 0
}

.astro-tip-text {
    font-size: 1.05rem;
    opacity: .9;
    padding-left: 3rem
}

@media (max-width:992px) {
    .astro-main-title {
        font-size: 2.2rem
    }

    .astro-subtitle {
        font-size: 1.6rem
    }
}

.astro-pros-cons {
    background: linear-gradient(135deg, #1a0408 0, #a70b20 50%, #4a0916 100%);
    color: #fff;
    padding: 3rem 0
}

.astro-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem
}

.astro-section-title {
    font-size: 2.2rem;
    text-align: center;
    margin: 0 0 2rem;
    color: #fff;
    font-weight: 700
}

.astro-intro {
    max-width: 800px;
    margin: 0 auto 3rem;
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.7;
    opacity: .9
}

.astro-comparison {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    max-width: 1000px;
    margin: 0 auto
}

.astro-cons,
.astro-pros {
    background: rgba(255, 255, 255, .08);
    border-radius: 16px;
    padding: 2rem;
    height: 100%
}

.astro-pros {
    border-top: 4px solid #4caf50
}

.astro-cons {
    border-top: 4px solid #f44336
}

.astro-cons-header,
.astro-pros-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem
}

.astro-pros-header h3 {
    color: #4caf50;
    font-size: 1.8rem;
    margin: 0
}

.astro-cons-header h3 {
    color: #f44336;
    font-size: 1.8rem;
    margin: 0
}

.astro-icon {
    font-size: 1.8rem
}

.astro-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1.5rem
}

.astro-list-item {
    background: rgba(255, 255, 255, .05);
    padding: 1.2rem;
    border-radius: 10px;
    transition: .3s
}

.astro-list-item:hover {
    background: rgba(255, 255, 255, .1);
    transform: translateX(5px)
}

.astro-item-title {
    display: block;
    font-weight: 600;
    margin-bottom: .5rem;
    font-size: 1.1rem
}

.astro-item-desc {
    font-size: .95rem;
    opacity: .9;
    line-height: 1.6
}

@media (max-width:768px) {
    .g-popup-block .g-popup-block__content {
        grid-column-gap: 16px;
        grid-row-gap: 10px;
        align-items: flex-start;
        grid-template-columns: 68px 1fr
    }

    .g-popup-block .g-popup-block__content .g-popup-block__logo {
        height: 50px
    }

    .g-popup-block .g-popup-block__content .g-popup-block__logo img {
        height: 50px;
        max-width: 100%
    }

    .g-popup-block .g-popup-block__content .g-popup-block__rating {
        display: flex;
        gap: 6px;
        grid-column: 2/3;
        grid-row: 1;
        place-items: center;
        text-align: left
    }

    .g-popup-block .g-popup-block__content .g-popup-block__rating .rating_title {
        font-size: 10px;
        margin-bottom: 0
    }

    .g-popup-block .g-popup-block__content .g-popup-block__rating .rating_stars {
        font-size: 13px;
        background-size: 13px
    }

    .g-popup-block .g-popup-block__content .g-popup-block__rating .rating_stars span {
        font-size: 13px
    }

    .g-popup-block .g-popup-block__content .g-popup-block__bonus {
        grid-column: 2/3;
        grid-row: 1;
        margin-top: 16px;
        text-align: left
    }

    .g-popup-block .g-popup-block__content .g-popup-block__bonus .bonus_title {
        font-size: 14px;
        margin-bottom: 0
    }

    .g-popup-block .g-popup-block__content .g-popup-block__bonus .bonus_text {
        font-size: 12px
    }

    .g-popup-block {
        padding: 12px 0
    }

    .g-popup-block .g-popup-block__content .g-popup-cta-link {
        grid-column: 3/3;
        grid-row: 1;
        text-align: center
    }

    .g-popup-block .g-popup-block__content .g-popup-block__close-btn {
        height: 24px;
        right: 14px;
        top: -30px;
        width: 24px
    }

    .about-astronaut,
    .contacts-section,
    .privacy-policy,
    .responsible-gaming,
    .terms-conditions {
        padding: 3.5rem 0
    }

    .section-title {
        font-size: 1.9rem
    }

    .contact-card,
    .feature-card,
    .guideline-card,
    .policy-card,
    .terms-card {
        padding: 1.8rem
    }

    .card-title,
    .contact-title,
    .policy-title,
    .terms-title {
        font-size: 1.2rem
    }

    .astro-comparison,
    .methods-grid {
        grid-template-columns: 1fr
    }

    .astro-feature-item,
    .astro-step-card,
    .astro-tip-card {
        width: 100%;
        max-width: 400px
    }

    .astro-guide-section {
        padding: 3rem 0
    }

    .astro-main-title {
        font-size: 2rem;
        margin-bottom: 2rem
    }

    .astro-cons-header h3,
    .astro-pros-header h3,
    .astro-subtitle {
        font-size: 1.5rem
    }

    .astro-intro-block {
        margin-bottom: 3rem
    }

    .astro-subtitle {
        margin-bottom: 1.5rem
    }

    .astro-tip-text {
        padding-left: 0
    }

    .astro-section-title {
        font-size: 1.8rem
    }
}

@media (max-width:480px) {
    .g-popup-block__content {
        padding-left: 10px !important;
        padding-right: 10px !important;
        grid-column-gap: 5px !important
    }

    .section-title {
        font-size: 1.7rem
    }

    .section-intro {
        font-size: 1.05rem
    }

    .contact-card,
    .feature-card,
    .guideline-card,
    .policy-card,
    .terms-card {
        padding: 1.5rem 1.3rem
    }

    .astro-main-title {
        font-size: 1.8rem
    }

    .astro-pros-cons {
        padding: 3rem 0
    }

    .astro-section-title {
        font-size: 1.6rem
    }

    .astro-intro,
    .astro-item-title {
        font-size: 1rem
    }

    .astro-intro {
        text-align: left
    }

    .astro-item-desc {
        font-size: .9rem
    }
}




.astro-bd__title {
    font-size: 28px;
    color: #111;
    margin-bottom: 24px;
}


.astro-bd__table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 32px;
}

.astro-bd__row {
    display: flex;
    border-bottom: 1px solid #e5e7eb;
}

.astro-bd__cell {
    flex: 1;
    padding: 12px 16px;
    font-size: 16px;
}

.astro-bd__cell--topic {
    flex: 0 0 220px;
    font-weight: 600;
    background: #f9fafc;
    color: #A70B20;
    border-right: 1px solid #e5e7eb;
}

.astro-bd__bottom {
    display: flex;
    gap: 30px;
    align-items: center;
    flex-wrap: wrap;
}

.astro-bd__text-block {
    flex: 1 1 55%;
}

.astro-bd__text {
    font-size: 16px;
    line-height: 1.6;
}

.astro-bd__image-block {
    flex: 1 1 40%;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.astro-bd__image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

/* Адаптив */
@media (max-width: 900px) {
    .astro-bd__row {
        flex-direction: column;
    }

    .astro-bd__cell--topic {
        border-right: none;
        border-bottom: 1px solid #e5e7eb;
        flex: 1 1 auto;
    }

    .astro-bd__bottom {
        flex-direction: column;
    }

    .astro-bd__text-block,
    .astro-bd__image-block {
        flex: 1 1 100%;
    }
}




/* Заголовок */
.astro-first-launch__title {
    font-size: 28px;
    margin-bottom: 12px;
}

.astro-first-launch__intro {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 24px;
}

/* Шаги */
.astro-first-launch__steps {
    list-style: decimal;
    padding-left: 22px;
    margin-bottom: 32px;
}

.astro-first-launch__steps li {
    margin-bottom: 12px;
    line-height: 1.6;
}



/* Нижний блок */
.astro-first-launch__bottom {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    flex-wrap: wrap;
}

/* Текст */
.astro-first-launch__text-block {
    flex: 1 1 55%;
}

.astro-first-launch__subtitle {
    font-size: 18px;
    margin-bottom: 12px;
}

.astro-first-launch__checklist {
    list-style: none;
    padding: 0;
    margin: 0 0 18px 0;
}

.astro-first-launch__checklist li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 10px;
    line-height: 1.6;
}

.astro-first-launch__checklist li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: #A70B20;
    font-size: 18px;
    line-height: 1;
}

.astro-first-launch__note {
    background: #fafafa;
    padding: 14px 16px;
    border-radius: 6px;
    line-height: 1.6;
}

/* Картинка */
.astro-first-launch__image-block {
    flex: 1 1 40%;
    background: #fafafa;
    border-radius: 10px;
    padding: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.astro-first-launch__image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

/* Адаптив */
@media (max-width: 900px) {
    .astro-first-launch__bottom {
        flex-direction: column;
    }

    .astro-first-launch__text-block,
    .astro-first-launch__image-block {
        flex: 1 1 100%;
    }
}

/* Секция */
.astro-bd-table {
margin-bottom: 30px;
}

.astro-bd-table__container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Заголовок */
.astro-bd-table__title {
  font-size: 28px;
  margin-bottom: 32px;
  text-align: left;
}

/* Таблица */
.astro-bd-table__table {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.astro-bd-table__column {
  flex: 1 1 48%;
  background: #f8f9fb;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.astro-bd-table__subtitle {
  font-size: 18px;
  margin-bottom: 14px;
}

.astro-bd-table__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.astro-bd-table__list li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 10px;
  line-height: 1.6;
  color: #333;
}

.astro-bd-table__list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #a70b20;
  font-size: 18px;
  line-height: 1;
}

/* Адаптив */
@media (max-width: 900px) {
  .astro-bd-table__table {
    flex-direction: column;
  }
  .astro-bd-table__column {
    flex: 1 1 100%;
  }
}
